Trace number 4521356

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-ls+pbsuma 63f22adOPT-150 7.63537 7.77046

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_25.opb
MD5SUM152d32cf0a83f0185b516cc3fd8d397d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-150
Best CPU time to get the best result obtained on this benchmark1.5126
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints9200
Number of constraints which are clauses9200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 250
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 250
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 250
Number of bits of the biggest sum of numbers8
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-4521356-1751566793.opb'
0.00/0.03	c 	read 0.28MB  (12.71ms)
0.00/0.03	c	 [cnf: #variables 300 #clauses 9201 #duplicates 0 #arr 27850]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 4] (4.75ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
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 	 (11.30ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 10401 #edges 57500]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.12	c 	 [group: #symmetries 2.99*10^12 #generators 7] (75.87ms)
0.08/0.12	c 
0.08/0.12	c optimize generators (opt_passes=64, conjugate_limit=256)
0.08/0.12	c 	ran it=0, +gens=7 
0.08/0.15	c 	con best_support=92, best_gens=2, +gens=253
0.08/0.15	c 	(34.39ms)
0.08/0.15	c 
0.08/0.15	c finalize break order and special generators
0.08/0.15	c 
0.08/0.15	c add generic predicates (break_depth=20)
0.08/0.16	c 	added predicates for 267 generators (2.86ms)
0.08/0.16	c 
0.08/0.16	c generation finished
0.08/0.16	c 	[sbp: #constraints 15486 #add_vars 5073]
0.08/0.16	c 
0.08/0.16	c write result to 'HOME/instance-4521356-1751566793.opb.pre'
0.08/0.16	c 	wrote 0.81MB (5.54ms)
0.08/0.16	c ------------------------------------------------------------------
0.08/0.16	c                  75.87ms 50.89% detect_generic
0.08/0.16	c                  34.39ms 23.07% optimize_gens
0.08/0.16	c                  12.71ms  8.52% parse
0.08/0.16	c                  11.30ms  7.58% detect_special
0.08/0.16	c                   5.54ms  3.72% output
0.08/0.16	c                   4.75ms  3.18% approx_orbits
0.08/0.16	c                   2.86ms  1.92% break_generic
0.08/0.16	c                   1.30ms  0.87% other
0.08/0.16	c                   0.37ms  0.24% finalize_order
0.08/0.16	c         ───────────────────────────────────────────────
0.08/0.16	c                 149.09ms   100% total
0.08/0.16	c ------------------------------------------------------------------
0.08/0.18	c RoundingSat 2
0.08/0.18	c branch pb25
0.08/0.18	c commit 63f22ad
0.42/0.54	c #variables 5373 #constraints 24686
0.42/0.54	c objective is ce32 
0.50/0.69	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.50/0.69	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.50/0.69	c bounds 0 >= -250 @ 0.370653
1.27/1.41	c bounds -20 >= -250 @ 1.06001
1.77/1.94	c rational objective -166.667
1.87/2.10	c bounds -20 >= -249 @ 1.73173
1.87/2.10	c bounds -20 >= -248 @ 1.73173
1.87/2.10	c bounds -20 >= -247 @ 1.73173
1.87/2.10	c bounds -20 >= -246 @ 1.73173
1.87/2.10	c bounds -20 >= -245 @ 1.73173
1.87/2.10	c bounds -20 >= -244 @ 1.73173
1.87/2.10	c bounds -20 >= -243 @ 1.73173
1.87/2.10	c bounds -20 >= -242 @ 1.73176
1.87/2.10	c bounds -20 >= -241 @ 1.73183
1.87/2.10	c bounds -20 >= -240 @ 1.73189
1.87/2.10	c bounds -20 >= -239 @ 1.73198
1.87/2.10	c bounds -20 >= -238 @ 1.73204
1.87/2.10	c bounds -20 >= -237 @ 1.73212
1.87/2.10	c bounds -20 >= -236 @ 1.73218
1.87/2.10	c bounds -20 >= -235 @ 1.73228
1.87/2.10	c bounds -20 >= -234 @ 1.73235
1.87/2.10	c bounds -20 >= -233 @ 1.73242
1.87/2.10	c bounds -20 >= -232 @ 1.73247
1.87/2.10	c bounds -20 >= -231 @ 1.73255
1.87/2.10	c bounds -20 >= -230 @ 1.73261
1.87/2.10	c bounds -20 >= -229 @ 1.73269
1.87/2.10	c bounds -20 >= -228 @ 1.73275
1.87/2.10	c bounds -20 >= -227 @ 1.73286
1.87/2.10	c bounds -20 >= -226 @ 1.73293
1.87/2.10	c bounds -20 >= -225 @ 1.73299
1.87/2.10	c bounds -20 >= -224 @ 1.73305
1.87/2.10	c bounds -20 >= -223 @ 1.73315
1.87/2.10	c bounds -20 >= -222 @ 1.73321
1.87/2.10	c bounds -20 >= -221 @ 1.73328
1.87/2.10	c bounds -20 >= -220 @ 1.73335
1.87/2.10	c bounds -20 >= -219 @ 1.73343
1.87/2.10	c bounds -20 >= -218 @ 1.73348
1.87/2.10	c bounds -20 >= -217 @ 1.73359
1.87/2.10	c bounds -20 >= -216 @ 1.73366
1.87/2.10	c bounds -20 >= -215 @ 1.73372
1.87/2.10	c bounds -20 >= -214 @ 1.73378
1.87/2.10	c bounds -20 >= -213 @ 1.73387
1.87/2.10	c bounds -20 >= -212 @ 1.73393
1.87/2.10	c bounds -20 >= -211 @ 1.734
1.87/2.10	c bounds -20 >= -210 @ 1.7341
1.87/2.10	c bounds -20 >= -209 @ 1.73418
1.87/2.10	c bounds -20 >= -208 @ 1.73424
1.87/2.10	c bounds -20 >= -207 @ 1.73433
1.87/2.10	c bounds -20 >= -206 @ 1.7344
1.87/2.10	c bounds -20 >= -205 @ 1.73449
1.87/2.10	c bounds -20 >= -204 @ 1.73455
1.87/2.10	c bounds -20 >= -203 @ 1.73464
1.87/2.10	c bounds -20 >= -202 @ 1.73471
1.87/2.10	c bounds -20 >= -201 @ 1.73478
1.87/2.10	c bounds -20 >= -200 @ 1.73485
1.87/2.10	c bounds -20 >= -199 @ 1.73493
1.87/2.10	c bounds -20 >= -198 @ 1.73499
1.87/2.10	c bounds -20 >= -197 @ 1.73505
1.87/2.10	c bounds -20 >= -196 @ 1.73516
1.87/2.10	c bounds -20 >= -195 @ 1.73524
1.87/2.10	c bounds -20 >= -194 @ 1.7353
1.87/2.10	c bounds -20 >= -193 @ 1.73536
1.87/2.10	c bounds -20 >= -192 @ 1.73542
1.87/2.10	c bounds -20 >= -191 @ 1.73552
1.87/2.10	c bounds -20 >= -190 @ 1.73559
1.87/2.10	c bounds -20 >= -189 @ 1.73565
1.87/2.10	c bounds -20 >= -188 @ 1.73585
1.87/2.10	c bounds -20 >= -187 @ 1.73594
1.87/2.10	c bounds -20 >= -186 @ 1.73601
1.87/2.10	c bounds -20 >= -185 @ 1.7361
1.87/2.10	c bounds -20 >= -184 @ 1.73624
1.87/2.10	c bounds -20 >= -183 @ 1.73639
1.87/2.10	c bounds -20 >= -182 @ 1.73646
1.87/2.10	c bounds -20 >= -181 @ 1.73655
1.87/2.10	c bounds -20 >= -180 @ 1.73661
1.87/2.10	c bounds -20 >= -179 @ 1.73683
1.87/2.10	c bounds -20 >= -178 @ 1.7369
1.97/2.10	c bounds -20 >= -177 @ 1.73706
1.97/2.10	c bounds -20 >= -176 @ 1.73719
1.97/2.10	c bounds -20 >= -175 @ 1.73725
1.97/2.10	c bounds -20 >= -174 @ 1.73741
1.97/2.10	c bounds -20 >= -173 @ 1.73757
1.97/2.10	c bounds -20 >= -172 @ 1.73776
1.97/2.10	c bounds -20 >= -171 @ 1.73809
1.97/2.10	c bounds -20 >= -170 @ 1.73894
1.97/2.11	c bounds -20 >= -169 @ 1.74002
1.97/2.11	c bounds -38 >= -169 @ 1.74257
1.97/2.11	c bounds -38 >= -168 @ 1.74442
1.97/2.11	c bounds -56 >= -168 @ 1.74682
1.97/2.11	c bounds -56 >= -167 @ 1.74736
1.97/2.12	c bounds -70 >= -167 @ 1.75026
1.97/2.12	c bounds -70 >= -166 @ 1.75311
1.97/2.12	c bounds -84 >= -166 @ 1.75548
1.97/2.13	c bounds -84 >= -165 @ 1.75961
1.97/2.13	c bounds -108 >= -165 @ 1.76265
1.97/2.13	c bounds -114 >= -165 @ 1.76413
1.97/2.14	c bounds -114 >= -164 @ 1.7692
1.97/2.14	c bounds -134 >= -164 @ 1.77241
1.97/2.15	c bounds -138 >= -164 @ 1.77512
1.97/2.15	c bounds -142 >= -164 @ 1.77686
1.97/2.17	c bounds -146 >= -164 @ 1.79566
1.97/2.18	c bounds -146 >= -163 @ 1.80634
1.97/2.19	c bounds -146 >= -162 @ 1.82004
2.06/2.28	c bounds -150 >= -162 @ 1.90656
2.16/2.38	c bounds -150 >= -161 @ 2.00497
2.26/2.43	c #Conflicts:       1000 | #Constraints:      26339
2.26/2.43	c bounds -150 >= -160 @ 2.05379
3.05/3.24	c #Conflicts:       2000 | #Constraints:      27372
3.05/3.24	c INPROCESSING
3.05/3.24	c GARBAGE COLLECT
3.05/3.24	c bounds -150 >= -159 @ 2.84317
3.16/3.37	c bounds -150 >= -158 @ 2.96723
3.26/3.48	c #Conflicts:       3000 | #Constraints:      26292
3.26/3.48	c bounds -150 >= -157 @ 3.07632
5.35/5.52	c #Conflicts:       4000 | #Constraints:      27307
5.35/5.52	c INPROCESSING
5.35/5.52	c GARBAGE COLLECT
5.35/5.52	c rational objective -157
5.54/5.70	c bounds -150 >= -156 @ 5.27177
5.54/5.77	c bounds -150 >= -155 @ 5.33374
5.75/6.00	c #Conflicts:       5000 | #Constraints:      26577
5.75/6.00	c bounds -150 >= -154 @ 5.56118
5.86/6.09	c bounds -150 >= -153 @ 5.64628
7.14/7.36	c #Conflicts:       6000 | #Constraints:      27626
7.14/7.36	c INPROCESSING
7.14/7.36	c GARBAGE COLLECT
7.14/7.36	c rational objective -153
7.34/7.57	c #Conflicts:       7000 | #Constraints:      26497
7.34/7.57	c bounds -150 >= -152 @ 7.10683
7.44/7.65	c bounds -150 >= -151 @ 7.19508
7.54/7.76	c bounds -150 >= -150 @ 7.30018
7.54/7.76	c cpu time 7.3002 s
7.54/7.76	c deterministic time 56802343 5.68e+07
7.54/7.76	c optimization time 0.157149 s
7.54/7.76	c total solve time 6.92198 s
7.54/7.76	c core-guided solve time 2.20751 s
7.54/7.76	c propagation time 3.39095 s
7.54/7.76	c conflict analysis time 0.719547 s
7.54/7.76	c propagations 3919058
7.54/7.76	c resolve steps 217482
7.54/7.76	c decisions 20658
7.54/7.76	c conflicts 7975
7.54/7.76	c restarts 31
7.54/7.76	c inprocessing phases 3
7.54/7.76	c garbage collections 3 ,( 100.00 )
7.54/7.76	c input clauses 24891 ,( 97.21 )
7.54/7.76	c input cardinalities 498 ,( 1.94 )
7.54/7.76	c input general constraints 216 ,( 0.84 )
7.54/7.76	c input average constraint length 4.25
7.54/7.76	c input average constraint degree 1.35
7.54/7.76	c learned clauses 7367 ,( 92.10 )
7.54/7.76	c learned cardinalities 45 ,( 0.56 )
7.54/7.76	c learned general constraints 587 ,( 7.34 )
7.54/7.76	c learned average constraint length 45.99
7.54/7.76	c learned average constraint degree 10016348.51
7.54/7.76	c watched  CF 32, 64, 128, Arb: 47 , 0 , 0 , 0
7.54/7.76	c counting CF 32, 64, 128, Arb: 757 , 0 , 0 , 0
7.54/7.76	c watched   constraints 47 ,( 5.85 ) 
7.54/7.76	c counting  constraints 756 ,( 94.15 ) 
7.54/7.76	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 12532494 , 2728782 , 1278046 ,( 8897 , 1269149 )
7.54/7.76	c gcd simplifications 923
7.54/7.76	c detected cardinalities 0
7.54/7.76	c weakened non-implied lits 400920
7.54/7.76	c weakened non-implying lits 2712
7.54/7.76	c original variables 5373
7.54/7.76	c clausal propagations 3459382
7.54/7.76	c cardinality propagations 178850
7.54/7.76	c watched propagations 158
7.54/7.76	c counting propagations 256628
7.54/7.76	c watch lookups 19764762
7.54/7.76	c watch backjump lookups 0
7.54/7.76	c watch checks 20112320
7.54/7.76	c propagation checks 6958716
7.54/7.76	c constraint additions 2064008
7.54/7.76	c trail pops 3947613
7.54/7.76	c formula constraints 24686
7.54/7.76	c learned constraints 7974
7.54/7.76	c bound constraints 112
7.54/7.76	c core-guided constraints 807
7.54/7.76	c encountered formula constraints 154640
7.54/7.76	c encountered learned constraints 32564
7.54/7.76	c encountered bound constraints 285
7.54/7.76	c encountered core-guided constraints 37642
7.54/7.76	c LP total time 4.86184 s
7.54/7.76	c LP solve time 4.4 s
7.54/7.76	c LP constraints added 24698
7.54/7.76	c LP constraints removed 6
7.54/7.76	c LP pivots internal 8092
7.54/7.76	c LP pivots root 7115
7.54/7.76	c LP calls 13
7.54/7.76	c LP optimalities 4
7.54/7.76	c LP no pivot count 0
7.54/7.76	c LP infeasibilities 7
7.54/7.76	c LP valid Farkas constraints 7
7.54/7.76	c LP learned Farkas constraints 7
7.54/7.76	c LP basis resets 0
7.54/7.76	c LP cycling count 0
7.54/7.76	c LP singular count 0
7.54/7.76	c LP no primal count 0
7.54/7.76	c LP no farkas count 0
7.54/7.76	c LP other issue count 0
7.54/7.76	c LP Gomory cuts 11
7.54/7.76	c LP learned cuts 11
7.54/7.76	c LP deleted cuts 12
7.54/7.76	c LP encountered Gomory constraints 81
7.54/7.76	c LP encountered Farkas constraints 217
7.54/7.76	c LP encountered learned Farkas constraints 21
7.54/7.76	c CG auxiliary variables introduced 302
7.54/7.76	c CG solutions found 12
7.54/7.76	c CG cores constructed 99
7.54/7.76	c CG core cardinality constraints returned 0
7.54/7.76	c CG unit cores 0
7.54/7.76	c CG single cores 99
7.54/7.76	c CG blocks removed during cardinality reduction 0
7.54/7.76	c CG first core best 0
7.54/7.76	c CG decision core best 0
7.54/7.76	c CG core reduction tie 0
7.54/7.76	c CG core degree average 1.00
7.54/7.76	c CG core slack average 4.40
7.54/7.76	c CG core upper bound improvements 10
7.54/7.76	c STR number of successful calls 0
7.54/7.76	c STR number of unsuccessful calls 0
7.54/7.76	c STR number of inconclusive calls 0
7.54/7.76	c STR number of successful attempts 0
7.54/7.76	c STR number of unsuccessful attempts 0
7.54/7.76	c STR number of inconclusive attempts 0
7.54/7.76	c STR average degree increase per successful call inf
7.54/7.76	c STR average degree increase per successful attempt inf
7.54/7.76	c STR total number of conflicts for successful attempts 0
7.54/7.76	c STR total number of conflicts for unsuccessful attempts 0
7.54/7.76	c STR total number of conflicts for inconclusive attempts 0
7.54/7.76	c STR average number of conflicts per successful attempt inf
7.54/7.76	c STR average number of conflicts per unsuccessful attempt inf
7.54/7.76	c STR average number of conflicts per inconclusive attempt inf
7.54/7.76	c AVG.sumWPerc 74.54 
7.54/7.76	c bigint constraints 0 
7.54/7.76	o -150
7.54/7.76	s OPTIMUM FOUND
7.54/7.76	v -x1 x2 x3 x4 -x5 -x6 x7 x8 x9 -x10 -x11 x12 x13 x14 -x15 -x16 x17 x18 x19 -x20 -x21 x22 x23 x24 x25 x26 x27 -x28 -x29 x30 x31 x32 -x33 -x34 x35 x36 x37 -x38 -x39 x40 x41 x42 -x43 -x44 x45 x46 x47 -x48 -x49 x50 x51 -x52 -x53 -x54 x55 x56 -x57 -x58 -x59 x60 x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 -x70 x71 x72 -x73 -x74 -x75 x76 x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 x91 x92 -x93 -x94 -x95 x96 x97 -x98 -x99 -x100 x101 x102 -x103 -x104 -x105 x106 x107 -x108 -x109 -x110 -x111 x112 x113 x114 -x115 -x116 x117 x118 x119 -x120 -x121 x122 x123 x124 -x125 -x126 x127 x128 x129 x130 x131 x132 -x133 -x134 x135 x136 x137 -x138 -x139 x140 x141 x142 -x143 -x144 x145 x146 x147 -x148 -x149 x150 x151 -x152 -x153 -x154 x155 x156 -x157 -x158 -x159 x160 x161 -x162 -x163 -x164 -x165 x166 x167 -x168 -x169 -x170 x171 x172 -x173 -x174 -x175 x176 x177 -x178 -x179 -x180 x181 x182 -x183 -x184 -x185 x186 x187 -x188 -x189 -x190 x191 x192 -x193 -x194 -x195 -x196 x197 x198 x199 -x200 -x201 x202 x203 x204 -x205 -x206 x207 x208 x209 x210 x211 x212 -x213 -x214 x215 x216 x217 -x218 -x219 x220 x221 x222 -x223 -x224 x225 x226 -x227 -x228 -x229 x230 x231 -x232 -x233 -x234 -x235 x236 x237 -x238 -x239 -x240 x241 x242 -x243 -x244 -x245 x246 x247 -x248 -x249 -x250 x251 x252 -x253 -x254 -x255 -x256 x257 x258 x259 -x260 -x261 x262 x263 x264 x265 x266 x267 -x268 -x269 x270 x271 x272 -x273 -x274 x275 x276 -x277 -x278 -x279 -x280 x281 x282 -x283 -x284 -x285 x286 x287 -x288 -x289 -x290 -x291 x292 x293 x294 x295 x296 x297 -x298 -x299 -x300

Verifier Data

OK	-150

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: 63837 MiB (62125 MiB free)
  memory of node 1: 64465 MiB (63064 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521356-1751566793/watcher-4521356-1751566793 -o /tmp/evaluation-result-4521356-1751566793/solver-4521356-1751566793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751559311-82832 --watchdog 3760 run-opt-ls.sh HOME/instance-4521356-1751566793.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=84521, runsolver pid=84518

[startup+0.100068 s]*
/proc/loadavg: 4.46 4.37 4.23 5/254 84523
/proc/meminfo: memFree=128186304/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84523] ppid=84521 vsize=21728 memory=13272 CPUtime=0.08 cores=5,7
/proc/84523/stat : 84523 (pbsuma) R 84521 84521 82819 0 -1 4194304 2661 0 0 0 7 1 0 0 20 0 1 0 72357971 22249472 3318 18446744073709551615 4210688 4653049 140725218151904 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 16343040 140725218154851 140725218155058 140725218155058 140725218160623 0
/proc/84523/statm: 5432 3318 992 108 0 2840 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 25920 KiB
Current children cumulated memory: 16216 KiB

[startup+0.217763 s]*
/proc/loadavg: 4.46 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128185296/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=57744 memory=10880 CPUtime=0.03 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 974 0 0 0 2 1 0 0 20 0 1 0 72357987 59129856 2720 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 14436 2720 1952 1147 0 1863 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 61936 KiB
Current children cumulated memory: 13824 KiB

[startup+0.317758 s]*
/proc/loadavg: 4.46 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128185296/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=60776 memory=14336 CPUtime=0.12 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 1876 0 0 0 8 4 0 0 20 0 1 0 72357987 62234624 3584 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 15194 3584 1952 1147 0 2621 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 64968 KiB
Current children cumulated memory: 17280 KiB

[startup+0.700384 s]
/proc/loadavg: 4.46 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128165700/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=89788 memory=40412 CPUtime=0.45 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 6656 0 0 0 37 8 0 0 20 0 1 0 72357987 91942912 10103 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 22447 10103 2304 1147 0 9874 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 93980 KiB
Current children cumulated memory: 43356 KiB

[startup+1.50024 s]
/proc/loadavg: 4.46 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128149824/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=97456 memory=48860 CPUtime=1.24 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 8700 0 0 0 114 10 0 0 20 0 1 0 72357987 99794944 12215 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 24364 12215 2368 1147 0 11791 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 101648 KiB
Current children cumulated memory: 51804 KiB

[startup+3.10571 s]
/proc/loadavg: 4.46 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128150336/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=104500 memory=54248 CPUtime=2.83 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 10093 0 0 0 271 12 0 0 20 0 1 0 72357987 107008000 13562 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 26125 13562 2400 1147 0 13552 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 108692 KiB
Current children cumulated memory: 57192 KiB

[startup+6.30038 s]
/proc/loadavg: 4.42 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128158652/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=104972 memory=55016 CPUtime=6.01 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 10303 0 0 0 585 16 0 0 20 0 1 0 72357987 107491328 13754 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 26243 13754 2400 1147 0 13670 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 109164 KiB
Current children cumulated memory: 57960 KiB

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

# cumulated CPU time of all completed processes:  user=7.43754 s, system=0.197836 s

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

[startup+6.40045 s]
/proc/loadavg: 4.42 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128158652/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=104972 memory=55016 CPUtime=6.11 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 10303 0 0 0 595 16 0 0 20 0 1 0 72357987 107491328 13754 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 26243 13754 2400 1147 0 13670 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 109164 KiB
Current children cumulated memory: 57960 KiB

[startup+7.20042 s]
/proc/loadavg: 4.42 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128158652/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=104972 memory=55144 CPUtime=6.91 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 10336 0 0 0 674 17 0 0 20 0 1 0 72357987 107491328 13786 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 26243 13786 2400 1147 0 13670 0
Current children cumulated CPU time: 7.04 s
Current children cumulated vsize: 109164 KiB
Current children cumulated memory: 58088 KiB

[startup+7.60037 s]
/proc/loadavg: 4.42 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128158652/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=104972 memory=55272 CPUtime=7.31 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 10360 0 0 0 714 17 0 0 20 0 1 0 72357987 107491328 13818 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 26243 13818 2400 1147 0 13670 0
Current children cumulated CPU time: 7.44 s
Current children cumulated vsize: 109164 KiB
Current children cumulated memory: 58216 KiB

[startup+7.70036 s]
/proc/loadavg: 4.42 4.37 4.23 5/254 84524
/proc/meminfo: memFree=128158652/131382120 swapFree=33010416/33010684
[pid=84521] ppid=84518 vsize=4192 memory=2944 CPUtime=0.13 cores=5,7
/proc/84521/stat : 84521 (run-opt-ls.sh) S 84518 84521 82819 0 -1 4194304 236 2832 0 0 0 0 12 1 20 0 1 0 72357970 4292608 736 18446744073709551615 94549836075008 94549836969541 140734239957936 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94549837208592 94549837256336 94549844221952 140734239963495 140734239963621 140734239963621 140734239969223 0
/proc/84521/statm: 1048 736 672 219 0 110 0
[pid=84524] ppid=84521 vsize=104972 memory=55272 CPUtime=7.41 cores=5,7
/proc/84524/stat : 84524 (roundingsat) R 84521 84521 82819 0 -1 4194304 10360 0 0 0 724 17 0 0 20 0 1 0 72357987 107491328 13818 18446744073709551615 4227072 8923433 140736239666816 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23953408 140736239675718 140736239675944 140736239675944 140736239681514 0
/proc/84524/statm: 26243 13818 2400 1147 0 13670 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 109164 KiB
Current children cumulated memory: 58216 KiB

Child status: 0

Real time (s): 7.77046
CPU time (s): 7.63537
CPU user time (s): 7.43754
CPU system time (s): 0.197836
CPU usage (%): 98.2615
Max. virtual memory (cumulated for all children) (KiB): 109164
Max. memory (cumulated for all children) (KiB): 58216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.43754
system time used= 0.197836
maximum resident set size= 55272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 84521
#   total CPU time (s): 7.63537
#   total CPU user time (s): 7.43754
#   total CPU system time (s): 0.197836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072558 second user time and 0.125841 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 20:19:53
IDJOB=4521356
IDBENCH=178262
IDSOLVER=3355
FILE ID=nodeC003/4521356-1751566793
RUNJOBID= nodeC003-1751559311-82832
SLURM_JOB_ID= 9598756
Free space on /tmp= 431952 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_25.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521356-1751566793/watcher-4521356-1751566793 -o /tmp/evaluation-result-4521356-1751566793/solver-4521356-1751566793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751559311-82832 --watchdog 3760  run-opt-ls.sh HOME/instance-4521356-1751566793.opb

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

MD5SUM BENCH= 152d32cf0a83f0185b516cc3fd8d397d
RANDOM SEED=1167538712

nodeC003 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	: 0xb00001f
cpu MHz		: 3594.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3691.241
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.441
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.146
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3658.748
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.181
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.418
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128194620 kB
MemAvailable:   128312404 kB
Buffers:            2736 kB
Cached:           913896 kB
SwapCached:           36 kB
Active:          2116448 kB
Inactive:         421728 kB
Active(anon):    1631860 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   414120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7512 kB
Writeback:             0 kB
AnonPages:       1622336 kB
Mapped:           118060 kB
Shmem:             17924 kB
KReclaimable:     117408 kB
Slab:             203288 kB
SReclaimable:     117408 kB
SUnreclaim:        85880 kB
KernelStack:        4048 kB
PageTables:         6480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2135484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1261568 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431940 MiB
End job on nodeC003 at 2025-07-03 20:20:01