Trace number 4532258

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3OPT cert.9 918.577 937.369

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_73_label5_adversarial_norm_1.opb
MD5SUM1376b7e36587a728493ace6af4c57a8e
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 benchmark9
Best CPU time to get the best result obtained on this benchmark231.564
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1294
Total number of constraints1091
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 785
Biggest coefficient in the objective function 7345
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 59444
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 7345
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 59444
Number of bits of the biggest sum of numbers16
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-4532258-1752600184.opb'
0.00/0.05	c 	read 3.20MB  (42.64ms)
0.00/0.05	c	 [cnf: #variables 1294 #clauses 1092 #duplicates 0 #arr 398427]
0.00/0.06	c output proof to 'PROOFDIR/proof-4532258-1752600184'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 0] (13.48ms)
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.21ms)
0.00/0.08	c 
0.00/0.08	c detect symmetries on remainder
0.00/0.08	c 	[graph: #vertices 8074 #edges 808230]
0.00/0.08	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.08	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.67ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.08	c 
0.00/0.08	c generation finished
0.00/0.08	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.08	c 
0.00/0.08	c write result to 'HOME/instance-4532258-1752600184.opb.pre'
0.00/0.09	c 	wrote 3.20MB (6.68ms)
0.00/0.09	c ------------------------------------------------------------------
0.00/0.09	c                  42.63ms 54.25% parse
0.00/0.09	c                  13.87ms 17.65% other
0.00/0.09	c                  13.48ms 17.15% approx_orbits
0.00/0.09	c                   6.68ms  8.50% output
0.00/0.09	c                   1.67ms  2.12% detect_generic
0.00/0.09	c                   0.21ms  0.27% detect_special
0.00/0.09	c                   0.04ms  0.05% finalize_order
0.00/0.09	c         ───────────────────────────────────────────────
0.00/0.09	c                  78.59ms   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 0f876b3
0.16/0.29	c #variables 1294 #constraints 1092
0.16/0.29	c objective is ce32 
10.23/10.38	c initial watched  CF 32, 64, 128, Arb: 3 , 0 , 0 , 0
10.23/10.38	c initial counting CF 32, 64, 128, Arb: 1086 , 0 , 0 , 0
10.23/10.38	c bounds 12209 >= -7345 @ 10.2373
10.33/10.47	c rational objective 0
12.51/12.62	c bounds 12154 >= -7345 @ 12.4439
12.61/12.70	c bounds 11003 >= -7345 @ 12.5249
12.61/12.71	c bounds 10933 >= -7345 @ 12.5284
12.61/12.71	c bounds 10870 >= -7345 @ 12.5306
12.61/12.71	c bounds 10857 >= -7345 @ 12.5338
12.61/12.72	c bounds 10800 >= -7345 @ 12.5369
12.61/12.72	c bounds 10743 >= -7345 @ 12.5438
12.61/12.73	c bounds 10733 >= -7345 @ 12.5536
12.61/12.74	c bounds 10726 >= -7345 @ 12.5562
12.61/12.74	c bounds 10722 >= -7345 @ 12.5618
12.61/12.75	c bounds 10596 >= -7345 @ 12.564
12.61/12.76	c bounds 10588 >= -7345 @ 12.5721
12.61/12.77	c bounds 10575 >= -7345 @ 12.5885
12.61/12.78	c bounds 10451 >= -7345 @ 12.5917
12.61/12.78	c bounds 10392 >= -7345 @ 12.5949
12.61/12.78	c bounds 10316 >= -7345 @ 12.5971
12.61/12.78	c bounds 10269 >= -7345 @ 12.5992
12.61/12.79	c bounds 10217 >= -7345 @ 12.6014
12.61/12.79	c bounds 10147 >= -7345 @ 12.6046
12.61/12.79	c bounds 10073 >= -7345 @ 12.6068
12.71/12.80	c bounds 10026 >= -7345 @ 12.609
12.71/12.80	c bounds 9976 >= -7345 @ 12.6122
12.71/12.80	c bounds 9906 >= -7345 @ 12.6154
12.71/12.81	c bounds 9787 >= -7345 @ 12.6186
12.71/12.82	c bounds 9775 >= -7345 @ 12.6327
12.71/12.82	c bounds 9657 >= -7345 @ 12.6349
12.71/12.83	c bounds 9602 >= -7345 @ 12.6381
12.71/12.83	c bounds 9485 >= -7345 @ 12.6412
12.71/12.83	c bounds 9462 >= -7345 @ 12.6444
12.71/12.84	c bounds 9455 >= -7345 @ 12.6476
12.71/12.84	c bounds 9438 >= -7345 @ 12.6507
12.71/12.88	c bounds 9377 >= -7345 @ 12.6907
12.71/12.88	c bounds 9265 >= -7345 @ 12.6939
12.71/12.89	c bounds 9246 >= -7345 @ 12.6971
12.71/12.89	c bounds 9213 >= -7345 @ 12.6993
12.71/12.89	c bounds 8985 >= -7345 @ 12.7027
12.82/12.90	c bounds 8928 >= -7345 @ 12.705
12.82/12.90	c bounds 8589 >= -7345 @ 12.7082
12.82/12.90	c bounds 8583 >= -7345 @ 12.7114
12.82/12.91	c bounds 8359 >= -7345 @ 12.7136
12.82/12.91	c bounds 8336 >= -7345 @ 12.7158
12.82/12.91	c bounds 8330 >= -7345 @ 12.7191
12.82/12.92	c bounds 8289 >= -7345 @ 12.7212
12.82/12.92	c bounds 8268 >= -7345 @ 12.7244
12.82/12.92	c bounds 8261 >= -7345 @ 12.7276
12.82/12.93	c bounds 8226 >= -7345 @ 12.7298
12.82/12.93	c bounds 8222 >= -7345 @ 12.733
12.82/12.93	c bounds 8114 >= -7345 @ 12.7362
12.82/12.94	c bounds 8102 >= -7345 @ 12.7383
12.82/12.94	c bounds 8078 >= -7345 @ 12.7415
12.82/12.94	c bounds 8073 >= -7345 @ 12.7448
12.82/12.95	c bounds 8054 >= -7345 @ 12.7481
12.82/12.95	c bounds 8013 >= -7345 @ 12.7504
12.82/12.95	c bounds 7908 >= -7345 @ 12.7535
12.82/12.96	c bounds 7904 >= -7345 @ 12.7567
12.82/12.96	c bounds 7850 >= -7345 @ 12.7589
12.82/12.96	c bounds 7798 >= -7345 @ 12.761
12.82/12.97	c bounds 7741 >= -7345 @ 12.7643
12.82/12.97	c bounds 7648 >= -7345 @ 12.7675
12.82/12.97	c bounds 7583 >= -7345 @ 12.7697
12.82/12.97	c bounds 7574 >= -7345 @ 12.7719
12.82/12.98	c bounds 7473 >= -7345 @ 12.7741
12.82/12.98	c bounds 7456 >= -7345 @ 12.7762
12.82/12.98	c bounds 7356 >= -7345 @ 12.7775
12.82/12.99	c bounds 7336 >= -7345 @ 12.7807
12.82/12.99	c bounds 7138 >= -7345 @ 12.7839
12.82/12.99	c bounds 7059 >= -7345 @ 12.787
12.82/13.00	c bounds 7013 >= -7345 @ 12.7892
12.92/13.00	c bounds 6972 >= -7345 @ 12.7904
12.92/13.00	c bounds 6875 >= -7345 @ 12.7926
12.92/13.01	c bounds 6837 >= -7345 @ 12.7958
12.92/13.01	c bounds 6822 >= -7345 @ 12.7989
12.92/13.01	c bounds 6757 >= -7345 @ 12.8011
12.92/13.02	c bounds 6662 >= -7345 @ 12.8044
12.92/13.02	c bounds 6608 >= -7345 @ 12.8075
12.92/13.02	c bounds 6514 >= -7345 @ 12.8097
12.92/13.03	c bounds 6461 >= -7345 @ 12.8118
12.92/13.03	c bounds 6368 >= -7345 @ 12.815
12.92/13.03	c bounds 6321 >= -7345 @ 12.8181
12.92/13.04	c bounds 6137 >= -7345 @ 12.8203
12.92/13.04	c bounds 6085 >= -7345 @ 12.8235
12.92/13.04	c bounds 5903 >= -7345 @ 12.8267
12.92/13.05	c bounds 5867 >= -7345 @ 12.8298
12.92/13.05	c bounds 5854 >= -7345 @ 12.832
12.92/13.05	c bounds 5676 >= -7345 @ 12.8352
12.92/13.05	c bounds 5671 >= -7345 @ 12.8373
12.92/13.06	c bounds 5643 >= -7345 @ 12.8405
12.92/13.06	c bounds 5642 >= -7345 @ 12.8437
12.92/13.06	c bounds 5555 >= -7345 @ 12.8469
12.92/13.07	c bounds 5508 >= -7345 @ 12.85
12.92/13.07	c bounds 5450 >= -7345 @ 12.8522
12.92/13.07	c bounds 5364 >= -7345 @ 12.8534
12.92/13.08	c bounds 5279 >= -7345 @ 12.8557
12.92/13.08	c bounds 5217 >= -7345 @ 12.8588
12.92/13.08	c bounds 5133 >= -7345 @ 12.8611
12.92/13.09	c bounds 5052 >= -7345 @ 12.8623
12.92/13.09	c bounds 4886 >= -7345 @ 12.8645
12.92/13.09	c bounds 4827 >= -7345 @ 12.8677
12.92/13.10	c bounds 4803 >= -7345 @ 12.869
12.92/13.10	c bounds 4785 >= -7345 @ 12.8722
13.02/13.10	c bounds 4725 >= -7345 @ 12.8754
13.02/13.11	c bounds 4715 >= -7345 @ 12.8775
13.02/13.11	c bounds 4635 >= -7345 @ 12.8807
13.02/13.11	c bounds 4568 >= -7345 @ 12.8839
13.02/13.12	c bounds 4523 >= -7345 @ 12.885
13.02/13.12	c bounds 4520 >= -7345 @ 12.8881
13.02/13.12	c bounds 4442 >= -7345 @ 12.8904
13.02/13.12	c bounds 4387 >= -7345 @ 12.8926
13.02/13.13	c bounds 4310 >= -7345 @ 12.8948
13.02/13.13	c bounds 4309 >= -7345 @ 12.8969
13.02/13.13	c bounds 4233 >= -7345 @ 12.8991
13.02/13.14	c bounds 4220 >= -7345 @ 12.9012
13.02/13.14	c bounds 4218 >= -7345 @ 12.9043
13.02/13.14	c bounds 4144 >= -7345 @ 12.9075
13.02/13.15	c bounds 4086 >= -7345 @ 12.9107
13.02/13.15	c bounds 4038 >= -7345 @ 12.914
13.02/13.15	c bounds 3892 >= -7345 @ 12.9172
13.02/13.16	c bounds 3861 >= -7345 @ 12.9204
13.02/13.16	c bounds 3814 >= -7345 @ 12.9237
13.02/13.16	c bounds 3796 >= -7345 @ 12.9269
13.02/13.17	c bounds 3725 >= -7345 @ 12.9301
13.02/13.17	c bounds 3697 >= -7345 @ 12.9334
13.02/13.17	c bounds 3690 >= -7345 @ 12.9365
13.02/13.18	c bounds 3669 >= -7345 @ 12.9398
13.02/13.18	c bounds 3654 >= -7345 @ 12.943
13.02/13.18	c bounds 3601 >= -7345 @ 12.9447
13.02/13.19	c bounds 3571 >= -7345 @ 12.948
13.02/13.19	c bounds 3524 >= -7345 @ 12.9513
13.02/13.19	c bounds 3498 >= -7345 @ 12.9545
13.11/13.20	c bounds 3439 >= -7345 @ 12.9567
13.11/13.20	c bounds 3408 >= -7345 @ 12.9589
13.11/13.20	c bounds 3363 >= -7345 @ 12.962
13.11/13.21	c bounds 3298 >= -7345 @ 12.9654
13.11/13.21	c bounds 3249 >= -7345 @ 12.9676
13.11/13.21	c bounds 3196 >= -7345 @ 12.9708
13.11/13.22	c bounds 3171 >= -7345 @ 12.9729
13.11/13.22	c bounds 3157 >= -7345 @ 12.9761
13.11/13.22	c bounds 3116 >= -7345 @ 12.9792
13.11/13.22	c bounds 3054 >= -7345 @ 12.9824
13.11/13.23	c bounds 3051 >= -7345 @ 12.9844
13.11/13.24	c bounds 2920 >= -7345 @ 12.9974
13.11/13.24	c bounds 2910 >= -7345 @ 13.001
13.11/13.25	c bounds 2891 >= -7345 @ 13.0052
13.11/13.25	c bounds 2831 >= -7345 @ 13.0084
13.11/13.26	c bounds 2808 >= -7345 @ 13.0096
13.11/13.26	c bounds 2769 >= -7345 @ 13.0138
13.11/13.27	c bounds 2756 >= -7345 @ 13.0206
13.11/13.27	c bounds 2466 >= -7345 @ 13.0228
13.11/13.27	c bounds 2460 >= -7345 @ 13.0249
13.21/13.33	c bounds 2422 >= -7345 @ 13.0796
13.21/13.33	c bounds 2386 >= -7345 @ 13.0831
13.21/13.34	c bounds 2383 >= -7345 @ 13.0873
13.21/13.34	c bounds 2332 >= -7345 @ 13.0899
13.21/13.34	c bounds 2176 >= -7345 @ 13.0931
13.21/13.35	c bounds 2174 >= -7345 @ 13.0963
13.21/13.37	c bounds 2101 >= -7345 @ 13.1169
13.21/13.37	c bounds 2095 >= -7345 @ 13.1207
13.32/13.42	c bounds 2063 >= -7345 @ 13.1611
13.32/13.42	c bounds 1869 >= -7345 @ 13.1668
13.32/13.43	c bounds 1797 >= -7345 @ 13.171
13.32/13.43	c bounds 1753 >= -7345 @ 13.1742
13.32/13.44	c bounds 1608 >= -7345 @ 13.1855
13.32/13.44	c bounds 1575 >= -7345 @ 13.1877
13.32/13.47	c bounds 1573 >= -7345 @ 13.2151
13.32/13.48	c bounds 1531 >= -7345 @ 13.2198
13.82/13.96	c bounds 1513 >= -7345 @ 13.6935
13.82/13.97	c bounds 1449 >= -7345 @ 13.7014
13.82/13.97	c bounds 1278 >= -7345 @ 13.7047
13.82/13.97	c bounds 1267 >= -7345 @ 13.7081
13.92/14.01	c bounds 1253 >= -7345 @ 13.7455
13.92/14.02	c bounds 1210 >= -7345 @ 13.7512
13.92/14.02	c bounds 1120 >= -7345 @ 13.7546
13.92/14.02	c bounds 1080 >= -7345 @ 13.756
13.92/14.03	c bounds 1039 >= -7345 @ 13.7667
13.92/14.10	c bounds 977 >= -7345 @ 13.8296
14.02/14.13	c bounds 941 >= -7345 @ 13.8552
14.02/14.17	c bounds 831 >= -7345 @ 13.9026
14.12/14.25	c bounds 820 >= -7345 @ 13.9733
14.12/14.25	c bounds 744 >= -7345 @ 13.9766
14.12/14.26	c bounds 730 >= -7345 @ 13.9783
14.12/14.26	c bounds 656 >= -7345 @ 13.9808
14.12/14.27	c bounds 636 >= -7345 @ 13.9923
14.21/14.32	c bounds 602 >= -7345 @ 14.0355
14.51/14.69	c bounds 582 >= -7345 @ 14.396
14.61/14.77	c bounds 567 >= -7345 @ 14.4766
14.61/14.77	c bounds 556 >= -7345 @ 14.4805
14.61/14.78	c bounds 523 >= -7345 @ 14.484
14.61/14.79	c bounds 487 >= -7345 @ 14.4989
14.71/14.83	c bounds 459 >= -7345 @ 14.5358
14.81/14.95	c bounds 448 >= -7345 @ 14.6465
14.81/14.95	c bounds 435 >= -7345 @ 14.6516
14.81/14.98	c bounds 417 >= -7345 @ 14.685
14.92/15.00	c bounds 407 >= -7345 @ 14.7044
14.92/15.01	c bounds 380 >= -7345 @ 14.707
14.92/15.01	c bounds 361 >= -7345 @ 14.7105
14.92/15.01	c bounds 345 >= -7345 @ 14.7121
14.92/15.02	c bounds 332 >= -7345 @ 14.7155
14.92/15.02	c bounds 282 >= -7345 @ 14.717
14.92/15.03	c bounds 263 >= -7345 @ 14.7204
14.92/15.04	c bounds 255 >= -7345 @ 14.7334
14.92/15.04	c bounds 250 >= -7345 @ 14.7369
14.92/15.05	c bounds 227 >= -7345 @ 14.7404
14.92/15.05	c bounds 220 >= -7345 @ 14.7429
15.02/15.12	c bounds 188 >= -7345 @ 14.8126
15.02/15.13	c bounds 187 >= -7345 @ 14.82
15.02/15.15	c bounds 176 >= -7345 @ 14.835
15.02/15.19	c bounds 168 >= -7345 @ 14.8823
15.11/15.20	c bounds 158 >= -7345 @ 14.8914
15.11/15.21	c bounds 139 >= -7345 @ 14.895
15.31/15.46	c bounds 131 >= -7345 @ 15.1425
15.31/15.47	c bounds 107 >= -7345 @ 15.1465
17.80/17.99	c #Conflicts:       1000 | #Constraints:       2313
17.80/17.99	c bounds 101 >= -7345 @ 17.6074
18.01/18.16	c #Conflicts:       2000 | #Constraints:       3314
18.01/18.16	c INPROCESSING
18.01/18.16	c GARBAGE COLLECT
18.01/18.16	c rational objective 0
20.39/20.54	c bounds 97 >= -7345 @ 20.1
20.98/21.19	c bounds 78 >= -7345 @ 20.7101
23.66/23.86	c bounds 68 >= -7345 @ 23.3185
28.15/28.31	c #Conflicts:       3000 | #Constraints:       3087
28.15/28.31	c #Conflicts:       4000 | #Constraints:       4093
28.15/28.31	c INPROCESSING
28.15/28.31	c GARBAGE COLLECT
28.15/28.31	c #Conflicts:       5000 | #Constraints:       3382
28.15/28.31	c #Conflicts:       6000 | #Constraints:       4402
28.15/28.31	c INPROCESSING
28.15/28.31	c GARBAGE COLLECT
28.15/28.31	c rational objective 0
31.05/31.21	c bounds 66 >= -7345 @ 30.5322
31.14/31.36	c bounds 57 >= -7345 @ 30.6743
31.44/31.63	c #Conflicts:       7000 | #Constraints:       3452
31.44/31.63	c bounds 56 >= -7345 @ 30.9398
32.74/32.93	c bounds 55 >= -7345 @ 32.2088
32.74/32.94	c bounds 52 >= -7345 @ 32.2194
33.14/33.32	c bounds 48 >= -7345 @ 32.5797
36.83/37.04	c #Conflicts:       8000 | #Constraints:       4499
36.83/37.04	c #Conflicts:       9000 | #Constraints:       5556
36.83/37.04	c INPROCESSING
36.83/37.04	c GARBAGE COLLECT
36.83/37.04	c rational objective 0
40.92/41.14	c bounds 46 >= -7345 @ 40.2176
47.29/47.52	c #Conflicts:      10000 | #Constraints:       4108
47.29/47.52	c #Conflicts:      11000 | #Constraints:       5121
47.29/47.52	c bounds 44 >= -7345 @ 46.4332
47.29/47.54	c bounds 37 >= -7345 @ 46.4506
47.49/47.70	c #Conflicts:      12000 | #Constraints:       6125
47.49/47.70	c INPROCESSING
47.49/47.70	c GARBAGE COLLECT
47.49/47.70	c rational objective 0
52.49/52.75	c #Conflicts:      13000 | #Constraints:       4706
52.49/52.75	c #Conflicts:      14000 | #Constraints:       5710
52.49/52.75	c #Conflicts:      15000 | #Constraints:       6724
52.49/52.75	c INPROCESSING
52.49/52.75	c GARBAGE COLLECT
52.49/52.75	c rational objective 0
57.76/58.09	c #Conflicts:      16000 | #Constraints:       4976
57.76/58.09	c #Conflicts:      17000 | #Constraints:       5977
57.76/58.09	c #Conflicts:      18000 | #Constraints:       6977
57.76/58.09	c INPROCESSING
57.76/58.09	c GARBAGE COLLECT
57.76/58.09	c rational objective 0
64.55/64.84	c #Conflicts:      19000 | #Constraints:       4951
64.55/64.84	c #Conflicts:      20000 | #Constraints:       5951
64.55/64.84	c bounds 31 >= -7345 @ 63.3747
66.04/66.33	c #Conflicts:      21000 | #Constraints:       6952
66.04/66.33	c INPROCESSING
66.04/66.33	c GARBAGE COLLECT
66.04/66.33	c rational objective 0
72.23/72.53	c #Conflicts:      22000 | #Constraints:       4716
72.23/72.53	c #Conflicts:      23000 | #Constraints:       5716
72.23/72.53	c #Conflicts:      24000 | #Constraints:       6716
72.23/72.53	c #Conflicts:      25000 | #Constraints:       7717
72.23/72.53	c INPROCESSING
72.23/72.53	c GARBAGE COLLECT
72.23/72.53	c rational objective 0
73.92/74.29	c bounds 28 >= -7345 @ 72.6193
74.52/74.86	c bounds 27 >= -7345 @ 73.1703
82.20/82.52	c #Conflicts:      26000 | #Constraints:       5269
82.20/82.52	c #Conflicts:      27000 | #Constraints:       6269
82.20/82.52	c bounds 24 >= -7345 @ 80.6287
104.05/104.41	c #Conflicts:      28000 | #Constraints:       7273
104.05/104.41	c #Conflicts:      29000 | #Constraints:       8292
104.05/104.41	c INPROCESSING
104.05/104.41	c GARBAGE COLLECT
104.05/104.41	c #Conflicts:      30000 | #Constraints:       5555
104.05/104.41	c #Conflicts:      31000 | #Constraints:       6556
104.05/104.41	c #Conflicts:      32000 | #Constraints:       7559
104.05/104.41	c #Conflicts:      33000 | #Constraints:       8575
104.05/104.41	c INPROCESSING
104.05/104.41	c GARBAGE COLLECT
104.05/104.41	c #Conflicts:      34000 | #Constraints:       5730
104.05/104.41	c #Conflicts:      35000 | #Constraints:       6731
104.05/104.41	c bounds 21 >= -7345 @ 101.963
117.80/118.24	c #Conflicts:      36000 | #Constraints:       7733
117.80/118.24	c #Conflicts:      37000 | #Constraints:       8872
117.80/118.24	c INPROCESSING
117.80/118.24	c GARBAGE COLLECT
117.80/118.24	c #Conflicts:      38000 | #Constraints:       5923
117.80/118.24	c #Conflicts:      39000 | #Constraints:       6923
117.80/118.24	c #Conflicts:      40000 | #Constraints:       7923
117.80/118.24	c #Conflicts:      41000 | #Constraints:       8924
117.80/118.24	c INPROCESSING
117.80/118.24	c GARBAGE COLLECT
117.80/118.24	c #Conflicts:      42000 | #Constraints:       5736
117.80/118.24	c bounds 17 >= -7345 @ 115.454
127.58/128.00	c #Conflicts:      43000 | #Constraints:       6752
127.58/128.00	c #Conflicts:      44000 | #Constraints:       8134
127.58/128.00	c #Conflicts:      45000 | #Constraints:       9508
127.58/128.00	c #Conflicts:      46000 | #Constraints:      10508
127.58/128.00	c INPROCESSING
127.58/128.00	c GARBAGE COLLECT
127.58/128.00	c rational objective 0
149.89/150.44	c #Conflicts:      47000 | #Constraints:       6669
149.89/150.44	c #Conflicts:      48000 | #Constraints:       7678
149.89/150.44	c #Conflicts:      49000 | #Constraints:       8707
149.89/150.44	c #Conflicts:      50000 | #Constraints:       9773
149.89/150.44	c #Conflicts:      51000 | #Constraints:      10781
149.89/150.44	c INPROCESSING
149.89/150.44	c GARBAGE COLLECT
149.89/150.44	c rational objective 0
162.15/162.73	c #Conflicts:      52000 | #Constraints:       6927
162.15/162.73	c #Conflicts:      53000 | #Constraints:       8144
162.15/162.73	c #Conflicts:      54000 | #Constraints:       9147
162.15/162.73	c #Conflicts:      55000 | #Constraints:      10167
162.15/162.73	c #Conflicts:      56000 | #Constraints:      11325
162.15/162.73	c INPROCESSING
162.15/162.73	c GARBAGE COLLECT
162.15/162.73	c rational objective 0
172.43/173.05	c #Conflicts:      57000 | #Constraints:       7198
172.43/173.05	c #Conflicts:      58000 | #Constraints:       8198
172.43/173.05	c #Conflicts:      59000 | #Constraints:       9198
172.43/173.05	c #Conflicts:      60000 | #Constraints:      10199
172.43/173.05	c #Conflicts:      61000 | #Constraints:      11199
172.43/173.05	c INPROCESSING
172.43/173.05	c GARBAGE COLLECT
172.43/173.05	c rational objective 0
191.46/192.19	c #Conflicts:      62000 | #Constraints:       7045
191.46/192.19	c #Conflicts:      63000 | #Constraints:       8045
191.46/192.19	c #Conflicts:      64000 | #Constraints:       9454
191.46/192.19	c #Conflicts:      65000 | #Constraints:      10582
191.46/192.19	c #Conflicts:      66000 | #Constraints:      11669
191.46/192.19	c INPROCESSING
191.46/192.19	c GARBAGE COLLECT
191.46/192.19	c rational objective 0
220.68/221.41	c #Conflicts:      67000 | #Constraints:       7084
220.68/221.41	c #Conflicts:      68000 | #Constraints:       8084
220.68/221.41	c #Conflicts:      69000 | #Constraints:       9111
220.68/221.41	c #Conflicts:      70000 | #Constraints:      10111
220.68/221.41	c #Conflicts:      71000 | #Constraints:      11112
220.68/221.41	c #Conflicts:      72000 | #Constraints:      12117
220.68/221.41	c INPROCESSING
220.68/221.41	c GARBAGE COLLECT
220.68/221.41	c #Conflicts:      73000 | #Constraints:       7487
220.68/221.41	c #Conflicts:      74000 | #Constraints:       8488
220.68/221.41	c #Conflicts:      75000 | #Constraints:       9660
220.68/221.41	c #Conflicts:      76000 | #Constraints:      10798
220.68/221.41	c #Conflicts:      77000 | #Constraints:      11801
220.68/221.41	c #Conflicts:      78000 | #Constraints:      12810
220.68/221.41	c INPROCESSING
220.68/221.41	c GARBAGE COLLECT
220.68/221.41	c rational objective 0
240.42/241.21	c #Conflicts:      79000 | #Constraints:       7939
240.42/241.21	c #Conflicts:      80000 | #Constraints:       8939
240.42/241.21	c #Conflicts:      81000 | #Constraints:       9940
240.42/241.21	c #Conflicts:      82000 | #Constraints:      11112
240.42/241.21	c #Conflicts:      83000 | #Constraints:      12199
240.42/241.21	c #Conflicts:      84000 | #Constraints:      13225
240.42/241.21	c INPROCESSING
240.42/241.21	c GARBAGE COLLECT
240.42/241.21	c rational objective 0
269.45/270.34	c #Conflicts:      85000 | #Constraints:       8155
269.45/270.34	c #Conflicts:      86000 | #Constraints:       9159
269.45/270.34	c #Conflicts:      87000 | #Constraints:      10167
269.45/270.34	c #Conflicts:      88000 | #Constraints:      11168
269.45/270.34	c #Conflicts:      89000 | #Constraints:      12174
269.45/270.34	c #Conflicts:      90000 | #Constraints:      13174
269.45/270.34	c INPROCESSING
269.45/270.34	c GARBAGE COLLECT
269.45/270.34	c #Conflicts:      91000 | #Constraints:       8049
269.45/270.34	c #Conflicts:      92000 | #Constraints:       9130
269.45/270.34	c #Conflicts:      93000 | #Constraints:      10178
269.45/270.34	c #Conflicts:      94000 | #Constraints:      11264
269.45/270.34	c #Conflicts:      95000 | #Constraints:      12484
269.45/270.34	c #Conflicts:      96000 | #Constraints:      13914
269.45/270.34	c INPROCESSING
269.45/270.34	c GARBAGE COLLECT
269.45/270.34	c rational objective 0
274.93/275.87	c #Conflicts:      97000 | #Constraints:       8404
274.93/275.87	c #Conflicts:      98000 | #Constraints:       9411
274.93/275.87	c #Conflicts:      99000 | #Constraints:      10419
274.93/275.87	c #Conflicts:     100000 | #Constraints:      11423
274.93/275.87	c #Conflicts:     101000 | #Constraints:      12440
274.93/275.87	c #Conflicts:     102000 | #Constraints:      13447
274.93/275.87	c #Conflicts:     103000 | #Constraints:      14448
274.93/275.87	c INPROCESSING
274.93/275.87	c GARBAGE COLLECT
274.93/275.87	c rational objective 0
287.29/288.23	c #Conflicts:     104000 | #Constraints:       8650
287.29/288.23	c #Conflicts:     105000 | #Constraints:       9653
287.29/288.23	c #Conflicts:     106000 | #Constraints:      10653
287.29/288.23	c #Conflicts:     107000 | #Constraints:      11655
287.29/288.23	c #Conflicts:     108000 | #Constraints:      12655
287.29/288.23	c #Conflicts:     109000 | #Constraints:      13658
287.29/288.23	c #Conflicts:     110000 | #Constraints:      14659
287.29/288.23	c INPROCESSING
287.29/288.23	c GARBAGE COLLECT
287.29/288.23	c rational objective 0
317.50/318.59	c #Conflicts:     111000 | #Constraints:       8826
317.50/318.59	c #Conflicts:     112000 | #Constraints:       9826
317.50/318.59	c #Conflicts:     113000 | #Constraints:      10891
317.50/318.59	c #Conflicts:     114000 | #Constraints:      11939
317.50/318.59	c #Conflicts:     115000 | #Constraints:      12945
317.50/318.59	c #Conflicts:     116000 | #Constraints:      13948
317.50/318.59	c #Conflicts:     117000 | #Constraints:      14960
317.50/318.59	c INPROCESSING
317.50/318.59	c GARBAGE COLLECT
317.50/318.59	c rational objective 0
326.09/327.13	c #Conflicts:     118000 | #Constraints:       9046
326.09/327.13	c #Conflicts:     119000 | #Constraints:      10062
326.09/327.13	c #Conflicts:     120000 | #Constraints:      11067
326.09/327.13	c #Conflicts:     121000 | #Constraints:      12069
326.09/327.13	c #Conflicts:     122000 | #Constraints:      13073
326.09/327.13	c #Conflicts:     123000 | #Constraints:      14074
326.09/327.13	c #Conflicts:     124000 | #Constraints:      15077
326.09/327.13	c INPROCESSING
326.09/327.13	c GARBAGE COLLECT
326.09/327.13	c rational objective 0
344.53/345.68	c #Conflicts:     125000 | #Constraints:       9012
344.53/345.68	c #Conflicts:     126000 | #Constraints:      10046
344.53/345.68	c #Conflicts:     127000 | #Constraints:      11046
344.53/345.68	c #Conflicts:     128000 | #Constraints:      12047
344.53/345.68	c #Conflicts:     129000 | #Constraints:      13050
344.53/345.68	c #Conflicts:     130000 | #Constraints:      14054
344.53/345.68	c #Conflicts:     131000 | #Constraints:      15054
344.53/345.68	c INPROCESSING
344.53/345.68	c GARBAGE COLLECT
344.53/345.68	c rational objective 0
376.95/378.18	c #Conflicts:     132000 | #Constraints:       8735
376.95/378.18	c #Conflicts:     133000 | #Constraints:       9735
376.95/378.18	c #Conflicts:     134000 | #Constraints:      10764
376.95/378.18	c #Conflicts:     135000 | #Constraints:      11785
376.95/378.18	c #Conflicts:     136000 | #Constraints:      12809
376.95/378.18	c #Conflicts:     137000 | #Constraints:      13898
376.95/378.18	c #Conflicts:     138000 | #Constraints:      15089
376.95/378.18	c #Conflicts:     139000 | #Constraints:      16170
376.95/378.18	c INPROCESSING
376.95/378.18	c GARBAGE COLLECT
376.95/378.18	c rational objective 0
392.90/394.19	c #Conflicts:     140000 | #Constraints:       9581
392.90/394.19	c #Conflicts:     141000 | #Constraints:      10585
392.90/394.19	c #Conflicts:     142000 | #Constraints:      11587
392.90/394.19	c #Conflicts:     143000 | #Constraints:      12733
392.90/394.19	c #Conflicts:     144000 | #Constraints:      14215
392.90/394.19	c #Conflicts:     145000 | #Constraints:      15729
392.90/394.19	c #Conflicts:     146000 | #Constraints:      17235
392.90/394.19	c #Conflicts:     147000 | #Constraints:      18756
392.90/394.19	c INPROCESSING
392.90/394.19	c GARBAGE COLLECT
392.90/394.19	c rational objective 1.11022e-16
416.02/417.30	c #Conflicts:     148000 | #Constraints:      10957
416.02/417.30	c #Conflicts:     149000 | #Constraints:      11963
416.02/417.30	c #Conflicts:     150000 | #Constraints:      13055
416.02/417.30	c #Conflicts:     151000 | #Constraints:      14091
416.02/417.30	c #Conflicts:     152000 | #Constraints:      15093
416.02/417.30	c #Conflicts:     153000 | #Constraints:      16104
416.02/417.30	c #Conflicts:     154000 | #Constraints:      17117
416.02/417.30	c #Conflicts:     155000 | #Constraints:      18121
416.02/417.30	c INPROCESSING
416.02/417.30	c GARBAGE COLLECT
416.02/417.30	c rational objective 0
447.43/448.80	c #Conflicts:     156000 | #Constraints:      10593
447.43/448.80	c #Conflicts:     157000 | #Constraints:      11642
447.43/448.80	c #Conflicts:     158000 | #Constraints:      12765
447.43/448.80	c #Conflicts:     159000 | #Constraints:      13799
447.43/448.80	c #Conflicts:     160000 | #Constraints:      14823
447.43/448.80	c #Conflicts:     161000 | #Constraints:      15845
447.43/448.80	c #Conflicts:     162000 | #Constraints:      17171
447.43/448.80	c #Conflicts:     163000 | #Constraints:      18179
447.43/448.80	c INPROCESSING
447.43/448.80	c GARBAGE COLLECT
447.43/448.80	c rational objective 0
458.71/460.19	c #Conflicts:     164000 | #Constraints:      10508
458.71/460.19	c #Conflicts:     165000 | #Constraints:      11512
458.71/460.19	c #Conflicts:     166000 | #Constraints:      12515
458.71/460.19	c #Conflicts:     167000 | #Constraints:      13516
458.71/460.19	c #Conflicts:     168000 | #Constraints:      14516
458.71/460.19	c #Conflicts:     169000 | #Constraints:      15517
458.71/460.19	c #Conflicts:     170000 | #Constraints:      16517
458.71/460.19	c #Conflicts:     171000 | #Constraints:      17519
458.71/460.19	c INPROCESSING
458.71/460.19	c GARBAGE COLLECT
458.71/460.19	c rational objective 0
490.52/492.05	c #Conflicts:     172000 | #Constraints:       9960
490.52/492.05	c #Conflicts:     173000 | #Constraints:      10965
490.52/492.05	c #Conflicts:     174000 | #Constraints:      12186
490.52/492.05	c #Conflicts:     175000 | #Constraints:      13541
490.52/492.05	c #Conflicts:     176000 | #Constraints:      14558
490.52/492.05	c #Conflicts:     177000 | #Constraints:      15584
490.52/492.05	c #Conflicts:     178000 | #Constraints:      16634
490.52/492.05	c #Conflicts:     179000 | #Constraints:      17637
490.52/492.05	c #Conflicts:     180000 | #Constraints:      18638
490.52/492.05	c INPROCESSING
490.52/492.05	c GARBAGE COLLECT
490.52/492.05	c rational objective 0
511.56/513.16	c #Conflicts:     181000 | #Constraints:      10759
511.56/513.16	c #Conflicts:     182000 | #Constraints:      11759
511.56/513.16	c #Conflicts:     183000 | #Constraints:      12759
511.56/513.16	c #Conflicts:     184000 | #Constraints:      13773
511.56/513.16	c #Conflicts:     185000 | #Constraints:      14894
511.56/513.16	c #Conflicts:     186000 | #Constraints:      15901
511.56/513.16	c #Conflicts:     187000 | #Constraints:      16923
511.56/513.16	c #Conflicts:     188000 | #Constraints:      17932
511.56/513.16	c #Conflicts:     189000 | #Constraints:      18939
511.56/513.16	c INPROCESSING
511.56/513.16	c GARBAGE COLLECT
511.56/513.16	c rational objective 0
517.64/519.22	c #Conflicts:     190000 | #Constraints:      11005
517.64/519.22	c #Conflicts:     191000 | #Constraints:      12029
517.64/519.22	c #Conflicts:     192000 | #Constraints:      13046
517.64/519.22	c #Conflicts:     193000 | #Constraints:      14061
517.64/519.22	c #Conflicts:     194000 | #Constraints:      15069
517.64/519.22	c #Conflicts:     195000 | #Constraints:      16074
517.64/519.22	c #Conflicts:     196000 | #Constraints:      17080
517.64/519.22	c #Conflicts:     197000 | #Constraints:      18086
517.64/519.22	c #Conflicts:     198000 | #Constraints:      19094
517.64/519.22	c INPROCESSING
517.64/519.22	c GARBAGE COLLECT
517.64/519.22	c rational objective 0
543.57/545.28	c #Conflicts:     199000 | #Constraints:      11087
543.57/545.28	c #Conflicts:     200000 | #Constraints:      12111
543.57/545.28	c #Conflicts:     201000 | #Constraints:      13111
543.57/545.28	c #Conflicts:     202000 | #Constraints:      14111
543.57/545.28	c #Conflicts:     203000 | #Constraints:      15290
543.57/545.28	c #Conflicts:     204000 | #Constraints:      16844
543.57/545.28	c #Conflicts:     205000 | #Constraints:      18366
543.57/545.28	c #Conflicts:     206000 | #Constraints:      19423
543.57/545.28	c #Conflicts:     207000 | #Constraints:      20441
543.57/545.28	c INPROCESSING
543.57/545.28	c GARBAGE COLLECT
543.57/545.28	c rational objective 0
560.72/562.49	c #Conflicts:     208000 | #Constraints:      11837
560.72/562.49	c #Conflicts:     209000 | #Constraints:      13349
560.72/562.49	c #Conflicts:     210000 | #Constraints:      14832
560.72/562.49	c #Conflicts:     211000 | #Constraints:      16315
560.72/562.49	c #Conflicts:     212000 | #Constraints:      17801
560.72/562.49	c #Conflicts:     213000 | #Constraints:      19275
560.72/562.49	c #Conflicts:     214000 | #Constraints:      20763
560.72/562.49	c #Conflicts:     215000 | #Constraints:      22254
560.72/562.49	c #Conflicts:     216000 | #Constraints:      23718
560.72/562.49	c INPROCESSING
560.72/562.49	c GARBAGE COLLECT
560.72/562.49	c rational objective 0
580.56/582.33	c #Conflicts:     217000 | #Constraints:      13239
580.56/582.33	c #Conflicts:     218000 | #Constraints:      14414
580.56/582.33	c #Conflicts:     219000 | #Constraints:      15652
580.56/582.33	c #Conflicts:     220000 | #Constraints:      16666
580.56/582.33	c #Conflicts:     221000 | #Constraints:      17686
580.56/582.33	c #Conflicts:     222000 | #Constraints:      18788
580.56/582.33	c #Conflicts:     223000 | #Constraints:      19853
580.56/582.33	c #Conflicts:     224000 | #Constraints:      21325
580.56/582.33	c #Conflicts:     225000 | #Constraints:      22844
580.56/582.33	c #Conflicts:     226000 | #Constraints:      24344
580.56/582.33	c INPROCESSING
580.56/582.33	c GARBAGE COLLECT
580.56/582.33	c rational objective 0
604.99/606.83	c #Conflicts:     227000 | #Constraints:      13672
604.99/606.83	c #Conflicts:     228000 | #Constraints:      14672
604.99/606.83	c #Conflicts:     229000 | #Constraints:      15673
604.99/606.83	c #Conflicts:     230000 | #Constraints:      16685
604.99/606.83	c #Conflicts:     231000 | #Constraints:      17693
604.99/606.83	c #Conflicts:     232000 | #Constraints:      18693
604.99/606.83	c #Conflicts:     233000 | #Constraints:      19693
604.99/606.83	c #Conflicts:     234000 | #Constraints:      20694
604.99/606.83	c bounds 16 >= -7345 @ 592.036
608.20/610.06	c #Conflicts:     235000 | #Constraints:      21698
608.20/610.06	c #Conflicts:     236000 | #Constraints:      22701
608.20/610.06	c INPROCESSING
608.20/610.06	c GARBAGE COLLECT
608.20/610.06	c rational objective 0
651.96/653.99	c #Conflicts:     237000 | #Constraints:      12857
651.96/653.99	c #Conflicts:     238000 | #Constraints:      13860
651.96/653.99	c #Conflicts:     239000 | #Constraints:      14870
651.96/653.99	c #Conflicts:     240000 | #Constraints:      15870
651.96/653.99	c #Conflicts:     241000 | #Constraints:      16870
651.96/653.99	c #Conflicts:     242000 | #Constraints:      17923
651.96/653.99	c #Conflicts:     243000 | #Constraints:      18930
651.96/653.99	c #Conflicts:     244000 | #Constraints:      19954
651.96/653.99	c #Conflicts:     245000 | #Constraints:      20955
651.96/653.99	c #Conflicts:     246000 | #Constraints:      21956
651.96/653.99	c INPROCESSING
651.96/653.99	c GARBAGE COLLECT
651.96/653.99	c #Conflicts:     247000 | #Constraints:      12466
651.96/653.99	c #Conflicts:     248000 | #Constraints:      13470
651.96/653.99	c #Conflicts:     249000 | #Constraints:      14518
651.96/653.99	c #Conflicts:     250000 | #Constraints:      15519
651.96/653.99	c #Conflicts:     251000 | #Constraints:      16519
651.96/653.99	c #Conflicts:     252000 | #Constraints:      17519
651.96/653.99	c bounds 15 >= -7345 @ 637.97
658.54/660.57	c #Conflicts:     253000 | #Constraints:      18601
658.54/660.57	c #Conflicts:     254000 | #Constraints:      19623
658.54/660.57	c #Conflicts:     255000 | #Constraints:      20629
658.54/660.57	c #Conflicts:     256000 | #Constraints:      21639
658.54/660.57	c INPROCESSING
658.54/660.57	c GARBAGE COLLECT
658.54/660.57	c rational objective 0
684.58/686.61	c #Conflicts:     257000 | #Constraints:      12232
684.58/686.61	c #Conflicts:     258000 | #Constraints:      13244
684.58/686.61	c #Conflicts:     259000 | #Constraints:      14247
684.58/686.61	c #Conflicts:     260000 | #Constraints:      15314
684.58/686.61	c #Conflicts:     261000 | #Constraints:      16424
684.58/686.61	c #Conflicts:     262000 | #Constraints:      17467
684.58/686.61	c #Conflicts:     263000 | #Constraints:      18467
684.58/686.61	c #Conflicts:     264000 | #Constraints:      19494
684.58/686.61	c #Conflicts:     265000 | #Constraints:      20497
684.58/686.61	c #Conflicts:     266000 | #Constraints:      21497
684.58/686.61	c INPROCESSING
684.58/686.61	c GARBAGE COLLECT
684.58/686.61	c rational objective 0
728.35/730.54	c #Conflicts:     267000 | #Constraints:      11975
728.35/730.54	c #Conflicts:     268000 | #Constraints:      13006
728.35/730.54	c #Conflicts:     269000 | #Constraints:      14099
728.35/730.54	c #Conflicts:     270000 | #Constraints:      15100
728.35/730.54	c #Conflicts:     271000 | #Constraints:      16142
728.35/730.54	c #Conflicts:     272000 | #Constraints:      17223
728.35/730.54	c #Conflicts:     273000 | #Constraints:      18223
728.35/730.54	c #Conflicts:     274000 | #Constraints:      19224
728.35/730.54	c #Conflicts:     275000 | #Constraints:      20251
728.35/730.54	c #Conflicts:     276000 | #Constraints:      21327
728.35/730.54	c #Conflicts:     277000 | #Constraints:      22338
728.35/730.54	c INPROCESSING
728.35/730.54	c GARBAGE COLLECT
728.35/730.54	c rational objective 0
750.59/752.86	c #Conflicts:     278000 | #Constraints:      12601
750.59/752.86	c #Conflicts:     279000 | #Constraints:      13611
750.59/752.86	c #Conflicts:     280000 | #Constraints:      14619
750.59/752.86	c #Conflicts:     281000 | #Constraints:      15632
750.59/752.86	c #Conflicts:     282000 | #Constraints:      16641
750.59/752.86	c #Conflicts:     283000 | #Constraints:      17733
750.59/752.86	c #Conflicts:     284000 | #Constraints:      18741
750.59/752.86	c #Conflicts:     285000 | #Constraints:      19741
750.59/752.86	c #Conflicts:     286000 | #Constraints:      20745
750.59/752.86	c #Conflicts:     287000 | #Constraints:      21747
750.59/752.86	c #Conflicts:     288000 | #Constraints:      22750
750.59/752.86	c INPROCESSING
750.59/752.86	c GARBAGE COLLECT
750.59/752.86	c rational objective 0
774.42/776.77	c #Conflicts:     289000 | #Constraints:      12886
774.42/776.77	c #Conflicts:     290000 | #Constraints:      13888
774.42/776.77	c #Conflicts:     291000 | #Constraints:      14894
774.42/776.77	c #Conflicts:     292000 | #Constraints:      15895
774.42/776.77	c #Conflicts:     293000 | #Constraints:      16898
774.42/776.77	c #Conflicts:     294000 | #Constraints:      17898
774.42/776.77	c #Conflicts:     295000 | #Constraints:      19025
774.42/776.77	c #Conflicts:     296000 | #Constraints:      20029
774.42/776.77	c #Conflicts:     297000 | #Constraints:      21043
774.42/776.77	c #Conflicts:     298000 | #Constraints:      22049
774.42/776.77	c #Conflicts:     299000 | #Constraints:      23079
774.42/776.77	c INPROCESSING
774.42/776.77	c GARBAGE COLLECT
774.42/776.77	c rational objective 0
791.56/793.96	c #Conflicts:     300000 | #Constraints:      13061
791.56/793.96	c #Conflicts:     301000 | #Constraints:      14068
791.56/793.96	c #Conflicts:     302000 | #Constraints:      15082
791.56/793.96	c #Conflicts:     303000 | #Constraints:      16084
791.56/793.96	c #Conflicts:     304000 | #Constraints:      17094
791.56/793.96	c #Conflicts:     305000 | #Constraints:      18124
791.56/793.96	c bounds 14 >= -7345 @ 774.338
795.86/798.26	c #Conflicts:     306000 | #Constraints:      19126
795.86/798.26	c bounds 13 >= -7345 @ 778.508
805.33/807.73	c #Conflicts:     307000 | #Constraints:      20130
805.33/807.73	c #Conflicts:     308000 | #Constraints:      21133
805.33/807.73	c #Conflicts:     309000 | #Constraints:      22133
805.33/807.73	c #Conflicts:     310000 | #Constraints:      23205
805.33/807.73	c INPROCESSING
805.33/807.73	c GARBAGE COLLECT
805.33/807.73	c rational objective 0
838.93/841.42	c #Conflicts:     311000 | #Constraints:      13022
838.93/841.42	c #Conflicts:     312000 | #Constraints:      14049
838.93/841.42	c #Conflicts:     313000 | #Constraints:      15053
838.93/841.42	c #Conflicts:     314000 | #Constraints:      16054
838.93/841.42	c #Conflicts:     315000 | #Constraints:      17057
838.93/841.42	c #Conflicts:     316000 | #Constraints:      18062
838.93/841.42	c #Conflicts:     317000 | #Constraints:      19249
838.93/841.42	c #Conflicts:     318000 | #Constraints:      20759
838.93/841.42	c #Conflicts:     319000 | #Constraints:      22292
838.93/841.42	c #Conflicts:     320000 | #Constraints:      23792
838.93/841.42	c #Conflicts:     321000 | #Constraints:      25097
838.93/841.42	c INPROCESSING
838.93/841.42	c GARBAGE COLLECT
838.93/841.42	c rational objective 0
863.26/865.86	c #Conflicts:     322000 | #Constraints:      13774
863.26/865.86	c #Conflicts:     323000 | #Constraints:      14775
863.26/865.86	c #Conflicts:     324000 | #Constraints:      16087
863.26/865.86	c #Conflicts:     325000 | #Constraints:      17574
863.26/865.86	c #Conflicts:     326000 | #Constraints:      19052
863.26/865.86	c #Conflicts:     327000 | #Constraints:      20540
863.26/865.86	c #Conflicts:     328000 | #Constraints:      21994
863.26/865.86	c #Conflicts:     329000 | #Constraints:      23502
863.26/865.86	c #Conflicts:     330000 | #Constraints:      24981
863.26/865.86	c #Conflicts:     331000 | #Constraints:      26466
863.26/865.86	c #Conflicts:     332000 | #Constraints:      27992
863.26/865.86	c #Conflicts:     333000 | #Constraints:      29467
863.26/865.86	c INPROCESSING
863.26/865.86	c GARBAGE COLLECT
863.26/865.86	c rational objective 0
906.23/908.93	c #Conflicts:     334000 | #Constraints:      16618
906.23/908.93	c #Conflicts:     335000 | #Constraints:      17928
906.23/908.93	c #Conflicts:     336000 | #Constraints:      18930
906.23/908.93	c #Conflicts:     337000 | #Constraints:      20037
906.23/908.93	c #Conflicts:     338000 | #Constraints:      21246
906.23/908.93	c #Conflicts:     339000 | #Constraints:      22540
906.23/908.93	c #Conflicts:     340000 | #Constraints:      24087
906.23/908.93	c #Conflicts:     341000 | #Constraints:      25674
906.23/908.93	c #Conflicts:     342000 | #Constraints:      27175
906.23/908.93	c #Conflicts:     343000 | #Constraints:      28631
906.23/908.93	c bounds 9 >= -7345 @ 886.63
916.71/919.43	c #Conflicts:     344000 | #Constraints:      29743
916.71/919.43	c #Conflicts:     345000 | #Constraints:      30901
916.71/919.43	c INPROCESSING
916.71/919.43	c GARBAGE COLLECT
916.71/919.43	c bounds 9 >= 9 @ 896.868
916.71/919.43	c cpu time 896.868 s
916.71/919.43	c deterministic time 15230607417 1.52e+10
916.71/919.43	c optimization time 10.1273 s
916.71/919.43	c total solve time 886.574 s
916.71/919.43	c core-guided solve time 454.24 s
916.71/919.43	c propagation time 233.035 s
916.71/919.43	c conflict analysis time 595.44 s
916.71/919.43	c propagations 29838283
916.71/919.43	c resolve steps 16096365
916.71/919.43	c decisions 997249
916.71/919.43	c conflicts 345228
916.71/919.43	c restarts 817
916.71/919.43	c inprocessing phases 50
916.71/919.43	c garbage collections 50 ,( 100.00 )
916.71/919.43	c input clauses 3 ,( 0.23 )
916.71/919.43	c input cardinalities 1 ,( 0.08 )
916.71/919.43	c input general constraints 1324 ,( 99.70 )
916.71/919.43	c input average constraint length 429.64
916.71/919.43	c input average constraint degree 7818.24
916.71/919.43	c learned clauses 257583 ,( 68.72 )
916.71/919.43	c learned cardinalities 18 ,( 0.00 )
916.71/919.43	c learned general constraints 117246 ,( 31.28 )
916.71/919.43	c learned average constraint length 167.83
916.71/919.43	c learned average constraint degree 66797682.66
916.71/919.43	c watched  CF 32, 64, 128, Arb: 27946 , 0 , 0 , 0
916.71/919.43	c counting CF 32, 64, 128, Arb: 90625 , 0 , 0 , 0
916.71/919.43	c watched   constraints 27946 ,( 23.57 ) 
916.71/919.43	c counting  constraints 90624 ,( 76.43 ) 
916.71/919.43	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 55145052 , 37411 , 1034522983 ,( 70562532 , 963960451 )
916.71/919.43	c gcd simplifications 42427
916.71/919.43	c detected cardinalities 6
916.71/919.43	c weakened non-implied lits 9262667
916.71/919.43	c weakened non-implying lits 139607
916.71/919.43	c original variables 1294
916.71/919.43	c clausal propagations 1035332
916.71/919.43	c cardinality propagations 11330
916.71/919.43	c watched propagations 520200
916.71/919.43	c counting propagations 27581717
916.71/919.43	c watch lookups 6096923648
916.71/919.43	c watch backjump lookups 0
916.71/919.43	c watch checks 1860846732
916.71/919.43	c propagation checks 4199185637
916.71/919.43	c constraint additions 3011262216
916.71/919.43	c trail pops 31179200
916.71/919.43	c formula constraints 1092
916.71/919.43	c learned constraints 344616
916.71/919.43	c bound constraints 236
916.71/919.43	c core-guided constraints 0
916.71/919.43	c encountered formula constraints 14227213
916.71/919.43	c encountered learned constraints 2112990
916.71/919.43	c encountered bound constraints 43512
916.71/919.43	c encountered core-guided constraints 0
916.71/919.43	c LP total time 194.428 s
916.71/919.43	c LP solve time 113.8 s
916.71/919.43	c LP constraints added 1754
916.71/919.43	c LP constraints removed 634
916.71/919.43	c LP pivots internal 344883
916.71/919.43	c LP pivots root 29568
916.71/919.43	c LP calls 37409
916.71/919.43	c LP optimalities 2947
916.71/919.43	c LP no pivot count 154
916.71/919.43	c LP infeasibilities 34405
916.71/919.43	c LP valid Farkas constraints 29519
916.71/919.43	c LP learned Farkas constraints 611
916.71/919.43	c LP basis resets 77
916.71/919.43	c LP cycling count 50
916.71/919.43	c LP singular count 3
916.71/919.43	c LP no primal count 0
916.71/919.43	c LP no farkas count 24
916.71/919.43	c LP other issue count 0
916.71/919.43	c LP Gomory cuts 101
916.71/919.43	c LP learned cuts 561
916.71/919.43	c LP deleted cuts 634
916.71/919.43	c LP encountered Gomory constraints 36
916.71/919.43	c LP encountered Farkas constraints 50366
916.71/919.43	c LP encountered learned Farkas constraints 6865
916.71/919.43	c CG auxiliary variables introduced 0
916.71/919.43	c CG solutions found 235
916.71/919.43	c CG cores constructed 0
916.71/919.43	c CG core cardinality constraints returned 0
916.71/919.43	c CG unit cores 0
916.71/919.43	c CG single cores 0
916.71/919.43	c CG blocks removed during cardinality reduction 0
916.71/919.43	c CG first core best 0
916.71/919.43	c CG decision core best 0
916.71/919.43	c CG core reduction tie 0
916.71/919.43	c CG core degree average 0.00
916.71/919.43	c CG core slack average 0.00
916.71/919.43	c CG core upper bound improvements 0
916.71/919.43	c STR number of successful calls 0
916.71/919.43	c STR number of unsuccessful calls 0
916.71/919.43	c STR number of inconclusive calls 0
916.71/919.43	c STR number of successful attempts 0
916.71/919.43	c STR number of unsuccessful attempts 0
916.71/919.43	c STR number of inconclusive attempts 0
916.71/919.43	c STR average degree increase per successful call inf
916.71/919.43	c STR average degree increase per successful attempt inf
916.71/919.43	c STR total number of conflicts for successful attempts 0
916.71/919.43	c STR total number of conflicts for unsuccessful attempts 0
916.71/919.43	c STR total number of conflicts for inconclusive attempts 0
916.71/919.43	c STR average number of conflicts per successful attempt inf
916.71/919.43	c STR average number of conflicts per unsuccessful attempt inf
916.71/919.43	c STR average number of conflicts per inconclusive attempt inf
916.71/919.43	c AVG.sumWPerc 59.00 
916.71/919.43	c bigint constraints 0 
916.71/919.43	o 9
916.71/919.43	s OPTIMUM FOUND
916.71/919.43	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 -x1290 -x1291 x1292 x1293 x1294

Verifier Data

OK	9

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 17:23:28 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 9 <= obj <= 9
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 9 <= obj <= 9
--summary--
ALL OK

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100059 s]*
/proc/loadavg: 4.15 4.13 4.06 5/271 135352
/proc/meminfo: memFree=118744432/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=50800 memory=6144 CPUtime=0 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 175696304 52019200 1536 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 12700 1536 1440 1147 0 126 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 54992 KiB
Current children cumulated memory: 9088 KiB

[startup+0.205643 s]*
/proc/loadavg: 4.15 4.13 4.06 5/271 135352
/proc/meminfo: memFree=118728052/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=68272 memory=23428 CPUtime=0.1 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 3624 0 0 0 9 1 0 0 20 0 1 0 175696304 69910528 5857 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 17068 5857 1952 1147 0 4494 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 72464 KiB
Current children cumulated memory: 26372 KiB

[startup+0.305616 s]*
/proc/loadavg: 4.15 4.13 4.06 5/271 135352
/proc/meminfo: memFree=118720240/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=87516 memory=46044 CPUtime=0.2 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 8553 0 0 0 18 2 0 0 20 0 1 0 175696304 89616384 11511 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 21879 11511 2304 1147 0 9305 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 91708 KiB
Current children cumulated memory: 48988 KiB

[startup+0.700183 s]
/proc/loadavg: 4.15 4.13 4.06 5/271 135352
/proc/meminfo: memFree=118720240/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=87516 memory=46044 CPUtime=0.59 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 8553 0 0 0 57 2 0 0 20 0 1 0 175696304 89616384 11511 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 21879 11511 2304 1147 0 9305 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 91708 KiB
Current children cumulated memory: 48988 KiB

[startup+1.50014 s]
/proc/loadavg: 4.15 4.13 4.06 5/271 135352
/proc/meminfo: memFree=118720248/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=87516 memory=46044 CPUtime=1.38 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 8554 0 0 0 136 2 0 0 20 0 1 0 175696304 89616384 11511 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 21879 11511 2304 1147 0 9305 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 91708 KiB
Current children cumulated memory: 48988 KiB

[startup+3.10486 s]
/proc/loadavg: 4.15 4.13 4.06 5/271 135352
/proc/meminfo: memFree=118688376/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=87516 memory=46044 CPUtime=2.99 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 8554 0 0 0 297 2 0 0 20 0 1 0 175696304 89616384 11511 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 21879 11511 2304 1147 0 9305 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 91708 KiB
Current children cumulated memory: 48988 KiB

[startup+6.30013 s]
/proc/loadavg: 4.14 4.12 4.06 5/271 135352
/proc/meminfo: memFree=118619856/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=87516 memory=46044 CPUtime=6.17 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 8554 0 0 0 615 2 0 0 20 0 1 0 175696304 89616384 11511 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 21879 11511 2304 1147 0 9305 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 91708 KiB
Current children cumulated memory: 48988 KiB

[startup+12.7001 s]
/proc/loadavg: 4.13 4.12 4.06 5/271 135399
/proc/meminfo: memFree=123990772/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=112328 memory=71180 CPUtime=12.55 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 16519 0 0 0 1251 4 0 0 20 0 1 0 175696304 115023872 17795 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 28082 17795 2368 1147 0 15508 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 116520 KiB
Current children cumulated memory: 74124 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.05 5/266 135426
/proc/meminfo: memFree=122998604/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=135788 memory=94172 CPUtime=25.3 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 21679 0 0 0 2491 39 0 0 20 0 1 0 175696304 139046912 23543 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 33947 23543 2368 1147 0 21373 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 139980 KiB
Current children cumulated memory: 97116 KiB

[startup+51.1054 s]
/proc/loadavg: 4.13 4.12 4.06 5/266 135475
/proc/meminfo: memFree=121955920/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=137208 memory=95092 CPUtime=50.83 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 26639 0 0 0 4995 88 0 0 20 0 1 0 175696304 140500992 23773 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 34302 23773 2368 1147 0 21728 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 141400 KiB
Current children cumulated memory: 98036 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.06 5/271 135499
/proc/meminfo: memFree=119849316/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=161760 memory=120664 CPUtime=101.89 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 32352 0 0 0 9990 199 0 0 20 0 1 0 175696304 165642240 30166 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 40440 30166 2368 1147 0 27866 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 165952 KiB
Current children cumulated memory: 123608 KiB

[startup+162.3 s]
/proc/loadavg: 4.01 4.09 4.05 4/260 135561
/proc/meminfo: memFree=118604668/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=161756 memory=114228 CPUtime=161.69 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 36346 0 0 0 15837 332 0 0 20 0 1 0 175696304 165638144 28557 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 40439 28557 2368 1147 0 27865 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 165948 KiB
Current children cumulated memory: 117172 KiB

[startup+222.3 s]
/proc/loadavg: 2.99 3.80 3.95 3/259 135568
/proc/meminfo: memFree=117112228/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=176896 memory=129836 CPUtime=221.52 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 39965 0 0 0 21694 458 0 0 20 0 1 0 175696304 181141504 32459 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 44224 32459 2496 1147 0 31650 0

################
# More data... #
################

/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 70229 0 0 0 74348 1652 0 0 20 0 1 0 175696304 264511488 52762 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 64578 52762 2496 1147 0 52004 0
Current children cumulated CPU time: 760.06 s
Current children cumulated vsize: 262504 KiB
Current children cumulated memory: 213992 KiB

[startup+822.3 s]
/proc/loadavg: 2.20 2.36 3.07 3/257 135601
/proc/meminfo: memFree=98324276/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=233132 memory=185664 CPUtime=819.83 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 71879 0 0 0 80189 1794 0 0 20 0 1 0 175696304 238727168 46416 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 58283 46416 2496 1147 0 45709 0
Current children cumulated CPU time: 819.89 s
Current children cumulated vsize: 237324 KiB
Current children cumulated memory: 188608 KiB

[startup+882.3 s]
/proc/loadavg: 2.13 2.31 3.01 3/258 135604
/proc/meminfo: memFree=96751068/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=879.65 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 75012 0 0 0 86059 1906 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 879.71 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

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

# cumulated CPU time of all completed processes:  user=896.991 s, system=21.5861 s

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

[startup+896 s]*
/proc/loadavg: 2.17 2.31 2.99 3/258 135604
/proc/meminfo: memFree=96432680/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=893.31 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 75012 0 0 0 87400 1931 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 893.37 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+921.6 s]
/proc/loadavg: 2.17 2.30 2.97 2/258 135606
/proc/meminfo: memFree=95543416/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=917.85 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 75012 0 0 0 89688 2097 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 917.91 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+928 s]*
/proc/loadavg: 2.15 2.30 2.97 2/258 135606
/proc/meminfo: memFree=95540068/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.03 cores=4,6
/proc/135352/stat : 135352 (roundingsat) D 135349 135349 134694 0 -1 4194304 75012 0 0 0 89690 2113 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.09 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+931.2 s]
/proc/loadavg: 2.14 2.29 2.96 3/258 135606
/proc/meminfo: memFree=95546524/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.16 cores=4,6
/proc/135352/stat : 135352 (roundingsat) R 135349 135349 134694 0 -1 4194304 75012 0 0 0 89691 2125 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.22 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+934.4 s]
/proc/loadavg: 2.21 2.30 2.96 2/258 135606
/proc/meminfo: memFree=95545172/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.31 cores=4,6
/proc/135352/stat : 135352 (roundingsat) D 135349 135349 134694 0 -1 4194304 75012 0 0 0 89692 2139 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.37 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+936 s]*
/proc/loadavg: 2.21 2.30 2.96 2/258 135606
/proc/meminfo: memFree=95547116/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.36 cores=4,6
/proc/135352/stat : 135352 (roundingsat) D 135349 135349 134694 0 -1 4194304 75012 0 0 0 89692 2144 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.42 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+936.8 s]
/proc/loadavg: 2.21 2.30 2.96 2/258 135606
/proc/meminfo: memFree=95547116/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.5 cores=4,6
/proc/135352/stat : 135352 (roundingsat) D 135349 135349 134694 0 -1 4194304 75012 0 0 0 89693 2157 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.56 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+937.2 s]
/proc/loadavg: 2.21 2.30 2.96 3/258 135606
/proc/meminfo: memFree=95722540/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.5 cores=4,6
/proc/135352/stat : 135352 (roundingsat) D 135349 135349 134694 0 -1 4194304 75012 0 0 0 89693 2157 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.56 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

[startup+937.3 s]
/proc/loadavg: 2.21 2.30 2.96 3/258 135606
/proc/meminfo: memFree=95722540/131250000 swapFree=33010416/33010684
[pid=135349] ppid=135346 vsize=4192 memory=2944 CPUtime=0.06 cores=4,6
/proc/135349/stat : 135349 (run-opt-ls-log.) S 135346 135349 134694 0 -1 4194304 241 4393 0 0 0 0 5 1 20 0 1 0 175696294 4292608 736 18446744073709551615 94002737512448 94002738406981 140726907715248 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94002738646032 94002738693776 94002765778944 140726907722009 140726907722207 140726907722207 140726907727811 0
/proc/135349/statm: 1048 736 672 219 0 110 0
[pid=135352] ppid=135349 vsize=282724 memory=239592 CPUtime=918.5 cores=4,6
/proc/135352/stat : 135352 (roundingsat) D 135349 135349 134694 0 -1 4194304 75012 0 0 0 89693 2157 0 0 20 0 1 0 175696304 289509376 59898 18446744073709551615 4227072 8923577 140733337026304 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 39022592 140733337032948 140733337033254 140733337033254 140733337038826 0
/proc/135352/statm: 70681 59898 2496 1147 0 58107 0
Current children cumulated CPU time: 918.56 s
Current children cumulated vsize: 286916 KiB
Current children cumulated memory: 242536 KiB

Child status: 0

Real time (s): 937.369
CPU time (s): 918.577
CPU user time (s): 896.991
CPU system time (s): 21.5861
CPU usage (%): 97.9953
Max. virtual memory (cumulated for all children) (KiB): 286920
Max. memory (cumulated for all children) (KiB): 242536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 896.991
system time used= 21.5861
maximum resident set size= 242104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48734856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 427840
involuntary context switches= 1535


# summary of solver processes directly reported to runsolver:
#   pid: 135349
#   total CPU time (s): 918.577
#   total CPU user time (s): 896.991
#   total CPU system time (s): 21.5861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74788 second user time and 3.94187 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-15 19:23:05
IDJOB=4532258
IDBENCH=180376
IDSOLVER=3392
FILE ID=nodeC018/4532258-1752600184
RUNJOBID= nodeC018-1752596531-134705
SLURM_JOB_ID= 9684373
Free space on /tmp= 432684 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_back_image_73_label5_adversarial_norm_1.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532258-1752600184/watcher-4532258-1752600184 -o /tmp/evaluation-result-4532258-1752600184/solver-4532258-1752600184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1752596531-134705 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532258-1752600184.opb PROOFDIR/proof-4532258-1752600184

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

MD5SUM BENCH= 1376b7e36587a728493ace6af4c57a8e
RANDOM SEED=318632884

nodeC018 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.801
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.66
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.833
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.66
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.252
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.66
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		: 3629.051
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.66
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.836
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.66
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.815
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.66
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		: 3561.056
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.66
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		: 3597.383
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118748528 kB
MemAvailable:   129283352 kB
Buffers:            2128 kB
Cached:         11287728 kB
SwapCached:           32 kB
Active:          1003004 kB
Inactive:       10749328 kB
Active(anon):     488452 kB
Inactive(anon):      288 kB
Active(file):     514552 kB
Inactive(file): 10749040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             85604 kB
Writeback:             0 kB
AnonPages:        463664 kB
Mapped:           121152 kB
Shmem:             26236 kB
KReclaimable:     220544 kB
Slab:             319228 kB
SReclaimable:     220544 kB
SUnreclaim:        98684 kB
KernelStack:        4368 kB
PageTables:         4136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     891644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432700 MiB
End job on nodeC018 at 2025-07-15 19:38:42