Trace number 4496229

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 63f22adOPT cert.8908 0.578361 0.642893

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-11_22.opb
MD5SUMa74353a91b8173c9f34b6251be571240
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 benchmark8908
Best CPU time to get the best result obtained on this benchmark0.018223
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables253
Total number of constraints264
Number of constraints which are clauses242
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Number of terms in the objective function 253
Biggest coefficient in the objective function 2437
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 125403
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2437
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 125403
Number of bits of the biggest sum of numbers17
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-4496229-1751378758.opb'
0.00/0.02	c 	read 0.01MB  (0.71ms)
0.00/0.02	c	 [cnf: #variables 253 #clauses 265 #duplicates 0 #arr 979]
0.00/0.02	c output proof to 'PROOFDIR/proof-4496229-1751378758'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.91ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.18ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 1519 #edges 3960]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.27ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4496229-1751378758.opb.pre'
0.00/0.02	c 	wrote 0.01MB (0.24ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   1.85ms 44.39% other
0.00/0.02	c                   0.91ms 21.76% approx_orbits
0.00/0.02	c                   0.70ms 16.85% parse
0.00/0.02	c                   0.27ms  6.43% detect_generic
0.00/0.02	c                   0.24ms  5.70% output
0.00/0.02	c                   0.18ms  4.32% detect_special
0.00/0.02	c                   0.02ms  0.54% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   4.17ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.05	c #variables 253 #constraints 286
0.00/0.05	c objective is ce32 
0.00/0.06	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.06	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.06	c bounds 12832 >= 0 @ 0.016446
0.00/0.06	c rational objective 8757
0.05/0.13	c bounds 12528 >= 0 @ 0.069008
0.05/0.13	c bounds 12528 >= 122 @ 0.069583
0.05/0.13	c bounds 12126 >= 122 @ 0.069866
0.05/0.13	c bounds 12126 >= 181 @ 0.070311
0.05/0.13	c bounds 12126 >= 192 @ 0.070852
0.05/0.13	c bounds 11932 >= 192 @ 0.071642
0.05/0.13	c bounds 11932 >= 245 @ 0.072098
0.05/0.13	c bounds 11843 >= 245 @ 0.072967
0.05/0.13	c bounds 11843 >= 246 @ 0.073378
0.05/0.13	c bounds 11377 >= 246 @ 0.07524
0.05/0.14	c bounds 11377 >= 252 @ 0.075697
0.05/0.14	c bounds 11377 >= 259 @ 0.076107
0.05/0.14	c bounds 11374 >= 259 @ 0.079868
0.05/0.14	c bounds 11374 >= 340 @ 0.080314
0.05/0.14	c bounds 11374 >= 398 @ 0.08074
0.05/0.14	c bounds 11374 >= 533 @ 0.081186
0.05/0.14	c bounds 11350 >= 533 @ 0.082946
0.05/0.14	c bounds 11350 >= 538 @ 0.083397
0.05/0.14	c bounds 11350 >= 1299 @ 0.083816
0.05/0.15	c bounds 11350 >= 1401 @ 0.084288
0.05/0.15	c bounds 11331 >= 1401 @ 0.084737
0.05/0.15	c bounds 11331 >= 1535 @ 0.09136
0.05/0.15	c bounds 11331 >= 1684 @ 0.09136
0.05/0.16	c bounds 11331 >= 1815 @ 0.091581
0.05/0.16	c bounds 11331 >= 1947 @ 0.092074
0.05/0.16	c bounds 11331 >= 2058 @ 0.092545
0.05/0.16	c bounds 11058 >= 2058 @ 0.095369
0.05/0.16	c bounds 11058 >= 2253 @ 0.095868
0.05/0.16	c bounds 11058 >= 2376 @ 0.096374
0.05/0.16	c bounds 11058 >= 2648 @ 0.096839
0.05/0.16	c bounds 11058 >= 2945 @ 0.097488
0.16/0.24	c bounds 9155 >= 2945 @ 0.15235
0.16/0.24	c bounds 9155 >= 3059 @ 0.152917
0.16/0.24	c bounds 9155 >= 3078 @ 0.153504
0.16/0.24	c bounds 9155 >= 3087 @ 0.154084
0.16/0.24	c bounds 9155 >= 3100 @ 0.154699
0.16/0.24	c bounds 9155 >= 3263 @ 0.155127
0.16/0.24	c bounds 9155 >= 3521 @ 0.155127
0.16/0.24	c bounds 9155 >= 3757 @ 0.155517
0.16/0.24	c bounds 9155 >= 4077 @ 0.156095
0.16/0.24	c bounds 9155 >= 4250 @ 0.156633
0.16/0.24	c bounds 9155 >= 4473 @ 0.157193
0.16/0.24	c bounds 9155 >= 4619 @ 0.157764
0.16/0.24	c bounds 9155 >= 4760 @ 0.158345
0.16/0.24	c bounds 9155 >= 4939 @ 0.158899
0.16/0.24	c bounds 9155 >= 4945 @ 0.159109
0.16/0.24	c bounds 9155 >= 5035 @ 0.159277
0.16/0.24	c bounds 9155 >= 5123 @ 0.159841
0.16/0.25	c bounds 9155 >= 5268 @ 0.160367
0.16/0.25	c bounds 9155 >= 5314 @ 0.160953
0.16/0.25	c bounds 9155 >= 5380 @ 0.1611
0.16/0.25	c bounds 9155 >= 5424 @ 0.161299
0.16/0.25	c bounds 9155 >= 5545 @ 0.161875
0.16/0.25	c bounds 9155 >= 5683 @ 0.162097
0.16/0.25	c bounds 9155 >= 5717 @ 0.162372
0.16/0.25	c bounds 9155 >= 5730 @ 0.163292
0.16/0.25	c bounds 9155 >= 5836 @ 0.163835
0.16/0.25	c bounds 9155 >= 5937 @ 0.164358
0.16/0.25	c bounds 9155 >= 6043 @ 0.165028
0.16/0.25	c bounds 9155 >= 6151 @ 0.165588
0.16/0.25	c bounds 9155 >= 6328 @ 0.166144
0.16/0.25	c bounds 9155 >= 6419 @ 0.166809
0.16/0.25	c bounds 9155 >= 6476 @ 0.167395
0.16/0.26	c bounds 9155 >= 6508 @ 0.167987
0.16/0.26	c bounds 9155 >= 6660 @ 0.168582
0.16/0.26	c bounds 9155 >= 6684 @ 0.169155
0.16/0.26	c bounds 9155 >= 6698 @ 0.169785
0.16/0.26	c bounds 9155 >= 6805 @ 0.170401
0.16/0.26	c bounds 9155 >= 6810 @ 0.17099
0.16/0.26	c bounds 9155 >= 6848 @ 0.171625
0.16/0.26	c bounds 9155 >= 6921 @ 0.172283
0.16/0.26	c bounds 9155 >= 6930 @ 0.172918
0.16/0.26	c bounds 9155 >= 6936 @ 0.173029
0.16/0.26	c bounds 9155 >= 6964 @ 0.17339
0.16/0.26	c bounds 9155 >= 6980 @ 0.17398
0.16/0.26	c bounds 9155 >= 7100 @ 0.174026
0.16/0.26	c bounds 9155 >= 7102 @ 0.174414
0.16/0.26	c bounds 9155 >= 7155 @ 0.175136
0.16/0.27	c bounds 9155 >= 7228 @ 0.175861
0.16/0.27	c bounds 9155 >= 7232 @ 0.176544
0.16/0.27	c bounds 9155 >= 7273 @ 0.177264
0.16/0.27	c bounds 9155 >= 7283 @ 0.178005
0.16/0.27	c bounds 9155 >= 7328 @ 0.17878
0.16/0.27	c bounds 9155 >= 7374 @ 0.179
0.16/0.27	c bounds 9155 >= 7396 @ 0.17942
0.16/0.27	c bounds 9155 >= 7414 @ 0.180087
0.16/0.27	c bounds 9155 >= 7431 @ 0.180831
0.16/0.27	c bounds 9155 >= 7463 @ 0.181546
0.16/0.27	c bounds 9155 >= 7470 @ 0.182661
0.16/0.27	c bounds 9155 >= 7478 @ 0.183502
0.16/0.27	c bounds 9155 >= 7487 @ 0.184334
0.16/0.28	c bounds 9155 >= 7490 @ 0.185155
0.16/0.28	c bounds 9155 >= 7500 @ 0.185927
0.16/0.28	c bounds 9155 >= 7502 @ 0.18675
0.16/0.28	c bounds 9155 >= 7504 @ 0.186956
0.16/0.28	c bounds 9155 >= 7534 @ 0.18696
0.16/0.29	c bounds 9155 >= 7607 @ 0.192685
0.16/0.29	c bounds 9155 >= 7635 @ 0.192903
0.16/0.29	c bounds 9155 >= 7652 @ 0.193388
0.16/0.29	c bounds 9155 >= 7706 @ 0.194129
0.16/0.29	c bounds 9155 >= 7722 @ 0.194992
0.16/0.29	c bounds 9155 >= 7770 @ 0.195909
0.16/0.29	c bounds 9155 >= 7816 @ 0.19669
0.16/0.29	c bounds 9155 >= 7821 @ 0.196881
0.16/0.29	c bounds 9155 >= 7830 @ 0.196885
0.16/0.30	c bounds 9155 >= 7842 @ 0.197169
0.16/0.30	c bounds 9155 >= 7845 @ 0.19796
0.16/0.30	c bounds 9155 >= 7863 @ 0.198795
0.16/0.30	c bounds 9155 >= 7880 @ 0.198877
0.16/0.30	c bounds 9155 >= 7918 @ 0.199501
0.16/0.30	c bounds 9155 >= 7920 @ 0.199871
0.16/0.30	c bounds 9155 >= 7929 @ 0.199875
0.16/0.30	c bounds 9155 >= 7942 @ 0.200276
0.25/0.39	c bounds 9151 >= 7942 @ 0.279515
0.25/0.39	c bounds 9151 >= 7958 @ 0.280083
0.25/0.40	c bounds 9151 >= 7960 @ 0.288037
0.25/0.40	c bounds 9151 >= 7973 @ 0.28804
0.25/0.40	c bounds 9151 >= 7978 @ 0.289256
0.25/0.40	c bounds 9151 >= 7982 @ 0.290568
0.25/0.41	c bounds 9151 >= 7987 @ 0.291008
0.25/0.41	c bounds 9151 >= 7988 @ 0.291956
0.25/0.41	c bounds 9151 >= 7996 @ 0.293322
0.25/0.41	c bounds 9151 >= 8000 @ 0.294579
0.25/0.41	c bounds 9151 >= 8006 @ 0.294939
0.25/0.41	c bounds 9151 >= 8010 @ 0.296002
0.25/0.41	c bounds 9151 >= 8011 @ 0.297283
0.25/0.41	c bounds 9151 >= 8013 @ 0.297834
0.25/0.42	c bounds 9151 >= 8014 @ 0.299021
0.25/0.42	c bounds 9151 >= 8015 @ 0.299762
0.25/0.42	c bounds 9151 >= 8016 @ 0.300952
0.25/0.42	c bounds 9151 >= 8017 @ 0.302428
0.35/0.42	c bounds 9151 >= 8018 @ 0.303888
0.35/0.42	c bounds 9151 >= 8019 @ 0.305667
0.35/0.42	c bounds 9151 >= 8020 @ 0.307277
0.35/0.43	c bounds 9151 >= 8021 @ 0.308561
0.35/0.43	c bounds 9151 >= 8022 @ 0.309439
0.35/0.43	c bounds 9151 >= 8023 @ 0.311156
0.35/0.43	c bounds 9151 >= 8024 @ 0.311944
0.35/0.43	c bounds 9151 >= 8029 @ 0.312541
0.35/0.43	c bounds 9151 >= 8035 @ 0.313826
0.35/0.44	c bounds 9151 >= 8040 @ 0.314488
0.35/0.44	c bounds 9151 >= 8041 @ 0.315338
0.35/0.44	c bounds 9151 >= 8042 @ 0.316884
0.35/0.44	c bounds 9151 >= 8043 @ 0.317758
0.35/0.44	c bounds 9151 >= 8045 @ 0.319214
0.35/0.44	c bounds 9151 >= 8046 @ 0.319446
0.35/0.44	c bounds 9151 >= 8052 @ 0.32092
0.35/0.45	c bounds 9151 >= 8053 @ 0.322521
0.35/0.45	c bounds 9151 >= 8054 @ 0.324138
0.35/0.45	c bounds 9151 >= 8055 @ 0.325891
0.35/0.45	c bounds 9151 >= 8056 @ 0.326407
0.35/0.45	c bounds 9151 >= 8058 @ 0.328036
0.35/0.45	c bounds 9151 >= 8059 @ 0.328654
0.35/0.46	c bounds 9151 >= 8093 @ 0.330063
0.35/0.46	c bounds 9151 >= 8094 @ 0.331701
0.35/0.46	c bounds 9151 >= 8096 @ 0.332359
0.35/0.46	c bounds 9151 >= 8098 @ 0.333985
0.35/0.46	c bounds 9151 >= 8099 @ 0.33471
0.35/0.46	c bounds 9151 >= 8101 @ 0.335357
0.35/0.47	c bounds 9151 >= 8102 @ 0.336936
0.35/0.47	c bounds 9151 >= 8104 @ 0.337667
0.35/0.47	c bounds 9151 >= 8109 @ 0.339255
0.35/0.47	c bounds 9151 >= 8111 @ 0.340833
0.35/0.47	c bounds 9151 >= 8112 @ 0.341518
0.35/0.47	c bounds 9151 >= 8113 @ 0.343109
0.35/0.48	c bounds 9151 >= 8114 @ 0.343658
0.35/0.48	c bounds 9151 >= 8115 @ 0.345873
0.35/0.48	c bounds 9151 >= 8120 @ 0.346939
0.35/0.48	c bounds 9151 >= 8122 @ 0.347897
0.35/0.48	c bounds 9151 >= 8124 @ 0.349413
0.35/0.48	c bounds 9151 >= 8126 @ 0.350828
0.35/0.49	c bounds 9151 >= 8127 @ 0.352857
0.35/0.49	c bounds 9151 >= 8128 @ 0.354519
0.35/0.49	c bounds 9151 >= 8129 @ 0.35548
0.35/0.49	c bounds 9151 >= 8130 @ 0.35703
0.35/0.49	c bounds 9151 >= 8133 @ 0.357517
0.35/0.50	c bounds 9151 >= 8134 @ 0.359127
0.35/0.50	c bounds 9151 >= 8135 @ 0.360025
0.35/0.50	c bounds 9151 >= 8136 @ 0.360199
0.35/0.50	c bounds 9151 >= 8140 @ 0.361196
0.35/0.50	c bounds 9151 >= 8142 @ 0.362978
0.35/0.51	c bounds 9151 >= 8144 @ 0.363636
0.35/0.51	c bounds 9030 >= 8144 @ 0.364756
0.35/0.51	c bounds 9030 >= 8145 @ 0.36547
0.35/0.51	c bounds 9030 >= 8146 @ 0.366131
0.35/0.51	c bounds 9030 >= 8147 @ 0.367819
0.35/0.51	c bounds 8970 >= 8147 @ 0.369145
0.35/0.52	c bounds 8970 >= 8148 @ 0.370045
0.35/0.52	c bounds 8970 >= 8149 @ 0.371834
0.44/0.53	c bounds 8908 >= 8149 @ 0.37903
0.44/0.53	c bounds 8908 >= 8150 @ 0.379863
0.44/0.53	c bounds 8908 >= 8151 @ 0.381667
0.44/0.53	c bounds 8908 >= 8152 @ 0.382778
0.44/0.53	c bounds 8908 >= 8153 @ 0.385433
0.44/0.54	c bounds 8908 >= 8154 @ 0.38766
0.44/0.54	c bounds 8908 >= 8155 @ 0.38903
0.53/0.63	c bounds 8908 >= 8908 @ 0.470087
0.53/0.63	c cpu time 0.47011 s
0.53/0.63	c deterministic time 3249935 3.25e+06
0.53/0.63	c optimization time 0.075029 s
0.53/0.63	c total solve time 0.388713 s
0.53/0.63	c core-guided solve time 0.101491 s
0.53/0.63	c propagation time 0.16063 s
0.53/0.63	c conflict analysis time 0.136183 s
0.53/0.63	c propagations 72855
0.53/0.63	c resolve steps 3949
0.53/0.63	c decisions 66031
0.53/0.63	c conflicts 793
0.53/0.63	c restarts 6
0.53/0.63	c inprocessing phases 0
0.53/0.63	c garbage collections 0 ,( -nan )
0.53/0.63	c input clauses 349 ,( 31.73 )
0.53/0.63	c input cardinalities 289 ,( 26.27 )
0.53/0.63	c input general constraints 462 ,( 42.00 )
0.53/0.63	c input average constraint length 57.53
0.53/0.63	c input average constraint degree 2611.27
0.53/0.63	c learned clauses 161 ,( 18.99 )
0.53/0.63	c learned cardinalities 23 ,( 2.71 )
0.53/0.63	c learned general constraints 664 ,( 78.30 )
0.53/0.63	c learned average constraint length 81.10
0.53/0.63	c learned average constraint degree 449232999.21
0.53/0.63	c watched  CF 32, 64, 128, Arb: 271 , 0 , 0 , 0
0.53/0.63	c counting CF 32, 64, 128, Arb: 856 , 0 , 0 , 0
0.53/0.63	c watched   constraints 271 ,( 24.07 ) 
0.53/0.63	c counting  constraints 855 ,( 75.93 ) 
0.53/0.63	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 43222 , 36088 , 96296 ,( 11032 , 85264 )
0.53/0.63	c gcd simplifications 42
0.53/0.63	c detected cardinalities 0
0.53/0.63	c weakened non-implied lits 48619
0.53/0.63	c weakened non-implying lits 306
0.53/0.63	c original variables 253
0.53/0.63	c clausal propagations 34770
0.53/0.63	c cardinality propagations 8140
0.53/0.63	c watched propagations 306
0.53/0.63	c counting propagations 18387
0.53/0.63	c watch lookups 1564419
0.53/0.63	c watch backjump lookups 0
0.53/0.63	c watch checks 406915
0.53/0.63	c propagation checks 758760
0.53/0.63	c constraint additions 240606
0.53/0.63	c trail pops 139401
0.53/0.63	c formula constraints 286
0.53/0.63	c learned constraints 823
0.53/0.63	c bound constraints 198
0.53/0.63	c core-guided constraints 616
0.53/0.63	c encountered formula constraints 2538
0.53/0.63	c encountered learned constraints 1079
0.53/0.63	c encountered bound constraints 222
0.53/0.63	c encountered core-guided constraints 577
0.53/0.63	c LP total time 0.084211 s
0.53/0.63	c LP solve time 0.03 s
0.53/0.63	c LP constraints added 287
0.53/0.63	c LP constraints removed 0
0.53/0.63	c LP pivots internal 815
0.53/0.63	c LP pivots root 132
0.53/0.63	c LP calls 19
0.53/0.63	c LP optimalities 7
0.53/0.63	c LP no pivot count 1
0.53/0.63	c LP infeasibilities 12
0.53/0.63	c LP valid Farkas constraints 12
0.53/0.63	c LP learned Farkas constraints 12
0.53/0.63	c LP basis resets 0
0.53/0.63	c LP cycling count 0
0.53/0.63	c LP singular count 0
0.53/0.63	c LP no primal count 0
0.53/0.63	c LP no farkas count 0
0.53/0.63	c LP other issue count 0
0.53/0.63	c LP Gomory cuts 1
0.53/0.63	c LP learned cuts 0
0.53/0.63	c LP deleted cuts 0
0.53/0.63	c LP encountered Gomory constraints 0
0.53/0.63	c LP encountered Farkas constraints 311
0.53/0.63	c LP encountered learned Farkas constraints 3
0.53/0.63	c CG auxiliary variables introduced 266
0.53/0.63	c CG solutions found 14
0.53/0.63	c CG cores constructed 182
0.53/0.63	c CG core cardinality constraints returned 0
0.53/0.63	c CG unit cores 0
0.53/0.63	c CG single cores 173
0.53/0.63	c CG blocks removed during cardinality reduction 6
0.53/0.63	c CG first core best 0
0.53/0.63	c CG decision core best 6
0.53/0.63	c CG core reduction tie 3
0.53/0.63	c CG core degree average 1.00
0.53/0.63	c CG core slack average 21.80
0.53/0.63	c CG core upper bound improvements 1
0.53/0.63	c STR number of successful calls 0
0.53/0.63	c STR number of unsuccessful calls 0
0.53/0.63	c STR number of inconclusive calls 0
0.53/0.63	c STR number of successful attempts 0
0.53/0.63	c STR number of unsuccessful attempts 0
0.53/0.63	c STR number of inconclusive attempts 0
0.53/0.63	c STR average degree increase per successful call inf
0.53/0.63	c STR average degree increase per successful attempt inf
0.53/0.63	c STR total number of conflicts for successful attempts 0
0.53/0.63	c STR total number of conflicts for unsuccessful attempts 0
0.53/0.63	c STR total number of conflicts for inconclusive attempts 0
0.53/0.63	c STR average number of conflicts per successful attempt inf
0.53/0.63	c STR average number of conflicts per unsuccessful attempt inf
0.53/0.63	c STR average number of conflicts per inconclusive attempt inf
0.53/0.63	c AVG.sumWPerc 69.99 
0.53/0.63	c bigint constraints 0 
0.53/0.63	o 8908
0.53/0.63	s OPTIMUM FOUND
0.53/0.64	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

Verifier Data

OK	8908

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 20:46:14 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 8908 <= obj <= 8908
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 8908 <= obj <= 8908
--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 (56706 MiB free)
  memory of node 1: 64507 MiB (52676 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100073 s]*
/proc/loadavg: 4.18 4.13 4.12 5/258 54938
/proc/meminfo: memFree=112008904/131382112 swapFree=33010684/33010684
[pid=54935] ppid=54932 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/54935/stat : 54935 (run-opt-ls-log.) S 54932 54935 53513 0 -1 4194304 243 313 0 0 0 0 0 0 20 0 1 0 53555602 4292608 768 18446744073709551615 94652284125184 94652285019717 140735307938368 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94652285258768 94652285306512 94652298289152 140735307946267 140735307946465 140735307946465 140735307952067 0
/proc/54935/statm: 1048 768 704 219 0 110 0
[pid=54938] ppid=54935 vsize=56448 memory=10880 CPUtime=0.05 cores=0,2
/proc/54938/stat : 54938 (roundingsat) R 54935 54935 53513 0 -1 4194304 647 0 0 0 5 0 0 0 20 0 1 0 53555605 57802752 2720 18446744073709551615 4227072 8923433 140734926680624 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 34189312 140734926682358 140734926682664 140734926682664 140734926688234 0
/proc/54938/statm: 14112 2720 2336 1147 0 1539 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 60640 KiB
Current children cumulated memory: 13952 KiB

[startup+0.220949 s]*
/proc/loadavg: 4.18 4.13 4.12 5/258 54938
/proc/meminfo: memFree=112003044/131382112 swapFree=33010684/33010684
[pid=54935] ppid=54932 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/54935/stat : 54935 (run-opt-ls-log.) S 54932 54935 53513 0 -1 4194304 243 313 0 0 0 0 0 0 20 0 1 0 53555602 4292608 768 18446744073709551615 94652284125184 94652285019717 140735307938368 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94652285258768 94652285306512 94652298289152 140735307946267 140735307946465 140735307946465 140735307952067 0
/proc/54935/statm: 1048 768 704 219 0 110 0
[pid=54938] ppid=54935 vsize=57524 memory=14416 CPUtime=0.16 cores=0,2
/proc/54938/stat : 54938 (roundingsat) R 54935 54935 53513 0 -1 4194304 959 0 0 0 15 1 0 0 20 0 1 0 53555605 58904576 3604 18446744073709551615 4227072 8923433 140734926680624 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 34189312 140734926682358 140734926682664 140734926682664 140734926688234 0
/proc/54938/statm: 14381 3604 2400 1147 0 1808 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 61716 KiB
Current children cumulated memory: 17488 KiB

[startup+0.313793 s]*
/proc/loadavg: 4.18 4.13 4.12 5/258 54938
/proc/meminfo: memFree=112001028/131382112 swapFree=33010684/33010684
[pid=54935] ppid=54932 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/54935/stat : 54935 (run-opt-ls-log.) S 54932 54935 53513 0 -1 4194304 243 313 0 0 0 0 0 0 20 0 1 0 53555602 4292608 768 18446744073709551615 94652284125184 94652285019717 140735307938368 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94652285258768 94652285306512 94652298289152 140735307946267 140735307946465 140735307946465 140735307952067 0
/proc/54935/statm: 1048 768 704 219 0 110 0
[pid=54938] ppid=54935 vsize=58192 memory=15056 CPUtime=0.25 cores=0,2
/proc/54938/stat : 54938 (roundingsat) R 54935 54935 53513 0 -1 4194304 1119 0 0 0 22 3 0 0 20 0 1 0 53555605 59588608 3764 18446744073709551615 4227072 8923433 140734926680624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34189312 140734926682358 140734926682664 140734926682664 140734926688234 0
/proc/54938/statm: 14548 3764 2400 1147 0 1975 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 62384 KiB
Current children cumulated memory: 18128 KiB

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

# cumulated CPU time of all completed processes:  user=0.481917 s, system=0.096444 s

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

[startup+0.412501 s]*
/proc/loadavg: 4.18 4.13 4.12 5/258 54938
/proc/meminfo: memFree=112001028/131382112 swapFree=33010684/33010684
[pid=54935] ppid=54932 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/54935/stat : 54935 (run-opt-ls-log.) S 54932 54935 53513 0 -1 4194304 243 313 0 0 0 0 0 0 20 0 1 0 53555602 4292608 768 18446744073709551615 94652284125184 94652285019717 140735307938368 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94652285258768 94652285306512 94652298289152 140735307946267 140735307946465 140735307946465 140735307952067 0
/proc/54935/statm: 1048 768 704 219 0 110 0
[pid=54938] ppid=54935 vsize=58724 memory=15568 CPUtime=0.35 cores=0,2
/proc/54938/stat : 54938 (roundingsat) R 54935 54935 53513 0 -1 4194304 1246 0 0 0 30 5 0 0 20 0 1 0 53555605 60133376 3892 18446744073709551615 4227072 8923433 140734926680624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34189312 140734926682358 140734926682664 140734926682664 140734926688234 0
/proc/54938/statm: 14681 3892 2400 1147 0 2108 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 62916 KiB
Current children cumulated memory: 18640 KiB

[startup+0.613193 s]
/proc/loadavg: 4.18 4.13 4.12 5/258 54938
/proc/meminfo: memFree=112001028/131382112 swapFree=33010684/33010684
[pid=54935] ppid=54932 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/54935/stat : 54935 (run-opt-ls-log.) S 54932 54935 53513 0 -1 4194304 243 313 0 0 0 0 0 0 20 0 1 0 53555602 4292608 768 18446744073709551615 94652284125184 94652285019717 140735307938368 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94652285258768 94652285306512 94652298289152 140735307946267 140735307946465 140735307946465 140735307952067 0
/proc/54935/statm: 1048 768 704 219 0 110 0
[pid=54938] ppid=54935 vsize=61260 memory=18000 CPUtime=0.53 cores=0,2
/proc/54938/stat : 54938 (roundingsat) R 54935 54935 53513 0 -1 4194304 1869 0 0 0 45 8 0 0 20 0 1 0 53555605 62730240 4500 18446744073709551615 4227072 8923433 140734926680624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34189312 140734926682358 140734926682664 140734926682664 140734926688234 0
/proc/54938/statm: 15315 4500 2400 1147 0 2742 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 65452 KiB
Current children cumulated memory: 21072 KiB

Child status: 0

Real time (s): 0.642893
CPU time (s): 0.578361
CPU user time (s): 0.481917
CPU system time (s): 0.096444
CPU usage (%): 89.9623
Max. virtual memory (cumulated for all children) (KiB): 65452
Max. memory (cumulated for all children) (KiB): 21072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.481917
system time used= 0.096444
maximum resident set size= 18128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 329
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 54935
#   total CPU time (s): 0.578361
#   total CPU user time (s): 0.481917
#   total CPU system time (s): 0.096444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041813 second user time and 0.069381 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 16:05:58
IDJOB=4496229
IDBENCH=148110
IDSOLVER=3356
FILE ID=nodeC009/4496229-1751378758
RUNJOBID= nodeC009-1751371444-53523
SLURM_JOB_ID= 9598195
Free space on /tmp= 432628 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-11_22.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496229-1751378758/watcher-4496229-1751378758 -o /tmp/evaluation-result-4496229-1751378758/solver-4496229-1751378758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751371444-53523 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4496229-1751378758.opb PROOFDIR/proof-4496229-1751378758

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=871194547

nodeC009 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		: 1496.546
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.85
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		: 3660.832
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.85
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.720
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.85
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.397
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.85
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.928
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.85
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		: 3660.780
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.85
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.415
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.85
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		: 1198.142
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        112008808 kB
MemAvailable:   129324832 kB
Buffers:            3280 kB
Cached:         18085428 kB
SwapCached:            0 kB
Active:           992480 kB
Inactive:       17786196 kB
Active(anon):     707036 kB
Inactive(anon):      968 kB
Active(file):     285444 kB
Inactive(file): 17785228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47344 kB
Writeback:             0 kB
AnonPages:        685228 kB
Mapped:           118248 kB
Shmem:             17960 kB
KReclaimable:     169572 kB
Slab:             255328 kB
SReclaimable:     169572 kB
SUnreclaim:        85756 kB
KernelStack:        4176 kB
PageTables:         4528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1030512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432620 MiB
End job on nodeC009 at 2025-07-01 16:05:59