Trace number 4532682

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.3 10.0277 10.1484

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=11-t=8.opb
MD5SUMb554296dd2e7a57b28932c2f35f0c1cd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.93097
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables275
Total number of constraints6523
Number of constraints which are clauses6512
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint12
Number of terms in the objective function 11
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 11
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532682-1752597004.opb'
0.00/0.02	c 	read 0.20MB  (2.86ms)
0.00/0.02	c	 [cnf: #variables 275 #clauses 6524 #duplicates 0 #arr 19822]
0.00/0.02	c output proof to 'PROOFDIR/proof-4532682-1752597004'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 8] (1.23ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	candidate Johnson 11, ar 2
0.00/0.05	c 	 found row 11x24, generating row predicate
0.00/0.05	c 	 found row 8x22, generating row predicate
0.00/0.05	c 	 found Johnson 11, ar 2, block_sz 38
0.00/0.05	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	 (25.91ms)
0.00/0.05	c 
0.00/0.05	c detect symmetries on remainder
0.00/0.05	c 	[graph: #vertices 7613 #edges 41272]
0.00/0.05	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.05	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.95ms)
0.00/0.05	c 
0.00/0.05	c finalize break order and special generators
0.00/0.05	c 
0.00/0.05	c generation finished
0.00/0.05	c 	[sbp: #constraints 2628 #add_vars 867]
0.00/0.05	c 
0.00/0.05	c write result to 'HOME/instance-4532682-1752597004.opb.pre'
0.00/0.05	c 	wrote 0.29MB (0.74ms)
0.00/0.05	c ------------------------------------------------------------------
0.00/0.05	c                  25.91ms 73.77% detect_special
0.00/0.05	c                   3.42ms  9.75% other
0.00/0.05	c                   2.86ms  8.13% parse
0.00/0.05	c                   1.23ms  3.51% approx_orbits
0.00/0.05	c                   0.95ms  2.70% detect_generic
0.00/0.05	c                   0.74ms  2.11% output
0.00/0.05	c                   0.01ms  0.03% finalize_order
0.00/0.05	c         ───────────────────────────────────────────────
0.00/0.05	c                  35.12ms   100% total
0.00/0.05	c ------------------------------------------------------------------
0.00/0.07	c RoundingSat 2
0.00/0.07	c branch pb25
0.00/0.07	c commit 0f876b3
0.06/0.12	c #variables 1142 #constraints 9151
0.06/0.12	c objective is ce32 
0.06/0.12	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.06/0.12	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.06/0.12	c bounds - >= 0 @ 0.044083
0.06/0.17	c rational objective 0
0.16/0.23	c bounds 10 >= 0 @ 0.145545
0.16/0.26	c bounds 10 >= 1 @ 0.17101
0.16/0.26	c bounds 9 >= 1 @ 0.171046
0.16/0.26	c bounds 8 >= 1 @ 0.171115
0.16/0.26	c bounds 7 >= 1 @ 0.172619
0.16/0.26	c bounds 6 >= 1 @ 0.173041
0.16/0.27	c bounds 5 >= 1 @ 0.173041
0.16/0.27	c bounds 4 >= 1 @ 0.173452
0.16/0.27	c bounds 3 >= 1 @ 0.180667
0.37/0.44	c #Conflicts:       1000 | #Constraints:      10162
0.37/0.44	c #Conflicts:       2000 | #Constraints:      11162
0.37/0.44	c INPROCESSING
0.37/0.44	c GARBAGE COLLECT
0.37/0.44	c rational objective 1
0.65/0.73	c #Conflicts:       3000 | #Constraints:       8572
0.65/0.73	c #Conflicts:       4000 | #Constraints:       9572
0.65/0.73	c INPROCESSING
0.65/0.73	c GARBAGE COLLECT
0.65/0.73	c rational objective 1
1.05/1.11	c #Conflicts:       5000 | #Constraints:       6337
1.05/1.11	c #Conflicts:       6000 | #Constraints:       7337
1.05/1.11	c INPROCESSING
1.05/1.11	c GARBAGE COLLECT
1.05/1.11	c rational objective 1
1.35/1.48	c #Conflicts:       7000 | #Constraints:       6365
1.35/1.48	c #Conflicts:       8000 | #Constraints:       7365
1.35/1.48	c #Conflicts:       9000 | #Constraints:       8365
1.35/1.48	c INPROCESSING
1.35/1.48	c GARBAGE COLLECT
1.35/1.48	c rational objective 1
1.44/1.55	c bounds 3 >= 2 @ 1.397
1.85/1.90	c #Conflicts:      10000 | #Constraints:       7073
1.85/1.90	c #Conflicts:      11000 | #Constraints:       8073
1.85/1.90	c #Conflicts:      12000 | #Constraints:       9073
1.85/1.90	c INPROCESSING
1.85/1.90	c GARBAGE COLLECT
1.85/1.90	c rational objective 2
2.24/2.34	c #Conflicts:      13000 | #Constraints:       7246
2.24/2.34	c #Conflicts:      14000 | #Constraints:       8246
2.24/2.34	c #Conflicts:      15000 | #Constraints:       9246
2.24/2.34	c INPROCESSING
2.24/2.34	c GARBAGE COLLECT
2.24/2.34	c rational objective 2
2.74/2.80	c #Conflicts:      16000 | #Constraints:       7554
2.74/2.80	c #Conflicts:      17000 | #Constraints:       8554
2.74/2.80	c #Conflicts:      18000 | #Constraints:       9554
2.74/2.80	c INPROCESSING
2.74/2.80	c GARBAGE COLLECT
2.74/2.80	c rational objective 2
3.24/3.33	c #Conflicts:      19000 | #Constraints:       7595
3.24/3.33	c #Conflicts:      20000 | #Constraints:       8595
3.24/3.33	c #Conflicts:      21000 | #Constraints:       9595
3.24/3.33	c INPROCESSING
3.24/3.33	c GARBAGE COLLECT
3.24/3.33	c rational objective 2
3.74/3.89	c #Conflicts:      22000 | #Constraints:       7422
3.74/3.89	c #Conflicts:      23000 | #Constraints:       8422
3.74/3.89	c #Conflicts:      24000 | #Constraints:       9422
3.74/3.89	c #Conflicts:      25000 | #Constraints:      10422
3.74/3.89	c INPROCESSING
3.74/3.89	c GARBAGE COLLECT
3.74/3.89	c rational objective 2
4.43/4.56	c #Conflicts:      26000 | #Constraints:       8019
4.43/4.56	c #Conflicts:      27000 | #Constraints:       9019
4.43/4.56	c #Conflicts:      28000 | #Constraints:      10019
4.43/4.56	c #Conflicts:      29000 | #Constraints:      11019
4.43/4.56	c INPROCESSING
4.43/4.56	c GARBAGE COLLECT
4.43/4.56	c rational objective 2
5.04/5.12	c #Conflicts:      30000 | #Constraints:       8434
5.04/5.12	c #Conflicts:      31000 | #Constraints:       9434
5.04/5.12	c #Conflicts:      32000 | #Constraints:      10434
5.04/5.12	c #Conflicts:      33000 | #Constraints:      11434
5.04/5.12	c INPROCESSING
5.04/5.12	c GARBAGE COLLECT
5.04/5.12	c rational objective 2
5.73/5.88	c #Conflicts:      34000 | #Constraints:       8609
5.73/5.88	c #Conflicts:      35000 | #Constraints:       9609
5.73/5.88	c #Conflicts:      36000 | #Constraints:      10609
5.73/5.88	c #Conflicts:      37000 | #Constraints:      11609
5.73/5.88	c INPROCESSING
5.73/5.88	c GARBAGE COLLECT
5.73/5.88	c rational objective 2
6.43/6.57	c #Conflicts:      38000 | #Constraints:       8617
6.43/6.57	c #Conflicts:      39000 | #Constraints:       9617
6.43/6.57	c #Conflicts:      40000 | #Constraints:      10617
6.43/6.57	c #Conflicts:      41000 | #Constraints:      11617
6.43/6.57	c INPROCESSING
6.43/6.57	c GARBAGE COLLECT
6.43/6.57	c rational objective 2
7.22/7.33	c #Conflicts:      42000 | #Constraints:       8421
7.22/7.33	c #Conflicts:      43000 | #Constraints:       9421
7.22/7.33	c #Conflicts:      44000 | #Constraints:      10421
7.22/7.33	c #Conflicts:      45000 | #Constraints:      11421
7.22/7.33	c #Conflicts:      46000 | #Constraints:      12421
7.22/7.33	c INPROCESSING
7.22/7.33	c GARBAGE COLLECT
7.22/7.33	c rational objective 2
7.92/8.09	c #Conflicts:      47000 | #Constraints:       9021
7.92/8.09	c #Conflicts:      48000 | #Constraints:      10021
7.92/8.09	c #Conflicts:      49000 | #Constraints:      11021
7.92/8.09	c #Conflicts:      50000 | #Constraints:      12021
7.92/8.09	c #Conflicts:      51000 | #Constraints:      13021
7.92/8.09	c INPROCESSING
7.92/8.09	c GARBAGE COLLECT
7.92/8.09	c rational objective 2
8.93/9.01	c #Conflicts:      52000 | #Constraints:       7879
8.93/9.01	c #Conflicts:      53000 | #Constraints:       8879
8.93/9.01	c #Conflicts:      54000 | #Constraints:       9879
8.93/9.01	c #Conflicts:      55000 | #Constraints:      10879
8.93/9.01	c #Conflicts:      56000 | #Constraints:      11879
8.93/9.01	c INPROCESSING
8.93/9.01	c GARBAGE COLLECT
8.93/9.01	c rational objective 2
9.72/9.83	c #Conflicts:      57000 | #Constraints:       8296
9.72/9.83	c #Conflicts:      58000 | #Constraints:       9296
9.72/9.83	c #Conflicts:      59000 | #Constraints:      10296
9.72/9.83	c #Conflicts:      60000 | #Constraints:      11296
9.72/9.83	c #Conflicts:      61000 | #Constraints:      12296
9.72/9.83	c INPROCESSING
9.72/9.83	c GARBAGE COLLECT
9.72/9.83	c rational objective 2
9.93/10.07	c #Conflicts:      62000 | #Constraints:       7998
9.93/10.07	c bounds 3 >= 3 @ 9.61139
9.93/10.07	c cpu time 9.6114 s
9.93/10.07	c deterministic time 170055739 1.70e+08
9.93/10.07	c optimization time 0.000757 s
9.93/10.07	c total solve time 9.56659 s
9.93/10.07	c core-guided solve time 4.9306 s
9.93/10.07	c propagation time 6.28743 s
9.93/10.07	c conflict analysis time 1.82509 s
9.93/10.07	c propagations 4455761
9.93/10.07	c resolve steps 785266
9.93/10.07	c decisions 86918
9.93/10.07	c conflicts 62529
9.93/10.07	c restarts 189
9.93/10.07	c inprocessing phases 17
9.93/10.07	c garbage collections 17 ,( 100.00 )
9.93/10.07	c input clauses 9148 ,( 99.83 )
9.93/10.07	c input cardinalities 15 ,( 0.16 )
9.93/10.07	c input general constraints 1 ,( 0.01 )
9.93/10.07	c input average constraint length 3.02
9.93/10.07	c input average constraint degree 1.01
9.93/10.07	c learned clauses 62136 ,( 99.31 )
9.93/10.07	c learned cardinalities 34 ,( 0.05 )
9.93/10.07	c learned general constraints 396 ,( 0.63 )
9.93/10.07	c learned average constraint length 47.28
9.93/10.07	c learned average constraint degree 59352.20
9.93/10.07	c watched  CF 32, 64, 128, Arb: 100 , 0 , 0 , 0
9.93/10.07	c counting CF 32, 64, 128, Arb: 298 , 0 , 0 , 0
9.93/10.07	c watched   constraints 100 ,( 25.19 ) 
9.93/10.07	c counting  constraints 297 ,( 74.81 ) 
9.93/10.07	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 30726247 , 138731 , 439912 ,( 105147 , 334765 )
9.93/10.07	c gcd simplifications 35
9.93/10.07	c detected cardinalities 3
9.93/10.07	c weakened non-implied lits 144916
9.93/10.07	c weakened non-implying lits 9
9.93/10.07	c original variables 1142
9.93/10.07	c clausal propagations 4015001
9.93/10.07	c cardinality propagations 234222
9.93/10.07	c watched propagations 10596
9.93/10.07	c counting propagations 131480
9.93/10.07	c watch lookups 34708284
9.93/10.07	c watch backjump lookups 0
9.93/10.07	c watch checks 108539843
9.93/10.07	c propagation checks 7283908
9.93/10.07	c constraint additions 10312933
9.93/10.07	c trail pops 4604754
9.93/10.07	c formula constraints 9151
9.93/10.07	c learned constraints 62527
9.93/10.07	c bound constraints 9
9.93/10.07	c core-guided constraints 4
9.93/10.07	c encountered formula constraints 446292
9.93/10.07	c encountered learned constraints 399245
9.93/10.07	c encountered bound constraints 15
9.93/10.07	c encountered core-guided constraints 4
9.93/10.07	c LP total time 5.27816 s
9.93/10.07	c LP solve time 4.14 s
9.93/10.07	c LP constraints added 9283
9.93/10.07	c LP constraints removed 127
9.93/10.07	c LP pivots internal 62531
9.93/10.07	c LP pivots root 806
9.93/10.07	c LP calls 2878
9.93/10.07	c LP optimalities 2878
9.93/10.07	c LP no pivot count 238
9.93/10.07	c LP infeasibilities 0
9.93/10.07	c LP valid Farkas constraints 0
9.93/10.07	c LP learned Farkas constraints 0
9.93/10.07	c LP basis resets 0
9.93/10.07	c LP cycling count 0
9.93/10.07	c LP singular count 0
9.93/10.07	c LP no primal count 0
9.93/10.07	c LP no farkas count 0
9.93/10.07	c LP other issue count 0
9.93/10.07	c LP Gomory cuts 39
9.93/10.07	c LP learned cuts 93
9.93/10.07	c LP deleted cuts 127
9.93/10.07	c LP encountered Gomory constraints 2239
9.93/10.07	c LP encountered Farkas constraints 0
9.93/10.07	c LP encountered learned Farkas constraints 0
9.93/10.07	c CG auxiliary variables introduced 2
9.93/10.07	c CG solutions found 8
9.93/10.07	c CG cores constructed 2
9.93/10.07	c CG core cardinality constraints returned 0
9.93/10.07	c CG unit cores 0
9.93/10.07	c CG single cores 2
9.93/10.07	c CG blocks removed during cardinality reduction 0
9.93/10.07	c CG first core best 0
9.93/10.07	c CG decision core best 0
9.93/10.07	c CG core reduction tie 0
9.93/10.07	c CG core degree average 1.00
9.93/10.07	c CG core slack average 5.00
9.93/10.07	c CG core upper bound improvements 1
9.93/10.07	c STR number of successful calls 0
9.93/10.07	c STR number of unsuccessful calls 0
9.93/10.07	c STR number of inconclusive calls 0
9.93/10.07	c STR number of successful attempts 0
9.93/10.07	c STR number of unsuccessful attempts 0
9.93/10.07	c STR number of inconclusive attempts 0
9.93/10.07	c STR average degree increase per successful call inf
9.93/10.07	c STR average degree increase per successful attempt inf
9.93/10.07	c STR total number of conflicts for successful attempts 0
9.93/10.07	c STR total number of conflicts for unsuccessful attempts 0
9.93/10.07	c STR total number of conflicts for inconclusive attempts 0
9.93/10.07	c STR average number of conflicts per successful attempt inf
9.93/10.07	c STR average number of conflicts per unsuccessful attempt inf
9.93/10.07	c STR average number of conflicts per inconclusive attempt inf
9.93/10.07	c AVG.sumWPerc 50.28 
9.93/10.07	c bigint constraints 0 
9.93/10.07	o 3
9.93/10.07	s OPTIMUM FOUND
10.00/10.14	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

Verifier Data

OK	3

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 14:19:30 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 3 <= obj <= 3
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 3 <= obj <= 3
--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 (57353 MiB free)
  memory of node 1: 64507 MiB (63332 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=127755, runsolver pid=127738

[startup+0.100057 s]*
/proc/loadavg: 1.74 2.80 4.15 6/397 127762
/proc/meminfo: memFree=123567520/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=56396 memory=9856 CPUtime=0.03 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 705 0 0 0 2 1 0 0 20 0 1 0 175380266 57749504 2464 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 14099 2464 1984 1147 0 1525 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 60588 KiB
Current children cumulated memory: 12928 KiB

[startup+0.208244 s]*
/proc/loadavg: 1.74 2.80 4.15 6/397 127762
/proc/meminfo: memFree=123542748/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=70712 memory=23048 CPUtime=0.13 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 4208 0 0 0 12 1 0 0 20 0 1 0 175380266 72409088 5762 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 17678 5762 2368 1147 0 5104 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 74904 KiB
Current children cumulated memory: 26120 KiB

[startup+0.308562 s]*
/proc/loadavg: 1.74 2.80 4.15 4/390 127762
/proc/meminfo: memFree=123565160/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=71704 memory=24200 CPUtime=0.23 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 4442 0 0 0 21 2 0 0 20 0 1 0 175380266 73424896 6050 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 17926 6050 2432 1147 0 5352 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 75896 KiB
Current children cumulated memory: 27272 KiB

[startup+0.700135 s]
/proc/loadavg: 1.74 2.80 4.15 3/387 127778
/proc/meminfo: memFree=123554296/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=72692 memory=25480 CPUtime=0.62 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 4762 0 0 0 58 4 0 0 20 0 1 0 175380266 74436608 6370 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 18173 6370 2432 1147 0 5599 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 76884 KiB
Current children cumulated memory: 28552 KiB

[startup+1.50016 s]
/proc/loadavg: 1.74 2.80 4.15 3/387 127778
/proc/meminfo: memFree=123547744/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=73484 memory=26376 CPUtime=1.41 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 4985 0 0 0 134 7 0 0 20 0 1 0 175380266 75247616 6594 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 18371 6594 2432 1147 0 5797 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 77676 KiB
Current children cumulated memory: 29448 KiB

[startup+3.10852 s]
/proc/loadavg: 1.74 2.80 4.15 4/387 127874
/proc/meminfo: memFree=123556420/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=74412 memory=27400 CPUtime=3.02 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 5250 0 0 0 288 14 0 0 20 0 1 0 175380266 76197888 6850 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 18603 6850 2432 1147 0 6029 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 78604 KiB
Current children cumulated memory: 30472 KiB

[startup+6.30015 s]
/proc/loadavg: 1.92 2.82 4.14 4/266 127961
/proc/meminfo: memFree=123557068/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=75920 memory=29448 CPUtime=6.2 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 5755 0 0 0 596 24 0 0 20 0 1 0 175380266 77742080 7362 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 18980 7362 2432 1147 0 6406 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 80112 KiB
Current children cumulated memory: 32520 KiB

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

# cumulated CPU time of all completed processes:  user=9.64901 s, system=0.378644 s

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

[startup+6.40016 s]
/proc/loadavg: 1.92 2.82 4.14 4/266 127961
/proc/meminfo: memFree=123557068/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=75920 memory=29448 CPUtime=6.29 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 5756 0 0 0 605 24 0 0 20 0 1 0 175380266 77742080 7362 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 18980 7362 2432 1147 0 6406 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 80112 KiB
Current children cumulated memory: 32520 KiB

[startup+8.00016 s]*
/proc/loadavg: 1.92 2.82 4.14 5/271 128002
/proc/meminfo: memFree=123333300/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=76512 memory=30216 CPUtime=7.89 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 5952 0 0 0 760 29 0 0 20 0 1 0 175380266 78348288 7554 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 19128 7554 2432 1147 0 6554 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 80704 KiB
Current children cumulated memory: 33288 KiB

[startup+8.80011 s]
/proc/loadavg: 1.92 2.82 4.14 5/271 128002
/proc/meminfo: memFree=123333300/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=77228 memory=30984 CPUtime=8.69 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 6120 0 0 0 837 32 0 0 20 0 1 0 175380266 79081472 7746 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 19307 7746 2432 1147 0 6733 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 34056 KiB

[startup+9.60011 s]
/proc/loadavg: 2.08 2.84 4.14 4/266 128010
/proc/meminfo: memFree=123286724/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=77408 memory=31112 CPUtime=9.49 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 6175 0 0 0 914 35 0 0 20 0 1 0 175380266 79265792 7778 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 19352 7778 2432 1147 0 6778 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 81600 KiB
Current children cumulated memory: 34184 KiB

[startup+10.0001 s]*
/proc/loadavg: 2.08 2.84 4.14 4/266 128010
/proc/meminfo: memFree=123234112/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=77548 memory=31368 CPUtime=9.9 cores=5,7
/proc/127761/stat : 127761 (roundingsat) R 127755 127755 127036 0 -1 4194304 6218 0 0 0 954 36 0 0 20 0 1 0 175380266 79409152 7842 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 19387 7842 2432 1147 0 6813 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 81740 KiB
Current children cumulated memory: 34440 KiB

[startup+10.1053 s]
/proc/loadavg: 2.08 2.84 4.14 4/266 128010
/proc/meminfo: memFree=123234112/131250000 swapFree=33010416/33010684
[pid=127755] ppid=127738 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/127755/stat : 127755 (run-opt-break-l) S 127738 127755 127036 0 -1 4194304 240 1182 0 0 0 0 3 0 20 0 1 0 175380260 4292608 768 18446744073709551615 93833504096256 93833504990789 140722296325248 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93833505229840 93833505277584 93833531879424 140722296334611 140722296334812 140722296334812 140722296340416 0
/proc/127755/statm: 1048 768 704 219 0 110 0
[pid=127761] ppid=127755 vsize=77680 memory=31368 CPUtime=9.97 cores=5,7
/proc/127761/stat : 127761 (roundingsat) D 127755 127755 127036 0 -1 4194304 6238 0 0 0 961 36 0 0 20 0 1 0 175380266 79544320 7842 18446744073709551615 4227072 8923577 140732278351520 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 39067648 140732278356242 140732278356518 140732278356518 140732278362090 0
/proc/127761/statm: 19420 7842 2432 1147 0 6846 0
Current children cumulated CPU time: 10 s
Current children cumulated vsize: 81872 KiB
Current children cumulated memory: 34440 KiB

Child status: 0

Real time (s): 10.1484
CPU time (s): 10.0277
CPU user time (s): 9.64901
CPU system time (s): 0.378644
CPU usage (%): 98.8102
Max. virtual memory (cumulated for all children) (KiB): 81872
Max. memory (cumulated for all children) (KiB): 34440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.64901
system time used= 0.378644
maximum resident set size= 31368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 77064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1188
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 127755
#   total CPU time (s): 10.0277
#   total CPU user time (s): 9.64901
#   total CPU system time (s): 0.378644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035079 second user time and 0.089245 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-15 18:30:04
IDJOB=4532682
IDBENCH=176156
IDSOLVER=3393
FILE ID=nodeC027/4532682-1752597004
RUNJOBID= nodeC027-1752597003-127698
SLURM_JOB_ID= 9684390
Free space on /tmp= 431680 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=11-t=8.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532682-1752597004/watcher-4532682-1752597004 -o /tmp/evaluation-result-4532682-1752597004/solver-4532682-1752597004 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752597003-127698 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532682-1752597004.opb PROOFDIR/proof-4532682-1752597004

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

MD5SUM BENCH= b554296dd2e7a57b28932c2f35f0c1cd
RANDOM SEED=1632250671

nodeC027 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		: 3597.774
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.29
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.634
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123594344 kB
MemAvailable:   129550292 kB
Buffers:            2488 kB
Cached:          6747536 kB
SwapCached:           12 kB
Active:           695820 kB
Inactive:        6127248 kB
Active(anon):      96500 kB
Inactive(anon):     2792 kB
Active(file):     599320 kB
Inactive(file):  6124456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29632 kB
Writeback:            16 kB
AnonPages:         76172 kB
Mapped:           107848 kB
Shmem:             26248 kB
KReclaimable:     142420 kB
Slab:             239700 kB
SReclaimable:     142420 kB
SUnreclaim:        97280 kB
KernelStack:        6144 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     347988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      152456 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431648 MiB
End job on nodeC027 at 2025-07-15 18:30:14