Trace number 4508783
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/ opb/normalized-sporttournament18.lin.opb |
MD5SUM | 609ffeb3252de5d8ecab6cf3f101c41d |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | -80 |
Best CPU time to get the best result obtained on this benchmark | 2.03794 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 441 |
Total number of constraints | 576 |
Number of constraints which are clauses | 288 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 288 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 3 |
Number of terms in the objective function | 389 |
Biggest coefficient in the objective function | 2 |
Number of bits for the biggest coefficient in the objective function | 2 |
Sum of the numbers in the objective function | 420 |
Number of bits of the sum of numbers in the objective function | 9 |
Biggest number in a constraint | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 420 |
Number of bits of the biggest sum of numbers | 9 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
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-4508783-1751511066.opb'
0.00/0.01 c read 0.02MB (0.44ms)
0.00/0.01 c [cnf: #variables 441 #clauses 577 #duplicates 0 #arr 2117]
0.00/0.01 c output proof to 'PROOFDIR/proof-4508783-1751511066'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 0] (0.52ms)
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.09ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 2460 #edges 7118]
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.17ms)
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-4508783-1751511066.opb.pre'
0.00/0.01 c wrote 0.02MB (0.11ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 0.58ms 30.33% other
0.00/0.01 c 0.52ms 27.12% approx_orbits
0.00/0.01 c 0.44ms 22.91% parse
0.00/0.01 c 0.17ms 8.90% detect_generic
0.00/0.01 c 0.11ms 5.48% output
0.00/0.01 c 0.09ms 4.57% detect_special
0.00/0.01 c 0.01ms 0.68% finalize_order
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 1.92ms 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 63f22ad
0.00/0.03 c #variables 441 #constraints 576
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: 289 , 0 , 0 , 0
0.00/0.03 c bounds -51 >= -210 @ 0.005841
0.00/0.03 c rational objective -100
0.00/0.05 c bounds -52 >= -210 @ 0.025865
0.00/0.05 c bounds -52 >= -209 @ 0.026099
0.00/0.05 c bounds -52 >= -208 @ 0.026261
0.00/0.05 c bounds -52 >= -207 @ 0.026407
0.00/0.05 c bounds -52 >= -206 @ 0.026546
0.00/0.05 c bounds -52 >= -205 @ 0.026694
0.00/0.05 c bounds -52 >= -204 @ 0.026839
0.00/0.05 c bounds -52 >= -203 @ 0.026992
0.00/0.05 c bounds -52 >= -202 @ 0.027136
0.00/0.05 c bounds -52 >= -201 @ 0.027287
0.00/0.05 c bounds -52 >= -200 @ 0.027431
0.00/0.05 c bounds -52 >= -199 @ 0.027574
0.00/0.05 c bounds -52 >= -198 @ 0.027724
0.00/0.05 c bounds -52 >= -197 @ 0.027868
0.00/0.05 c bounds -52 >= -196 @ 0.028027
0.00/0.05 c bounds -52 >= -195 @ 0.028177
0.00/0.05 c bounds -52 >= -194 @ 0.028327
0.00/0.05 c bounds -52 >= -193 @ 0.028485
0.00/0.05 c bounds -52 >= -192 @ 0.028635
0.00/0.05 c bounds -52 >= -191 @ 0.028795
0.00/0.05 c bounds -52 >= -190 @ 0.028947
0.00/0.05 c bounds -52 >= -189 @ 0.029105
0.00/0.05 c bounds -52 >= -188 @ 0.02926
0.00/0.05 c bounds -52 >= -187 @ 0.029434
0.00/0.05 c bounds -52 >= -186 @ 0.029594
0.00/0.05 c bounds -52 >= -185 @ 0.029621
0.00/0.05 c bounds -52 >= -184 @ 0.029621
0.00/0.05 c bounds -52 >= -183 @ 0.029621
0.00/0.05 c bounds -52 >= -182 @ 0.029621
0.00/0.05 c bounds -52 >= -181 @ 0.029621
0.00/0.05 c bounds -52 >= -180 @ 0.029621
0.00/0.05 c bounds -52 >= -179 @ 0.029719
0.00/0.05 c bounds -52 >= -178 @ 0.029867
0.00/0.05 c bounds -52 >= -177 @ 0.030013
0.00/0.05 c bounds -52 >= -176 @ 0.030167
0.00/0.05 c bounds -52 >= -175 @ 0.030306
0.00/0.06 c bounds -52 >= -174 @ 0.030435
0.00/0.06 c bounds -52 >= -173 @ 0.030572
0.00/0.06 c bounds -52 >= -172 @ 0.030713
0.00/0.06 c bounds -52 >= -171 @ 0.03087
0.00/0.06 c bounds -52 >= -170 @ 0.031018
0.00/0.06 c bounds -52 >= -169 @ 0.031549
0.00/0.06 c bounds -52 >= -168 @ 0.031709
0.00/0.06 c bounds -52 >= -167 @ 0.031856
0.00/0.06 c bounds -52 >= -166 @ 0.032001
0.00/0.06 c bounds -52 >= -165 @ 0.03215
0.00/0.06 c bounds -52 >= -164 @ 0.032295
0.00/0.06 c bounds -52 >= -163 @ 0.032446
0.00/0.06 c bounds -52 >= -162 @ 0.03259
0.00/0.06 c bounds -52 >= -161 @ 0.032736
0.00/0.06 c bounds -53 >= -161 @ 0.03309
0.00/0.06 c bounds -53 >= -160 @ 0.033242
0.00/0.06 c bounds -53 >= -159 @ 0.033386
0.00/0.06 c bounds -53 >= -158 @ 0.033531
0.00/0.06 c bounds -53 >= -157 @ 0.033672
0.00/0.06 c bounds -53 >= -156 @ 0.033813
0.00/0.06 c bounds -53 >= -155 @ 0.03396
0.00/0.06 c bounds -53 >= -154 @ 0.034099
0.00/0.06 c bounds -53 >= -153 @ 0.034236
0.00/0.06 c bounds -53 >= -152 @ 0.03438
0.00/0.06 c bounds -53 >= -151 @ 0.03452
0.00/0.06 c bounds -53 >= -150 @ 0.034574
0.00/0.06 c bounds -53 >= -149 @ 0.034574
0.00/0.06 c bounds -53 >= -148 @ 0.034574
0.00/0.06 c bounds -53 >= -147 @ 0.034574
0.00/0.06 c bounds -53 >= -146 @ 0.034574
0.00/0.06 c bounds -53 >= -145 @ 0.034574
0.00/0.06 c bounds -53 >= -144 @ 0.034574
0.00/0.06 c bounds -53 >= -143 @ 0.034711
0.00/0.06 c bounds -54 >= -143 @ 0.035606
0.00/0.06 c bounds -54 >= -142 @ 0.035769
0.00/0.06 c bounds -54 >= -141 @ 0.036001
0.00/0.06 c bounds -54 >= -140 @ 0.036264
0.00/0.06 c bounds -54 >= -139 @ 0.036434
0.00/0.06 c bounds -54 >= -138 @ 0.036605
0.00/0.06 c bounds -54 >= -137 @ 0.036769
0.00/0.06 c bounds -54 >= -136 @ 0.036937
0.00/0.06 c bounds -54 >= -135 @ 0.037114
0.00/0.06 c bounds -54 >= -134 @ 0.03728
0.00/0.06 c bounds -54 >= -133 @ 0.037443
0.00/0.06 c bounds -54 >= -132 @ 0.037618
0.00/0.06 c bounds -54 >= -131 @ 0.037833
0.00/0.06 c bounds -54 >= -130 @ 0.038027
0.00/0.06 c bounds -54 >= -129 @ 0.038232
0.00/0.06 c bounds -54 >= -128 @ 0.038428
0.00/0.06 c bounds -54 >= -127 @ 0.038616
0.00/0.06 c bounds -54 >= -126 @ 0.038811
0.00/0.07 c bounds -56 >= -126 @ 0.039975
0.00/0.07 c bounds -56 >= -125 @ 0.040186
0.00/0.07 c bounds -56 >= -124 @ 0.040388
0.00/0.07 c bounds -56 >= -123 @ 0.04059
0.00/0.07 c bounds -56 >= -122 @ 0.040795
0.00/0.07 c bounds -56 >= -121 @ 0.040995
0.00/0.07 c bounds -56 >= -120 @ 0.041207
0.00/0.07 c bounds -56 >= -119 @ 0.041411
0.00/0.07 c bounds -56 >= -118 @ 0.041606
0.00/0.07 c bounds -56 >= -117 @ 0.041804
0.00/0.07 c bounds -56 >= -116 @ 0.042012
0.00/0.07 c bounds -56 >= -115 @ 0.042254
0.00/0.07 c bounds -56 >= -114 @ 0.042463
0.00/0.07 c bounds -56 >= -113 @ 0.042677
0.00/0.07 c bounds -57 >= -113 @ 0.043388
0.00/0.07 c bounds -57 >= -112 @ 0.043613
0.00/0.07 c bounds -57 >= -111 @ 0.043833
0.00/0.07 c bounds -57 >= -110 @ 0.044051
0.00/0.07 c bounds -57 >= -109 @ 0.044257
0.00/0.07 c bounds -57 >= -108 @ 0.044463
0.00/0.07 c bounds -57 >= -107 @ 0.04468
0.00/0.07 c bounds -57 >= -106 @ 0.044884
0.00/0.07 c bounds -57 >= -105 @ 0.045146
0.00/0.07 c bounds -57 >= -104 @ 0.045357
0.00/0.07 c bounds -57 >= -103 @ 0.045598
0.00/0.07 c bounds -58 >= -103 @ 0.046699
0.00/0.07 c bounds -58 >= -102 @ 0.046926
0.00/0.07 c bounds -58 >= -101 @ 0.047168
0.00/0.07 c bounds -58 >= -100 @ 0.047447
0.00/0.07 c bounds -58 >= -99 @ 0.047791
0.00/0.07 c bounds -58 >= -98 @ 0.04812
0.00/0.07 c bounds -58 >= -97 @ 0.048541
0.00/0.07 c bounds -58 >= -96 @ 0.049048
0.00/0.08 c bounds -58 >= -95 @ 0.049539
0.00/0.08 c bounds -59 >= -95 @ 0.051023
0.00/0.08 c bounds -59 >= -94 @ 0.051437
0.00/0.08 c bounds -59 >= -93 @ 0.05155
0.00/0.08 c bounds -59 >= -92 @ 0.05155
0.00/0.08 c bounds -59 >= -91 @ 0.054011
0.00/0.08 c bounds -59 >= -90 @ 0.054904
0.00/0.09 c bounds -60 >= -90 @ 0.062552
0.00/0.09 c bounds -60 >= -89 @ 0.06381
0.07/0.10 c bounds -60 >= -88 @ 0.067981
0.07/0.12 c bounds -60 >= -87 @ 0.087778
0.07/0.13 c bounds -61 >= -87 @ 0.088521
0.07/0.13 c bounds -62 >= -87 @ 0.089378
0.07/0.13 c bounds -63 >= -87 @ 0.091092
0.07/0.13 c bounds -64 >= -87 @ 0.092523
0.07/0.14 c bounds -65 >= -87 @ 0.102104
0.07/0.14 c bounds -65 >= -86 @ 0.10476
0.07/0.14 c bounds -66 >= -86 @ 0.105911
0.07/0.15 c bounds -66 >= -85 @ 0.115119
0.07/0.16 c bounds -67 >= -85 @ 0.116356
0.07/0.16 c bounds -68 >= -85 @ 0.117689
0.17/0.28 c #Conflicts: 1000 | #Constraints: 2397
0.17/0.28 c bounds -69 >= -85 @ 0.2308
0.26/0.35 c bounds -69 >= -84 @ 0.289818
0.26/0.37 c #Conflicts: 2000 | #Constraints: 3428
0.26/0.37 c INPROCESSING
0.26/0.37 c GARBAGE COLLECT
0.26/0.37 c rational objective -84
0.54/0.64 c #Conflicts: 3000 | #Constraints: 3179
0.54/0.64 c bounds -69 >= -83 @ 0.545557
0.54/0.69 c #Conflicts: 4000 | #Constraints: 4218
0.54/0.69 c INPROCESSING
0.54/0.69 c GARBAGE COLLECT
0.54/0.69 c rational objective -83
0.94/1.02 c #Conflicts: 5000 | #Constraints: 3573
0.94/1.02 c bounds -70 >= -83 @ 0.898036
1.04/1.19 c #Conflicts: 6000 | #Constraints: 4574
1.04/1.19 c INPROCESSING
1.04/1.19 c GARBAGE COLLECT
1.04/1.19 c rational objective -83
1.13/1.22 c bounds -71 >= -83 @ 1.0925
1.13/1.25 c bounds -72 >= -83 @ 1.12095
1.43/1.59 c #Conflicts: 7000 | #Constraints: 3569
1.43/1.59 c #Conflicts: 8000 | #Constraints: 4578
1.43/1.59 c bounds -73 >= -83 @ 1.43899
1.63/1.74 c #Conflicts: 9000 | #Constraints: 5580
1.63/1.74 c INPROCESSING
1.63/1.74 c GARBAGE COLLECT
1.63/1.74 c rational objective -83
2.12/2.21 c #Conflicts: 10000 | #Constraints: 4253
2.12/2.21 c #Conflicts: 11000 | #Constraints: 5253
2.12/2.21 c #Conflicts: 12000 | #Constraints: 6253
2.12/2.21 c INPROCESSING
2.12/2.21 c GARBAGE COLLECT
2.12/2.21 c rational objective -83
2.12/2.26 c bounds -74 >= -83 @ 2.08166
2.82/2.95 c #Conflicts: 13000 | #Constraints: 4713
2.82/2.95 c #Conflicts: 14000 | #Constraints: 5735
2.82/2.95 c #Conflicts: 15000 | #Constraints: 6757
2.82/2.95 c INPROCESSING
2.82/2.95 c GARBAGE COLLECT
2.82/2.95 c rational objective -83
3.13/3.20 c #Conflicts: 16000 | #Constraints: 4932
3.13/3.20 c bounds -74 >= -82 @ 2.96955
3.42/3.54 c #Conflicts: 17000 | #Constraints: 5983
3.42/3.54 c #Conflicts: 18000 | #Constraints: 6983
3.42/3.54 c INPROCESSING
3.42/3.54 c GARBAGE COLLECT
3.42/3.54 c rational objective -82
3.82/3.98 c #Conflicts: 19000 | #Constraints: 4999
3.82/3.98 c bounds -75 >= -82 @ 3.72689
4.22/4.37 c #Conflicts: 20000 | #Constraints: 6001
4.22/4.37 c #Conflicts: 21000 | #Constraints: 7001
4.22/4.37 c INPROCESSING
4.22/4.37 c GARBAGE COLLECT
4.22/4.37 c rational objective -82
4.42/4.54 c #Conflicts: 22000 | #Constraints: 4799
4.42/4.54 c bounds -76 >= -82 @ 4.26305
4.42/4.57 c bounds -77 >= -82 @ 4.28528
4.82/4.90 c #Conflicts: 23000 | #Constraints: 5834
4.82/4.90 c bounds -78 >= -82 @ 4.59641
5.22/5.30 c #Conflicts: 24000 | #Constraints: 6898
5.22/5.30 c #Conflicts: 25000 | #Constraints: 7960
5.22/5.30 c INPROCESSING
5.22/5.30 c GARBAGE COLLECT
5.22/5.30 c rational objective -82
5.92/6.08 c #Conflicts: 26000 | #Constraints: 5451
5.92/6.08 c #Conflicts: 27000 | #Constraints: 6451
5.92/6.08 c #Conflicts: 28000 | #Constraints: 7451
5.92/6.08 c bounds -78 >= -81 @ 5.72989
6.02/6.15 c #Conflicts: 29000 | #Constraints: 8481
6.02/6.15 c INPROCESSING
6.02/6.15 c GARBAGE COLLECT
6.02/6.15 c rational objective -81
7.02/7.16 c #Conflicts: 30000 | #Constraints: 5842
7.02/7.16 c #Conflicts: 31000 | #Constraints: 6902
7.02/7.16 c #Conflicts: 32000 | #Constraints: 7971
7.02/7.16 c #Conflicts: 33000 | #Constraints: 9018
7.02/7.16 c INPROCESSING
7.02/7.16 c GARBAGE COLLECT
7.02/7.16 c rational objective -81
7.91/8.05 c #Conflicts: 34000 | #Constraints: 6102
7.91/8.05 c #Conflicts: 35000 | #Constraints: 7102
7.91/8.05 c #Conflicts: 36000 | #Constraints: 8102
7.91/8.05 c #Conflicts: 37000 | #Constraints: 9102
7.91/8.05 c INPROCESSING
7.91/8.05 c GARBAGE COLLECT
7.91/8.05 c rational objective -81
9.11/9.23 c #Conflicts: 38000 | #Constraints: 6076
9.11/9.23 c #Conflicts: 39000 | #Constraints: 7095
9.11/9.23 c #Conflicts: 40000 | #Constraints: 8113
9.11/9.23 c #Conflicts: 41000 | #Constraints: 9126
9.11/9.23 c INPROCESSING
9.11/9.23 c GARBAGE COLLECT
9.11/9.23 c rational objective -81
10.11/10.24 c #Conflicts: 42000 | #Constraints: 5847
10.11/10.24 c #Conflicts: 43000 | #Constraints: 6847
10.11/10.24 c #Conflicts: 44000 | #Constraints: 7847
10.11/10.24 c #Conflicts: 45000 | #Constraints: 8847
10.11/10.24 c #Conflicts: 46000 | #Constraints: 9847
10.11/10.24 c INPROCESSING
10.11/10.24 c GARBAGE COLLECT
10.11/10.24 c rational objective -81
11.30/11.41 c #Conflicts: 47000 | #Constraints: 6438
11.30/11.41 c #Conflicts: 48000 | #Constraints: 7441
11.30/11.41 c #Conflicts: 49000 | #Constraints: 8445
11.30/11.41 c #Conflicts: 50000 | #Constraints: 9449
11.30/11.41 c #Conflicts: 51000 | #Constraints: 10460
11.30/11.41 c INPROCESSING
11.30/11.41 c GARBAGE COLLECT
11.30/11.41 c rational objective -81
12.40/12.56 c #Conflicts: 52000 | #Constraints: 6812
12.40/12.56 c #Conflicts: 53000 | #Constraints: 7812
12.40/12.56 c #Conflicts: 54000 | #Constraints: 8812
12.40/12.56 c #Conflicts: 55000 | #Constraints: 9812
12.40/12.56 c #Conflicts: 56000 | #Constraints: 10812
12.40/12.56 c INPROCESSING
12.40/12.56 c GARBAGE COLLECT
12.40/12.56 c rational objective -81
13.69/13.86 c #Conflicts: 57000 | #Constraints: 7022
13.69/13.86 c #Conflicts: 58000 | #Constraints: 8036
13.69/13.86 c #Conflicts: 59000 | #Constraints: 9056
13.69/13.86 c #Conflicts: 60000 | #Constraints: 10079
13.69/13.86 c #Conflicts: 61000 | #Constraints: 11095
13.69/13.86 c INPROCESSING
13.69/13.86 c GARBAGE COLLECT
13.69/13.86 c rational objective -81
15.09/15.29 c #Conflicts: 62000 | #Constraints: 7036
15.09/15.29 c #Conflicts: 63000 | #Constraints: 8036
15.09/15.29 c #Conflicts: 64000 | #Constraints: 9036
15.09/15.29 c #Conflicts: 65000 | #Constraints: 10036
15.09/15.29 c #Conflicts: 66000 | #Constraints: 11036
15.09/15.29 c INPROCESSING
15.09/15.29 c GARBAGE COLLECT
15.09/15.29 c rational objective -81
16.48/16.69 c #Conflicts: 67000 | #Constraints: 6835
16.48/16.69 c #Conflicts: 68000 | #Constraints: 7841
16.48/16.69 c #Conflicts: 69000 | #Constraints: 8845
16.48/16.69 c #Conflicts: 70000 | #Constraints: 9864
16.48/16.69 c #Conflicts: 71000 | #Constraints: 10869
16.48/16.69 c #Conflicts: 72000 | #Constraints: 11873
16.48/16.69 c INPROCESSING
16.48/16.69 c GARBAGE COLLECT
16.48/16.69 c rational objective -81
18.08/18.22 c #Conflicts: 73000 | #Constraints: 7412
18.08/18.22 c #Conflicts: 74000 | #Constraints: 8412
18.08/18.22 c #Conflicts: 75000 | #Constraints: 9412
18.08/18.22 c #Conflicts: 76000 | #Constraints: 10412
18.08/18.22 c #Conflicts: 77000 | #Constraints: 11412
18.08/18.22 c #Conflicts: 78000 | #Constraints: 12412
18.08/18.22 c INPROCESSING
18.08/18.22 c GARBAGE COLLECT
18.08/18.22 c rational objective -81
19.78/19.99 c #Conflicts: 79000 | #Constraints: 7825
19.78/19.99 c #Conflicts: 80000 | #Constraints: 8848
19.78/19.99 c #Conflicts: 81000 | #Constraints: 9861
19.78/19.99 c #Conflicts: 82000 | #Constraints: 10876
19.78/19.99 c #Conflicts: 83000 | #Constraints: 11884
19.78/19.99 c #Conflicts: 84000 | #Constraints: 12893
19.78/19.99 c INPROCESSING
19.78/19.99 c GARBAGE COLLECT
19.78/19.99 c rational objective -81
21.38/21.57 c #Conflicts: 85000 | #Constraints: 8037
21.38/21.57 c #Conflicts: 86000 | #Constraints: 9037
21.38/21.57 c #Conflicts: 87000 | #Constraints: 10037
21.38/21.57 c #Conflicts: 88000 | #Constraints: 11037
21.38/21.57 c #Conflicts: 89000 | #Constraints: 12037
21.38/21.57 c #Conflicts: 90000 | #Constraints: 13037
21.38/21.57 c INPROCESSING
21.38/21.57 c GARBAGE COLLECT
21.38/21.57 c rational objective -81
23.07/23.28 c #Conflicts: 91000 | #Constraints: 8032
23.07/23.28 c #Conflicts: 92000 | #Constraints: 9032
23.07/23.28 c #Conflicts: 93000 | #Constraints: 10032
23.07/23.28 c #Conflicts: 94000 | #Constraints: 11032
23.07/23.28 c #Conflicts: 95000 | #Constraints: 12032
23.07/23.28 c #Conflicts: 96000 | #Constraints: 13032
23.07/23.28 c INPROCESSING
23.07/23.28 c GARBAGE COLLECT
23.07/23.28 c rational objective -81
24.87/25.10 c #Conflicts: 97000 | #Constraints: 7844
24.87/25.10 c #Conflicts: 98000 | #Constraints: 8868
24.87/25.10 c #Conflicts: 99000 | #Constraints: 9871
24.87/25.10 c #Conflicts: 100000 | #Constraints: 10873
24.87/25.10 c #Conflicts: 101000 | #Constraints: 11889
24.87/25.10 c #Conflicts: 102000 | #Constraints: 12891
24.87/25.10 c #Conflicts: 103000 | #Constraints: 13899
24.87/25.10 c INPROCESSING
24.87/25.10 c GARBAGE COLLECT
24.87/25.10 c rational objective -81
26.87/27.00 c #Conflicts: 104000 | #Constraints: 8427
26.87/27.00 c #Conflicts: 105000 | #Constraints: 9427
26.87/27.00 c #Conflicts: 106000 | #Constraints: 10427
26.87/27.00 c #Conflicts: 107000 | #Constraints: 11427
26.87/27.00 c #Conflicts: 108000 | #Constraints: 12427
26.87/27.00 c #Conflicts: 109000 | #Constraints: 13427
26.87/27.00 c #Conflicts: 110000 | #Constraints: 14427
26.87/27.00 c INPROCESSING
26.87/27.00 c GARBAGE COLLECT
26.87/27.00 c rational objective -81
28.66/28.89 c #Conflicts: 111000 | #Constraints: 8843
28.66/28.89 c #Conflicts: 112000 | #Constraints: 9849
28.66/28.89 c #Conflicts: 113000 | #Constraints: 10855
28.66/28.89 c #Conflicts: 114000 | #Constraints: 11863
28.66/28.89 c #Conflicts: 115000 | #Constraints: 12869
28.66/28.89 c #Conflicts: 116000 | #Constraints: 13875
28.66/28.89 c #Conflicts: 117000 | #Constraints: 14887
28.66/28.89 c INPROCESSING
28.66/28.89 c GARBAGE COLLECT
28.66/28.89 c rational objective -81
28.76/28.95 c bounds -78 >= -80 @ 27.8182
28.76/28.96 c bounds -80 >= -80 @ 27.8321
28.76/28.96 c cpu time 27.8321 s
28.76/28.96 c deterministic time 1056971160 1.06e+09
28.76/28.96 c optimization time 0.02403 s
28.76/28.96 c total solve time 27.8046 s
28.76/28.96 c core-guided solve time 13.878 s
28.76/28.96 c propagation time 17.4727 s
28.76/28.96 c conflict analysis time 8.42875 s
28.76/28.96 c propagations 10972126
28.76/28.96 c resolve steps 1530315
28.76/28.96 c decisions 247443
28.76/28.96 c conflicts 117334
28.76/28.96 c restarts 316
28.76/28.96 c inprocessing phases 26
28.76/28.96 c garbage collections 26 ,( 100.00 )
28.76/28.96 c input clauses 507 ,( 32.33 )
28.76/28.96 c input cardinalities 409 ,( 26.08 )
28.76/28.96 c input general constraints 652 ,( 41.58 )
28.76/28.96 c input average constraint length 44.34
28.76/28.96 c input average constraint degree 12.95
28.76/28.96 c learned clauses 68357 ,( 57.71 )
28.76/28.96 c learned cardinalities 126 ,( 0.11 )
28.76/28.96 c learned general constraints 49966 ,( 42.18 )
28.76/28.96 c learned average constraint length 80.04
28.76/28.96 c learned average constraint degree 490061508.62
28.76/28.96 c watched CF 32, 64, 128, Arb: 22074 , 0 , 0 , 0
28.76/28.96 c counting CF 32, 64, 128, Arb: 28545 , 0 , 0 , 0
28.76/28.96 c watched constraints 22074 ,( 43.61 )
28.76/28.96 c counting constraints 28544 ,( 56.39 )
28.76/28.96 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 16594589 , 4828387 , 117717919 ,( 5949921 , 111767998 )
28.76/28.96 c gcd simplifications 6270
28.76/28.96 c detected cardinalities 53
28.76/28.96 c weakened non-implied lits 9378458
28.76/28.96 c weakened non-implying lits 5618
28.76/28.96 c original variables 441
28.76/28.96 c clausal propagations 1916338
28.76/28.96 c cardinality propagations 934847
28.76/28.96 c watched propagations 36106
28.76/28.96 c counting propagations 7572130
28.76/28.96 c watch lookups 505956021
28.76/28.96 c watch backjump lookups 0
28.76/28.96 c watch checks 123998112
28.76/28.96 c propagation checks 359929338
28.76/28.96 c constraint additions 44413950
28.76/28.96 c trail pops 11335948
28.76/28.96 c formula constraints 576
28.76/28.96 c learned constraints 116504
28.76/28.96 c bound constraints 183
28.76/28.96 c core-guided constraints 809
28.76/28.96 c encountered formula constraints 574935
28.76/28.96 c encountered learned constraints 745467
28.76/28.96 c encountered bound constraints 98
28.76/28.96 c encountered core-guided constraints 290962
28.76/28.96 c LP total time 6.27923 s
28.76/28.96 c LP solve time 5.21 s
28.76/28.96 c LP constraints added 907
28.76/28.96 c LP constraints removed 321
28.76/28.96 c LP pivots internal 117397
28.76/28.96 c LP pivots root 824
28.76/28.96 c LP calls 17030
28.76/28.96 c LP optimalities 16150
28.76/28.96 c LP no pivot count 5752
28.76/28.96 c LP infeasibilities 880
28.76/28.96 c LP valid Farkas constraints 880
28.76/28.96 c LP learned Farkas constraints 880
28.76/28.96 c LP basis resets 0
28.76/28.96 c LP cycling count 0
28.76/28.96 c LP singular count 0
28.76/28.96 c LP no primal count 0
28.76/28.96 c LP no farkas count 0
28.76/28.96 c LP other issue count 0
28.76/28.96 c LP Gomory cuts 185
28.76/28.96 c LP learned cuts 146
28.76/28.96 c LP deleted cuts 321
28.76/28.96 c LP encountered Gomory constraints 17593
28.76/28.96 c LP encountered Farkas constraints 14862
28.76/28.96 c LP encountered learned Farkas constraints 2852
28.76/28.96 c CG auxiliary variables introduced 313
28.76/28.96 c CG solutions found 27
28.76/28.96 c CG cores constructed 130
28.76/28.96 c CG core cardinality constraints returned 0
28.76/28.96 c CG unit cores 0
28.76/28.96 c CG single cores 130
28.76/28.96 c CG blocks removed during cardinality reduction 0
28.76/28.96 c CG first core best 0
28.76/28.96 c CG decision core best 0
28.76/28.96 c CG core reduction tie 0
28.76/28.96 c CG core degree average 1.00
28.76/28.96 c CG core slack average 4.45
28.76/28.96 c CG core upper bound improvements 21
28.76/28.96 c STR number of successful calls 0
28.76/28.96 c STR number of unsuccessful calls 0
28.76/28.96 c STR number of inconclusive calls 0
28.76/28.96 c STR number of successful attempts 0
28.76/28.96 c STR number of unsuccessful attempts 0
28.76/28.96 c STR number of inconclusive attempts 0
28.76/28.96 c STR average degree increase per successful call inf
28.76/28.96 c STR average degree increase per successful attempt inf
28.76/28.96 c STR total number of conflicts for successful attempts 0
28.76/28.96 c STR total number of conflicts for unsuccessful attempts 0
28.76/28.96 c STR total number of conflicts for inconclusive attempts 0
28.76/28.96 c STR average number of conflicts per successful attempt inf
28.76/28.96 c STR average number of conflicts per unsuccessful attempt inf
28.76/28.96 c STR average number of conflicts per inconclusive attempt inf
28.76/28.96 c AVG.sumWPerc 47.24
28.76/28.96 c bigint constraints 0
28.76/28.96 o -80
28.76/28.96 s OPTIMUM FOUND
28.85/31.51 v -x1 -x2 -x3 -x4 -x5 -x6 x7 x8 -x9 x10 -x11 x12 -x13 x14 x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 x26 -x27 x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 -x39 x40 x41 x42 x43 -x44 x45 x46 -x47 -x48 x49 x50 x51 x52 -x53 -x54 x55 x56 x57 x58 x59 -x60 x61 x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 -x71 x72 -x73 -x74 x75 -x76 x77 x78 -x79 x80 x81 -x82 -x83 x84 x85 x86 -x87 -x88 x89 x90 -x91 -x92 -x93 x94 x95 -x96 -x97 -x98 x99 -x100 x101 x102 -x103 x104 -x105 -x106 -x107 x108 x109 x110 -x111 x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 x123 -x124 x125 -x126 x127 x128 -x129 x130 x131 x132 -x133 -x134 x135 x136 x137 x138 -x139 x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170 -x171 x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 x236 x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 x268 x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 x318 x319 -x320 x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 x432 x433 -x434 x435 -x436 -x437 -x438 -x439 x440 -x441
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Thu Jul 3 10:13:21 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -80 <= obj <= -80
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~80 <= obj <= ~80
--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: 63708 MiB (62763 MiB free)
memory of node 1: 64465 MiB (63892 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4508783-1751511066/watcher-4508783-1751511066 -o /tmp/evaluation-result-4508783-1751511066/solver-4508783-1751511066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751511061-72873 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4508783-1751511066.opb PROOFDIR/proof-4508783-1751511066
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=73357, runsolver pid=73353
[startup+0.100064 s]*
/proc/loadavg: 0.76 0.98 1.29 4/269 73374
/proc/meminfo: memFree=129649988/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=58668 memory=15468 CPUtime=0.07 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 1291 0 0 0 7 0 0 0 20 0 1 0 66784214 60076032 3867 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 14667 3867 2400 1147 0 2094 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62860 KiB
Current children cumulated memory: 18540 KiB
[startup+0.205908 s]*
/proc/loadavg: 0.76 0.98 1.29 4/267 73378
/proc/meminfo: memFree=129588436/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=59888 memory=16748 CPUtime=0.17 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 1598 0 0 0 16 1 0 0 20 0 1 0 66784214 61325312 4187 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 14972 4187 2400 1147 0 2399 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 64080 KiB
Current children cumulated memory: 19820 KiB
[startup+0.305563 s]*
/proc/loadavg: 0.76 0.98 1.29 4/267 73378
/proc/meminfo: memFree=129572560/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=61096 memory=17900 CPUtime=0.26 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 1890 0 0 0 25 1 0 0 20 0 1 0 66784214 62562304 4475 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 15274 4475 2400 1147 0 2701 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 65288 KiB
Current children cumulated memory: 20972 KiB
[startup+0.700209 s]
/proc/loadavg: 0.76 0.98 1.29 4/267 73378
/proc/meminfo: memFree=129462988/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=61912 memory=18668 CPUtime=0.64 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 2103 0 0 0 60 4 0 0 20 0 1 0 66784214 63397888 4667 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 15478 4667 2400 1147 0 2905 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 66104 KiB
Current children cumulated memory: 21740 KiB
[startup+1.50019 s]
/proc/loadavg: 0.76 0.98 1.29 4/269 73397
/proc/meminfo: memFree=129556524/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=63836 memory=20588 CPUtime=1.43 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 2567 0 0 0 135 8 0 0 20 0 1 0 66784214 65368064 5147 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 15959 5147 2400 1147 0 3386 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 68028 KiB
Current children cumulated memory: 23660 KiB
[startup+3.1055 s]
/proc/loadavg: 1.10 1.04 1.31 5/272 73419
/proc/meminfo: memFree=128934488/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=68440 memory=26636 CPUtime=3.02 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 3589 0 0 0 287 15 0 0 20 0 1 0 66784214 70082560 6659 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 17110 6659 2400 1147 0 4537 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 72632 KiB
Current children cumulated memory: 29708 KiB
[startup+6.30014 s]
/proc/loadavg: 1.10 1.04 1.31 5/272 73419
/proc/meminfo: memFree=128502784/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=71312 memory=29580 CPUtime=6.21 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 4312 0 0 0 593 28 0 0 20 0 1 0 66784214 73023488 7395 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 17828 7395 2400 1147 0 5255 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 75504 KiB
Current children cumulated memory: 32652 KiB
[startup+12.7001 s]
/proc/loadavg: 1.55 1.14 1.34 5/272 73419
/proc/meminfo: memFree=128488092/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=78944 memory=34700 CPUtime=12.6 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 5591 0 0 0 1209 51 0 0 20 0 1 0 66784214 80838656 8675 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 19736 8675 2400 1147 0 7163 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 83136 KiB
Current children cumulated memory: 37772 KiB
[startup+25.5001 s]
/proc/loadavg: 1.93 1.23 1.36 5/272 73419
/proc/meminfo: memFree=128474656/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=84208 memory=40588 CPUtime=25.37 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 7088 0 0 0 2447 90 0 0 20 0 1 0 66784214 86228992 10147 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 21052 10147 2400 1147 0 8479 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 88400 KiB
Current children cumulated memory: 43660 KiB
[startup+31.5205 s]
# the end of solver process 73357 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=27.8407 s, system=1.03523 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6001 s]
/proc/loadavg: 1.93 1.23 1.36 5/272 73419
/proc/meminfo: memFree=128474656/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=84208 memory=40588 CPUtime=25.46 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 7088 0 0 0 2456 90 0 0 20 0 1 0 66784214 86228992 10147 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 21052 10147 2400 1147 0 8479 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 88400 KiB
Current children cumulated memory: 43660 KiB
[startup+28.8001 s]
/proc/loadavg: 2.17 1.30 1.38 5/272 73419
/proc/meminfo: memFree=128538188/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=93272 memory=45580 CPUtime=28.66 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 8319 0 0 0 2767 99 0 0 20 0 1 0 66784214 95510528 11395 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 23318 11395 2400 1147 0 10745 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 97464 KiB
Current children cumulated memory: 48652 KiB
[startup+30.4001 s]
/proc/loadavg: 2.17 1.30 1.38 4/272 73419
/proc/meminfo: memFree=128523092/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=93452 memory=45964 CPUtime=28.84 cores=5,7
/proc/73360/stat : 73360 (roundingsat) D 73357 73357 72860 0 -1 4194304 8433 0 0 0 2783 101 0 0 20 0 1 0 66784214 95694848 11491 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 23363 11491 2400 1147 0 10790 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 97644 KiB
Current children cumulated memory: 49036 KiB
[startup+31.2001 s]
/proc/loadavg: 2.17 1.30 1.38 4/272 73419
/proc/meminfo: memFree=128518996/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=93452 memory=45964 CPUtime=28.84 cores=5,7
/proc/73360/stat : 73360 (roundingsat) D 73357 73357 72860 0 -1 4194304 8433 0 0 0 2783 101 0 0 20 0 1 0 66784214 95694848 11491 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 23363 11491 2400 1147 0 10790 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 97644 KiB
Current children cumulated memory: 49036 KiB
[startup+31.4001 s]
/proc/loadavg: 2.17 1.30 1.38 4/272 73419
/proc/meminfo: memFree=128518996/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=93452 memory=45964 CPUtime=28.84 cores=5,7
/proc/73360/stat : 73360 (roundingsat) D 73357 73357 72860 0 -1 4194304 8433 0 0 0 2783 101 0 0 20 0 1 0 66784214 95694848 11491 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 1 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 23363 11491 2400 1147 0 10790 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 97644 KiB
Current children cumulated memory: 49036 KiB
[startup+31.5001 s]
/proc/loadavg: 2.17 1.30 1.38 4/272 73419
/proc/meminfo: memFree=128518996/131249988 swapFree=33010160/33010684
[pid=73357] ppid=73353 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/73357/stat : 73357 (run-opt-ls-log.) S 73353 73357 72860 0 -1 4194304 241 391 0 0 0 0 0 0 20 0 1 0 66784213 4292608 768 18446744073709551615 94114385362944 94114386257477 140736559845616 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94114386496528 94114386544272 94114399748096 140736559847707 140736559847905 140736559847905 140736559853507 0
/proc/73357/statm: 1048 768 704 219 0 110 0
[pid=73360] ppid=73357 vsize=93452 memory=45964 CPUtime=28.85 cores=5,7
/proc/73360/stat : 73360 (roundingsat) R 73357 73357 72860 0 -1 4194304 8433 0 0 0 2783 102 0 0 20 0 1 0 66784214 95694848 11491 18446744073709551615 4227072 8923433 140726855005008 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 22757376 140726855006454 140726855006760 140726855006760 140726855012330 0
/proc/73360/statm: 23363 11491 2400 1147 0 10790 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 97644 KiB
Current children cumulated memory: 49036 KiB
Child status: 0
Real time (s): 31.5206
CPU time (s): 28.8759
CPU user time (s): 27.8407
CPU system time (s): 1.03523
CPU usage (%): 91.6099
Max. virtual memory (cumulated for all children) (KiB): 97644
Max. memory (cumulated for all children) (KiB): 49036
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.8407
system time used= 1.03523
maximum resident set size= 45964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 383104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5196
involuntary context switches= 76
# summary of solver processes directly reported to runsolver:
# pid: 73357
# total CPU time (s): 28.8759
# total CPU user time (s): 27.8407
# total CPU system time (s): 1.03523
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062294 second user time and 0.171382 second system time
The end
Launcher Data
Begin job on nodeC020 at 2025-07-03 04:51:06
IDJOB=4508783
IDBENCH=158472
IDSOLVER=3356
FILE ID=nodeC020/4508783-1751511066
RUNJOBID= nodeC020-1751511061-72873
SLURM_JOB_ID= 9598612
Free space on /tmp= 431768 MiB
SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament18.lin.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4508783-1751511066/watcher-4508783-1751511066 -o /tmp/evaluation-result-4508783-1751511066/solver-4508783-1751511066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751511061-72873 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4508783-1751511066.opb PROOFDIR/proof-4508783-1751511066
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 609ffeb3252de5d8ecab6cf3f101c41d
RANDOM SEED=958379634
nodeC020 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 : 3600.108
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.908
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.178
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
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 : 3653.098
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.890
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
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.209
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
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 : 3599.908
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.890
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.79
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249988 kB
MemFree: 129701456 kB
MemAvailable: 129608156 kB
Buffers: 2128 kB
Cached: 700224 kB
SwapCached: 12 kB
Active: 766320 kB
Inactive: 135428 kB
Active(anon): 192380 kB
Inactive(anon): 25072 kB
Active(file): 573940 kB
Inactive(file): 110356 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 28792 kB
Writeback: 8 kB
AnonPages: 202580 kB
Mapped: 109724 kB
Shmem: 18040 kB
KReclaimable: 123288 kB
Slab: 214348 kB
SReclaimable: 123288 kB
SUnreclaim: 91060 kB
KernelStack: 4240 kB
PageTables: 3388 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635676 kB
Committed_AS: 494188 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150536 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 77824 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: 197332 kB
DirectMap2M: 7962624 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 431704 MiB
End job on nodeC020 at 2025-07-03 04:51:38