Trace number 4532188

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-log 0f876b3OPT cert.-150 6.91458 7.12488

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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532188-1752597826.opb'
0.00/0.04	c 	read 0.28MB  (11.94ms)
0.00/0.04	c	 [cnf: #variables 300 #clauses 9201 #duplicates 0 #arr 27850]
0.00/0.05	c output proof to 'PROOFDIR/proof-4532188-1752597826'
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.06	c	 [group: #orbits ~= 4] (4.93ms)
0.00/0.06	c 
0.00/0.06	c detect special group actions
0.00/0.06	c 	probe for Johnson action (limit=64)
0.00/0.06	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	 (11.72ms)
0.00/0.07	c 
0.00/0.07	c detect symmetries on remainder
0.00/0.07	c 	[graph: #vertices 10401 #edges 57500]
0.00/0.07	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.07/0.13	c 	 [group: #symmetries 2.99*10^12 #generators 7] (63.19ms)
0.07/0.13	c 
0.07/0.13	c optimize generators (opt_passes=64, conjugate_limit=256)
0.07/0.13	c 	ran it=0, +gens=7 
0.07/0.17	c 	con best_support=92, best_gens=2, +gens=253
0.07/0.17	c 	(33.76ms)
0.07/0.17	c 
0.07/0.17	c finalize break order and special generators
0.07/0.17	c 
0.07/0.17	c add generic predicates (break_depth=20)
0.07/0.17	c 	added predicates for 267 generators (0.64ms)
0.17/0.23	c 
0.17/0.23	c generation finished
0.17/0.23	c 	[sbp: #constraints 15486 #add_vars 5073]
0.17/0.23	c 
0.17/0.23	c write result to 'HOME/instance-4532188-1752597826.opb.pre'
0.17/0.24	c 	wrote 0.81MB (5.52ms)
0.17/0.24	c ------------------------------------------------------------------
0.17/0.24	c                  80.72ms 37.94% other
0.17/0.24	c                  63.19ms 29.70% detect_generic
0.17/0.24	c                  33.76ms 15.87% optimize_gens
0.17/0.24	c                  11.93ms  5.61% parse
0.17/0.24	c                  11.72ms  5.51% detect_special
0.17/0.24	c                   5.52ms  2.59% output
0.17/0.24	c                   4.93ms  2.32% approx_orbits
0.17/0.24	c                   0.64ms  0.30% break_generic
0.17/0.24	c                   0.35ms  0.16% finalize_order
0.17/0.24	c         ───────────────────────────────────────────────
0.17/0.24	c                 212.77ms   100% total
0.17/0.24	c ------------------------------------------------------------------
0.17/0.27	c RoundingSat 2
0.17/0.27	c branch pb25
0.17/0.27	c commit 0f876b3
0.62/0.70	c #variables 5373 #constraints 24686
0.62/0.70	c objective is ce32 
0.72/0.81	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.72/0.81	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.72/0.81	c bounds 0 >= -250 @ 0.45875
1.32/1.47	c bounds -20 >= -250 @ 1.10016
1.82/1.98	c rational objective -166.667
2.03/2.12	c bounds -20 >= -249 @ 1.74168
2.03/2.12	c bounds -20 >= -248 @ 1.74185
2.03/2.12	c bounds -20 >= -247 @ 1.742
2.03/2.12	c bounds -20 >= -246 @ 1.74215
2.03/2.12	c bounds -20 >= -245 @ 1.74228
2.03/2.12	c bounds -20 >= -244 @ 1.74242
2.03/2.12	c bounds -20 >= -243 @ 1.74256
2.03/2.12	c bounds -20 >= -242 @ 1.74268
2.03/2.12	c bounds -20 >= -241 @ 1.7428
2.03/2.12	c bounds -20 >= -240 @ 1.74293
2.03/2.12	c bounds -20 >= -239 @ 1.74308
2.03/2.12	c bounds -20 >= -238 @ 1.7432
2.03/2.12	c bounds -20 >= -237 @ 1.74334
2.03/2.12	c bounds -20 >= -236 @ 1.74345
2.03/2.12	c bounds -20 >= -235 @ 1.74361
2.03/2.12	c bounds -20 >= -234 @ 1.74374
2.03/2.12	c bounds -20 >= -233 @ 1.74386
2.03/2.12	c bounds -20 >= -232 @ 1.74398
2.03/2.12	c bounds -20 >= -231 @ 1.74411
2.03/2.12	c bounds -20 >= -230 @ 1.74422
2.03/2.12	c bounds -20 >= -229 @ 1.74435
2.03/2.12	c bounds -20 >= -228 @ 1.74447
2.03/2.12	c bounds -20 >= -227 @ 1.74464
2.03/2.12	c bounds -20 >= -226 @ 1.74476
2.03/2.12	c bounds -20 >= -225 @ 1.74487
2.03/2.12	c bounds -20 >= -224 @ 1.74499
2.03/2.12	c bounds -20 >= -223 @ 1.74513
2.03/2.12	c bounds -20 >= -222 @ 1.74525
2.03/2.12	c bounds -20 >= -221 @ 1.74536
2.03/2.12	c bounds -20 >= -220 @ 1.7455
2.03/2.12	c bounds -20 >= -219 @ 1.74562
2.03/2.12	c bounds -20 >= -218 @ 1.74573
2.03/2.12	c bounds -20 >= -217 @ 1.74589
2.03/2.12	c bounds -20 >= -216 @ 1.74603
2.03/2.12	c bounds -20 >= -215 @ 1.74616
2.03/2.12	c bounds -20 >= -214 @ 1.74626
2.03/2.12	c bounds -20 >= -213 @ 1.7464
2.03/2.12	c bounds -20 >= -212 @ 1.74651
2.03/2.12	c bounds -20 >= -211 @ 1.74663
2.03/2.12	c bounds -20 >= -210 @ 1.74679
2.03/2.12	c bounds -20 >= -209 @ 1.74691
2.03/2.12	c bounds -20 >= -208 @ 1.74702
2.03/2.12	c bounds -20 >= -207 @ 1.74715
2.03/2.12	c bounds -20 >= -206 @ 1.74728
2.03/2.12	c bounds -20 >= -205 @ 1.74742
2.03/2.12	c bounds -20 >= -204 @ 1.74751
2.03/2.12	c bounds -20 >= -203 @ 1.74765
2.03/2.12	c bounds -20 >= -202 @ 1.74778
2.03/2.13	c bounds -20 >= -201 @ 1.74789
2.03/2.13	c bounds -20 >= -200 @ 1.74801
2.03/2.13	c bounds -20 >= -199 @ 1.74813
2.03/2.13	c bounds -20 >= -198 @ 1.74824
2.03/2.13	c bounds -20 >= -197 @ 1.74833
2.03/2.13	c bounds -20 >= -196 @ 1.74849
2.03/2.13	c bounds -20 >= -195 @ 1.74862
2.03/2.13	c bounds -20 >= -194 @ 1.74872
2.03/2.13	c bounds -20 >= -193 @ 1.74882
2.03/2.13	c bounds -20 >= -192 @ 1.74892
2.03/2.13	c bounds -20 >= -191 @ 1.74907
2.03/2.13	c bounds -20 >= -190 @ 1.74917
2.03/2.13	c bounds -20 >= -189 @ 1.74927
2.03/2.13	c bounds -20 >= -188 @ 1.74949
2.03/2.13	c bounds -20 >= -187 @ 1.74962
2.03/2.13	c bounds -20 >= -186 @ 1.74972
2.03/2.13	c bounds -20 >= -185 @ 1.74987
2.03/2.13	c bounds -20 >= -184 @ 1.75003
2.03/2.13	c bounds -20 >= -183 @ 1.75021
2.03/2.13	c bounds -20 >= -182 @ 1.75031
2.03/2.13	c bounds -20 >= -181 @ 1.75044
2.03/2.13	c bounds -20 >= -180 @ 1.75053
2.03/2.13	c bounds -20 >= -179 @ 1.75077
2.03/2.13	c bounds -20 >= -178 @ 1.7509
2.03/2.13	c bounds -20 >= -177 @ 1.75108
2.03/2.13	c bounds -20 >= -176 @ 1.75124
2.03/2.13	c bounds -20 >= -175 @ 1.75135
2.03/2.13	c bounds -20 >= -174 @ 1.75157
2.03/2.13	c bounds -20 >= -173 @ 1.75178
2.03/2.13	c bounds -20 >= -172 @ 1.75203
2.03/2.13	c bounds -20 >= -171 @ 1.75239
2.03/2.13	c bounds -20 >= -170 @ 1.75335
2.03/2.13	c bounds -20 >= -169 @ 1.75367
2.03/2.13	c bounds -38 >= -169 @ 1.75629
2.03/2.14	c bounds -38 >= -168 @ 1.75842
2.03/2.14	c bounds -56 >= -168 @ 1.76065
2.03/2.14	c bounds -56 >= -167 @ 1.7624
2.03/2.15	c bounds -70 >= -167 @ 1.76597
2.03/2.15	c bounds -70 >= -166 @ 1.76796
2.03/2.15	c bounds -84 >= -166 @ 1.77096
2.03/2.16	c bounds -84 >= -165 @ 1.77386
2.03/2.16	c bounds -108 >= -165 @ 1.77659
2.03/2.16	c bounds -114 >= -165 @ 1.77907
2.03/2.17	c bounds -114 >= -164 @ 1.78389
2.03/2.17	c bounds -134 >= -164 @ 1.78695
2.03/2.17	c bounds -138 >= -164 @ 1.78856
2.03/2.17	c bounds -142 >= -164 @ 1.79014
2.03/2.19	c bounds -146 >= -164 @ 1.80849
2.12/2.20	c bounds -146 >= -163 @ 1.81863
2.12/2.22	c bounds -146 >= -162 @ 1.83299
2.22/2.31	c bounds -150 >= -162 @ 1.91893
2.31/2.41	c bounds -150 >= -161 @ 2.0226
2.31/2.47	c #Conflicts:       1000 | #Constraints:      26339
2.31/2.47	c bounds -150 >= -160 @ 2.07567
3.03/3.14	c #Conflicts:       2000 | #Constraints:      27372
3.03/3.14	c INPROCESSING
3.03/3.14	c GARBAGE COLLECT
3.03/3.14	c bounds -150 >= -159 @ 2.73878
3.11/3.20	c bounds -150 >= -158 @ 2.79063
3.11/3.25	c #Conflicts:       3000 | #Constraints:      26292
3.11/3.25	c bounds -150 >= -157 @ 2.83688
4.50/4.65	c #Conflicts:       4000 | #Constraints:      27307
4.50/4.65	c INPROCESSING
4.50/4.65	c GARBAGE COLLECT
4.50/4.65	c rational objective -157
4.70/4.85	c bounds -150 >= -156 @ 4.41388
4.80/4.91	c bounds -150 >= -155 @ 4.47707
5.02/5.14	c #Conflicts:       5000 | #Constraints:      26577
5.02/5.14	c bounds -150 >= -154 @ 4.70513
5.10/5.23	c bounds -150 >= -153 @ 4.79327
6.40/6.54	c #Conflicts:       6000 | #Constraints:      27626
6.40/6.54	c INPROCESSING
6.40/6.54	c GARBAGE COLLECT
6.40/6.54	c rational objective -153
6.60/6.76	c #Conflicts:       7000 | #Constraints:      26497
6.60/6.76	c bounds -150 >= -152 @ 6.3005
6.70/6.86	c bounds -150 >= -151 @ 6.39536
6.80/6.98	c bounds -150 >= -150 @ 6.51133
6.80/6.98	c cpu time 6.51135 s
6.80/6.98	c deterministic time 56802343 5.68e+07
6.80/6.98	c optimization time 0.129197 s
6.80/6.98	c total solve time 6.03549 s
6.80/6.98	c core-guided solve time 1.94002 s
6.80/6.98	c propagation time 2.61315 s
6.80/6.98	c conflict analysis time 0.710677 s
6.80/6.98	c propagations 3919058
6.80/6.98	c resolve steps 217482
6.80/6.98	c decisions 20658
6.80/6.98	c conflicts 7975
6.80/6.98	c restarts 31
6.80/6.98	c inprocessing phases 3
6.80/6.98	c garbage collections 3 ,( 100.00 )
6.80/6.98	c input clauses 24891 ,( 97.21 )
6.80/6.98	c input cardinalities 498 ,( 1.94 )
6.80/6.98	c input general constraints 216 ,( 0.84 )
6.80/6.98	c input average constraint length 4.25
6.80/6.98	c input average constraint degree 1.35
6.80/6.98	c learned clauses 7367 ,( 92.10 )
6.80/6.98	c learned cardinalities 45 ,( 0.56 )
6.80/6.98	c learned general constraints 587 ,( 7.34 )
6.80/6.98	c learned average constraint length 45.99
6.80/6.98	c learned average constraint degree 10016348.51
6.80/6.98	c watched  CF 32, 64, 128, Arb: 47 , 0 , 0 , 0
6.80/6.98	c counting CF 32, 64, 128, Arb: 757 , 0 , 0 , 0
6.80/6.98	c watched   constraints 47 ,( 5.85 ) 
6.80/6.98	c counting  constraints 756 ,( 94.15 ) 
6.80/6.98	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 12532494 , 2728782 , 1278046 ,( 8897 , 1269149 )
6.80/6.98	c gcd simplifications 923
6.80/6.98	c detected cardinalities 0
6.80/6.98	c weakened non-implied lits 400920
6.80/6.98	c weakened non-implying lits 2712
6.80/6.98	c original variables 5373
6.80/6.98	c clausal propagations 3459382
6.80/6.98	c cardinality propagations 178850
6.80/6.98	c watched propagations 158
6.80/6.98	c counting propagations 256628
6.80/6.98	c watch lookups 19764762
6.80/6.98	c watch backjump lookups 0
6.80/6.98	c watch checks 20112320
6.80/6.98	c propagation checks 6958716
6.80/6.98	c constraint additions 2064008
6.80/6.98	c trail pops 3947613
6.80/6.98	c formula constraints 24686
6.80/6.98	c learned constraints 7974
6.80/6.98	c bound constraints 112
6.80/6.98	c core-guided constraints 807
6.80/6.98	c encountered formula constraints 154640
6.80/6.98	c encountered learned constraints 32564
6.80/6.98	c encountered bound constraints 285
6.80/6.98	c encountered core-guided constraints 37642
6.80/6.98	c LP total time 4.262 s
6.80/6.98	c LP solve time 3.83 s
6.80/6.98	c LP constraints added 24698
6.80/6.98	c LP constraints removed 6
6.80/6.98	c LP pivots internal 8092
6.80/6.98	c LP pivots root 7115
6.80/6.98	c LP calls 13
6.80/6.98	c LP optimalities 4
6.80/6.98	c LP no pivot count 0
6.80/6.98	c LP infeasibilities 7
6.80/6.98	c LP valid Farkas constraints 7
6.80/6.98	c LP learned Farkas constraints 7
6.80/6.98	c LP basis resets 0
6.80/6.98	c LP cycling count 0
6.80/6.98	c LP singular count 0
6.80/6.98	c LP no primal count 0
6.80/6.98	c LP no farkas count 0
6.80/6.98	c LP other issue count 0
6.80/6.98	c LP Gomory cuts 11
6.80/6.98	c LP learned cuts 11
6.80/6.98	c LP deleted cuts 12
6.80/6.98	c LP encountered Gomory constraints 81
6.80/6.98	c LP encountered Farkas constraints 217
6.80/6.98	c LP encountered learned Farkas constraints 21
6.80/6.98	c CG auxiliary variables introduced 302
6.80/6.98	c CG solutions found 12
6.80/6.98	c CG cores constructed 99
6.80/6.98	c CG core cardinality constraints returned 0
6.80/6.98	c CG unit cores 0
6.80/6.98	c CG single cores 99
6.80/6.98	c CG blocks removed during cardinality reduction 0
6.80/6.98	c CG first core best 0
6.80/6.98	c CG decision core best 0
6.80/6.98	c CG core reduction tie 0
6.80/6.98	c CG core degree average 1.00
6.80/6.98	c CG core slack average 4.40
6.80/6.98	c CG core upper bound improvements 10
6.80/6.98	c STR number of successful calls 0
6.80/6.98	c STR number of unsuccessful calls 0
6.80/6.98	c STR number of inconclusive calls 0
6.80/6.98	c STR number of successful attempts 0
6.80/6.98	c STR number of unsuccessful attempts 0
6.80/6.98	c STR number of inconclusive attempts 0
6.80/6.98	c STR average degree increase per successful call inf
6.80/6.98	c STR average degree increase per successful attempt inf
6.80/6.98	c STR total number of conflicts for successful attempts 0
6.80/6.98	c STR total number of conflicts for unsuccessful attempts 0
6.80/6.98	c STR total number of conflicts for inconclusive attempts 0
6.80/6.98	c STR average number of conflicts per successful attempt inf
6.80/6.98	c STR average number of conflicts per unsuccessful attempt inf
6.80/6.98	c STR average number of conflicts per inconclusive attempt inf
6.80/6.98	c AVG.sumWPerc 74.54 
6.80/6.98	c bigint constraints 0 
6.80/6.98	o -150
6.80/6.98	s OPTIMUM FOUND
6.88/7.12	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

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 15:48:48 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -150 <= obj <= -150
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~150 <= obj <= ~150
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (59001 MiB free)
  memory of node 1: 64507 MiB (62426 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532188-1752597826/watcher-4532188-1752597826 -o /tmp/evaluation-result-4532188-1752597826/solver-4532188-1752597826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752597826-138060 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532188-1752597826.opb PROOFDIR/proof-4532188-1752597826 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=138104, runsolver pid=138098

[startup+0.100073 s]*
/proc/loadavg: 1.08 1.22 2.15 5/263 138121
/proc/meminfo: memFree=124305480/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138106] ppid=138104 vsize=21328 memory=12956 CPUtime=0.07 cores=1,3
/proc/138106/stat : 138106 (pbsuma) R 138104 138104 138048 0 -1 4194304 2574 0 0 0 6 1 0 0 20 0 1 0 175462383 21839872 3239 18446744073709551615 4210688 4653049 140727293409936 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 35500032 140727293413601 140727293413936 140727293413936 140727293419503 0
/proc/138106/statm: 5332 3239 1024 108 0 2740 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 25520 KiB
Current children cumulated memory: 15900 KiB

[startup+0.214913 s]*
/proc/loadavg: 1.08 1.22 2.15 5/263 138121
/proc/meminfo: memFree=124278264/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138106] ppid=138104 vsize=20956 memory=12712 CPUtime=0.17 cores=1,3
/proc/138106/stat : 138106 (pbsuma) R 138104 138104 138048 0 -1 4194304 2709 0 0 0 16 1 0 0 20 0 1 0 175462383 21458944 3178 18446744073709551615 4210688 4653049 140727293409936 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 35500032 140727293413601 140727293413936 140727293413936 140727293419503 0
/proc/138106/statm: 5239 3178 1024 108 0 2647 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 25148 KiB
Current children cumulated memory: 15656 KiB

[startup+0.31487 s]*
/proc/loadavg: 1.08 1.22 2.15 5/263 138123
/proc/meminfo: memFree=124283556/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=58188 memory=11648 CPUtime=0.05 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 1083 0 0 0 5 0 0 0 20 0 1 0 175462407 59584512 2912 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 14547 2912 2048 1147 0 1973 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 62380 KiB
Current children cumulated memory: 14592 KiB

[startup+0.700458 s]
/proc/loadavg: 1.08 1.22 2.15 5/263 138123
/proc/meminfo: memFree=124235928/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=85240 memory=36660 CPUtime=0.42 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 5766 0 0 0 34 8 0 0 20 0 1 0 175462407 87285760 9165 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 21310 9165 2304 1147 0 8736 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 89432 KiB
Current children cumulated memory: 39604 KiB

[startup+1.50042 s]
/proc/loadavg: 1.08 1.22 2.15 5/263 138123
/proc/meminfo: memFree=124132100/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=98632 memory=50172 CPUtime=1.22 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 8548 0 0 0 113 9 0 0 20 0 1 0 175462407 100999168 12543 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 24658 12543 2400 1147 0 12084 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 102824 KiB
Current children cumulated memory: 53116 KiB

[startup+3.11462 s]
/proc/loadavg: 1.40 1.28 2.16 3/258 138132
/proc/meminfo: memFree=122797848/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=106944 memory=56060 CPUtime=2.83 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 10054 0 0 0 271 12 0 0 20 0 1 0 175462407 109510656 14015 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 26736 14015 2464 1147 0 14162 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 111136 KiB
Current children cumulated memory: 59004 KiB

[startup+6.30041 s]
/proc/loadavg: 1.40 1.28 2.16 4/263 138171
/proc/meminfo: memFree=122768696/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=107336 memory=57596 CPUtime=6 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 10439 0 0 0 584 16 0 0 20 0 1 0 175462407 109912064 14399 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 26834 14399 2464 1147 0 14260 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 111528 KiB
Current children cumulated memory: 60540 KiB

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

# cumulated CPU time of all completed processes:  user=6.70129 s, system=0.213294 s

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

[startup+6.40049 s]
/proc/loadavg: 1.40 1.28 2.16 4/263 138171
/proc/meminfo: memFree=122768696/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=107336 memory=57596 CPUtime=6.1 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 10439 0 0 0 594 16 0 0 20 0 1 0 175462407 109912064 14399 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 26834 14399 2464 1147 0 14260 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 111528 KiB
Current children cumulated memory: 60540 KiB

[startup+6.80039 s]
/proc/loadavg: 1.40 1.28 2.16 4/263 138171
/proc/meminfo: memFree=122768696/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=107336 memory=57596 CPUtime=6.5 cores=1,3
/proc/138123/stat : 138123 (roundingsat) R 138104 138104 138048 0 -1 4194304 10439 0 0 0 633 17 0 0 20 0 1 0 175462407 109912064 14399 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 26834 14399 2464 1147 0 14260 0
Current children cumulated CPU time: 6.7 s
Current children cumulated vsize: 111528 KiB
Current children cumulated memory: 60540 KiB

[startup+7.00034 s]*
/proc/loadavg: 1.40 1.28 2.16 3/263 138171
/proc/meminfo: memFree=122762768/131382116 swapFree=33010684/33010684
[pid=138104] ppid=138098 vsize=4192 memory=2944 CPUtime=0.2 cores=1,3
/proc/138104/stat : 138104 (run-opt-ls-log.) S 138098 138104 138048 0 -1 4194304 241 2840 0 0 0 0 18 2 20 0 1 0 175462381 4292608 736 18446744073709551615 94415893528576 94415894423109 140725066285616 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94415894662160 94415894709904 94415908548608 140725066291481 140725066291679 140725066291679 140725066297283 0
/proc/138104/statm: 1048 736 672 219 0 110 0
[pid=138123] ppid=138104 vsize=107336 memory=57596 CPUtime=6.68 cores=1,3
/proc/138123/stat : 138123 (roundingsat) D 138104 138104 138048 0 -1 4194304 10440 0 0 0 651 17 0 0 20 0 1 0 175462407 109912064 14399 18446744073709551615 4227072 8923577 140726845958608 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 20582400 140726845966580 140726845966886 140726845966886 140726845972458 0
/proc/138123/statm: 26834 14399 2464 1147 0 14260 0
Current children cumulated CPU time: 6.88 s
Current children cumulated vsize: 111528 KiB
Current children cumulated memory: 60540 KiB

Child status: 0

Real time (s): 7.12488
CPU time (s): 6.91458
CPU user time (s): 6.70129
CPU system time (s): 0.213294
CPU usage (%): 97.0485
Max. virtual memory (cumulated for all children) (KiB): 111528
Max. memory (cumulated for all children) (KiB): 60540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.70129
system time used= 0.213294
maximum resident set size= 57596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 816
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 138104
#   total CPU time (s): 6.91458
#   total CPU user time (s): 6.70129
#   total CPU system time (s): 0.213294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082038 second user time and 0.14679 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-15 18:43:47
IDJOB=4532188
IDBENCH=178262
IDSOLVER=3392
FILE ID=nodeC011/4532188-1752597826
RUNJOBID= nodeC011-1752597826-138060
SLURM_JOB_ID= 9684397
Free space on /tmp= 432420 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
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-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532188-1752597826/watcher-4532188-1752597826 -o /tmp/evaluation-result-4532188-1752597826/solver-4532188-1752597826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752597826-138060 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532188-1752597826.opb PROOFDIR/proof-4532188-1752597826

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

MD5SUM BENCH= 152d32cf0a83f0185b516cc3fd8d397d
RANDOM SEED=1818284050

nodeC011 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		: 1197.288
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	: 6984.20
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		: 1197.294
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	: 6984.20
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.401
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	: 6984.20
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.686
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	: 6984.20
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		: 1197.365
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	: 6984.20
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.316
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	: 6984.20
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		: 1197.293
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	: 6984.20
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.643
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124341600 kB
MemAvailable:   129905812 kB
Buffers:            3276 kB
Cached:          6342776 kB
SwapCached:            0 kB
Active:           527744 kB
Inactive:        5887848 kB
Active(anon):      93616 kB
Inactive(anon):     2076 kB
Active(file):     434128 kB
Inactive(file):  5885772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31280 kB
Writeback:            16 kB
AnonPages:         72692 kB
Mapped:           107900 kB
Shmem:             26152 kB
KReclaimable:     167496 kB
Slab:             260296 kB
SReclaimable:     167496 kB
SUnreclaim:        92800 kB
KernelStack:        3968 kB
PageTables:         2768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     343264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432380 MiB
End job on nodeC011 at 2025-07-15 18:43:54