Trace number 4486410

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
IPBHS-SCIP 2025-06-09? (TO) 3600.07 3610.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3584.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.09/0.14	c limit for coefficient in constraints and objective to 1000000000
0.09/0.14	c will solve HOME/instance-4486410-1751306647.opb
0.09/0.14	c [0] will start solving
0.09/0.15	c [0] solve iteration 1, LB=0, UB=325
8.63/8.78	c [0.09] solve iteration 2, LB=48, UB=74
8.63/8.78	c [0.18] solve iteration 3, LB=48, UB=74
8.63/8.78	c [0.28] solve iteration 4, LB=48, UB=74
8.63/8.78	c [0.39] solve iteration 5, LB=48, UB=72
8.63/8.78	c [0.65] solve iteration 6, LB=48, UB=72
8.63/8.78	c [1.13] solve iteration 7, LB=48, UB=72
8.63/8.78	c [2.12] solve iteration 8, LB=48, UB=72
8.63/8.78	c [2.77] solve iteration 9, LB=48, UB=72
8.63/8.78	c [2.86] solve iteration 10, LB=48, UB=72
8.63/8.78	c [3.19] solve iteration 11, LB=48, UB=72
8.63/8.78	c [3.26] solve iteration 12, LB=48, UB=72
8.63/8.78	c [3.39] solve iteration 13, LB=48, UB=72
8.63/8.78	c [3.5] solve iteration 14, LB=48, UB=72
8.63/8.78	c [3.58] solve iteration 15, LB=48, UB=72
8.63/8.78	c [3.89] solve iteration 16, LB=48, UB=72
8.63/8.78	c [3.96] solve iteration 17, LB=48, UB=72
8.63/8.78	c [4.43] solve iteration 18, LB=48, UB=72
8.63/8.78	c [4.54] solve iteration 19, LB=48, UB=72
8.63/8.78	c [4.65] solve iteration 20, LB=48, UB=72
8.63/8.78	c [5.11] solve iteration 21, LB=48, UB=72
8.63/8.78	c [5.46] solve iteration 22, LB=48, UB=66
8.63/8.78	c [5.64] solve iteration 23, LB=49, UB=66
8.63/8.78	c [5.78] solve iteration 24, LB=49, UB=66
8.63/8.78	c [6.04] solve iteration 25, LB=49, UB=66
8.63/8.78	c [6.43] solve iteration 26, LB=50, UB=66
8.63/8.78	c [6.6] solve iteration 27, LB=51, UB=66
8.63/8.78	c [6.78] solve iteration 28, LB=51, UB=66
8.63/8.78	c [6.94] solve iteration 29, LB=51, UB=66
8.63/8.78	c [7.09] solve iteration 30, LB=51, UB=66
8.63/8.78	c [7.54] solve iteration 31, LB=51, UB=66
8.63/8.78	c [7.71] solve iteration 32, LB=51, UB=66
8.63/8.78	c [7.99] solve iteration 33, LB=51, UB=66
8.63/8.78	c [8.18] solve iteration 34, LB=51, UB=66
11.12/11.23	c [8.5] solve iteration 35, LB=51, UB=66
11.12/11.23	c [8.98] solve iteration 36, LB=51, UB=66
11.12/11.23	c [9.2] solve iteration 37, LB=51, UB=66
11.12/11.23	c [9.46] solve iteration 38, LB=51, UB=66
11.12/11.23	c [9.73] solve iteration 39, LB=51, UB=66
11.12/11.23	c [9.94] solve iteration 40, LB=51, UB=66
11.12/11.23	c [10.33] solve iteration 41, LB=51, UB=66
11.12/11.23	c [10.52] solve iteration 42, LB=51, UB=66
11.41/11.51	c [10.8] solve iteration 43, LB=60, UB=66
12.02/12.13	c [11.13] solve iteration 44, LB=60, UB=66
12.02/12.13	c [11.4] solve iteration 45, LB=60, UB=66
12.31/12.46	c [11.71] solve iteration 46, LB=60, UB=66
13.11/13.26	c [12.03] solve iteration 47, LB=60, UB=66
13.11/13.26	c [12.48] solve iteration 48, LB=60, UB=66
13.41/13.55	c [12.77] solve iteration 49, LB=60, UB=66
13.81/13.92	c [13.13] solve iteration 50, LB=60, UB=66
14.11/14.28	c [13.48] solve iteration 51, LB=60, UB=66
15.01/15.11	c [13.8] solve iteration 52, LB=60, UB=66
15.01/15.11	c [14.29] solve iteration 53, LB=60, UB=66
15.40/15.55	c [14.72] solve iteration 54, LB=60, UB=66
17.20/17.36	c [15.1] solve iteration 55, LB=60, UB=66
17.20/17.36	c [15.41] solve iteration 56, LB=60, UB=66
17.20/17.36	c [15.7] solve iteration 57, LB=60, UB=66
17.20/17.36	c [16.19] solve iteration 58, LB=60, UB=66
17.20/17.36	c [16.44] solve iteration 59, LB=60, UB=66
17.59/17.70	c [16.8] solve iteration 60, LB=60, UB=66
17.90/18.07	c [17.16] solve iteration 61, LB=60, UB=66
18.39/18.50	c [17.56] solve iteration 62, LB=60, UB=66
19.19/19.36	c [18.41] solve iteration 63, LB=60, UB=66
19.59/19.76	c [18.79] solve iteration 64, LB=60, UB=66
20.00/20.14	c [19.15] solve iteration 65, LB=60, UB=66
20.39/20.56	c [19.57] solve iteration 66, LB=60, UB=66
20.79/20.97	c [19.98] solve iteration 67, LB=60, UB=66
21.48/21.64	c [20.63] solve iteration 68, LB=60, UB=66
22.08/22.25	c [21.22] solve iteration 69, LB=60, UB=66
22.48/22.66	c [21.63] solve iteration 70, LB=60, UB=66
22.89/23.08	c [22.04] solve iteration 71, LB=60, UB=66
23.48/23.69	c [22.63] solve iteration 72, LB=60, UB=66
24.27/24.41	c [23.3] solve iteration 73, LB=60, UB=66
24.68/24.89	c [23.8] solve iteration 74, LB=60, UB=66
25.28/25.42	c [24.31] solve iteration 75, LB=60, UB=66
25.98/26.12	c [25.01] solve iteration 76, LB=60, UB=66
26.37/26.54	c [25.43] solve iteration 77, LB=60, UB=66
27.17/27.32	c [26.18] solve iteration 78, LB=60, UB=66
28.37/28.58	c [26.82] solve iteration 79, LB=60, UB=66
28.37/28.58	c [27.42] solve iteration 80, LB=60, UB=66
28.87/29.06	c [27.89] solve iteration 81, LB=60, UB=66
29.46/29.69	c [28.48] solve iteration 82, LB=60, UB=66
30.36/30.58	c [29.38] solve iteration 83, LB=60, UB=66
31.36/31.59	c [29.99] solve iteration 84, LB=60, UB=66
31.36/31.59	c [30.32] solve iteration 85, LB=60, UB=66
32.06/32.21	c [30.98] solve iteration 86, LB=60, UB=66
32.45/32.68	c [31.46] solve iteration 87, LB=60, UB=66
33.25/33.47	c [32.22] solve iteration 88, LB=60, UB=66
33.75/33.91	c [32.64] solve iteration 89, LB=60, UB=66
34.95/35.19	c [33.9] solve iteration 90, LB=60, UB=66
35.64/35.80	c [34.47] solve iteration 91, LB=60, UB=66
36.24/36.43	c [35.13] solve iteration 92, LB=60, UB=66
37.73/37.92	c [36.57] solve iteration 93, LB=60, UB=66
39.24/39.45	c [38.09] solve iteration 94, LB=60, UB=66
40.63/40.86	c [39.46] solve iteration 95, LB=60, UB=66
41.13/41.36	c [39.97] solve iteration 96, LB=60, UB=66
41.72/41.91	c [40.51] solve iteration 97, LB=60, UB=66
42.63/42.82	c [41.38] solve iteration 98, LB=60, UB=66
43.22/43.43	c [42] solve iteration 99, LB=60, UB=66
44.21/44.42	c [42.96] solve iteration 100, LB=60, UB=66
44.92/45.12	c [43.66] solve iteration 101, LB=60, UB=66
45.32/45.59	c [44.11] solve iteration 102, LB=60, UB=66
46.31/46.57	c [45.07] solve iteration 103, LB=60, UB=66
46.91/47.10	c [45.57] solve iteration 104, LB=60, UB=66
47.51/47.76	c [46.22] solve iteration 105, LB=60, UB=66
48.11/48.33	c [46.81] solve iteration 106, LB=60, UB=66
48.60/48.89	c [47.36] solve iteration 107, LB=60, UB=66
49.60/49.89	c [48.34] solve iteration 108, LB=60, UB=66
50.30/50.56	c [49] solve iteration 109, LB=60, UB=66
51.10/51.30	c [49.7] solve iteration 110, LB=60, UB=66
51.59/51.87	c [50.28] solve iteration 111, LB=60, UB=66
52.20/52.43	c [50.84] solve iteration 112, LB=60, UB=66
53.59/53.85	c [52.22] solve iteration 113, LB=60, UB=66
54.29/54.56	c [52.92] solve iteration 114, LB=60, UB=66
54.99/55.22	c [53.56] solve iteration 115, LB=60, UB=66
55.58/55.88	c [54.2] solve iteration 116, LB=60, UB=66
56.38/56.64	c [54.94] solve iteration 117, LB=60, UB=66
57.47/57.78	c [56.01] solve iteration 118, LB=60, UB=66
58.27/58.50	c [56.77] solve iteration 119, LB=60, UB=66
58.98/59.25	c [57.51] solve iteration 120, LB=60, UB=66
60.07/60.38	c [58.64] solve iteration 121, LB=60, UB=66
60.78/61.00	c [59.27] solve iteration 122, LB=60, UB=66
61.86/62.11	c [60.34] solve iteration 123, LB=60, UB=66
62.37/62.65	c [60.87] solve iteration 124, LB=60, UB=66
62.96/63.27	c [61.44] solve iteration 125, LB=60, UB=66
63.86/64.19	c [62.41] solve iteration 126, LB=60, UB=66
64.45/64.75	c [62.95] solve iteration 127, LB=60, UB=66
66.15/66.48	c [64.15] solve iteration 128, LB=60, UB=66
66.15/66.48	c [64.65] solve iteration 129, LB=60, UB=66
67.34/67.68	c [65.24] solve iteration 130, LB=60, UB=66
67.34/67.68	c [65.83] solve iteration 131, LB=60, UB=66
69.04/69.32	c [66.43] solve iteration 132, LB=60, UB=66
69.04/69.32	c [67.45] solve iteration 133, LB=60, UB=66
69.94/70.25	c [68.38] solve iteration 134, LB=60, UB=66
72.53/72.81	c [70.18] solve iteration 135, LB=60, UB=66
72.53/72.81	c [70.85] solve iteration 136, LB=60, UB=66
73.53/73.85	c [71.9] solve iteration 137, LB=60, UB=66
74.83/75.13	c [73.13] solve iteration 138, LB=60, UB=66
76.52/76.87	c [74.38] solve iteration 139, LB=60, UB=66
76.52/76.87	c [74.9] solve iteration 140, LB=60, UB=66
77.31/77.67	c [75.59] solve iteration 141, LB=60, UB=66
78.01/78.39	c [76.35] solve iteration 142, LB=60, UB=66
79.31/79.69	c [77.63] solve iteration 143, LB=60, UB=66
80.01/80.37	c [78.3] solve iteration 144, LB=60, UB=66
80.91/81.29	c [79.19] solve iteration 145, LB=60, UB=66
81.81/82.18	c [80.1] solve iteration 146, LB=60, UB=66
82.60/82.98	c [80.91] solve iteration 147, LB=60, UB=66
84.00/84.35	c [82.25] solve iteration 148, LB=60, UB=66
84.80/85.11	c [82.94] solve iteration 149, LB=60, UB=66
85.39/85.79	c [83.65] solve iteration 150, LB=60, UB=66
86.28/86.67	c [84.48] solve iteration 151, LB=60, UB=66
87.28/87.65	c [85.48] solve iteration 152, LB=60, UB=66
88.68/89.01	c [86.86] solve iteration 153, LB=60, UB=66
89.58/89.91	c [87.72] solve iteration 154, LB=60, UB=66
90.48/90.84	c [88.64] solve iteration 155, LB=60, UB=66
91.87/92.26	c [89.32] solve iteration 156, LB=60, UB=66
91.87/92.26	c [89.96] solve iteration 157, LB=60, UB=66
94.96/95.34	c [93.02] solve iteration 158, LB=60, UB=66
96.06/96.43	c [94.13] solve iteration 159, LB=60, UB=66
96.95/97.30	c [94.95] solve iteration 160, LB=60, UB=66
97.55/97.95	c [95.61] solve iteration 161, LB=60, UB=66
98.26/98.69	c [96.33] solve iteration 162, LB=60, UB=66
99.95/100.35	c [98.03] solve iteration 163, LB=60, UB=66
100.95/101.38	c [99.05] solve iteration 164, LB=60, UB=66
101.94/102.35	c [99.98] solve iteration 165, LB=60, UB=66
102.84/103.25	c [100.85] solve iteration 166, LB=60, UB=66
104.13/104.55	c [102.17] solve iteration 167, LB=60, UB=66
106.03/106.44	c [104.01] solve iteration 168, LB=60, UB=66
106.83/107.21	c [104.81] solve iteration 169, LB=60, UB=66
107.83/108.23	c [105.81] solve iteration 170, LB=60, UB=66
108.63/109.04	c [106.57] solve iteration 171, LB=60, UB=66
109.52/109.98	c [107.54] solve iteration 172, LB=60, UB=66
111.42/111.80	c [109.27] solve iteration 173, LB=60, UB=66
112.41/112.81	c [110.3] solve iteration 174, LB=60, UB=66
113.11/113.58	c [111.05] solve iteration 175, LB=60, UB=66
114.00/114.41	c [111.84] solve iteration 176, LB=60, UB=66
114.70/115.13	c [112.55] solve iteration 177, LB=60, UB=66
116.70/117.16	c [114.53] solve iteration 178, LB=60, UB=66
117.60/118.06	c [115.43] solve iteration 179, LB=60, UB=66
118.79/119.27	c [116.68] solve iteration 180, LB=60, UB=66
119.99/120.40	c [117.79] solve iteration 181, LB=60, UB=66
120.88/121.33	c [118.68] solve iteration 182, LB=60, UB=66
123.38/123.89	c [121.23] solve iteration 183, LB=60, UB=66
124.38/124.80	c [122.15] solve iteration 184, LB=60, UB=66
125.48/125.92	c [123.21] solve iteration 185, LB=60, UB=66
126.36/126.80	c [124.09] solve iteration 186, LB=60, UB=66
129.46/129.90	c [125.16] solve iteration 187, LB=60, UB=66
129.46/129.90	c [127.15] solve iteration 188, LB=60, UB=66
130.36/130.82	c [127.97] solve iteration 189, LB=60, UB=66
131.36/131.86	c [129.01] solve iteration 190, LB=60, UB=66
132.25/132.75	c [129.95] solve iteration 191, LB=60, UB=66
133.45/133.99	c [131.16] solve iteration 192, LB=60, UB=66
135.74/136.27	c [133.44] solve iteration 193, LB=60, UB=66
136.65/137.19	c [134.32] solve iteration 194, LB=60, UB=66
139.33/139.83	c [136.92] solve iteration 195, LB=60, UB=66
140.92/141.42	c [138.45] solve iteration 196, LB=60, UB=66
142.12/142.70	c [139.72] solve iteration 197, LB=60, UB=66
144.82/145.32	c [142.32] solve iteration 198, LB=60, UB=66
145.81/146.33	c [143.31] solve iteration 199, LB=60, UB=66
146.81/147.32	c [144.27] solve iteration 200, LB=60, UB=66
147.80/148.34	c [145.25] solve iteration 201, LB=60, UB=66
148.81/149.32	c [146.24] solve iteration 202, LB=60, UB=66
150.90/151.44	c [148.35] solve iteration 203, LB=60, UB=66
151.99/152.50	c [149.36] solve iteration 204, LB=60, UB=66
152.89/153.42	c [150.27] solve iteration 205, LB=60, UB=66
153.79/154.39	c [151.27] solve iteration 206, LB=60, UB=66
154.89/155.43	c [152.28] solve iteration 207, LB=60, UB=66
157.17/157.76	c [154.6] solve iteration 208, LB=60, UB=66
158.37/158.94	c [155.74] solve iteration 209, LB=60, UB=66
160.37/160.92	c [156.73] solve iteration 210, LB=60, UB=66
160.37/160.92	c [157.71] solve iteration 211, LB=60, UB=66
161.36/161.91	c [158.7] solve iteration 212, LB=60, UB=66
164.75/165.39	c [161.25] solve iteration 213, LB=60, UB=66
164.75/165.39	c [162.06] solve iteration 214, LB=60, UB=66
165.85/166.48	c [163.21] solve iteration 215, LB=60, UB=66
167.14/167.70	c [164.43] solve iteration 216, LB=60, UB=66
168.25/168.82	c [165.52] solve iteration 217, LB=60, UB=66
171.54/172.14	c [168.81] solve iteration 218, LB=60, UB=66
173.63/174.22	c [169.99] solve iteration 219, LB=60, UB=66
173.63/174.22	c [170.88] solve iteration 220, LB=60, UB=66
174.82/175.41	c [171.97] solve iteration 221, LB=60, UB=66
175.92/176.57	c [173.14] solve iteration 222, LB=60, UB=66
178.62/179.22	c [175.77] solve iteration 223, LB=60, UB=66
179.41/180.09	c [176.61] solve iteration 224, LB=60, UB=66
181.01/181.61	c [178.13] solve iteration 225, LB=60, UB=66
183.70/184.34	c [180.79] solve iteration 226, LB=60, UB=66
185.09/185.70	c [182.15] solve iteration 227, LB=60, UB=66
186.50/187.19	c [183.62] solve iteration 228, LB=60, UB=64
187.59/188.21	c [184.63] solve iteration 229, LB=60, UB=64
188.59/189.29	c [185.7] solve iteration 230, LB=60, UB=64
189.98/190.60	c [187] solve iteration 231, LB=60, UB=64
191.28/191.91	c [188.3] solve iteration 232, LB=60, UB=64
194.47/195.15	c [191.44] solve iteration 233, LB=60, UB=64
195.77/196.49	c [192.81] solve iteration 234, LB=60, UB=64
196.95/197.62	c [193.85] solve iteration 235, LB=60, UB=64
198.06/198.72	c [194.98] solve iteration 236, LB=60, UB=64
199.15/199.85	c [196.06] solve iteration 237, LB=60, UB=64
203.13/203.85	c [199.98] solve iteration 238, LB=60, UB=64
205.13/205.85	c [201.96] solve iteration 239, LB=60, UB=64
207.33/208.08	c [204.14] solve iteration 240, LB=60, UB=64
208.62/209.32	c [205.33] solve iteration 241, LB=60, UB=64
209.92/210.61	c [206.66] solve iteration 242, LB=60, UB=64
213.71/214.44	c [210.39] solve iteration 243, LB=60, UB=64
214.90/215.63	c [211.62] solve iteration 244, LB=60, UB=64
217.50/218.28	c [214.28] solve iteration 245, LB=60, UB=64
218.69/219.46	c [215.48] solve iteration 246, LB=60, UB=64
220.68/221.46	c [217.4] solve iteration 247, LB=60, UB=64
224.48/225.28	c [221.14] solve iteration 248, LB=60, UB=64
225.87/226.65	c [222.52] solve iteration 249, LB=60, UB=64
227.27/228.06	c [223.88] solve iteration 250, LB=60, UB=64
228.67/229.43	c [225.22] solve iteration 251, LB=60, UB=64
229.76/230.59	c [226.5] solve iteration 252, LB=60, UB=64
233.45/234.21	c [229.97] solve iteration 253, LB=60, UB=64
234.75/235.59	c [231.38] solve iteration 254, LB=60, UB=64
235.94/236.74	c [232.52] solve iteration 255, LB=60, UB=64
237.34/238.13	c [233.85] solve iteration 256, LB=60, UB=64
239.13/239.90	c [235.58] solve iteration 257, LB=60, UB=64
242.92/243.79	c [239.5] solve iteration 258, LB=60, UB=64
244.22/245.06	c [240.77] solve iteration 259, LB=60, UB=64
246.22/247.04	c [242.68] solve iteration 260, LB=60, UB=64
247.81/248.61	c [244.19] solve iteration 261, LB=60, UB=64
249.10/249.96	c [245.49] solve iteration 262, LB=60, UB=64
253.69/254.52	c [250.13] solve iteration 263, LB=60, UB=64
255.29/256.14	c [251.65] solve iteration 264, LB=60, UB=64
256.58/257.48	c [252.97] solve iteration 265, LB=60, UB=64
258.08/258.91	c [254.39] solve iteration 266, LB=60, UB=64
259.67/260.50	c [255.92] solve iteration 267, LB=60, UB=64
264.16/265.06	c [260.48] solve iteration 268, LB=60, UB=64
265.36/266.27	c [261.74] solve iteration 269, LB=60, UB=64
266.85/267.76	c [263.14] solve iteration 270, LB=60, UB=64
268.34/269.22	c [264.61] solve iteration 271, LB=60, UB=64
269.84/270.75	c [266.08] solve iteration 272, LB=60, UB=64
274.52/275.48	c [270.76] solve iteration 273, LB=60, UB=64
276.03/276.99	c [272.29] solve iteration 274, LB=60, UB=64
277.62/278.58	c [273.88] solve iteration 275, LB=60, UB=64
278.91/279.89	c [275.19] solve iteration 276, LB=60, UB=64
280.41/281.35	c [276.63] solve iteration 277, LB=60, UB=64
285.40/286.34	c [281.47] solve iteration 278, LB=60, UB=64
286.99/287.94	c [283.07] solve iteration 279, LB=60, UB=64
288.48/289.42	c [284.58] solve iteration 280, LB=60, UB=64
290.09/291.07	c [286.11] solve iteration 281, LB=60, UB=64
291.48/292.45	c [287.55] solve iteration 282, LB=60, UB=64
297.26/298.20	c [293.27] solve iteration 283, LB=60, UB=64
298.66/299.68	c [294.74] solve iteration 284, LB=60, UB=64
300.25/301.21	c [296.27] solve iteration 285, LB=60, UB=64
301.85/302.85	c [297.89] solve iteration 286, LB=60, UB=64
303.34/304.30	c [299.28] solve iteration 287, LB=60, UB=64
309.03/310.06	c [305.05] solve iteration 288, LB=60, UB=64
310.72/311.76	c [306.74] solve iteration 289, LB=60, UB=64
312.31/313.30	c [308.26] solve iteration 290, LB=60, UB=64
313.81/314.82	c [309.78] solve iteration 291, LB=60, UB=64
315.31/316.35	c [311.28] solve iteration 292, LB=60, UB=64
321.38/322.45	c [317.35] solve iteration 293, LB=60, UB=64
322.99/324.04	c [318.88] solve iteration 294, LB=60, UB=64
324.68/325.76	c [320.54] solve iteration 295, LB=60, UB=64
326.47/327.55	c [322.29] solve iteration 296, LB=60, UB=64
328.26/329.36	c [324.18] solve iteration 297, LB=60, UB=64
334.65/335.78	c [330.53] solve iteration 298, LB=60, UB=64
336.24/337.38	c [332.12] solve iteration 299, LB=60, UB=64
337.94/339.08	c [333.78] solve iteration 300, LB=60, UB=64
339.83/340.96	c [335.63] solve iteration 301, LB=60, UB=64
341.33/342.40	c [337.08] solve iteration 302, LB=60, UB=64
347.80/348.93	c [343.53] solve iteration 303, LB=60, UB=64
349.30/350.49	c [345.05] solve iteration 304, LB=60, UB=64
351.09/352.25	c [346.82] solve iteration 305, LB=60, UB=64
352.49/353.69	c [348.25] solve iteration 306, LB=60, UB=64
354.19/355.32	c [349.81] solve iteration 307, LB=60, UB=64
361.16/362.37	c [356.79] solve iteration 308, LB=60, UB=64
362.87/364.02	c [358.42] solve iteration 309, LB=60, UB=64
364.46/365.67	c [360.07] solve iteration 310, LB=60, UB=64
366.05/367.23	c [361.63] solve iteration 311, LB=60, UB=64
367.74/368.95	c [363.24] solve iteration 312, LB=60, UB=64
375.63/376.81	c [371.07] solve iteration 313, LB=60, UB=64
377.12/378.39	c [372.67] solve iteration 314, LB=60, UB=64
378.62/379.87	c [374.11] solve iteration 315, LB=60, UB=64
380.21/381.45	c [375.67] solve iteration 316, LB=60, UB=64
381.81/383.09	c [377.32] solve iteration 317, LB=60, UB=64
389.88/391.11	c [385.2] solve iteration 318, LB=60, UB=64
391.47/392.76	c [386.87] solve iteration 319, LB=60, UB=64
392.97/394.27	c [388.33] solve iteration 320, LB=60, UB=64
394.77/396.03	c [390.11] solve iteration 321, LB=60, UB=64
396.46/397.78	c [391.83] solve iteration 322, LB=60, UB=64
404.54/405.89	c [399.87] solve iteration 323, LB=60, UB=64
406.34/407.61	c [401.55] solve iteration 324, LB=60, UB=64
408.23/409.58	c [403.45] solve iteration 325, LB=60, UB=64
409.92/411.24	c [405.09] solve iteration 326, LB=60, UB=64
412.61/413.93	c [407.8] solve iteration 327, LB=60, UB=64
421.68/423.10	c [416.87] solve iteration 328, LB=60, UB=64
424.37/425.79	c [419.5] solve iteration 329, LB=60, UB=64
425.87/427.26	c [420.98] solve iteration 330, LB=60, UB=64
427.56/428.92	c [422.64] solve iteration 331, LB=60, UB=64
428.96/430.35	c [424.03] solve iteration 332, LB=60, UB=64
438.64/440.08	c [433.67] solve iteration 333, LB=60, UB=64
441.02/442.41	c [435.97] solve iteration 334, LB=60, UB=64
442.72/444.17	c [437.63] solve iteration 335, LB=60, UB=64
444.22/445.64	c [439.16] solve iteration 336, LB=60, UB=64
446.01/447.47	c [440.97] solve iteration 337, LB=60, UB=64
455.88/457.39	c [450.63] solve iteration 338, LB=60, UB=64
457.68/459.17	c [452.41] solve iteration 339, LB=60, UB=64
459.27/460.79	c [454.05] solve iteration 340, LB=60, UB=64
460.76/462.25	c [455.52] solve iteration 341, LB=60, UB=64
462.26/463.79	c [457.04] solve iteration 342, LB=60, UB=64
471.23/472.77	c [465.87] solve iteration 343, LB=60, UB=64
472.83/474.37	c [467.49] solve iteration 344, LB=60, UB=64
474.43/475.90	c [468.95] solve iteration 345, LB=60, UB=64
476.12/477.62	c [470.7] solve iteration 346, LB=60, UB=64
478.32/479.85	c [472.88] solve iteration 347, LB=60, UB=64
489.18/490.71	c [483.63] solve iteration 348, LB=60, UB=64
490.88/492.49	c [485.41] solve iteration 349, LB=60, UB=64
493.27/494.80	c [487.69] solve iteration 350, LB=60, UB=64
495.07/496.61	c [489.45] solve iteration 351, LB=60, UB=64
496.76/498.32	c [491.16] solve iteration 352, LB=60, UB=64
508.22/509.83	c [502.51] solve iteration 353, LB=60, UB=64
509.92/511.57	c [504.25] solve iteration 354, LB=60, UB=64
512.42/514.06	c [506.7] solve iteration 355, LB=60, UB=64
514.11/515.70	c [508.34] solve iteration 356, LB=60, UB=64
515.90/517.57	c [510.18] solve iteration 357, LB=60, UB=64
527.47/529.15	c [521.61] solve iteration 358, LB=60, UB=64
528.96/530.63	c [523.02] solve iteration 359, LB=60, UB=64
530.86/532.53	c [524.92] solve iteration 360, LB=60, UB=64
532.55/534.22	c [526.64] solve iteration 361, LB=60, UB=64
534.35/536.08	c [528.49] solve iteration 362, LB=60, UB=64
546.71/548.42	c [540.65] solve iteration 363, LB=60, UB=64
548.10/549.85	c [542.09] solve iteration 364, LB=60, UB=64
549.80/551.59	c [543.81] solve iteration 365, LB=60, UB=64
551.99/553.70	c [545.86] solve iteration 366, LB=60, UB=64
553.69/555.48	c [547.66] solve iteration 367, LB=60, UB=64
566.45/568.23	c [560.27] solve iteration 368, LB=60, UB=64
568.24/570.01	c [562.03] solve iteration 369, LB=60, UB=64
570.34/572.19	c [564.18] solve iteration 370, LB=60, UB=64
572.13/573.96	c [565.94] solve iteration 371, LB=60, UB=64
576.82/578.64	c [570.58] solve iteration 372, LB=60, UB=64
590.68/592.56	c [584.3] solve iteration 373, LB=60, UB=64
592.07/593.97	c [585.7] solve iteration 374, LB=60, UB=64
593.96/595.84	c [587.55] solve iteration 375, LB=60, UB=64
595.66/597.55	c [589.28] solve iteration 376, LB=60, UB=64
597.86/599.75	c [591.45] solve iteration 377, LB=60, UB=64
612.81/614.74	c [606.25] solve iteration 378, LB=60, UB=64
614.71/616.65	c [608.11] solve iteration 379, LB=60, UB=64
616.60/618.50	c [609.98] solve iteration 380, LB=60, UB=64
618.39/620.35	c [611.82] solve iteration 381, LB=60, UB=64
620.28/622.20	c [613.65] solve iteration 382, LB=60, UB=64
635.75/637.76	c [629.04] solve iteration 383, LB=60, UB=64
637.73/639.75	c [631.01] solve iteration 384, LB=60, UB=64
639.33/641.39	c [632.64] solve iteration 385, LB=60, UB=64
640.93/642.98	c [634.21] solve iteration 386, LB=60, UB=64
642.82/644.89	c [636.11] solve iteration 387, LB=60, UB=64
659.57/661.61	c [652.64] solve iteration 388, LB=60, UB=64
661.56/663.67	c [654.61] solve iteration 389, LB=60, UB=64
663.15/665.27	c [656.25] solve iteration 390, LB=60, UB=64
664.75/666.89	c [657.8] solve iteration 391, LB=60, UB=64
666.54/668.64	c [659.61] solve iteration 392, LB=60, UB=64
683.20/685.36	c [676.11] solve iteration 393, LB=60, UB=64
685.09/687.20	c [677.94] solve iteration 394, LB=60, UB=64
687.18/689.38	c [680.07] solve iteration 395, LB=60, UB=64
689.08/691.21	c [681.93] solve iteration 396, LB=60, UB=64
690.58/692.79	c [683.5] solve iteration 397, LB=60, UB=64
709.31/711.56	c [702.05] solve iteration 398, LB=60, UB=64
711.21/713.40	c [703.84] solve iteration 399, LB=60, UB=64
713.20/715.48	c [705.87] solve iteration 400, LB=60, UB=64
715.10/717.34	c [707.77] solve iteration 401, LB=60, UB=64
716.99/719.27	c [709.7] solve iteration 402, LB=60, UB=64
736.84/739.17	c [729.3] solve iteration 403, LB=60, UB=64
738.84/741.16	c [731.3] solve iteration 404, LB=60, UB=64
740.62/742.93	c [733.08] solve iteration 405, LB=60, UB=64
742.92/745.20	c [735.29] solve iteration 406, LB=60, UB=64
745.21/747.56	c [737.68] solve iteration 407, LB=60, UB=64
768.34/770.77	c [760.57] solve iteration 408, LB=60, UB=64
770.13/772.54	c [762.38] solve iteration 409, LB=60, UB=64
771.92/774.37	c [764.16] solve iteration 410, LB=60, UB=64
774.02/776.46	c [766.25] solve iteration 411, LB=60, UB=64
776.22/778.68	c [768.45] solve iteration 412, LB=60, UB=64
801.33/803.83	c [793.35] solve iteration 413, LB=60, UB=64
803.54/806.05	c [795.49] solve iteration 414, LB=60, UB=64
805.63/808.10	c [797.6] solve iteration 415, LB=60, UB=64
807.63/810.16	c [799.63] solve iteration 416, LB=60, UB=64
809.41/811.90	c [801.39] solve iteration 417, LB=60, UB=64
834.44/837.02	c [826.24] solve iteration 418, LB=60, UB=64
836.63/839.20	c [828.37] solve iteration 419, LB=60, UB=64
838.32/840.90	c [830.05] solve iteration 420, LB=60, UB=64
840.12/842.71	c [831.88] solve iteration 421, LB=60, UB=64
842.02/844.64	c [833.8] solve iteration 422, LB=60, UB=64
867.94/870.67	c [859.5] solve iteration 423, LB=60, UB=64
869.93/872.62	c [861.45] solve iteration 424, LB=60, UB=64
872.12/874.81	c [863.57] solve iteration 425, LB=60, UB=64
873.81/876.53	c [865.25] solve iteration 426, LB=60, UB=64
876.80/879.56	c [868.26] solve iteration 427, LB=60, UB=64
904.72/907.57	c [895.92] solve iteration 428, LB=60, UB=64
906.61/909.44	c [897.8] solve iteration 429, LB=60, UB=64
908.41/911.29	c [899.59] solve iteration 430, LB=60, UB=64
911.00/913.83	c [902.15] solve iteration 431, LB=60, UB=64
912.89/915.76	c [904.06] solve iteration 432, LB=60, UB=64
942.30/945.29	c [933.19] solve iteration 433, LB=60, UB=64
944.20/947.19	c [935.1] solve iteration 434, LB=60, UB=64
946.29/949.28	c [937.17] solve iteration 435, LB=60, UB=64
948.19/951.17	c [939.09] solve iteration 436, LB=60, UB=64
949.98/952.94	c [940.84] solve iteration 437, LB=60, UB=64
980.39/983.41	c [970.92] solve iteration 438, LB=60, UB=64
982.38/985.40	c [972.94] solve iteration 439, LB=60, UB=64
984.08/987.14	c [974.66] solve iteration 440, LB=60, UB=64
985.98/989.03	c [976.52] solve iteration 441, LB=60, UB=64
987.97/991.08	c [978.51] solve iteration 442, LB=60, UB=64
1020.36/1023.57	c [1010.63] solve iteration 443, LB=60, UB=64
1022.26/1025.49	c [1012.51] solve iteration 444, LB=60, UB=64
1024.25/1027.47	c [1014.47] solve iteration 445, LB=60, UB=64
1026.15/1029.32	c [1016.37] solve iteration 446, LB=60, UB=64
1028.34/1031.55	c [1018.57] solve iteration 447, LB=60, UB=64
1063.04/1066.34	c [1052.96] solve iteration 448, LB=60, UB=64
1064.92/1068.27	c [1054.87] solve iteration 449, LB=60, UB=64
1067.63/1070.94	c [1057.48] solve iteration 450, LB=60, UB=64
1069.72/1073.03	c [1059.57] solve iteration 451, LB=60, UB=64
1071.51/1074.89	c [1061.44] solve iteration 452, LB=60, UB=64
1108.29/1111.73	c [1097.8] solve iteration 453, LB=60, UB=64
1110.29/1113.77	c [1099.78] solve iteration 454, LB=60, UB=64
1111.98/1115.49	c [1101.59] solve iteration 455, LB=60, UB=64
1113.98/1117.46	c [1103.54] solve iteration 456, LB=60, UB=64
1115.78/1119.27	c [1105.32] solve iteration 457, LB=60, UB=64
1161.63/1165.24	c [1150.81] solve iteration 458, LB=60, UB=64
1163.53/1167.16	c [1152.71] solve iteration 459, LB=60, UB=64
1165.53/1169.15	c [1154.69] solve iteration 460, LB=60, UB=64
1168.21/1171.80	c [1157.26] solve iteration 461, LB=60, UB=64
1170.00/1173.66	c [1159.17] solve iteration 462, LB=60, UB=64
1213.37/1217.15	c [1202.18] solve iteration 463, LB=60, UB=64
1215.56/1219.35	c [1204.36] solve iteration 464, LB=60, UB=64
1217.76/1221.56	c [1206.56] solve iteration 465, LB=60, UB=64
1219.75/1223.58	c [1208.57] solve iteration 466, LB=60, UB=64
1221.94/1225.78	c [1210.64] solve iteration 467, LB=60, UB=64
1264.91/1268.85	c [1253.31] solve iteration 468, LB=60, UB=64
1267.00/1270.95	c [1255.39] solve iteration 469, LB=60, UB=64
1269.79/1273.71	c [1258.14] solve iteration 470, LB=60, UB=64
1271.79/1275.75	c [1260.13] solve iteration 471, LB=60, UB=64
1273.68/1277.65	c [1262.08] solve iteration 472, LB=60, UB=64
1320.54/1324.60	c [1308.54] solve iteration 473, LB=60, UB=64
1322.83/1326.94	c [1310.87] solve iteration 474, LB=60, UB=64
1324.82/1328.94	c [1312.81] solve iteration 475, LB=60, UB=64
1327.22/1331.33	c [1315.18] solve iteration 476, LB=60, UB=64
1329.11/1333.24	c [1317.07] solve iteration 477, LB=60, UB=64
1379.56/1383.82	c [1367.07] solve iteration 478, LB=60, UB=64
1381.55/1385.87	c [1369.14] solve iteration 479, LB=60, UB=64
1383.95/1388.26	c [1371.51] solve iteration 480, LB=60, UB=64
1386.34/1390.65	c [1373.91] solve iteration 481, LB=60, UB=64
1388.42/1392.73	c [1375.98] solve iteration 482, LB=60, UB=64
1441.28/1445.76	c [1428.48] solve iteration 483, LB=60, UB=64
1443.47/1447.92	c [1430.62] solve iteration 484, LB=60, UB=64
1445.46/1449.93	c [1432.63] solve iteration 485, LB=60, UB=64
1447.46/1452.00	c [1434.59] solve iteration 486, LB=60, UB=64
1450.25/1454.76	c [1437.4] solve iteration 487, LB=60, UB=64
1510.28/1514.93	c [1496.97] solve iteration 488, LB=60, UB=64
1512.16/1516.88	c [1498.9] solve iteration 489, LB=60, UB=64
1514.37/1519.01	c [1501] solve iteration 490, LB=60, UB=64
1516.36/1521.08	c [1502.97] solve iteration 491, LB=60, UB=64
1518.64/1523.31	c [1505.22] solve iteration 492, LB=60, UB=64
1582.36/1587.29	c [1568.59] solve iteration 493, LB=60, UB=64
1584.35/1589.25	c [1570.52] solve iteration 494, LB=60, UB=64
1586.45/1591.37	c [1572.62] solve iteration 495, LB=60, UB=64
1588.95/1593.84	c [1575.14] solve iteration 496, LB=60, UB=64
1591.63/1596.59	c [1577.86] solve iteration 497, LB=60, UB=64
1659.05/1664.15	c [1644.72] solve iteration 498, LB=60, UB=64
1661.05/1666.19	c [1646.7] solve iteration 499, LB=60, UB=64
1663.13/1668.25	c [1648.75] solve iteration 500, LB=60, UB=64
1665.03/1670.15	c [1650.62] solve iteration 501, LB=60, UB=64
1667.32/1672.40	c [1652.8] solve iteration 502, LB=60, UB=64
1739.33/1744.67	c [1724.46] solve iteration 503, LB=60, UB=64
1741.33/1746.69	c [1726.45] solve iteration 504, LB=60, UB=64
1743.53/1748.80	c [1728.64] solve iteration 505, LB=60, UB=64
1745.52/1750.87	c [1730.69] solve iteration 506, LB=60, UB=64
1748.21/1753.57	c [1733.37] solve iteration 507, LB=60, UB=64
1817.24/1822.73	c [1801.86] solve iteration 508, LB=60, UB=64
1819.43/1824.93	c [1804.12] solve iteration 509, LB=60, UB=64
1822.32/1827.85	c [1806.86] solve iteration 510, LB=60, UB=64
1824.32/1829.84	c [1809] solve iteration 511, LB=60, UB=64
1826.52/1832.01	c [1811.15] solve iteration 512, LB=60, UB=64
1901.43/1907.15	c [1885.63] solve iteration 513, LB=60, UB=64
1904.11/1909.80	c [1888.24] solve iteration 514, LB=60, UB=64
1906.21/1911.92	c [1890.41] solve iteration 515, LB=60, UB=64
1908.31/1914.02	c [1892.49] solve iteration 516, LB=60, UB=64
1910.31/1916.06	c [1894.51] solve iteration 517, LB=60, UB=64
1987.91/1993.88	c [1971.65] solve iteration 518, LB=60, UB=64
1990.30/1996.26	c [1973.9] solve iteration 519, LB=60, UB=64
1992.99/1999.00	c [1976.61] solve iteration 520, LB=60, UB=64
1995.49/2001.44	c [1979.11] solve iteration 521, LB=60, UB=64
1997.78/2003.78	c [1981.42] solve iteration 522, LB=60, UB=64
2085.25/2091.43	c [2068.3] solve iteration 523, LB=60, UB=64
2087.75/2093.92	c [2070.74] solve iteration 524, LB=60, UB=64
2090.24/2096.46	c [2073.21] solve iteration 525, LB=60, UB=64
2092.43/2098.61	c [2075.43] solve iteration 526, LB=60, UB=64
2094.52/2100.79	c [2077.6] solve iteration 527, LB=60, UB=64
2184.57/2191.04	c [2167.14] solve iteration 528, LB=60, UB=64
2186.87/2193.31	c [2169.39] solve iteration 529, LB=60, UB=64
2189.36/2195.80	c [2171.86] solve iteration 530, LB=60, UB=64
2191.55/2198.09	c [2174.13] solve iteration 531, LB=60, UB=64
2194.24/2200.74	c [2176.76] solve iteration 532, LB=60, UB=64
2291.46/2298.28	c [2273.46] solve iteration 533, LB=60, UB=64
2293.66/2300.49	c [2275.67] solve iteration 534, LB=60, UB=64
2296.05/2302.84	c [2278.01] solve iteration 535, LB=60, UB=64
2298.75/2305.54	c [2280.68] solve iteration 536, LB=60, UB=64
2300.93/2307.78	c [2282.9] solve iteration 537, LB=60, UB=64
2407.13/2414.25	c [2388.52] solve iteration 538, LB=60, UB=64
2409.42/2416.52	c [2390.72] solve iteration 539, LB=60, UB=64
2411.72/2418.82	c [2393.08] solve iteration 540, LB=60, UB=64
2413.91/2421.06	c [2395.31] solve iteration 541, LB=60, UB=64
2416.60/2423.70	c [2397.92] solve iteration 542, LB=60, UB=64
2528.59/2536.10	c [2509.38] solve iteration 543, LB=60, UB=64
2530.78/2538.20	c [2511.46] solve iteration 544, LB=60, UB=64
2533.07/2540.51	c [2513.75] solve iteration 545, LB=60, UB=64
2535.47/2542.97	c [2516.2] solve iteration 546, LB=60, UB=64
2537.76/2545.28	c [2518.5] solve iteration 547, LB=60, UB=64
2661.50/2669.39	c [2641.62] solve iteration 548, LB=60, UB=64
2664.09/2671.90	c [2644.12] solve iteration 549, LB=60, UB=64
2666.49/2674.39	c [2646.36] solve iteration 550, LB=60, UB=64
2668.68/2676.57	c [2648.62] solve iteration 551, LB=60, UB=64
2671.48/2679.38	c [2651.23] solve iteration 552, LB=60, UB=64
2805.29/2813.50	c [2784.42] solve iteration 553, LB=60, UB=64
2807.19/2815.42	c [2786.56] solve iteration 554, LB=60, UB=64
2809.78/2818.01	c [2789.1] solve iteration 555, LB=60, UB=64
2812.87/2821.15	c [2792.12] solve iteration 556, LB=60, UB=64
2814.96/2823.28	c [2794.31] solve iteration 557, LB=60, UB=64
2953.56/2962.28	c [2932.21] solve iteration 558, LB=60, UB=64
2955.95/2964.66	c [2934.67] solve iteration 559, LB=60, UB=64
2959.04/2967.72	c [2937.67] solve iteration 560, LB=60, UB=64
2961.64/2970.31	c [2940.12] solve iteration 561, LB=60, UB=64
2964.23/2972.91	c [2942.82] solve iteration 562, LB=60, UB=64
3127.94/3137.18	c [3105.72] solve iteration 563, LB=60, UB=64
3130.42/3139.67	c [3108.12] solve iteration 564, LB=60, UB=64
3132.93/3142.12	c [3110.64] solve iteration 565, LB=60, UB=64
3135.72/3144.98	c [3113.49] solve iteration 566, LB=60, UB=64
3138.10/3147.31	c [3115.75] solve iteration 567, LB=60, UB=64
3325.82/3335.69	c [3302.59] solve iteration 568, LB=60, UB=64
3328.50/3338.38	c [3305.29] solve iteration 569, LB=60, UB=64
3330.81/3340.66	c [3307.4] solve iteration 570, LB=60, UB=64
3333.10/3342.97	c [3309.82] solve iteration 571, LB=60, UB=64
3335.58/3345.47	c [3312.26] solve iteration 572, LB=60, UB=64
3538.35/3548.80	c [3513.88] solve iteration 573, LB=60, UB=64
3540.74/3551.27	c [3516.29] solve iteration 574, LB=60, UB=64
3543.14/3553.67	c [3518.71] solve iteration 575, LB=60, UB=64
3546.32/3556.81	c [3521.61] solve iteration 576, LB=60, UB=64
3548.92/3559.48	c [3524.27] solve iteration 577, LB=60, UB=64

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62046 MiB free)
  memory of node 1: 64465 MiB (59447 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486410-1751306647/watcher-4486410-1751306647 -o /tmp/evaluation-result-4486410-1751306647/solver-4486410-1751306647 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751303034-42204 --watchdog 3760 ./ipbhs_scip HOME/instance-4486410-1751306647.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=42627, runsolver pid=42624

[startup+0.100065 s]*
/proc/loadavg: 4.13 4.22 4.16 5/264 42628
/proc/meminfo: memFree=123953344/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=560232 memory=442884 CPUtime=0.09 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 994 0 0 0 1 8 0 0 20 0 1 0 46341287 573677568 110721 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 140058 110721 1568 2790 0 133483 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 560232 KiB
Current children cumulated memory: 442884 KiB

[startup+0.205491 s]*
/proc/loadavg: 4.13 4.22 4.16 5/264 42628
/proc/meminfo: memFree=123843764/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=577252 memory=552036 CPUtime=0.19 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 5636 0 0 0 8 11 0 0 20 0 1 0 46341287 591106048 138009 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 144313 138009 3680 2790 0 137738 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 577252 KiB
Current children cumulated memory: 552036 KiB

[startup+0.305229 s]*
/proc/loadavg: 4.13 4.22 4.16 5/264 42628
/proc/meminfo: memFree=123843764/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=575660 memory=551732 CPUtime=0.29 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 6177 0 0 0 17 12 0 0 20 0 1 0 46341287 589475840 137933 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 143915 137933 3680 2790 0 137340 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 575660 KiB
Current children cumulated memory: 551732 KiB

[startup+0.700165 s]
/proc/loadavg: 4.13 4.22 4.16 5/264 42628
/proc/meminfo: memFree=123839984/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=582376 memory=557976 CPUtime=0.68 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 8492 0 0 0 54 14 0 0 20 0 1 0 46341287 596353024 139494 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 145594 139494 3680 2790 0 139019 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 582376 KiB
Current children cumulated memory: 557976 KiB

[startup+1.50016 s]
/proc/loadavg: 4.13 4.22 4.16 4/262 42648
/proc/meminfo: memFree=126308444/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=589912 memory=568660 CPUtime=1.47 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 10650 0 0 0 128 19 0 0 20 0 1 0 46341287 604069888 142165 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 147478 142165 3680 2790 0 140903 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 589912 KiB
Current children cumulated memory: 568660 KiB

[startup+3.10475 s]
/proc/loadavg: 4.13 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125444988/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=597496 memory=576468 CPUtime=3.05 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 12587 0 0 0 281 24 0 0 20 0 1 0 46341287 611835904 144117 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 149374 144117 3680 2790 0 142799 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 597496 KiB
Current children cumulated memory: 576468 KiB

[startup+6.30011 s]
/proc/loadavg: 4.12 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125376764/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=660936 memory=640216 CPUtime=6.23 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 28968 0 0 0 590 33 0 0 20 0 1 0 46341287 676798464 160054 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 165234 160054 3712 2790 0 158659 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 660936 KiB
Current children cumulated memory: 640216 KiB

[startup+12.7001 s]
/proc/loadavg: 4.19 4.23 4.16 5/264 42718
/proc/meminfo: memFree=125275856/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=720200 memory=695216 CPUtime=12.61 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 47125 0 0 0 1213 48 0 0 20 0 1 0 46341287 737484800 173804 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 180050 173804 3712 2790 0 173475 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 720200 KiB
Current children cumulated memory: 695216 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.22 4.16 5/264 42718
/proc/meminfo: memFree=125111296/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=786824 memory=760516 CPUtime=25.38 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 72284 0 0 0 2468 70 0 0 20 0 1 0 46341287 805707776 190129 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 196706 190129 3712 2790 0 190131 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 786824 KiB
Current children cumulated memory: 760516 KiB

[startup+51.1051 s]
/proc/loadavg: 4.23 4.24 4.17 5/264 42719
/proc/meminfo: memFree=124961144/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=823500 memory=798528 CPUtime=50.91 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 90454 0 0 0 4991 100 0 0 20 0 1 0 46341287 843264000 199632 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 205875 199632 3712 2790 0 199300 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 823500 KiB
Current children cumulated memory: 798528 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.21 4.16 5/264 42720
/proc/meminfo: memFree=124796972/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=873888 memory=846944 CPUtime=101.94 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 120002 0 0 0 10048 146 0 0 20 0 1 0 46341287 894861312 211736 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 218472 211736 3712 2790 0 211897 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 873888 KiB
Current children cumulated memory: 846944 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.19 4.16 5/263 42722
/proc/meminfo: memFree=124667640/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=907160 memory=878860 CPUtime=161.77 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 164036 0 0 0 15976 201 0 0 20 0 1 0 46341287 928931840 219715 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 226790 219715 3712 2790 0 220215 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 907160 KiB
Current children cumulated memory: 878860 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.17 4.15 5/263 42724
/proc/meminfo: memFree=124567956/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=932100 memory=904336 CPUtime=221.58 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 205488 0 0 0 21907 251 0 0 20 0 1 0 46341287 954470400 226084 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 233025 226084 3712 2790 0 226450 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 932100 KiB
Current children cumulated memory: 904336 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.15 4.15 5/265 42728
/proc/meminfo: memFree=124487724/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=950044 memory=923144 CPUtime=281.41 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 247120 0 0 0 27850 291 0 0 20 0 1 0 46341287 972845056 230786 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 237511 230786 3712 2790 0 230936 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 950044 KiB
Current children cumulated memory: 923144 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.13 4.14 5/265 42730
/proc/meminfo: memFree=124442380/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=981568 memory=951136 CPUtime=341.23 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 270072 0 0 0 33795 328 0 0 20 0 1 0 46341287 1005125632 237784 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 245392 237784 3712 2790 0 238817 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 981568 KiB
Current children cumulated memory: 951136 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.14 4.14 5/265 42734
/proc/meminfo: memFree=124379812/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=981856 memory=951760 CPUtime=401.05 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 301478 0 0 0 39733 372 0 0 20 0 1 0 46341287 1005420544 237940 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 245464 237940 3712 2790 0 238889 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 981856 KiB
Current children cumulated memory: 951760 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.11 4.13 5/264 42738
/proc/meminfo: memFree=124319880/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1006084 memory=976568 CPUtime=460.87 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 378621 0 0 0 45663 424 0 0 20 0 1 0 46341287 1030230016 244110 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 251521 244110 3712 2790 0 244946 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 1142824 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 42911
/proc/meminfo: memFree=121583504/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1171300 memory=1142824 CPUtime=2913.78 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1025331 0 0 0 289412 1966 0 0 20 0 1 0 46341287 1199411200 285706 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 292825 285706 3712 2790 0 286250 0
Current children cumulated CPU time: 2913.78 s
Current children cumulated vsize: 1171300 KiB
Current children cumulated memory: 1142824 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/264 42914
/proc/meminfo: memFree=121556408/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1165460 memory=1138496 CPUtime=2973.6 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1039017 0 0 0 295366 1994 0 0 20 0 1 0 46341287 1193431040 284624 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 291365 284624 3712 2790 0 284790 0
Current children cumulated CPU time: 2973.6 s
Current children cumulated vsize: 1165460 KiB
Current children cumulated memory: 1138496 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 42916
/proc/meminfo: memFree=121596396/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1165460 memory=1138496 CPUtime=3033.43 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1039017 0 0 0 301323 2020 0 0 20 0 1 0 46341287 1193431040 284624 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 291365 284624 3712 2790 0 284790 0
Current children cumulated CPU time: 3033.43 s
Current children cumulated vsize: 1165460 KiB
Current children cumulated memory: 1138496 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 42918
/proc/meminfo: memFree=121587736/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1184428 memory=1139392 CPUtime=3093.24 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1039274 0 0 0 307269 2055 0 0 20 0 1 0 46341287 1212854272 284848 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 296107 284848 3712 2790 0 289532 0
Current children cumulated CPU time: 3093.24 s
Current children cumulated vsize: 1184428 KiB
Current children cumulated memory: 1139392 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 42920
/proc/meminfo: memFree=121553828/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1188512 memory=1143752 CPUtime=3153.06 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1055592 0 0 0 313218 2088 0 0 20 0 1 0 46341287 1217036288 285938 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 297128 285938 3712 2790 0 290553 0
Current children cumulated CPU time: 3153.06 s
Current children cumulated vsize: 1188512 KiB
Current children cumulated memory: 1143752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 42922
/proc/meminfo: memFree=121569520/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1188512 memory=1143752 CPUtime=3212.87 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1055592 0 0 0 319165 2122 0 0 20 0 1 0 46341287 1217036288 285938 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 297128 285938 3712 2790 0 290553 0
Current children cumulated CPU time: 3212.87 s
Current children cumulated vsize: 1188512 KiB
Current children cumulated memory: 1143752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 42924
/proc/meminfo: memFree=121503980/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1188512 memory=1145908 CPUtime=3272.69 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1055620 0 0 0 325117 2152 0 0 20 0 1 0 46341287 1217036288 286477 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 297128 286477 3712 2790 0 290553 0
Current children cumulated CPU time: 3272.69 s
Current children cumulated vsize: 1188512 KiB
Current children cumulated memory: 1145908 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 42927
/proc/meminfo: memFree=121436384/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1198152 memory=1154692 CPUtime=3332.5 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1069103 0 0 0 331066 2184 0 0 20 0 1 0 46341287 1226907648 288673 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 299538 288673 3712 2790 0 292963 0
Current children cumulated CPU time: 3332.5 s
Current children cumulated vsize: 1198152 KiB
Current children cumulated memory: 1154692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 42929
/proc/meminfo: memFree=121409812/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1193896 memory=1151292 CPUtime=3392.31 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1074815 0 0 0 337015 2216 0 0 20 0 1 0 46341287 1222549504 287823 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 298474 287823 3712 2790 0 291899 0
Current children cumulated CPU time: 3392.31 s
Current children cumulated vsize: 1193896 KiB
Current children cumulated memory: 1151292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 42946
/proc/meminfo: memFree=121414528/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1193896 memory=1151292 CPUtime=3452.12 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1074815 0 0 0 342957 2255 0 0 20 0 1 0 46341287 1222549504 287823 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 298474 287823 3712 2790 0 291899 0
Current children cumulated CPU time: 3452.12 s
Current children cumulated vsize: 1193896 KiB
Current children cumulated memory: 1151292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/265 42952
/proc/meminfo: memFree=121366288/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1193896 memory=1151292 CPUtime=3511.93 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1074816 0 0 0 348910 2283 0 0 20 0 1 0 46341287 1222549504 287823 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 298474 287823 3712 2790 0 291899 0
Current children cumulated CPU time: 3511.93 s
Current children cumulated vsize: 1193896 KiB
Current children cumulated memory: 1151292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/265 42954
/proc/meminfo: memFree=121429112/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1204372 memory=1161856 CPUtime=3571.75 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1096561 0 0 0 354864 2311 0 0 20 0 1 0 46341287 1233276928 290464 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 301093 290464 3712 2790 0 294518 0
Current children cumulated CPU time: 3571.75 s
Current children cumulated vsize: 1204372 KiB
Current children cumulated memory: 1161856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.08 4.08 4.09 5/261 42986
/proc/meminfo: memFree=123289168/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1204372 memory=1161856 CPUtime=3600.05 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1096561 0 0 0 357680 2325 0 0 20 0 1 0 46341287 1233276928 290464 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 301093 290464 3712 2790 0 294518 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1204372 KiB
Current children cumulated memory: 1161856 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.71 s]
# the end of solver process 42627 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3576.81 s, system=23.265 s

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

[startup+3610.7 s]
/proc/loadavg: 4.08 4.08 4.09 5/261 42986
/proc/meminfo: memFree=123289168/131250000 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=1204372 memory=1161856 CPUtime=3600.05 cores=0,2
/proc/42627/stat : 42627 (ipbhs_scip) R 42624 42627 42194 0 -1 4194304 1096561 0 0 0 357680 2325 0 0 20 0 1 0 46341287 1233276928 290464 18446744073709551615 94433941790720 94433953217117 140737165338096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94433955352792 94433955397810 94433977229312 140737165347218 140737165347337 140737165347337 140737165352939 0
/proc/42627/statm: 301093 290464 3712 2790 0 294518 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1204372 KiB
Current children cumulated memory: 1161856 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.71
CPU time (s): 3600.07
CPU user time (s): 3576.81
CPU system time (s): 23.265
CPU usage (%): 99.7055
Max. virtual memory (cumulated for all children) (KiB): 1227784
Max. memory (cumulated for all children) (KiB): 1182760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.81
system time used= 23.265
maximum resident set size= 1182760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1096561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180
involuntary context switches= 4579


# summary of solver processes directly reported to runsolver:
#   pid: 42627
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3576.81
#   total CPU system time (s): 23.265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.46281 second user time and 14.2986 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-30 20:04:07
IDJOB=4486410
IDBENCH=147020
IDSOLVER=3335
FILE ID=nodeC014/4486410-1751306647
RUNJOBID= nodeC014-1751303034-42204
SLURM_JOB_ID= 9594289
Free space on /tmp= 432800 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486410-1751306647/watcher-4486410-1751306647 -o /tmp/evaluation-result-4486410-1751306647/solver-4486410-1751306647 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751303034-42204 --watchdog 3760  ./ipbhs_scip HOME/instance-4486410-1751306647.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=1334485711

nodeC014 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		: 3601.605
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	: 7000.23
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		: 3600.119
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	: 7000.23
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		: 3600.124
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	: 7000.23
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		: 3603.328
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	: 7000.23
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		: 3600.121
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	: 7000.23
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		: 3600.102
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	: 7000.23
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		: 3700.000
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	: 7000.23
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		: 3599.912
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124414216 kB
MemAvailable:   125239072 kB
Buffers:            3280 kB
Cached:          1629640 kB
SwapCached:            0 kB
Active:          4862740 kB
Inactive:        1373568 kB
Active(anon):    4621456 kB
Inactive(anon):        0 kB
Active(file):     241284 kB
Inactive(file):  1373568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            142784 kB
Writeback:             0 kB
AnonPages:       4606464 kB
Mapped:           128656 kB
Shmem:             18068 kB
KReclaimable:      98488 kB
Slab:             186336 kB
SReclaimable:      98488 kB
SUnreclaim:        87848 kB
KernelStack:        4256 kB
PageTables:        12444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5273568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2852864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432732 MiB
End job on nodeC014 at 2025-06-30 21:04:18