Trace number 4517632

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 63f22adOPT3 9.0699 9.10717

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.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-4517632-1751529072.opb'
0.00/0.01	c 	read 0.20MB  (2.79ms)
0.00/0.01	c	 [cnf: #variables 275 #clauses 6524 #duplicates 0 #arr 19822]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 8] (1.25ms)
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 	candidate Johnson 11, ar 2
0.00/0.04	c 	 found row 11x24, generating row predicate
0.00/0.04	c 	 found row 8x22, generating row predicate
0.00/0.04	c 	 found Johnson 11, ar 2, block_sz 38
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (26.57ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 7613 #edges 41272]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.95ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 2628 #add_vars 867]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4517632-1751529072.opb.pre'
0.00/0.04	c 	wrote 0.29MB (0.78ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                  26.57ms 81.82% detect_special
0.00/0.04	c                   2.79ms  8.59% parse
0.00/0.04	c                   1.25ms  3.84% approx_orbits
0.00/0.04	c                   0.95ms  2.93% detect_generic
0.00/0.04	c                   0.78ms  2.42% output
0.00/0.04	c                   0.12ms  0.37% other
0.00/0.04	c                   0.01ms  0.03% finalize_order
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  32.47ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.05	c RoundingSat 2
0.00/0.05	c branch pb25
0.00/0.05	c commit 63f22ad
0.00/0.09	c #variables 1142 #constraints 9151
0.00/0.09	c objective is ce32 
0.00/0.09	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.09	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.09	c bounds - >= 0 @ 0.029008
0.08/0.13	c rational objective 0
0.08/0.19	c bounds 10 >= 0 @ 0.127704
0.18/0.22	c bounds 10 >= 1 @ 0.155225
0.18/0.22	c bounds 9 >= 1 @ 0.155728
0.18/0.22	c bounds 8 >= 1 @ 0.155856
0.18/0.22	c bounds 7 >= 1 @ 0.156449
0.18/0.22	c bounds 6 >= 1 @ 0.156888
0.18/0.22	c bounds 5 >= 1 @ 0.157468
0.18/0.23	c bounds 4 >= 1 @ 0.157941
0.18/0.23	c bounds 3 >= 1 @ 0.163297
0.28/0.38	c #Conflicts:       1000 | #Constraints:      10162
0.28/0.38	c #Conflicts:       2000 | #Constraints:      11162
0.28/0.38	c INPROCESSING
0.28/0.38	c GARBAGE COLLECT
0.28/0.38	c rational objective 1
0.57/0.64	c #Conflicts:       3000 | #Constraints:       8572
0.57/0.64	c #Conflicts:       4000 | #Constraints:       9572
0.57/0.64	c INPROCESSING
0.57/0.64	c GARBAGE COLLECT
0.57/0.64	c rational objective 1
0.87/0.97	c #Conflicts:       5000 | #Constraints:       6337
0.87/0.97	c #Conflicts:       6000 | #Constraints:       7337
0.87/0.97	c INPROCESSING
0.87/0.97	c GARBAGE COLLECT
0.87/0.97	c rational objective 1
1.17/1.29	c #Conflicts:       7000 | #Constraints:       6365
1.17/1.29	c #Conflicts:       8000 | #Constraints:       7365
1.17/1.29	c #Conflicts:       9000 | #Constraints:       8365
1.17/1.29	c INPROCESSING
1.17/1.29	c GARBAGE COLLECT
1.17/1.29	c rational objective 1
1.26/1.35	c bounds 3 >= 2 @ 1.23662
1.57/1.67	c #Conflicts:      10000 | #Constraints:       7073
1.57/1.67	c #Conflicts:      11000 | #Constraints:       8073
1.57/1.67	c #Conflicts:      12000 | #Constraints:       9073
1.57/1.67	c INPROCESSING
1.57/1.67	c GARBAGE COLLECT
1.57/1.67	c rational objective 2
1.97/2.06	c #Conflicts:      13000 | #Constraints:       7246
1.97/2.06	c #Conflicts:      14000 | #Constraints:       8246
1.97/2.06	c #Conflicts:      15000 | #Constraints:       9246
1.97/2.06	c INPROCESSING
1.97/2.06	c GARBAGE COLLECT
1.97/2.06	c rational objective 2
2.36/2.47	c #Conflicts:      16000 | #Constraints:       7554
2.36/2.47	c #Conflicts:      17000 | #Constraints:       8554
2.36/2.47	c #Conflicts:      18000 | #Constraints:       9554
2.36/2.47	c INPROCESSING
2.36/2.47	c GARBAGE COLLECT
2.36/2.47	c rational objective 2
2.86/2.96	c #Conflicts:      19000 | #Constraints:       7595
2.86/2.96	c #Conflicts:      20000 | #Constraints:       8595
2.86/2.96	c #Conflicts:      21000 | #Constraints:       9595
2.86/2.96	c INPROCESSING
2.86/2.96	c GARBAGE COLLECT
2.86/2.96	c rational objective 2
3.36/3.46	c #Conflicts:      22000 | #Constraints:       7422
3.36/3.46	c #Conflicts:      23000 | #Constraints:       8422
3.36/3.46	c #Conflicts:      24000 | #Constraints:       9422
3.36/3.46	c #Conflicts:      25000 | #Constraints:      10422
3.36/3.46	c INPROCESSING
3.36/3.46	c GARBAGE COLLECT
3.36/3.46	c rational objective 2
3.97/4.07	c #Conflicts:      26000 | #Constraints:       8019
3.97/4.07	c #Conflicts:      27000 | #Constraints:       9019
3.97/4.07	c #Conflicts:      28000 | #Constraints:      10019
3.97/4.07	c #Conflicts:      29000 | #Constraints:      11019
3.97/4.07	c INPROCESSING
3.97/4.07	c GARBAGE COLLECT
3.97/4.07	c rational objective 2
4.45/4.58	c #Conflicts:      30000 | #Constraints:       8434
4.45/4.58	c #Conflicts:      31000 | #Constraints:       9434
4.45/4.58	c #Conflicts:      32000 | #Constraints:      10434
4.45/4.58	c #Conflicts:      33000 | #Constraints:      11434
4.45/4.58	c INPROCESSING
4.45/4.58	c GARBAGE COLLECT
4.45/4.58	c rational objective 2
5.16/5.29	c #Conflicts:      34000 | #Constraints:       8609
5.16/5.29	c #Conflicts:      35000 | #Constraints:       9609
5.16/5.29	c #Conflicts:      36000 | #Constraints:      10609
5.16/5.29	c #Conflicts:      37000 | #Constraints:      11609
5.16/5.29	c INPROCESSING
5.16/5.29	c GARBAGE COLLECT
5.16/5.29	c rational objective 2
5.85/5.93	c #Conflicts:      38000 | #Constraints:       8617
5.85/5.93	c #Conflicts:      39000 | #Constraints:       9617
5.85/5.93	c #Conflicts:      40000 | #Constraints:      10617
5.85/5.93	c #Conflicts:      41000 | #Constraints:      11617
5.85/5.93	c INPROCESSING
5.85/5.93	c GARBAGE COLLECT
5.85/5.93	c rational objective 2
6.56/6.63	c #Conflicts:      42000 | #Constraints:       8421
6.56/6.63	c #Conflicts:      43000 | #Constraints:       9421
6.56/6.63	c #Conflicts:      44000 | #Constraints:      10421
6.56/6.63	c #Conflicts:      45000 | #Constraints:      11421
6.56/6.63	c #Conflicts:      46000 | #Constraints:      12421
6.56/6.63	c INPROCESSING
6.56/6.63	c GARBAGE COLLECT
6.56/6.63	c rational objective 2
7.25/7.30	c #Conflicts:      47000 | #Constraints:       9021
7.25/7.30	c #Conflicts:      48000 | #Constraints:      10021
7.25/7.30	c #Conflicts:      49000 | #Constraints:      11021
7.25/7.30	c #Conflicts:      50000 | #Constraints:      12021
7.25/7.30	c #Conflicts:      51000 | #Constraints:      13021
7.25/7.30	c INPROCESSING
7.25/7.30	c GARBAGE COLLECT
7.25/7.30	c rational objective 2
8.05/8.14	c #Conflicts:      52000 | #Constraints:       7879
8.05/8.14	c #Conflicts:      53000 | #Constraints:       8879
8.05/8.14	c #Conflicts:      54000 | #Constraints:       9879
8.05/8.14	c #Conflicts:      55000 | #Constraints:      10879
8.05/8.14	c #Conflicts:      56000 | #Constraints:      11879
8.05/8.14	c INPROCESSING
8.05/8.14	c GARBAGE COLLECT
8.05/8.14	c rational objective 2
8.75/8.88	c #Conflicts:      57000 | #Constraints:       8296
8.75/8.88	c #Conflicts:      58000 | #Constraints:       9296
8.75/8.88	c #Conflicts:      59000 | #Constraints:      10296
8.75/8.88	c #Conflicts:      60000 | #Constraints:      11296
8.75/8.88	c #Conflicts:      61000 | #Constraints:      12296
8.75/8.88	c INPROCESSING
8.75/8.88	c GARBAGE COLLECT
8.75/8.88	c rational objective 2
8.95/9.10	c #Conflicts:      62000 | #Constraints:       7998
8.95/9.10	c bounds 3 >= 3 @ 8.71682
8.95/9.10	c cpu time 8.71684 s
8.95/9.10	c deterministic time 170055739 1.70e+08
8.95/9.10	c optimization time 0.000364 s
8.95/9.10	c total solve time 8.68751 s
8.95/9.10	c core-guided solve time 4.44576 s
8.95/9.10	c propagation time 6.27857 s
8.95/9.10	c conflict analysis time 1.12479 s
8.95/9.10	c propagations 4455761
8.95/9.10	c resolve steps 785266
8.95/9.10	c decisions 86918
8.95/9.10	c conflicts 62529
8.95/9.10	c restarts 189
8.95/9.10	c inprocessing phases 17
8.95/9.10	c garbage collections 17 ,( 100.00 )
8.95/9.10	c input clauses 9148 ,( 99.83 )
8.95/9.10	c input cardinalities 15 ,( 0.16 )
8.95/9.10	c input general constraints 1 ,( 0.01 )
8.95/9.10	c input average constraint length 3.02
8.95/9.10	c input average constraint degree 1.01
8.95/9.10	c learned clauses 62136 ,( 99.31 )
8.95/9.10	c learned cardinalities 34 ,( 0.05 )
8.95/9.10	c learned general constraints 396 ,( 0.63 )
8.95/9.10	c learned average constraint length 47.28
8.95/9.10	c learned average constraint degree 59352.20
8.95/9.10	c watched  CF 32, 64, 128, Arb: 100 , 0 , 0 , 0
8.95/9.10	c counting CF 32, 64, 128, Arb: 298 , 0 , 0 , 0
8.95/9.10	c watched   constraints 100 ,( 25.19 ) 
8.95/9.10	c counting  constraints 297 ,( 74.81 ) 
8.95/9.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 30726247 , 138731 , 439912 ,( 105147 , 334765 )
8.95/9.10	c gcd simplifications 35
8.95/9.10	c detected cardinalities 3
8.95/9.10	c weakened non-implied lits 144916
8.95/9.10	c weakened non-implying lits 9
8.95/9.10	c original variables 1142
8.95/9.10	c clausal propagations 4015001
8.95/9.10	c cardinality propagations 234222
8.95/9.10	c watched propagations 10596
8.95/9.10	c counting propagations 131480
8.95/9.10	c watch lookups 34708284
8.95/9.10	c watch backjump lookups 0
8.95/9.10	c watch checks 108539843
8.95/9.10	c propagation checks 7283908
8.95/9.10	c constraint additions 10312933
8.95/9.10	c trail pops 4604754
8.95/9.10	c formula constraints 9151
8.95/9.10	c learned constraints 62527
8.95/9.10	c bound constraints 9
8.95/9.10	c core-guided constraints 4
8.95/9.10	c encountered formula constraints 446292
8.95/9.10	c encountered learned constraints 399245
8.95/9.10	c encountered bound constraints 15
8.95/9.10	c encountered core-guided constraints 4
8.95/9.10	c LP total time 5.26105 s
8.95/9.10	c LP solve time 4.15 s
8.95/9.10	c LP constraints added 9283
8.95/9.10	c LP constraints removed 127
8.95/9.10	c LP pivots internal 62531
8.95/9.10	c LP pivots root 806
8.95/9.10	c LP calls 2878
8.95/9.10	c LP optimalities 2878
8.95/9.10	c LP no pivot count 238
8.95/9.10	c LP infeasibilities 0
8.95/9.10	c LP valid Farkas constraints 0
8.95/9.10	c LP learned Farkas constraints 0
8.95/9.10	c LP basis resets 0
8.95/9.10	c LP cycling count 0
8.95/9.10	c LP singular count 0
8.95/9.10	c LP no primal count 0
8.95/9.10	c LP no farkas count 0
8.95/9.10	c LP other issue count 0
8.95/9.10	c LP Gomory cuts 39
8.95/9.10	c LP learned cuts 93
8.95/9.10	c LP deleted cuts 127
8.95/9.10	c LP encountered Gomory constraints 2239
8.95/9.10	c LP encountered Farkas constraints 0
8.95/9.10	c LP encountered learned Farkas constraints 0
8.95/9.10	c CG auxiliary variables introduced 2
8.95/9.10	c CG solutions found 8
8.95/9.10	c CG cores constructed 2
8.95/9.10	c CG core cardinality constraints returned 0
8.95/9.10	c CG unit cores 0
8.95/9.10	c CG single cores 2
8.95/9.10	c CG blocks removed during cardinality reduction 0
8.95/9.10	c CG first core best 0
8.95/9.10	c CG decision core best 0
8.95/9.10	c CG core reduction tie 0
8.95/9.10	c CG core degree average 1.00
8.95/9.10	c CG core slack average 5.00
8.95/9.10	c CG core upper bound improvements 1
8.95/9.10	c STR number of successful calls 0
8.95/9.10	c STR number of unsuccessful calls 0
8.95/9.10	c STR number of inconclusive calls 0
8.95/9.10	c STR number of successful attempts 0
8.95/9.10	c STR number of unsuccessful attempts 0
8.95/9.10	c STR number of inconclusive attempts 0
8.95/9.10	c STR average degree increase per successful call inf
8.95/9.10	c STR average degree increase per successful attempt inf
8.95/9.10	c STR total number of conflicts for successful attempts 0
8.95/9.10	c STR total number of conflicts for unsuccessful attempts 0
8.95/9.10	c STR total number of conflicts for inconclusive attempts 0
8.95/9.10	c STR average number of conflicts per successful attempt inf
8.95/9.10	c STR average number of conflicts per unsuccessful attempt inf
8.95/9.10	c STR average number of conflicts per inconclusive attempt inf
8.95/9.10	c AVG.sumWPerc 50.28 
8.95/9.10	c bigint constraints 0 
8.95/9.10	o 3
8.95/9.10	s OPTIMUM FOUND
9.05/9.10	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

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 (61326 MiB free)
  memory of node 1: 64507 MiB (63014 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517632-1751529072/watcher-4517632-1751529072 -o /tmp/evaluation-result-4517632-1751529072/solver-4517632-1751529072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751524861-73754 --watchdog 3760 run-opt-break.sh HOME/instance-4517632-1751529072.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 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=74883, runsolver pid=74880

[startup+0.100065 s]*
/proc/loadavg: 4.11 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127316600/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=70528 memory=22412 CPUtime=0.05 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 4156 0 0 0 4 1 0 0 20 0 1 0 68584894 72220672 5603 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 17632 5603 2272 1147 0 5059 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 74720 KiB
Current children cumulated memory: 25484 KiB

[startup+0.205706 s]*
/proc/loadavg: 4.11 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127316600/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=71244 memory=23052 CPUtime=0.15 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 4253 0 0 0 14 1 0 0 20 0 1 0 68584894 72953856 5763 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 17811 5763 2336 1147 0 5238 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 75436 KiB
Current children cumulated memory: 26124 KiB

[startup+0.305514 s]*
/proc/loadavg: 4.11 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127314584/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=71384 memory=23564 CPUtime=0.25 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 4330 0 0 0 23 2 0 0 20 0 1 0 68584894 73097216 5891 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 17846 5891 2368 1147 0 5273 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 75576 KiB
Current children cumulated memory: 26636 KiB

[startup+0.700186 s]
/proc/loadavg: 4.11 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127314584/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=71980 memory=24460 CPUtime=0.64 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 4566 0 0 0 61 3 0 0 20 0 1 0 68584894 73707520 6115 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 17995 6115 2368 1147 0 5422 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 76172 KiB
Current children cumulated memory: 27532 KiB

[startup+1.5002 s]
/proc/loadavg: 4.11 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127306520/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=72388 memory=24844 CPUtime=1.44 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 4645 0 0 0 137 7 0 0 20 0 1 0 68584894 74125312 6211 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18097 6211 2368 1147 0 5524 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 76580 KiB
Current children cumulated memory: 27916 KiB

[startup+3.10538 s]
/proc/loadavg: 4.11 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127306944/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=72760 memory=25612 CPUtime=3.03 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 4845 0 0 0 292 11 0 0 20 0 1 0 68584894 74506240 6403 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18190 6403 2368 1147 0 5617 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 76952 KiB
Current children cumulated memory: 28684 KiB

[startup+6.30019 s]
/proc/loadavg: 4.10 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127309896/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=73356 memory=26508 CPUtime=6.22 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 5071 0 0 0 600 22 0 0 20 0 1 0 68584894 75116544 6627 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18339 6627 2368 1147 0 5766 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 77548 KiB
Current children cumulated memory: 29580 KiB

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

# cumulated CPU time of all completed processes:  user=8.75255 s, system=0.317351 s

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

[startup+6.40024 s]
/proc/loadavg: 4.10 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127309896/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=73356 memory=26508 CPUtime=6.32 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 5071 0 0 0 610 22 0 0 20 0 1 0 68584894 75116544 6627 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18339 6627 2368 1147 0 5766 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 77548 KiB
Current children cumulated memory: 29580 KiB

[startup+8.00018 s]*
/proc/loadavg: 4.10 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127309896/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=73672 memory=27020 CPUtime=7.93 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 5195 0 0 0 765 28 0 0 20 0 1 0 68584894 75440128 6755 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18418 6755 2368 1147 0 5845 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 77864 KiB
Current children cumulated memory: 30092 KiB

[startup+8.80018 s]
/proc/loadavg: 4.10 4.09 4.08 5/270 74886
/proc/meminfo: memFree=127309896/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=73948 memory=27276 CPUtime=8.72 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 5262 0 0 0 842 30 0 0 20 0 1 0 68584894 75722752 6819 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18487 6819 2368 1147 0 5914 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 78140 KiB
Current children cumulated memory: 30348 KiB

[startup+9.0002 s]*
/proc/loadavg: 4.09 4.08 4.08 5/270 74886
/proc/meminfo: memFree=127308204/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=74104 memory=27404 CPUtime=8.92 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 5299 0 0 0 862 30 0 0 20 0 1 0 68584894 75882496 6851 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 18526 6851 2368 1147 0 5953 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 78296 KiB
Current children cumulated memory: 30476 KiB

[startup+9.10544 s]
/proc/loadavg: 4.09 4.08 4.08 5/270 74886
/proc/meminfo: memFree=127308204/131249996 swapFree=33003468/33010684
[pid=74883] ppid=74880 vsize=4192 memory=3072 CPUtime=0.03 cores=1,3
/proc/74883/stat : 74883 (run-opt-break.s) S 74880 74883 73742 0 -1 4194304 237 1211 0 0 0 0 3 0 20 0 1 0 68584889 4292608 768 18446744073709551615 94034322259968 94034323154501 140723357828176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94034323393552 94034323441296 94034324746240 140723357829473 140723357829602 140723357829602 140723357835204 0
/proc/74883/statm: 1048 768 704 219 0 110 0
[pid=74886] ppid=74883 vsize=65520 memory=21388 CPUtime=9.02 cores=1,3
/proc/74886/stat : 74886 (roundingsat) R 74883 74883 73742 0 -1 4194304 5299 0 0 0 871 31 0 0 20 0 1 0 68584894 67092480 5347 18446744073709551615 4227072 8923433 140728842628880 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26828800 140728842635620 140728842635816 140728842635816 140728842641386 0
/proc/74886/statm: 16380 5347 2368 1147 0 3807 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 69712 KiB
Current children cumulated memory: 24460 KiB

Child status: 0

Real time (s): 9.10717
CPU time (s): 9.0699
CPU user time (s): 8.75255
CPU system time (s): 0.317351
CPU usage (%): 99.5907
Max. virtual memory (cumulated for all children) (KiB): 78296
Max. memory (cumulated for all children) (KiB): 30476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.75254
system time used= 0.317351
maximum resident set size= 27404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 74883
#   total CPU time (s): 9.0699
#   total CPU user time (s): 8.75255
#   total CPU system time (s): 0.317351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0299 second user time and 0.072639 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-03 09:51:12
IDJOB=4517632
IDBENCH=176156
IDSOLVER=3359
FILE ID=nodeC021/4517632-1751529072
RUNJOBID= nodeC021-1751524861-73754
SLURM_JOB_ID= 9598653
Free space on /tmp= 430912 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
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.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517632-1751529072/watcher-4517632-1751529072 -o /tmp/evaluation-result-4517632-1751529072/solver-4517632-1751529072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751524861-73754 --watchdog 3760  run-opt-break.sh HOME/instance-4517632-1751529072.opb

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

MD5SUM BENCH= b554296dd2e7a57b28932c2f35f0c1cd
RANDOM SEED=1214697632

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127325328 kB
MemAvailable:   127297700 kB
Buffers:            1056 kB
Cached:           706712 kB
SwapCached:           32 kB
Active:          2896960 kB
Inactive:         248960 kB
Active(anon):    2410540 kB
Inactive(anon):    41064 kB
Active(file):     486420 kB
Inactive(file):   207896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7332 kB
Writeback:             0 kB
AnonPages:       2440812 kB
Mapped:           112864 kB
Shmem:             13452 kB
KReclaimable:     234192 kB
Slab:             326360 kB
SReclaimable:     234192 kB
SUnreclaim:        92168 kB
KernelStack:        4352 kB
PageTables:         8268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3078632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1368064 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430904 MiB
End job on nodeC021 at 2025-07-03 09:51:21