Trace number 4532824

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 0f876b3OPT cert.-34 118.825 121.058

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-Clique-c0125-9_c24.opb
MD5SUMe7657c6e4289f102872f35c7391497ac
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 benchmark-34
Best CPU time to get the best result obtained on this benchmark1.68694
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints788
Number of constraints which are clauses788
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2
Number of terms in the objective function 125
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 125
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 125
Number of bits of the biggest sum of numbers7
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-4532824-1752600188.opb'
0.00/0.01	c 	read 0.02MB  (0.36ms)
0.00/0.01	c	 [cnf: #variables 126 #clauses 789 #duplicates 0 #arr 1700]
0.00/0.01	c output proof to 'PROOFDIR/proof-4532824-1752600188'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.27ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.06ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1167 #edges 3904]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.10ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4532824-1752600188.opb.pre'
0.00/0.01	c 	wrote 0.02MB (0.10ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.43ms 32.25% other
0.00/0.01	c                   0.36ms 27.30% parse
0.00/0.01	c                   0.27ms 20.50% approx_orbits
0.00/0.01	c                   0.10ms  7.78% output
0.00/0.01	c                   0.10ms  7.49% detect_generic
0.00/0.01	c                   0.06ms  4.28% detect_special
0.00/0.01	c                   0.01ms  0.40% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   1.33ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 0f876b3
0.00/0.03	c #variables 126 #constraints 788
0.00/0.03	c objective is ce32 
0.00/0.03	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.03	c bounds - >= -125 @ 0.004341
0.00/0.03	c rational objective -62.5
0.00/0.04	c bounds 0 >= -125 @ 0.018522
0.00/0.04	c bounds 0 >= -124 @ 0.018634
0.00/0.04	c bounds 0 >= -123 @ 0.018713
0.00/0.04	c bounds 0 >= -122 @ 0.018771
0.00/0.04	c bounds 0 >= -121 @ 0.018827
0.00/0.04	c bounds 0 >= -120 @ 0.01889
0.00/0.04	c bounds 0 >= -119 @ 0.018945
0.00/0.04	c bounds 0 >= -118 @ 0.018997
0.00/0.04	c bounds 0 >= -117 @ 0.019051
0.00/0.04	c bounds -1 >= -117 @ 0.019195
0.00/0.04	c bounds -1 >= -116 @ 0.019249
0.00/0.04	c bounds -1 >= -115 @ 0.0193
0.00/0.04	c bounds -1 >= -114 @ 0.01936
0.00/0.04	c bounds -1 >= -113 @ 0.019414
0.00/0.04	c bounds -1 >= -112 @ 0.01943
0.00/0.04	c bounds -1 >= -111 @ 0.01943
0.00/0.04	c bounds -1 >= -110 @ 0.01943
0.00/0.04	c bounds -1 >= -109 @ 0.01943
0.00/0.04	c bounds -1 >= -108 @ 0.01943
0.00/0.04	c bounds -1 >= -107 @ 0.01943
0.00/0.04	c bounds -1 >= -106 @ 0.01943
0.00/0.04	c bounds -1 >= -105 @ 0.01943
0.00/0.04	c bounds -1 >= -104 @ 0.01943
0.00/0.04	c bounds -1 >= -103 @ 0.01943
0.00/0.04	c bounds -1 >= -102 @ 0.01943
0.00/0.04	c bounds -1 >= -101 @ 0.01943
0.00/0.04	c bounds -1 >= -100 @ 0.01943
0.00/0.04	c bounds -1 >= -99 @ 0.01943
0.00/0.04	c bounds -1 >= -98 @ 0.01943
0.00/0.04	c bounds -1 >= -97 @ 0.01943
0.00/0.04	c bounds -1 >= -96 @ 0.01943
0.00/0.04	c bounds -1 >= -95 @ 0.01943
0.00/0.04	c bounds -1 >= -94 @ 0.01943
0.00/0.04	c bounds -1 >= -93 @ 0.01946
0.00/0.04	c bounds -1 >= -92 @ 0.019519
0.00/0.04	c bounds -1 >= -91 @ 0.019572
0.00/0.04	c bounds -1 >= -90 @ 0.01962
0.00/0.04	c bounds -1 >= -89 @ 0.019667
0.00/0.04	c bounds -1 >= -88 @ 0.01971
0.00/0.04	c bounds -1 >= -87 @ 0.019754
0.00/0.04	c bounds -1 >= -86 @ 0.019795
0.00/0.04	c bounds -1 >= -85 @ 0.019838
0.00/0.04	c bounds -1 >= -84 @ 0.01988
0.00/0.04	c bounds -1 >= -83 @ 0.019927
0.00/0.04	c bounds -1 >= -82 @ 0.019971
0.00/0.04	c bounds -1 >= -81 @ 0.020012
0.00/0.04	c bounds -1 >= -80 @ 0.020057
0.00/0.04	c bounds -1 >= -79 @ 0.020098
0.00/0.04	c bounds -1 >= -78 @ 0.020137
0.00/0.04	c bounds -1 >= -77 @ 0.020176
0.00/0.04	c bounds -1 >= -76 @ 0.020218
0.00/0.04	c bounds -1 >= -75 @ 0.020265
0.00/0.04	c bounds -1 >= -74 @ 0.02031
0.00/0.04	c bounds -1 >= -73 @ 0.020354
0.00/0.04	c bounds -1 >= -72 @ 0.020404
0.00/0.05	c bounds -5 >= -72 @ 0.02229
0.00/0.05	c bounds -5 >= -71 @ 0.022351
0.00/0.05	c bounds -5 >= -70 @ 0.022401
0.00/0.05	c bounds -5 >= -69 @ 0.022451
0.00/0.05	c bounds -5 >= -68 @ 0.022518
0.00/0.05	c bounds -5 >= -67 @ 0.022568
0.00/0.05	c bounds -5 >= -66 @ 0.022625
0.00/0.05	c bounds -5 >= -65 @ 0.022675
0.00/0.05	c bounds -5 >= -64 @ 0.022728
0.00/0.05	c bounds -5 >= -63 @ 0.022783
0.00/0.05	c bounds -5 >= -62 @ 0.022837
0.00/0.05	c bounds -5 >= -61 @ 0.022901
0.00/0.05	c bounds -5 >= -60 @ 0.022966
0.00/0.05	c bounds -5 >= -59 @ 0.023047
0.00/0.05	c bounds -6 >= -59 @ 0.023171
0.00/0.05	c bounds -6 >= -58 @ 0.023275
0.00/0.05	c bounds -7 >= -58 @ 0.023275
0.00/0.05	c bounds -7 >= -57 @ 0.023275
0.00/0.05	c bounds -8 >= -57 @ 0.023275
0.00/0.05	c bounds -8 >= -56 @ 0.023275
0.00/0.05	c bounds -9 >= -56 @ 0.023275
0.00/0.05	c bounds -9 >= -55 @ 0.023275
0.00/0.05	c bounds -10 >= -55 @ 0.023351
0.00/0.05	c bounds -10 >= -54 @ 0.023489
0.00/0.05	c bounds -10 >= -53 @ 0.023695
0.00/0.05	c bounds -11 >= -53 @ 0.023829
0.00/0.05	c bounds -11 >= -52 @ 0.023952
0.00/0.05	c bounds -12 >= -52 @ 0.024091
0.00/0.05	c bounds -12 >= -51 @ 0.024241
0.00/0.05	c bounds -13 >= -51 @ 0.024362
0.00/0.05	c bounds -13 >= -50 @ 0.024724
0.00/0.05	c bounds -14 >= -50 @ 0.024935
0.00/0.05	c bounds -15 >= -50 @ 0.025111
0.00/0.05	c bounds -15 >= -49 @ 0.025519
0.00/0.05	c bounds -16 >= -49 @ 0.025647
0.00/0.05	c bounds -17 >= -49 @ 0.025767
0.00/0.05	c bounds -18 >= -49 @ 0.025875
0.00/0.05	c bounds -18 >= -48 @ 0.026589
0.00/0.05	c bounds -19 >= -48 @ 0.026797
0.00/0.05	c bounds -20 >= -48 @ 0.026987
0.00/0.05	c bounds -21 >= -48 @ 0.027145
0.00/0.05	c bounds -22 >= -48 @ 0.027268
0.00/0.05	c bounds -23 >= -48 @ 0.02746
0.00/0.05	c bounds -23 >= -47 @ 0.028807
0.00/0.05	c bounds -24 >= -47 @ 0.028993
0.00/0.05	c bounds -25 >= -47 @ 0.029924
0.00/0.06	c bounds -25 >= -46 @ 0.036586
0.00/0.06	c bounds -26 >= -46 @ 0.03697
0.00/0.06	c bounds -27 >= -46 @ 0.037785
0.00/0.06	c bounds -28 >= -46 @ 0.038038
0.00/0.07	c bounds -29 >= -46 @ 0.041212
0.00/0.07	c bounds -30 >= -46 @ 0.041831
0.00/0.07	c bounds -31 >= -46 @ 0.042924
0.00/0.09	c bounds -31 >= -45 @ 0.060563
0.00/0.09	c bounds -32 >= -45 @ 0.063263
0.00/0.09	c bounds -33 >= -45 @ 0.063521
0.07/0.13	c #Conflicts:       1000 | #Constraints:       2177
0.07/0.13	c bounds -34 >= -45 @ 0.094782
0.07/0.17	c bounds -34 >= -44 @ 0.142079
0.07/0.20	c #Conflicts:       2000 | #Constraints:       3208
0.07/0.20	c INPROCESSING
0.07/0.20	c GARBAGE COLLECT
0.07/0.20	c rational objective -44
0.18/0.28	c bounds -34 >= -43 @ 0.245562
0.27/0.40	c #Conflicts:       3000 | #Constraints:       3101
0.27/0.40	c #Conflicts:       4000 | #Constraints:       4143
0.27/0.40	c INPROCESSING
0.27/0.40	c GARBAGE COLLECT
0.27/0.40	c rational objective -43
0.47/0.51	c #Conflicts:       5000 | #Constraints:       3505
0.47/0.51	c bounds -34 >= -42 @ 0.456138
0.57/0.63	c #Conflicts:       6000 | #Constraints:       4535
0.57/0.63	c INPROCESSING
0.57/0.63	c GARBAGE COLLECT
0.57/0.63	c rational objective -42
0.86/0.90	c #Conflicts:       7000 | #Constraints:       3524
0.86/0.90	c #Conflicts:       8000 | #Constraints:       4568
0.86/0.90	c #Conflicts:       9000 | #Constraints:       5608
0.86/0.90	c INPROCESSING
0.86/0.90	c GARBAGE COLLECT
0.86/0.90	c rational objective -42
0.86/0.96	c bounds -34 >= -41 @ 0.878849
1.16/1.21	c #Conflicts:      10000 | #Constraints:       4280
1.16/1.21	c #Conflicts:      11000 | #Constraints:       5280
1.16/1.21	c #Conflicts:      12000 | #Constraints:       6280
1.16/1.21	c INPROCESSING
1.16/1.21	c GARBAGE COLLECT
1.16/1.21	c rational objective -41
1.16/1.29	c bounds -34 >= -40 @ 1.18739
1.46/1.53	c #Conflicts:      13000 | #Constraints:       4714
1.46/1.53	c #Conflicts:      14000 | #Constraints:       5714
1.46/1.53	c #Conflicts:      15000 | #Constraints:       6714
1.46/1.53	c INPROCESSING
1.46/1.53	c GARBAGE COLLECT
1.46/1.53	c rational objective -40
1.76/1.87	c #Conflicts:      16000 | #Constraints:       4942
1.76/1.87	c #Conflicts:      17000 | #Constraints:       5992
1.76/1.87	c #Conflicts:      18000 | #Constraints:       7037
1.76/1.87	c INPROCESSING
1.76/1.87	c GARBAGE COLLECT
1.76/1.87	c rational objective -40
2.07/2.14	c #Conflicts:      19000 | #Constraints:       4979
2.07/2.14	c #Conflicts:      20000 | #Constraints:       5979
2.07/2.14	c bounds -34 >= -39 @ 1.999
2.16/2.26	c #Conflicts:      21000 | #Constraints:       7003
2.16/2.26	c INPROCESSING
2.16/2.26	c GARBAGE COLLECT
2.16/2.26	c rational objective -39
2.56/2.67	c #Conflicts:      22000 | #Constraints:       4762
2.56/2.67	c #Conflicts:      23000 | #Constraints:       5762
2.56/2.67	c #Conflicts:      24000 | #Constraints:       6762
2.56/2.67	c #Conflicts:      25000 | #Constraints:       7762
2.56/2.67	c INPROCESSING
2.56/2.67	c GARBAGE COLLECT
2.56/2.67	c rational objective -39
2.96/3.09	c #Conflicts:      26000 | #Constraints:       5382
2.96/3.09	c #Conflicts:      27000 | #Constraints:       6425
2.96/3.09	c #Conflicts:      28000 | #Constraints:       7467
2.96/3.09	c #Conflicts:      29000 | #Constraints:       8503
2.96/3.09	c INPROCESSING
2.96/3.09	c GARBAGE COLLECT
2.96/3.09	c rational objective -39
3.45/3.58	c #Conflicts:      30000 | #Constraints:       5821
3.45/3.58	c #Conflicts:      31000 | #Constraints:       6821
3.45/3.58	c #Conflicts:      32000 | #Constraints:       7822
3.45/3.58	c bounds -34 >= -38 @ 3.37941
3.45/3.59	c #Conflicts:      33000 | #Constraints:       8843
3.45/3.59	c INPROCESSING
3.45/3.59	c GARBAGE COLLECT
3.45/3.59	c rational objective -38
3.96/4.09	c #Conflicts:      34000 | #Constraints:       5988
3.96/4.09	c #Conflicts:      35000 | #Constraints:       6989
3.96/4.09	c #Conflicts:      36000 | #Constraints:       7989
3.96/4.09	c #Conflicts:      37000 | #Constraints:       8989
3.96/4.09	c INPROCESSING
3.96/4.09	c GARBAGE COLLECT
3.96/4.09	c rational objective -38
4.45/4.58	c #Conflicts:      38000 | #Constraints:       5987
4.45/4.58	c #Conflicts:      39000 | #Constraints:       7024
4.45/4.58	c #Conflicts:      40000 | #Constraints:       8075
4.45/4.58	c #Conflicts:      41000 | #Constraints:       9119
4.45/4.58	c INPROCESSING
4.45/4.58	c GARBAGE COLLECT
4.45/4.58	c rational objective -38
5.15/5.21	c #Conflicts:      42000 | #Constraints:       5850
5.15/5.21	c #Conflicts:      43000 | #Constraints:       6850
5.15/5.21	c #Conflicts:      44000 | #Constraints:       7850
5.15/5.21	c #Conflicts:      45000 | #Constraints:       8851
5.15/5.21	c #Conflicts:      46000 | #Constraints:       9851
5.15/5.21	c INPROCESSING
5.15/5.21	c GARBAGE COLLECT
5.15/5.21	c rational objective -38
5.75/5.82	c #Conflicts:      47000 | #Constraints:       6430
5.75/5.82	c #Conflicts:      48000 | #Constraints:       7471
5.75/5.82	c #Conflicts:      49000 | #Constraints:       8516
5.75/5.82	c #Conflicts:      50000 | #Constraints:       9558
5.75/5.82	c #Conflicts:      51000 | #Constraints:      10598
5.75/5.82	c INPROCESSING
5.75/5.82	c GARBAGE COLLECT
5.75/5.82	c rational objective -38
6.44/6.52	c #Conflicts:      52000 | #Constraints:       6875
6.44/6.52	c #Conflicts:      53000 | #Constraints:       7875
6.44/6.52	c #Conflicts:      54000 | #Constraints:       8876
6.44/6.52	c #Conflicts:      55000 | #Constraints:       9876
6.44/6.52	c #Conflicts:      56000 | #Constraints:      10876
6.44/6.52	c INPROCESSING
6.44/6.52	c GARBAGE COLLECT
6.44/6.52	c rational objective -38
7.05/7.19	c #Conflicts:      57000 | #Constraints:       7022
7.05/7.19	c #Conflicts:      58000 | #Constraints:       8023
7.05/7.19	c #Conflicts:      59000 | #Constraints:       9023
7.05/7.19	c #Conflicts:      60000 | #Constraints:      10023
7.05/7.19	c #Conflicts:      61000 | #Constraints:      11023
7.05/7.19	c INPROCESSING
7.05/7.19	c GARBAGE COLLECT
7.05/7.19	c rational objective -38
7.85/7.92	c #Conflicts:      62000 | #Constraints:       7006
7.85/7.92	c #Conflicts:      63000 | #Constraints:       8040
7.85/7.92	c #Conflicts:      64000 | #Constraints:       9081
7.85/7.92	c #Conflicts:      65000 | #Constraints:      10121
7.85/7.92	c #Conflicts:      66000 | #Constraints:      11164
7.85/7.92	c INPROCESSING
7.85/7.92	c GARBAGE COLLECT
7.85/7.92	c rational objective -38
8.64/8.74	c #Conflicts:      67000 | #Constraints:       6867
8.64/8.74	c #Conflicts:      68000 | #Constraints:       7868
8.64/8.74	c #Conflicts:      69000 | #Constraints:       8868
8.64/8.74	c #Conflicts:      70000 | #Constraints:       9868
8.64/8.74	c #Conflicts:      71000 | #Constraints:      10868
8.64/8.74	c #Conflicts:      72000 | #Constraints:      11868
8.64/8.74	c INPROCESSING
8.64/8.74	c GARBAGE COLLECT
8.64/8.74	c rational objective -38
9.44/9.51	c #Conflicts:      73000 | #Constraints:       7416
9.44/9.51	c #Conflicts:      74000 | #Constraints:       8416
9.44/9.51	c #Conflicts:      75000 | #Constraints:       9416
9.44/9.51	c #Conflicts:      76000 | #Constraints:      10416
9.44/9.51	c #Conflicts:      77000 | #Constraints:      11416
9.44/9.51	c #Conflicts:      78000 | #Constraints:      12416
9.44/9.51	c INPROCESSING
9.44/9.51	c GARBAGE COLLECT
9.44/9.51	c rational objective -38
10.24/10.32	c #Conflicts:      79000 | #Constraints:       7820
10.24/10.32	c #Conflicts:      80000 | #Constraints:       8865
10.24/10.32	c #Conflicts:      81000 | #Constraints:       9904
10.24/10.32	c #Conflicts:      82000 | #Constraints:      10946
10.24/10.32	c #Conflicts:      83000 | #Constraints:      11998
10.24/10.32	c #Conflicts:      84000 | #Constraints:      13050
10.24/10.32	c INPROCESSING
10.24/10.32	c GARBAGE COLLECT
10.24/10.32	c rational objective -38
11.13/11.28	c #Conflicts:      85000 | #Constraints:       8103
11.13/11.28	c #Conflicts:      86000 | #Constraints:       9103
11.13/11.28	c #Conflicts:      87000 | #Constraints:      10103
11.13/11.28	c #Conflicts:      88000 | #Constraints:      11103
11.13/11.28	c #Conflicts:      89000 | #Constraints:      12103
11.13/11.28	c #Conflicts:      90000 | #Constraints:      13103
11.13/11.28	c INPROCESSING
11.13/11.28	c GARBAGE COLLECT
11.13/11.28	c rational objective -38
11.63/11.77	c #Conflicts:      91000 | #Constraints:       8032
11.63/11.77	c #Conflicts:      92000 | #Constraints:       9032
11.63/11.77	c #Conflicts:      93000 | #Constraints:      10032
11.63/11.77	c #Conflicts:      94000 | #Constraints:      11032
11.63/11.77	c bounds -34 >= -37 @ 11.2046
11.94/12.06	c #Conflicts:      95000 | #Constraints:      12078
11.94/12.06	c #Conflicts:      96000 | #Constraints:      13113
11.94/12.06	c INPROCESSING
11.94/12.06	c GARBAGE COLLECT
11.94/12.06	c rational objective -37
12.94/13.05	c #Conflicts:      97000 | #Constraints:       7842
12.94/13.05	c #Conflicts:      98000 | #Constraints:       8845
12.94/13.05	c #Conflicts:      99000 | #Constraints:       9848
12.94/13.05	c #Conflicts:     100000 | #Constraints:      10851
12.94/13.05	c #Conflicts:     101000 | #Constraints:      11851
12.94/13.05	c #Conflicts:     102000 | #Constraints:      12852
12.94/13.05	c #Conflicts:     103000 | #Constraints:      13852
12.94/13.05	c INPROCESSING
12.94/13.05	c GARBAGE COLLECT
12.94/13.05	c rational objective -37
13.83/13.99	c #Conflicts:     104000 | #Constraints:       8447
13.83/13.99	c #Conflicts:     105000 | #Constraints:       9500
13.83/13.99	c #Conflicts:     106000 | #Constraints:      10542
13.83/13.99	c #Conflicts:     107000 | #Constraints:      11590
13.83/13.99	c #Conflicts:     108000 | #Constraints:      12630
13.83/13.99	c #Conflicts:     109000 | #Constraints:      13672
13.83/13.99	c #Conflicts:     110000 | #Constraints:      14709
13.83/13.99	c INPROCESSING
13.83/13.99	c GARBAGE COLLECT
13.83/13.99	c rational objective -37
14.93/15.05	c #Conflicts:     111000 | #Constraints:       8939
14.93/15.05	c #Conflicts:     112000 | #Constraints:       9940
14.93/15.05	c #Conflicts:     113000 | #Constraints:      10940
14.93/15.05	c #Conflicts:     114000 | #Constraints:      11940
14.93/15.05	c #Conflicts:     115000 | #Constraints:      12941
14.93/15.05	c #Conflicts:     116000 | #Constraints:      13942
14.93/15.05	c #Conflicts:     117000 | #Constraints:      14944
14.93/15.05	c INPROCESSING
14.93/15.05	c GARBAGE COLLECT
14.93/15.05	c rational objective -37
15.93/16.09	c #Conflicts:     118000 | #Constraints:       9110
15.93/16.09	c #Conflicts:     119000 | #Constraints:      10162
15.93/16.09	c #Conflicts:     120000 | #Constraints:      11220
15.93/16.09	c #Conflicts:     121000 | #Constraints:      12276
15.93/16.09	c #Conflicts:     122000 | #Constraints:      13330
15.93/16.09	c #Conflicts:     123000 | #Constraints:      14377
15.93/16.09	c #Conflicts:     124000 | #Constraints:      15412
15.93/16.09	c INPROCESSING
15.93/16.09	c GARBAGE COLLECT
15.93/16.09	c rational objective -37
17.12/17.26	c #Conflicts:     125000 | #Constraints:       9196
17.12/17.26	c #Conflicts:     126000 | #Constraints:      10196
17.12/17.26	c #Conflicts:     127000 | #Constraints:      11197
17.12/17.26	c #Conflicts:     128000 | #Constraints:      12197
17.12/17.26	c #Conflicts:     129000 | #Constraints:      13197
17.12/17.26	c #Conflicts:     130000 | #Constraints:      14198
17.12/17.26	c #Conflicts:     131000 | #Constraints:      15198
17.12/17.26	c INPROCESSING
17.12/17.26	c GARBAGE COLLECT
17.12/17.26	c rational objective -37
18.22/18.38	c #Conflicts:     132000 | #Constraints:       8893
18.22/18.38	c #Conflicts:     133000 | #Constraints:       9894
18.22/18.38	c #Conflicts:     134000 | #Constraints:      10895
18.22/18.38	c #Conflicts:     135000 | #Constraints:      11895
18.22/18.38	c #Conflicts:     136000 | #Constraints:      12895
18.22/18.38	c #Conflicts:     137000 | #Constraints:      13896
18.22/18.38	c #Conflicts:     138000 | #Constraints:      14896
18.22/18.38	c #Conflicts:     139000 | #Constraints:      15897
18.22/18.38	c INPROCESSING
18.22/18.38	c GARBAGE COLLECT
18.22/18.38	c rational objective -37
19.61/19.73	c #Conflicts:     140000 | #Constraints:       9474
19.61/19.73	c #Conflicts:     141000 | #Constraints:      10503
19.61/19.73	c #Conflicts:     142000 | #Constraints:      11549
19.61/19.73	c #Conflicts:     143000 | #Constraints:      12604
19.61/19.73	c #Conflicts:     144000 | #Constraints:      13650
19.61/19.73	c #Conflicts:     145000 | #Constraints:      14690
19.61/19.73	c #Conflicts:     146000 | #Constraints:      15733
19.61/19.73	c #Conflicts:     147000 | #Constraints:      16782
19.61/19.73	c INPROCESSING
19.61/19.73	c GARBAGE COLLECT
19.61/19.73	c rational objective -37
20.91/21.04	c #Conflicts:     148000 | #Constraints:       9974
20.91/21.04	c #Conflicts:     149000 | #Constraints:      10974
20.91/21.04	c #Conflicts:     150000 | #Constraints:      11974
20.91/21.04	c #Conflicts:     151000 | #Constraints:      12974
20.91/21.04	c #Conflicts:     152000 | #Constraints:      13974
20.91/21.04	c #Conflicts:     153000 | #Constraints:      14975
20.91/21.04	c #Conflicts:     154000 | #Constraints:      15975
20.91/21.04	c #Conflicts:     155000 | #Constraints:      16975
20.91/21.04	c INPROCESSING
20.91/21.04	c GARBAGE COLLECT
20.91/21.04	c rational objective -37
22.11/22.24	c #Conflicts:     156000 | #Constraints:      10079
22.11/22.24	c #Conflicts:     157000 | #Constraints:      11079
22.11/22.24	c #Conflicts:     158000 | #Constraints:      12080
22.11/22.24	c #Conflicts:     159000 | #Constraints:      13080
22.11/22.24	c #Conflicts:     160000 | #Constraints:      14080
22.11/22.24	c #Conflicts:     161000 | #Constraints:      15081
22.11/22.24	c #Conflicts:     162000 | #Constraints:      16083
22.11/22.24	c #Conflicts:     163000 | #Constraints:      17083
22.11/22.24	c INPROCESSING
22.11/22.24	c GARBAGE COLLECT
22.11/22.24	c rational objective -37
23.40/23.50	c #Conflicts:     164000 | #Constraints:      10069
23.40/23.50	c #Conflicts:     165000 | #Constraints:      11113
23.40/23.50	c #Conflicts:     166000 | #Constraints:      12166
23.40/23.50	c #Conflicts:     167000 | #Constraints:      13202
23.40/23.50	c #Conflicts:     168000 | #Constraints:      14243
23.40/23.50	c #Conflicts:     169000 | #Constraints:      15281
23.40/23.50	c #Conflicts:     170000 | #Constraints:      16324
23.40/23.50	c #Conflicts:     171000 | #Constraints:      17363
23.40/23.50	c INPROCESSING
23.40/23.50	c GARBAGE COLLECT
23.40/23.50	c rational objective -37
24.80/24.90	c #Conflicts:     172000 | #Constraints:       9975
24.80/24.90	c #Conflicts:     173000 | #Constraints:      10976
24.80/24.90	c #Conflicts:     174000 | #Constraints:      11977
24.80/24.90	c #Conflicts:     175000 | #Constraints:      12977
24.80/24.90	c #Conflicts:     176000 | #Constraints:      13978
24.80/24.90	c #Conflicts:     177000 | #Constraints:      14978
24.80/24.90	c #Conflicts:     178000 | #Constraints:      15979
24.80/24.90	c #Conflicts:     179000 | #Constraints:      16980
24.80/24.90	c #Conflicts:     180000 | #Constraints:      17980
24.80/24.90	c INPROCESSING
24.80/24.90	c GARBAGE COLLECT
24.80/24.90	c rational objective -37
26.10/26.26	c #Conflicts:     181000 | #Constraints:      10481
26.10/26.26	c #Conflicts:     182000 | #Constraints:      11481
26.10/26.26	c #Conflicts:     183000 | #Constraints:      12481
26.10/26.26	c #Conflicts:     184000 | #Constraints:      13481
26.10/26.26	c #Conflicts:     185000 | #Constraints:      14482
26.10/26.26	c #Conflicts:     186000 | #Constraints:      15482
26.10/26.26	c #Conflicts:     187000 | #Constraints:      16482
26.10/26.26	c #Conflicts:     188000 | #Constraints:      17482
26.10/26.26	c #Conflicts:     189000 | #Constraints:      18482
26.10/26.26	c INPROCESSING
26.10/26.26	c GARBAGE COLLECT
26.10/26.26	c rational objective -37
27.49/27.65	c #Conflicts:     190000 | #Constraints:      10854
27.49/27.65	c #Conflicts:     191000 | #Constraints:      11880
27.49/27.65	c #Conflicts:     192000 | #Constraints:      12904
27.49/27.65	c #Conflicts:     193000 | #Constraints:      13948
27.49/27.65	c #Conflicts:     194000 | #Constraints:      14998
27.49/27.65	c #Conflicts:     195000 | #Constraints:      16043
27.49/27.65	c #Conflicts:     196000 | #Constraints:      17090
27.49/27.65	c #Conflicts:     197000 | #Constraints:      18134
27.49/27.65	c #Conflicts:     198000 | #Constraints:      19181
27.49/27.65	c INPROCESSING
27.49/27.65	c GARBAGE COLLECT
27.49/27.65	c rational objective -37
29.09/29.20	c #Conflicts:     199000 | #Constraints:      11173
29.09/29.20	c #Conflicts:     200000 | #Constraints:      12174
29.09/29.20	c #Conflicts:     201000 | #Constraints:      13174
29.09/29.20	c #Conflicts:     202000 | #Constraints:      14175
29.09/29.20	c #Conflicts:     203000 | #Constraints:      15177
29.09/29.20	c #Conflicts:     204000 | #Constraints:      16177
29.09/29.20	c #Conflicts:     205000 | #Constraints:      17179
29.09/29.20	c #Conflicts:     206000 | #Constraints:      18180
29.09/29.20	c #Conflicts:     207000 | #Constraints:      19181
29.09/29.20	c INPROCESSING
29.09/29.20	c GARBAGE COLLECT
29.09/29.20	c rational objective -37
30.48/30.65	c #Conflicts:     208000 | #Constraints:      11093
30.48/30.65	c #Conflicts:     209000 | #Constraints:      12093
30.48/30.65	c #Conflicts:     210000 | #Constraints:      13093
30.48/30.65	c #Conflicts:     211000 | #Constraints:      14093
30.48/30.65	c #Conflicts:     212000 | #Constraints:      15093
30.48/30.65	c #Conflicts:     213000 | #Constraints:      16093
30.48/30.65	c #Conflicts:     214000 | #Constraints:      17093
30.48/30.65	c #Conflicts:     215000 | #Constraints:      18093
30.48/30.65	c #Conflicts:     216000 | #Constraints:      19093
30.48/30.65	c INPROCESSING
30.48/30.65	c GARBAGE COLLECT
30.48/30.65	c rational objective -37
51.53/51.81	c #Conflicts:     217000 | #Constraints:      10844
51.53/51.81	c #Conflicts:     218000 | #Constraints:      11863
51.53/51.81	c #Conflicts:     219000 | #Constraints:      12889
51.53/51.81	c #Conflicts:     220000 | #Constraints:      13912
51.53/51.81	c #Conflicts:     221000 | #Constraints:      14932
51.53/51.81	c #Conflicts:     222000 | #Constraints:      15945
51.53/51.81	c #Conflicts:     223000 | #Constraints:      16976
51.53/51.81	c #Conflicts:     224000 | #Constraints:      18007
51.53/51.81	c #Conflicts:     225000 | #Constraints:      19030
51.53/51.81	c #Conflicts:     226000 | #Constraints:      20055
51.53/51.81	c #Conflicts:     227000 | #Constraints:      21093
51.53/51.81	c #Conflicts:     228000 | #Constraints:      22126
51.53/51.81	c #Conflicts:     229000 | #Constraints:      23159
51.53/51.81	c #Conflicts:     230000 | #Constraints:      24194
51.53/51.81	c #Conflicts:     231000 | #Constraints:      25234
51.53/51.81	c #Conflicts:     232000 | #Constraints:      26283
51.53/51.81	c #Conflicts:     233000 | #Constraints:      27332
51.53/51.81	c #Conflicts:     234000 | #Constraints:      28380
51.53/51.81	c #Conflicts:     235000 | #Constraints:      29415
51.53/51.81	c #Conflicts:     236000 | #Constraints:      30450
51.53/51.81	c #Conflicts:     237000 | #Constraints:      31487
51.53/51.81	c #Conflicts:     238000 | #Constraints:      32533
51.53/51.81	c #Conflicts:     239000 | #Constraints:      33579
51.53/51.81	c #Conflicts:     240000 | #Constraints:      34623
51.53/51.81	c #Conflicts:     241000 | #Constraints:      35652
51.53/51.81	c #Conflicts:     242000 | #Constraints:      36702
51.53/51.81	c #Conflicts:     243000 | #Constraints:      37733
51.53/51.81	c #Conflicts:     244000 | #Constraints:      38771
51.53/51.81	c #Conflicts:     245000 | #Constraints:      39810
51.53/51.81	c #Conflicts:     246000 | #Constraints:      40848
51.53/51.81	c #Conflicts:     247000 | #Constraints:      41888
51.53/51.81	c #Conflicts:     248000 | #Constraints:      42928
51.53/51.81	c #Conflicts:     249000 | #Constraints:      43977
51.53/51.81	c #Conflicts:     250000 | #Constraints:      45027
51.53/51.81	c #Conflicts:     251000 | #Constraints:      46059
51.53/51.81	c #Conflicts:     252000 | #Constraints:      47098
51.53/51.81	c #Conflicts:     253000 | #Constraints:      48135
51.53/51.81	c #Conflicts:     254000 | #Constraints:      49166
51.53/51.81	c #Conflicts:     255000 | #Constraints:      50197
51.53/51.81	c #Conflicts:     256000 | #Constraints:      51227
51.53/51.81	c #Conflicts:     257000 | #Constraints:      52264
51.53/51.81	c #Conflicts:     258000 | #Constraints:      53307
51.53/51.81	c #Conflicts:     259000 | #Constraints:      54343
51.53/51.81	c #Conflicts:     260000 | #Constraints:      55369
51.53/51.81	c #Conflicts:     261000 | #Constraints:      56403
51.53/51.81	c INPROCESSING
51.53/51.81	c GARBAGE COLLECT
51.53/51.81	c rational objective -37
55.22/55.56	c #Conflicts:     262000 | #Constraints:      29646
55.22/55.56	c #Conflicts:     263000 | #Constraints:      30646
55.22/55.56	c #Conflicts:     264000 | #Constraints:      31647
55.22/55.56	c #Conflicts:     265000 | #Constraints:      32647
55.22/55.56	c #Conflicts:     266000 | #Constraints:      33647
55.22/55.56	c bounds -34 >= -36 @ 53.7569
60.00/60.33	c #Conflicts:     267000 | #Constraints:      34670
60.00/60.33	c #Conflicts:     268000 | #Constraints:      35673
60.00/60.33	c #Conflicts:     269000 | #Constraints:      36673
60.00/60.33	c #Conflicts:     270000 | #Constraints:      37675
60.00/60.33	c #Conflicts:     271000 | #Constraints:      38678
60.00/60.33	c #Conflicts:     272000 | #Constraints:      39678
60.00/60.33	c INPROCESSING
60.00/60.33	c GARBAGE COLLECT
60.00/60.33	c rational objective -36
63.28/63.62	c #Conflicts:     273000 | #Constraints:      21437
63.28/63.62	c #Conflicts:     274000 | #Constraints:      22438
63.28/63.62	c #Conflicts:     275000 | #Constraints:      23440
63.28/63.62	c #Conflicts:     276000 | #Constraints:      24441
63.28/63.62	c #Conflicts:     277000 | #Constraints:      25443
63.28/63.62	c #Conflicts:     278000 | #Constraints:      26443
63.28/63.62	c #Conflicts:     279000 | #Constraints:      27444
63.28/63.62	c #Conflicts:     280000 | #Constraints:      28446
63.28/63.62	c #Conflicts:     281000 | #Constraints:      29446
63.28/63.62	c #Conflicts:     282000 | #Constraints:      30447
63.28/63.62	c INPROCESSING
63.28/63.62	c GARBAGE COLLECT
63.28/63.62	c rational objective -36
65.47/65.82	c #Conflicts:     283000 | #Constraints:      16364
65.47/65.82	c #Conflicts:     284000 | #Constraints:      17364
65.47/65.82	c #Conflicts:     285000 | #Constraints:      18365
65.47/65.82	c #Conflicts:     286000 | #Constraints:      19365
65.47/65.82	c #Conflicts:     287000 | #Constraints:      20366
65.47/65.82	c #Conflicts:     288000 | #Constraints:      21367
65.47/65.82	c #Conflicts:     289000 | #Constraints:      22369
65.47/65.82	c #Conflicts:     290000 | #Constraints:      23369
65.47/65.82	c #Conflicts:     291000 | #Constraints:      24369
65.47/65.82	c #Conflicts:     292000 | #Constraints:      25369
65.47/65.82	c #Conflicts:     293000 | #Constraints:      26369
65.47/65.82	c #Conflicts:     294000 | #Constraints:      27369
65.47/65.82	c INPROCESSING
65.47/65.82	c GARBAGE COLLECT
65.47/65.82	c rational objective -36
67.56/67.90	c #Conflicts:     295000 | #Constraints:      15287
67.56/67.90	c #Conflicts:     296000 | #Constraints:      16287
67.56/67.90	c #Conflicts:     297000 | #Constraints:      17287
67.56/67.90	c #Conflicts:     298000 | #Constraints:      18288
67.56/67.90	c #Conflicts:     299000 | #Constraints:      19289
67.56/67.90	c #Conflicts:     300000 | #Constraints:      20292
67.56/67.90	c #Conflicts:     301000 | #Constraints:      21292
67.56/67.90	c #Conflicts:     302000 | #Constraints:      22293
67.56/67.90	c #Conflicts:     303000 | #Constraints:      23294
67.56/67.90	c #Conflicts:     304000 | #Constraints:      24294
67.56/67.90	c #Conflicts:     305000 | #Constraints:      25296
67.56/67.90	c INPROCESSING
67.56/67.90	c GARBAGE COLLECT
67.56/67.90	c rational objective -36
69.55/69.97	c #Conflicts:     306000 | #Constraints:      14111
69.55/69.97	c #Conflicts:     307000 | #Constraints:      15111
69.55/69.97	c #Conflicts:     308000 | #Constraints:      16112
69.55/69.97	c #Conflicts:     309000 | #Constraints:      17112
69.55/69.97	c #Conflicts:     310000 | #Constraints:      18113
69.55/69.97	c #Conflicts:     311000 | #Constraints:      19114
69.55/69.97	c #Conflicts:     312000 | #Constraints:      20115
69.55/69.97	c #Conflicts:     313000 | #Constraints:      21116
69.55/69.97	c #Conflicts:     314000 | #Constraints:      22117
69.55/69.97	c #Conflicts:     315000 | #Constraints:      23117
69.55/69.97	c #Conflicts:     316000 | #Constraints:      24117
69.55/69.97	c INPROCESSING
69.55/69.97	c GARBAGE COLLECT
69.55/69.97	c rational objective -36
71.65/72.04	c #Conflicts:     317000 | #Constraints:      13264
71.65/72.04	c #Conflicts:     318000 | #Constraints:      14264
71.65/72.04	c #Conflicts:     319000 | #Constraints:      15266
71.65/72.04	c #Conflicts:     320000 | #Constraints:      16268
71.65/72.04	c #Conflicts:     321000 | #Constraints:      17269
71.65/72.04	c #Conflicts:     322000 | #Constraints:      18270
71.65/72.04	c #Conflicts:     323000 | #Constraints:      19270
71.65/72.04	c #Conflicts:     324000 | #Constraints:      20270
71.65/72.04	c #Conflicts:     325000 | #Constraints:      21270
71.65/72.04	c #Conflicts:     326000 | #Constraints:      22270
71.65/72.04	c #Conflicts:     327000 | #Constraints:      23271
71.65/72.04	c #Conflicts:     328000 | #Constraints:      24271
71.65/72.04	c INPROCESSING
71.65/72.04	c GARBAGE COLLECT
71.65/72.04	c rational objective -36
78.53/78.93	c #Conflicts:     329000 | #Constraints:      13493
78.53/78.93	c #Conflicts:     330000 | #Constraints:      14493
78.53/78.93	c #Conflicts:     331000 | #Constraints:      15493
78.53/78.93	c #Conflicts:     332000 | #Constraints:      16493
78.53/78.93	c #Conflicts:     333000 | #Constraints:      17494
78.53/78.93	c #Conflicts:     334000 | #Constraints:      18495
78.53/78.93	c #Conflicts:     335000 | #Constraints:      19495
78.53/78.93	c #Conflicts:     336000 | #Constraints:      20496
78.53/78.93	c #Conflicts:     337000 | #Constraints:      21497
78.53/78.93	c #Conflicts:     338000 | #Constraints:      22498
78.53/78.93	c #Conflicts:     339000 | #Constraints:      23498
78.53/78.93	c #Conflicts:     340000 | #Constraints:      24498
78.53/78.93	c #Conflicts:     341000 | #Constraints:      25498
78.53/78.93	c #Conflicts:     342000 | #Constraints:      26498
78.53/78.93	c #Conflicts:     343000 | #Constraints:      27498
78.53/78.93	c #Conflicts:     344000 | #Constraints:      28498
78.53/78.93	c #Conflicts:     345000 | #Constraints:      29498
78.53/78.93	c #Conflicts:     346000 | #Constraints:      30499
78.53/78.93	c #Conflicts:     347000 | #Constraints:      31500
78.53/78.93	c #Conflicts:     348000 | #Constraints:      32501
78.53/78.93	c #Conflicts:     349000 | #Constraints:      33501
78.53/78.93	c #Conflicts:     350000 | #Constraints:      34501
78.53/78.93	c #Conflicts:     351000 | #Constraints:      35502
78.53/78.93	c #Conflicts:     352000 | #Constraints:      36502
78.53/78.93	c #Conflicts:     353000 | #Constraints:      37502
78.53/78.93	c #Conflicts:     354000 | #Constraints:      38502
78.53/78.93	c #Conflicts:     355000 | #Constraints:      39503
78.53/78.93	c #Conflicts:     356000 | #Constraints:      40504
78.53/78.93	c #Conflicts:     357000 | #Constraints:      41504
78.53/78.93	c #Conflicts:     358000 | #Constraints:      42504
78.53/78.93	c #Conflicts:     359000 | #Constraints:      43504
78.53/78.93	c bounds -34 >= -35 @ 76.4731
86.10/86.53	c #Conflicts:     360000 | #Constraints:      44533
86.10/86.53	c #Conflicts:     361000 | #Constraints:      45533
86.10/86.53	c #Conflicts:     362000 | #Constraints:      46534
86.10/86.53	c #Conflicts:     363000 | #Constraints:      47536
86.10/86.53	c #Conflicts:     364000 | #Constraints:      48537
86.10/86.53	c #Conflicts:     365000 | #Constraints:      49541
86.10/86.53	c #Conflicts:     366000 | #Constraints:      50545
86.10/86.53	c #Conflicts:     367000 | #Constraints:      51546
86.10/86.53	c #Conflicts:     368000 | #Constraints:      52550
86.10/86.53	c #Conflicts:     369000 | #Constraints:      53551
86.10/86.53	c #Conflicts:     370000 | #Constraints:      54551
86.10/86.53	c #Conflicts:     371000 | #Constraints:      55551
86.10/86.53	c #Conflicts:     372000 | #Constraints:      56553
86.10/86.53	c #Conflicts:     373000 | #Constraints:      57556
86.10/86.53	c #Conflicts:     374000 | #Constraints:      58558
86.10/86.53	c #Conflicts:     375000 | #Constraints:      59558
86.10/86.53	c #Conflicts:     376000 | #Constraints:      60560
86.10/86.53	c #Conflicts:     377000 | #Constraints:      61561
86.10/86.53	c #Conflicts:     378000 | #Constraints:      62563
86.10/86.53	c #Conflicts:     379000 | #Constraints:      63565
86.10/86.53	c #Conflicts:     380000 | #Constraints:      64571
86.10/86.53	c #Conflicts:     381000 | #Constraints:      65572
86.10/86.53	c INPROCESSING
86.10/86.53	c GARBAGE COLLECT
86.10/86.53	c rational objective -35
86.10/86.54	c rational objective -35
89.10/89.51	c #Conflicts:     382000 | #Constraints:      34009
89.10/89.51	c #Conflicts:     383000 | #Constraints:      35054
89.10/89.51	c #Conflicts:     384000 | #Constraints:      36096
89.10/89.51	c #Conflicts:     385000 | #Constraints:      37138
89.10/89.51	c #Conflicts:     386000 | #Constraints:      38182
89.10/89.51	c #Conflicts:     387000 | #Constraints:      39222
89.10/89.51	c #Conflicts:     388000 | #Constraints:      40264
89.10/89.51	c #Conflicts:     389000 | #Constraints:      41303
89.10/89.51	c #Conflicts:     390000 | #Constraints:      42341
89.10/89.51	c #Conflicts:     391000 | #Constraints:      43380
89.10/89.51	c #Conflicts:     392000 | #Constraints:      44415
89.10/89.51	c #Conflicts:     393000 | #Constraints:      45453
89.10/89.51	c #Conflicts:     394000 | #Constraints:      46496
89.10/89.51	c INPROCESSING
89.10/89.51	c GARBAGE COLLECT
89.10/89.51	c rational objective -35
89.10/89.53	c rational objective -35
91.79/92.23	c #Conflicts:     395000 | #Constraints:      24459
91.79/92.23	c #Conflicts:     396000 | #Constraints:      25505
91.79/92.23	c #Conflicts:     397000 | #Constraints:      26550
91.79/92.23	c #Conflicts:     398000 | #Constraints:      27598
91.79/92.23	c #Conflicts:     399000 | #Constraints:      28640
91.79/92.23	c #Conflicts:     400000 | #Constraints:      29680
91.79/92.23	c #Conflicts:     401000 | #Constraints:      30724
91.79/92.23	c #Conflicts:     402000 | #Constraints:      31754
91.79/92.23	c #Conflicts:     403000 | #Constraints:      32785
91.79/92.23	c #Conflicts:     404000 | #Constraints:      33820
91.79/92.23	c #Conflicts:     405000 | #Constraints:      34860
91.79/92.23	c #Conflicts:     406000 | #Constraints:      35903
91.79/92.23	c #Conflicts:     407000 | #Constraints:      36933
91.79/92.23	c #Conflicts:     408000 | #Constraints:      37970
91.79/92.23	c INPROCESSING
91.79/92.23	c GARBAGE COLLECT
91.79/92.23	c rational objective -35
91.79/92.24	c rational objective -35
94.63/95.12	c #Conflicts:     409000 | #Constraints:      20583
94.63/95.12	c #Conflicts:     410000 | #Constraints:      21586
94.63/95.12	c #Conflicts:     411000 | #Constraints:      22588
94.63/95.12	c #Conflicts:     412000 | #Constraints:      23589
94.63/95.12	c #Conflicts:     413000 | #Constraints:      24589
94.63/95.12	c #Conflicts:     414000 | #Constraints:      25590
94.63/95.12	c #Conflicts:     415000 | #Constraints:      26591
94.63/95.12	c #Conflicts:     416000 | #Constraints:      27591
94.63/95.12	c #Conflicts:     417000 | #Constraints:      28591
94.63/95.12	c #Conflicts:     418000 | #Constraints:      29592
94.63/95.12	c #Conflicts:     419000 | #Constraints:      30593
94.63/95.12	c #Conflicts:     420000 | #Constraints:      31594
94.63/95.12	c #Conflicts:     421000 | #Constraints:      32595
94.63/95.12	c INPROCESSING
94.63/95.12	c GARBAGE COLLECT
94.63/95.12	c rational objective -35
94.63/95.13	c rational objective -35
97.92/98.40	c #Conflicts:     422000 | #Constraints:      17714
97.92/98.40	c #Conflicts:     423000 | #Constraints:      18733
97.92/98.40	c #Conflicts:     424000 | #Constraints:      19739
97.92/98.40	c #Conflicts:     425000 | #Constraints:      20745
97.92/98.40	c #Conflicts:     426000 | #Constraints:      21748
97.92/98.40	c #Conflicts:     427000 | #Constraints:      22755
97.92/98.40	c #Conflicts:     428000 | #Constraints:      23758
97.92/98.40	c #Conflicts:     429000 | #Constraints:      24760
97.92/98.40	c #Conflicts:     430000 | #Constraints:      25765
97.92/98.40	c #Conflicts:     431000 | #Constraints:      26768
97.92/98.40	c #Conflicts:     432000 | #Constraints:      27769
97.92/98.40	c #Conflicts:     433000 | #Constraints:      28774
97.92/98.40	c #Conflicts:     434000 | #Constraints:      29778
97.92/98.40	c #Conflicts:     435000 | #Constraints:      30786
97.92/98.40	c INPROCESSING
97.92/98.40	c GARBAGE COLLECT
97.92/98.40	c rational objective -35
97.92/98.42	c rational objective -35
100.62/101.16	c #Conflicts:     436000 | #Constraints:      16995
100.62/101.16	c #Conflicts:     437000 | #Constraints:      17996
100.62/101.16	c #Conflicts:     438000 | #Constraints:      18998
100.62/101.16	c #Conflicts:     439000 | #Constraints:      20000
100.62/101.16	c #Conflicts:     440000 | #Constraints:      21000
100.62/101.16	c #Conflicts:     441000 | #Constraints:      22001
100.62/101.16	c #Conflicts:     442000 | #Constraints:      23002
100.62/101.16	c #Conflicts:     443000 | #Constraints:      24003
100.62/101.16	c #Conflicts:     444000 | #Constraints:      25004
100.62/101.16	c #Conflicts:     445000 | #Constraints:      26004
100.62/101.16	c #Conflicts:     446000 | #Constraints:      27006
100.62/101.16	c #Conflicts:     447000 | #Constraints:      28007
100.62/101.16	c #Conflicts:     448000 | #Constraints:      29008
100.62/101.16	c INPROCESSING
100.62/101.16	c GARBAGE COLLECT
100.62/101.16	c rational objective -35
100.62/101.17	c rational objective -35
118.76/119.33	c #Conflicts:     449000 | #Constraints:      15707
118.76/119.33	c #Conflicts:     450000 | #Constraints:      16711
118.76/119.33	c #Conflicts:     451000 | #Constraints:      17712
118.76/119.33	c #Conflicts:     452000 | #Constraints:      18715
118.76/119.33	c #Conflicts:     453000 | #Constraints:      19715
118.76/119.33	c #Conflicts:     454000 | #Constraints:      20716
118.76/119.33	c #Conflicts:     455000 | #Constraints:      21717
118.76/119.33	c #Conflicts:     456000 | #Constraints:      22720
118.76/119.33	c #Conflicts:     457000 | #Constraints:      23721
118.76/119.33	c #Conflicts:     458000 | #Constraints:      24724
118.76/119.33	c #Conflicts:     459000 | #Constraints:      25725
118.76/119.33	c #Conflicts:     460000 | #Constraints:      26725
118.76/119.33	c #Conflicts:     461000 | #Constraints:      27727
118.76/119.33	c #Conflicts:     462000 | #Constraints:      28730
118.76/119.33	c #Conflicts:     463000 | #Constraints:      29731
118.76/119.33	c #Conflicts:     464000 | #Constraints:      30731
118.76/119.33	c #Conflicts:     465000 | #Constraints:      31734
118.76/119.33	c #Conflicts:     466000 | #Constraints:      32737
118.76/119.33	c #Conflicts:     467000 | #Constraints:      33738
118.76/119.33	c #Conflicts:     468000 | #Constraints:      34738
118.76/119.33	c #Conflicts:     469000 | #Constraints:      35738
118.76/119.33	c #Conflicts:     470000 | #Constraints:      36738
118.76/119.33	c #Conflicts:     471000 | #Constraints:      37738
118.76/119.33	c #Conflicts:     472000 | #Constraints:      38739
118.76/119.33	c #Conflicts:     473000 | #Constraints:      39739
118.76/119.33	c #Conflicts:     474000 | #Constraints:      40739
118.76/119.33	c #Conflicts:     475000 | #Constraints:      41739
118.76/119.33	c #Conflicts:     476000 | #Constraints:      42742
118.76/119.33	c #Conflicts:     477000 | #Constraints:      43743
118.76/119.33	c #Conflicts:     478000 | #Constraints:      44743
118.76/119.33	c #Conflicts:     479000 | #Constraints:      45744
118.76/119.33	c #Conflicts:     480000 | #Constraints:      46745
118.76/119.33	c #Conflicts:     481000 | #Constraints:      47747
118.76/119.33	c #Conflicts:     482000 | #Constraints:      48748
118.76/119.33	c #Conflicts:     483000 | #Constraints:      49751
118.76/119.33	c #Conflicts:     484000 | #Constraints:      50752
118.76/119.33	c #Conflicts:     485000 | #Constraints:      51752
118.76/119.33	c #Conflicts:     486000 | #Constraints:      52754
118.76/119.33	c #Conflicts:     487000 | #Constraints:      53754
118.76/119.33	c #Conflicts:     488000 | #Constraints:      54756
118.76/119.33	c #Conflicts:     489000 | #Constraints:      55756
118.76/119.33	c #Conflicts:     490000 | #Constraints:      56757
118.76/119.33	c #Conflicts:     491000 | #Constraints:      57761
118.76/119.33	c #Conflicts:     492000 | #Constraints:      58763
118.76/119.33	c #Conflicts:     493000 | #Constraints:      59763
118.76/119.33	c #Conflicts:     494000 | #Constraints:      60763
118.76/119.33	c #Conflicts:     495000 | #Constraints:      61763
118.76/119.33	c #Conflicts:     496000 | #Constraints:      62764
118.76/119.33	c #Conflicts:     497000 | #Constraints:      63765
118.76/119.33	c #Conflicts:     498000 | #Constraints:      64766
118.76/119.33	c #Conflicts:     499000 | #Constraints:      65766
118.76/119.33	c #Conflicts:     500000 | #Constraints:      66768
118.76/119.33	c #Conflicts:     501000 | #Constraints:      67770
118.76/119.33	c #Conflicts:     502000 | #Constraints:      68771
118.76/119.33	c #Conflicts:     503000 | #Constraints:      69772
118.76/119.33	c #Conflicts:     504000 | #Constraints:      70773
118.76/119.33	c #Conflicts:     505000 | #Constraints:      71773
118.76/119.33	c #Conflicts:     506000 | #Constraints:      72776
118.76/119.33	c bounds -34 >= -34 @ 115.803
118.76/119.33	c cpu time 115.803 s
118.76/119.33	c deterministic time 6362880219 6.36e+09
118.76/119.33	c optimization time 0.006755 s
118.76/119.33	c total solve time 115.792 s
118.76/119.33	c core-guided solve time 76.5441 s
118.76/119.33	c propagation time 84.6679 s
118.76/119.33	c conflict analysis time 27.2226 s
118.76/119.33	c propagations 33209185
118.76/119.33	c resolve steps 8146643
118.76/119.33	c decisions 631333
118.76/119.33	c conflicts 506004
118.76/119.33	c restarts 1022
118.76/119.33	c inprocessing phases 51
118.76/119.33	c garbage collections 51 ,( 100.00 )
118.76/119.33	c input clauses 959 ,( 68.06 )
118.76/119.33	c input cardinalities 345 ,( 24.49 )
118.76/119.33	c input general constraints 105 ,( 7.45 )
118.76/119.33	c input average constraint length 14.48
118.76/119.33	c input average constraint degree 5.19
118.76/119.33	c learned clauses 418290 ,( 81.67 )
118.76/119.33	c learned cardinalities 29080 ,( 5.68 )
118.76/119.33	c learned general constraints 64792 ,( 12.65 )
118.76/119.33	c learned average constraint length 52.69
118.76/119.33	c learned average constraint degree 5536827.27
118.76/119.33	c watched  CF 32, 64, 128, Arb: 47822 , 0 , 0 , 0
118.76/119.33	c counting CF 32, 64, 128, Arb: 17076 , 0 , 0 , 0
118.76/119.33	c watched   constraints 47822 ,( 73.69 ) 
118.76/119.33	c counting  constraints 17075 ,( 26.31 ) 
118.76/119.33	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 343070357 , 488345385 , 266808245 ,( 43919187 , 222889058 )
118.76/119.33	c gcd simplifications 12515
118.76/119.33	c detected cardinalities 7435
118.76/119.33	c weakened non-implied lits 4892752
118.76/119.33	c weakened non-implying lits 13536
118.76/119.33	c original variables 126
118.76/119.33	c clausal propagations 21809822
118.76/119.33	c cardinality propagations 2565988
118.76/119.33	c watched propagations 239355
118.76/119.33	c counting propagations 7958406
118.76/119.33	c watch lookups 3109618839
118.76/119.33	c watch backjump lookups 0
118.76/119.33	c watch checks 2714681982
118.76/119.33	c propagation checks 375105276
118.76/119.33	c constraint additions 94785772
118.76/119.33	c trail pops 34340519
118.76/119.33	c formula constraints 788
118.76/119.33	c learned constraints 500010
118.76/119.33	c bound constraints 124
118.76/119.33	c core-guided constraints 497
118.76/119.33	c encountered formula constraints 2342011
118.76/119.33	c encountered learned constraints 3854683
118.76/119.33	c encountered bound constraints 332
118.76/119.33	c encountered core-guided constraints 2368601
118.76/119.33	c LP total time 9.40993 s
118.76/119.33	c LP solve time 8.15 s
118.76/119.33	c LP constraints added 997
118.76/119.33	c LP constraints removed 208
118.76/119.33	c LP pivots internal 506040
118.76/119.33	c LP pivots root 1272
118.76/119.33	c LP calls 22242
118.76/119.33	c LP optimalities 16241
118.76/119.33	c LP no pivot count 5570
118.76/119.33	c LP infeasibilities 6001
118.76/119.33	c LP valid Farkas constraints 6001
118.76/119.33	c LP learned Farkas constraints 6001
118.76/119.33	c LP basis resets 0
118.76/119.33	c LP cycling count 0
118.76/119.33	c LP singular count 0
118.76/119.33	c LP no primal count 0
118.76/119.33	c LP no farkas count 0
118.76/119.33	c LP other issue count 0
118.76/119.33	c LP Gomory cuts 150
118.76/119.33	c LP learned cuts 59
118.76/119.33	c LP deleted cuts 208
118.76/119.33	c LP encountered Gomory constraints 999
118.76/119.33	c LP encountered Farkas constraints 64786
118.76/119.33	c LP encountered learned Farkas constraints 15234
118.76/119.33	c CG auxiliary variables introduced 195
118.76/119.33	c CG solutions found 32
118.76/119.33	c CG cores constructed 91
118.76/119.33	c CG core cardinality constraints returned 0
118.76/119.33	c CG unit cores 0
118.76/119.33	c CG single cores 91
118.76/119.33	c CG blocks removed during cardinality reduction 0
118.76/119.33	c CG first core best 0
118.76/119.33	c CG decision core best 0
118.76/119.33	c CG core reduction tie 0
118.76/119.33	c CG core degree average 1.00
118.76/119.33	c CG core slack average 2.51
118.76/119.33	c CG core upper bound improvements 0
118.76/119.33	c STR number of successful calls 0
118.76/119.33	c STR number of unsuccessful calls 0
118.76/119.33	c STR number of inconclusive calls 0
118.76/119.33	c STR number of successful attempts 0
118.76/119.33	c STR number of unsuccessful attempts 0
118.76/119.33	c STR number of inconclusive attempts 0
118.76/119.33	c STR average degree increase per successful call inf
118.76/119.33	c STR average degree increase per successful attempt inf
118.76/119.33	c STR total number of conflicts for successful attempts 0
118.76/119.33	c STR total number of conflicts for unsuccessful attempts 0
118.76/119.33	c STR total number of conflicts for inconclusive attempts 0
118.76/119.33	c STR average number of conflicts per successful attempt inf
118.76/119.33	c STR average number of conflicts per unsuccessful attempt inf
118.76/119.33	c STR average number of conflicts per inconclusive attempt inf
118.76/119.33	c AVG.sumWPerc 28.83 
118.76/119.33	c bigint constraints 0 
118.76/119.33	o -34
118.76/119.33	s OPTIMUM FOUND
118.80/121.05	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

Verifier Data

OK	-34

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 18:10:51 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -34 <= obj <= -34
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~34 <= obj <= ~34
--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 (57376 MiB free)
  memory of node 1: 64507 MiB (59880 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
solver pid=138124, runsolver pid=138121
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.22 4.25 4.18 5/267 138127
/proc/meminfo: memFree=120062268/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=57556 memory=14320 CPUtime=0.07 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 1035 0 0 0 7 0 0 0 20 0 1 0 175698434 58937344 3580 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 14389 3580 2368 1147 0 1815 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61748 KiB
Current children cumulated memory: 17392 KiB

[startup+0.205649 s]*
/proc/loadavg: 4.22 4.25 4.18 5/267 138127
/proc/meminfo: memFree=120062524/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=58228 memory=14960 CPUtime=0.18 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 1209 0 0 0 17 1 0 0 20 0 1 0 175698434 59625472 3740 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 14557 3740 2368 1147 0 1983 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62420 KiB
Current children cumulated memory: 18032 KiB

[startup+0.305595 s]*
/proc/loadavg: 4.22 4.25 4.18 5/267 138127
/proc/meminfo: memFree=120062524/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=58756 memory=15472 CPUtime=0.27 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 1326 0 0 0 26 1 0 0 20 0 1 0 175698434 60166144 3868 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 14689 3868 2368 1147 0 2115 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 62948 KiB
Current children cumulated memory: 18544 KiB

[startup+0.700198 s]
/proc/loadavg: 4.22 4.25 4.18 5/267 138127
/proc/meminfo: memFree=120053704/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=59868 memory=16624 CPUtime=0.66 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 1608 0 0 0 62 4 0 0 20 0 1 0 175698434 61304832 4156 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 14967 4156 2368 1147 0 2393 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 64060 KiB
Current children cumulated memory: 19696 KiB

[startup+1.5002 s]
/proc/loadavg: 4.22 4.25 4.18 5/267 138127
/proc/meminfo: memFree=120034568/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=61160 memory=17648 CPUtime=1.46 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 1863 0 0 0 138 8 0 0 20 0 1 0 175698434 62627840 4412 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 15290 4412 2368 1147 0 2716 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 65352 KiB
Current children cumulated memory: 20720 KiB

[startup+3.10551 s]
/proc/loadavg: 4.20 4.24 4.18 5/267 138127
/proc/meminfo: memFree=119998440/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=63284 memory=19312 CPUtime=3.06 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 2299 0 0 0 291 15 0 0 20 0 1 0 175698434 64802816 4828 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 15821 4828 2368 1147 0 3247 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 67476 KiB
Current children cumulated memory: 22384 KiB

[startup+6.30015 s]
/proc/loadavg: 4.20 4.24 4.18 5/268 138128
/proc/meminfo: memFree=119909484/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=64516 memory=22684 CPUtime=6.25 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 2628 0 0 0 595 30 0 0 20 0 1 0 175698434 66064384 5671 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 16129 5671 2368 1147 0 3555 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 68708 KiB
Current children cumulated memory: 25756 KiB

[startup+12.7001 s]
/proc/loadavg: 4.27 4.26 4.19 4/263 138136
/proc/meminfo: memFree=120312784/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=65904 memory=23964 CPUtime=12.63 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 2952 0 0 0 1209 54 0 0 20 0 1 0 175698434 67485696 5991 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 16476 5991 2368 1147 0 3902 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 70096 KiB
Current children cumulated memory: 27036 KiB

[startup+25.5001 s]
/proc/loadavg: 4.05 4.21 4.17 4/261 138159
/proc/meminfo: memFree=123097040/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=69592 memory=27036 CPUtime=25.39 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 3720 0 0 0 2438 101 0 0 20 0 1 0 175698434 71262208 6759 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 17398 6759 2368 1147 0 4824 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 73784 KiB
Current children cumulated memory: 30108 KiB

[startup+51.1054 s]
/proc/loadavg: 3.47 4.06 4.12 3/254 138191
/proc/meminfo: memFree=125207244/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=113100 memory=56620 CPUtime=50.84 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 9829 0 0 0 4936 148 0 0 20 0 1 0 175698434 115814400 14155 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 28275 14155 2368 1147 0 15701 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 117292 KiB
Current children cumulated memory: 59692 KiB

[startup+102.3 s]
/proc/loadavg: 2.75 3.77 4.02 3/254 138192
/proc/meminfo: memFree=123723040/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=118364 memory=65512 CPUtime=101.81 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 11574 0 0 0 9912 269 0 0 20 0 1 0 175698434 121204736 16378 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29591 16378 2368 1147 0 17017 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 122556 KiB
Current children cumulated memory: 68584 KiB

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

# cumulated CPU time of all completed processes:  user=115.809 s, system=3.016 s

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

[startup+102.4 s]
/proc/loadavg: 2.75 3.77 4.02 3/254 138192
/proc/meminfo: memFree=123723040/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=118364 memory=65512 CPUtime=101.9 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 11574 0 0 0 9921 269 0 0 20 0 1 0 175698434 121204736 16378 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29591 16378 2368 1147 0 17017 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 122556 KiB
Current children cumulated memory: 68584 KiB

[startup+108.8 s]
/proc/loadavg: 2.64 3.72 4.00 3/254 138193
/proc/meminfo: memFree=123554484/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=118364 memory=65512 CPUtime=108.29 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 11574 0 0 0 10546 283 0 0 20 0 1 0 175698434 121204736 16378 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29591 16378 2368 1147 0 17017 0
Current children cumulated CPU time: 108.29 s
Current children cumulated vsize: 122556 KiB
Current children cumulated memory: 68584 KiB

[startup+115.2 s]
/proc/loadavg: 2.59 3.69 3.99 3/254 138193
/proc/meminfo: memFree=123372384/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=118496 memory=65640 CPUtime=114.67 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 11623 0 0 0 11173 294 0 0 20 0 1 0 175698434 121339904 16410 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29624 16410 2368 1147 0 17050 0
Current children cumulated CPU time: 114.67 s
Current children cumulated vsize: 122688 KiB
Current children cumulated memory: 68712 KiB

[startup+118.4 s]
/proc/loadavg: 2.54 3.66 3.98 2/254 138193
/proc/meminfo: memFree=123308124/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=119296 memory=66280 CPUtime=117.86 cores=1,3
/proc/138127/stat : 138127 (roundingsat) R 138124 138124 137734 0 -1 4194304 11781 0 0 0 11488 298 0 0 20 0 1 0 175698434 122159104 16570 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29824 16570 2368 1147 0 17250 0
Current children cumulated CPU time: 117.86 s
Current children cumulated vsize: 123488 KiB
Current children cumulated memory: 69352 KiB

[startup+120 s]*
/proc/loadavg: 2.54 3.66 3.98 1/254 138193
/proc/meminfo: memFree=123333352/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=119296 memory=66280 CPUtime=118.8 cores=1,3
/proc/138127/stat : 138127 (roundingsat) D 138124 138124 137734 0 -1 4194304 11791 0 0 0 11580 300 0 0 20 0 1 0 175698434 122159104 16570 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29824 16570 2368 1147 0 17250 0
Current children cumulated CPU time: 118.8 s
Current children cumulated vsize: 123488 KiB
Current children cumulated memory: 69352 KiB

[startup+120.8 s]
/proc/loadavg: 2.54 3.66 3.98 1/254 138193
/proc/meminfo: memFree=123333352/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=119296 memory=66280 CPUtime=118.8 cores=1,3
/proc/138127/stat : 138127 (roundingsat) D 138124 138124 137734 0 -1 4194304 11791 0 0 0 11580 300 0 0 20 0 1 0 175698434 122159104 16570 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29824 16570 2368 1147 0 17250 0
Current children cumulated CPU time: 118.8 s
Current children cumulated vsize: 123488 KiB
Current children cumulated memory: 69352 KiB

[startup+121 s]*
/proc/loadavg: 2.54 3.66 3.98 1/254 138193
/proc/meminfo: memFree=123343692/131249996 swapFree=33005016/33010684
[pid=138124] ppid=138121 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/138124/stat : 138124 (run-opt-break-l) S 138121 138124 137734 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 175698432 4292608 768 18446744073709551615 94699204100096 94699204994629 140733882547024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94699205233680 94699205281424 94699228319744 140733882550547 140733882550748 140733882550748 140733882556352 0
/proc/138124/statm: 1048 768 704 219 0 110 0
[pid=138127] ppid=138124 vsize=119296 memory=66280 CPUtime=118.8 cores=1,3
/proc/138127/stat : 138127 (roundingsat) D 138124 138124 137734 0 -1 4194304 11791 0 0 0 11580 300 0 0 20 0 1 0 175698434 122159104 16570 18446744073709551615 4227072 8923577 140732187995488 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 31211520 140732188002578 140732188002854 140732188002854 140732188008426 0
/proc/138127/statm: 29824 16570 2368 1147 0 17250 0
Current children cumulated CPU time: 118.8 s
Current children cumulated vsize: 123488 KiB
Current children cumulated memory: 69352 KiB

Child status: 0

Real time (s): 121.058
CPU time (s): 118.825
CPU user time (s): 115.809
CPU system time (s): 3.016
CPU usage (%): 98.1556
Max. virtual memory (cumulated for all children) (KiB): 123488
Max. memory (cumulated for all children) (KiB): 69352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.809
system time used= 3.016
maximum resident set size= 66280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 458072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1808
involuntary context switches= 165


# summary of solver processes directly reported to runsolver:
#   pid: 138124
#   total CPU time (s): 118.825
#   total CPU user time (s): 115.809
#   total CPU system time (s): 3.016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228215 second user time and 0.51462 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-15 19:23:09
IDJOB=4532824
IDBENCH=180666
IDSOLVER=3393
FILE ID=nodeC030/4532824-1752600188
RUNJOBID= nodeC030-1752596566-137746
SLURM_JOB_ID= 9684375
Free space on /tmp= 433008 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Clique-c0125-9_c24.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532824-1752600188/watcher-4532824-1752600188 -o /tmp/evaluation-result-4532824-1752600188/solver-4532824-1752600188 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1752596566-137746 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532824-1752600188.opb PROOFDIR/proof-4532824-1752600188

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

MD5SUM BENCH= e7657c6e4289f102872f35c7391497ac
RANDOM SEED=1683851374

nodeC030 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.924
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.62
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		: 3602.648
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.62
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		: 3586.788
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120070812 kB
MemAvailable:   127521768 kB
Buffers:              16 kB
Cached:          8240552 kB
SwapCached:          228 kB
Active:          2634556 kB
Inactive:        7920656 kB
Active(anon):    2276856 kB
Inactive(anon):    59620 kB
Active(file):     357700 kB
Inactive(file):  7861036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74800 kB
Writeback:             0 kB
AnonPages:       2315964 kB
Mapped:           113096 kB
Shmem:             21744 kB
KReclaimable:     142520 kB
Slab:             238856 kB
SReclaimable:     142520 kB
SUnreclaim:        96336 kB
KernelStack:        4320 kB
PageTables:         7664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3111420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1409024 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC030 at 2025-07-15 19:25:10