Trace number 4496228

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 63f22adOPT8908 0.13749 0.158407

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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4496228-1751371008.opb'
0.00/0.01	c 	read 0.01MB  (0.28ms)
0.00/0.01	c	 [cnf: #variables 253 #clauses 265 #duplicates 0 #arr 979]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.33ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.08ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1519 #edges 3960]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.10ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4496228-1751371008.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.11ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.33ms 33.52% approx_orbits
0.00/0.01	c                   0.27ms 27.67% parse
0.00/0.01	c                   0.11ms 11.48% output
0.00/0.01	c                   0.10ms 10.39% detect_generic
0.00/0.01	c                   0.08ms  8.14% other
0.00/0.01	c                   0.08ms  7.98% detect_special
0.00/0.01	c                   0.01ms  0.83% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   0.99ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.03	c #variables 253 #constraints 286
0.00/0.03	c objective is ce32 
0.00/0.03	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.03	c bounds 12832 >= 0 @ 0.005559
0.00/0.03	c rational objective 8757
0.00/0.04	c bounds 12528 >= 0 @ 0.014134
0.00/0.04	c bounds 12528 >= 122 @ 0.014265
0.00/0.04	c bounds 12126 >= 122 @ 0.014541
0.00/0.04	c bounds 12126 >= 181 @ 0.014635
0.00/0.04	c bounds 12126 >= 192 @ 0.01475
0.00/0.04	c bounds 11932 >= 192 @ 0.01497
0.00/0.04	c bounds 11932 >= 245 @ 0.015056
0.00/0.04	c bounds 11843 >= 245 @ 0.015285
0.00/0.04	c bounds 11843 >= 246 @ 0.015369
0.00/0.04	c bounds 11377 >= 246 @ 0.015732
0.00/0.04	c bounds 11377 >= 252 @ 0.015818
0.00/0.04	c bounds 11377 >= 259 @ 0.015895
0.00/0.04	c bounds 11374 >= 259 @ 0.016724
0.00/0.04	c bounds 11374 >= 340 @ 0.016817
0.00/0.04	c bounds 11374 >= 398 @ 0.016904
0.00/0.04	c bounds 11374 >= 533 @ 0.016989
0.00/0.04	c bounds 11350 >= 533 @ 0.017616
0.00/0.04	c bounds 11350 >= 538 @ 0.017707
0.00/0.04	c bounds 11350 >= 1299 @ 0.017789
0.00/0.04	c bounds 11350 >= 1401 @ 0.017893
0.00/0.04	c bounds 11331 >= 1401 @ 0.018428
0.00/0.04	c bounds 11331 >= 1535 @ 0.020661
0.00/0.04	c bounds 11331 >= 1684 @ 0.020772
0.00/0.04	c bounds 11331 >= 1815 @ 0.020875
0.00/0.04	c bounds 11331 >= 1947 @ 0.020972
0.00/0.04	c bounds 11331 >= 2058 @ 0.021071
0.00/0.05	c bounds 11058 >= 2058 @ 0.021631
0.00/0.05	c bounds 11058 >= 2253 @ 0.021741
0.00/0.05	c bounds 11058 >= 2376 @ 0.02185
0.00/0.05	c bounds 11058 >= 2648 @ 0.021946
0.00/0.05	c bounds 11058 >= 2945 @ 0.022083
0.00/0.06	c bounds 9155 >= 2945 @ 0.033899
0.00/0.06	c bounds 9155 >= 3059 @ 0.03407
0.00/0.06	c bounds 9155 >= 3078 @ 0.034207
0.00/0.06	c bounds 9155 >= 3087 @ 0.03434
0.00/0.06	c bounds 9155 >= 3100 @ 0.034481
0.00/0.06	c bounds 9155 >= 3263 @ 0.034631
0.00/0.06	c bounds 9155 >= 3521 @ 0.034759
0.00/0.06	c bounds 9155 >= 3757 @ 0.034889
0.00/0.06	c bounds 9155 >= 4077 @ 0.035017
0.00/0.06	c bounds 9155 >= 4250 @ 0.035141
0.00/0.06	c bounds 9155 >= 4473 @ 0.035271
0.00/0.06	c bounds 9155 >= 4619 @ 0.035397
0.00/0.06	c bounds 9155 >= 4760 @ 0.035529
0.00/0.06	c bounds 9155 >= 4939 @ 0.035661
0.00/0.06	c bounds 9155 >= 4945 @ 0.03581
0.00/0.06	c bounds 9155 >= 5035 @ 0.035952
0.00/0.06	c bounds 9155 >= 5123 @ 0.036101
0.00/0.06	c bounds 9155 >= 5268 @ 0.036231
0.00/0.06	c bounds 9155 >= 5314 @ 0.036368
0.00/0.06	c bounds 9155 >= 5380 @ 0.036513
0.00/0.06	c bounds 9155 >= 5424 @ 0.036662
0.00/0.06	c bounds 9155 >= 5545 @ 0.03681
0.00/0.06	c bounds 9155 >= 5683 @ 0.036983
0.00/0.06	c bounds 9155 >= 5717 @ 0.037131
0.00/0.06	c bounds 9155 >= 5730 @ 0.037285
0.00/0.06	c bounds 9155 >= 5836 @ 0.037422
0.00/0.06	c bounds 9155 >= 5937 @ 0.037555
0.00/0.06	c bounds 9155 >= 6043 @ 0.037715
0.00/0.06	c bounds 9155 >= 6151 @ 0.037859
0.00/0.06	c bounds 9155 >= 6328 @ 0.038
0.00/0.06	c bounds 9155 >= 6419 @ 0.038172
0.00/0.06	c bounds 9155 >= 6476 @ 0.038321
0.00/0.06	c bounds 9155 >= 6508 @ 0.038468
0.00/0.06	c bounds 9155 >= 6660 @ 0.038615
0.00/0.06	c bounds 9155 >= 6684 @ 0.038767
0.00/0.06	c bounds 9155 >= 6698 @ 0.03893
0.00/0.06	c bounds 9155 >= 6805 @ 0.039003
0.00/0.06	c bounds 9155 >= 6810 @ 0.039003
0.00/0.06	c bounds 9155 >= 6848 @ 0.03914
0.00/0.06	c bounds 9155 >= 6921 @ 0.039306
0.00/0.06	c bounds 9155 >= 6930 @ 0.039469
0.00/0.06	c bounds 9155 >= 6936 @ 0.039643
0.00/0.06	c bounds 9155 >= 6964 @ 0.03982
0.00/0.06	c bounds 9155 >= 6980 @ 0.039991
0.00/0.06	c bounds 9155 >= 7100 @ 0.040165
0.00/0.06	c bounds 9155 >= 7102 @ 0.040362
0.00/0.06	c bounds 9155 >= 7155 @ 0.040557
0.00/0.06	c bounds 9155 >= 7228 @ 0.040746
0.00/0.07	c bounds 9155 >= 7232 @ 0.040932
0.00/0.07	c bounds 9155 >= 7273 @ 0.041115
0.00/0.07	c bounds 9155 >= 7283 @ 0.041314
0.00/0.07	c bounds 9155 >= 7328 @ 0.041523
0.00/0.07	c bounds 9155 >= 7374 @ 0.04171
0.00/0.07	c bounds 9155 >= 7396 @ 0.041937
0.00/0.07	c bounds 9155 >= 7414 @ 0.042127
0.00/0.07	c bounds 9155 >= 7431 @ 0.042322
0.00/0.07	c bounds 9155 >= 7463 @ 0.042518
0.00/0.07	c bounds 9155 >= 7470 @ 0.042689
0.00/0.07	c bounds 9155 >= 7478 @ 0.042689
0.00/0.07	c bounds 9155 >= 7487 @ 0.042689
0.00/0.07	c bounds 9155 >= 7490 @ 0.042689
0.00/0.07	c bounds 9155 >= 7500 @ 0.042689
0.00/0.07	c bounds 9155 >= 7502 @ 0.042689
0.00/0.07	c bounds 9155 >= 7504 @ 0.042689
0.00/0.07	c bounds 9155 >= 7534 @ 0.042689
0.00/0.07	c bounds 9155 >= 7607 @ 0.045523
0.00/0.07	c bounds 9155 >= 7635 @ 0.045623
0.00/0.07	c bounds 9155 >= 7652 @ 0.045623
0.00/0.07	c bounds 9155 >= 7706 @ 0.045623
0.00/0.07	c bounds 9155 >= 7722 @ 0.045623
0.00/0.07	c bounds 9155 >= 7770 @ 0.045671
0.00/0.07	c bounds 9155 >= 7816 @ 0.04589
0.00/0.07	c bounds 9155 >= 7821 @ 0.046115
0.00/0.07	c bounds 9155 >= 7830 @ 0.046339
0.00/0.07	c bounds 9155 >= 7842 @ 0.046547
0.00/0.07	c bounds 9155 >= 7845 @ 0.046597
0.00/0.07	c bounds 9155 >= 7863 @ 0.046597
0.00/0.07	c bounds 9155 >= 7880 @ 0.046597
0.00/0.07	c bounds 9155 >= 7918 @ 0.046597
0.00/0.08	c bounds 9155 >= 7920 @ 0.046717
0.00/0.08	c bounds 9155 >= 7929 @ 0.046959
0.00/0.08	c bounds 9155 >= 7942 @ 0.047221
0.00/0.09	c bounds 9151 >= 7942 @ 0.065164
0.00/0.09	c bounds 9151 >= 7958 @ 0.065485
0.00/0.10	c bounds 9151 >= 7960 @ 0.067796
0.00/0.10	c bounds 9151 >= 7973 @ 0.067829
0.00/0.10	c bounds 9151 >= 7978 @ 0.068175
0.00/0.10	c bounds 9151 >= 7982 @ 0.068496
0.00/0.10	c bounds 9151 >= 7987 @ 0.068809
0.00/0.10	c bounds 9151 >= 7988 @ 0.069127
0.00/0.10	c bounds 9151 >= 7996 @ 0.06947
0.07/0.10	c bounds 9151 >= 8000 @ 0.069819
0.07/0.10	c bounds 9151 >= 8006 @ 0.070134
0.07/0.10	c bounds 9151 >= 8010 @ 0.070458
0.07/0.10	c bounds 9151 >= 8011 @ 0.070816
0.07/0.10	c bounds 9151 >= 8013 @ 0.071168
0.07/0.10	c bounds 9151 >= 8014 @ 0.071524
0.07/0.10	c bounds 9151 >= 8015 @ 0.07169
0.07/0.10	c bounds 9151 >= 8016 @ 0.07169
0.07/0.10	c bounds 9151 >= 8017 @ 0.07169
0.07/0.10	c bounds 9151 >= 8018 @ 0.072028
0.07/0.10	c bounds 9151 >= 8019 @ 0.072466
0.07/0.11	c bounds 9151 >= 8020 @ 0.072676
0.07/0.11	c bounds 9151 >= 8021 @ 0.072676
0.07/0.11	c bounds 9151 >= 8022 @ 0.072704
0.07/0.11	c bounds 9151 >= 8023 @ 0.073138
0.07/0.11	c bounds 9151 >= 8024 @ 0.073552
0.07/0.11	c bounds 9151 >= 8029 @ 0.073655
0.07/0.11	c bounds 9151 >= 8035 @ 0.073655
0.07/0.11	c bounds 9151 >= 8040 @ 0.073655
0.07/0.11	c bounds 9151 >= 8041 @ 0.073928
0.07/0.11	c bounds 9151 >= 8042 @ 0.074301
0.07/0.11	c bounds 9151 >= 8043 @ 0.074734
0.07/0.11	c bounds 9151 >= 8045 @ 0.075165
0.07/0.11	c bounds 9151 >= 8046 @ 0.075485
0.07/0.11	c bounds 9151 >= 8052 @ 0.075636
0.07/0.11	c bounds 9151 >= 8053 @ 0.075636
0.07/0.11	c bounds 9151 >= 8054 @ 0.075636
0.07/0.11	c bounds 9151 >= 8055 @ 0.076046
0.07/0.11	c bounds 9151 >= 8056 @ 0.076399
0.07/0.11	c bounds 9151 >= 8058 @ 0.076756
0.07/0.11	c bounds 9151 >= 8059 @ 0.077127
0.07/0.11	c bounds 9151 >= 8093 @ 0.077499
0.07/0.11	c bounds 9151 >= 8094 @ 0.077907
0.07/0.11	c bounds 9151 >= 8096 @ 0.078282
0.07/0.11	c bounds 9151 >= 8098 @ 0.078658
0.07/0.11	c bounds 9151 >= 8099 @ 0.079054
0.07/0.11	c bounds 9151 >= 8101 @ 0.079454
0.07/0.12	c bounds 9151 >= 8102 @ 0.079827
0.07/0.12	c bounds 9151 >= 8104 @ 0.08023
0.07/0.12	c bounds 9151 >= 8109 @ 0.0806
0.07/0.12	c bounds 9151 >= 8111 @ 0.0806
0.07/0.12	c bounds 9151 >= 8112 @ 0.0806
0.07/0.12	c bounds 9151 >= 8113 @ 0.080805
0.07/0.12	c bounds 9151 >= 8114 @ 0.081174
0.07/0.12	c bounds 9151 >= 8115 @ 0.081691
0.07/0.12	c bounds 9151 >= 8120 @ 0.082188
0.07/0.12	c bounds 9151 >= 8122 @ 0.082688
0.07/0.12	c bounds 9151 >= 8124 @ 0.08305
0.07/0.12	c bounds 9151 >= 8126 @ 0.083385
0.07/0.12	c bounds 9151 >= 8127 @ 0.083593
0.07/0.12	c bounds 9151 >= 8128 @ 0.083593
0.07/0.12	c bounds 9151 >= 8129 @ 0.083593
0.07/0.12	c bounds 9151 >= 8130 @ 0.083593
0.07/0.12	c bounds 9151 >= 8133 @ 0.083593
0.07/0.12	c bounds 9151 >= 8134 @ 0.083593
0.07/0.12	c bounds 9151 >= 8135 @ 0.083593
0.07/0.12	c bounds 9151 >= 8136 @ 0.084253
0.07/0.12	c bounds 9151 >= 8140 @ 0.084738
0.07/0.12	c bounds 9151 >= 8142 @ 0.085165
0.07/0.12	c bounds 9151 >= 8144 @ 0.085556
0.07/0.13	c bounds 9030 >= 8144 @ 0.08591
0.07/0.13	c bounds 9030 >= 8145 @ 0.086288
0.07/0.13	c bounds 9030 >= 8146 @ 0.086682
0.07/0.13	c bounds 9030 >= 8147 @ 0.087096
0.07/0.13	c bounds 8970 >= 8147 @ 0.087478
0.07/0.13	c bounds 8970 >= 8148 @ 0.087539
0.07/0.13	c bounds 8970 >= 8149 @ 0.087539
0.07/0.13	c bounds 8908 >= 8149 @ 0.08915
0.07/0.13	c bounds 8908 >= 8150 @ 0.089564
0.07/0.13	c bounds 8908 >= 8151 @ 0.090001
0.07/0.13	c bounds 8908 >= 8152 @ 0.090521
0.07/0.13	c bounds 8908 >= 8153 @ 0.090901
0.07/0.13	c bounds 8908 >= 8154 @ 0.091339
0.07/0.13	c bounds 8908 >= 8155 @ 0.091907
0.07/0.15	c bounds 8908 >= 8908 @ 0.11053
0.07/0.15	c cpu time 0.110549 s
0.07/0.15	c deterministic time 3249935 3.25e+06
0.07/0.15	c optimization time 0.012592 s
0.07/0.15	c total solve time 0.095743 s
0.07/0.15	c core-guided solve time 0.033344 s
0.07/0.15	c propagation time 0.048772 s
0.07/0.15	c conflict analysis time 0.026547 s
0.07/0.15	c propagations 72855
0.07/0.15	c resolve steps 3949
0.07/0.15	c decisions 66031
0.07/0.15	c conflicts 793
0.07/0.15	c restarts 6
0.07/0.15	c inprocessing phases 0
0.07/0.15	c garbage collections 0 ,( -nan )
0.07/0.15	c input clauses 349 ,( 31.73 )
0.07/0.15	c input cardinalities 289 ,( 26.27 )
0.07/0.15	c input general constraints 462 ,( 42.00 )
0.07/0.15	c input average constraint length 57.53
0.07/0.15	c input average constraint degree 2611.27
0.07/0.15	c learned clauses 161 ,( 18.99 )
0.07/0.15	c learned cardinalities 23 ,( 2.71 )
0.07/0.15	c learned general constraints 664 ,( 78.30 )
0.07/0.15	c learned average constraint length 81.10
0.07/0.15	c learned average constraint degree 449232999.21
0.07/0.15	c watched  CF 32, 64, 128, Arb: 271 , 0 , 0 , 0
0.07/0.15	c counting CF 32, 64, 128, Arb: 856 , 0 , 0 , 0
0.07/0.15	c watched   constraints 271 ,( 24.07 ) 
0.07/0.15	c counting  constraints 855 ,( 75.93 ) 
0.07/0.15	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 43222 , 36088 , 96296 ,( 11032 , 85264 )
0.07/0.15	c gcd simplifications 42
0.07/0.15	c detected cardinalities 0
0.07/0.15	c weakened non-implied lits 48619
0.07/0.15	c weakened non-implying lits 306
0.07/0.15	c original variables 253
0.07/0.15	c clausal propagations 34770
0.07/0.15	c cardinality propagations 8140
0.07/0.15	c watched propagations 306
0.07/0.15	c counting propagations 18387
0.07/0.15	c watch lookups 1564419
0.07/0.15	c watch backjump lookups 0
0.07/0.15	c watch checks 406915
0.07/0.15	c propagation checks 758760
0.07/0.15	c constraint additions 240606
0.07/0.15	c trail pops 139401
0.07/0.15	c formula constraints 286
0.07/0.15	c learned constraints 823
0.07/0.15	c bound constraints 198
0.07/0.15	c core-guided constraints 616
0.07/0.15	c encountered formula constraints 2538
0.07/0.15	c encountered learned constraints 1079
0.07/0.15	c encountered bound constraints 222
0.07/0.15	c encountered core-guided constraints 577
0.07/0.15	c LP total time 0.020165 s
0.07/0.15	c LP solve time 0 s
0.07/0.15	c LP constraints added 287
0.07/0.15	c LP constraints removed 0
0.07/0.15	c LP pivots internal 815
0.07/0.15	c LP pivots root 132
0.07/0.15	c LP calls 19
0.07/0.15	c LP optimalities 7
0.07/0.15	c LP no pivot count 1
0.07/0.15	c LP infeasibilities 12
0.07/0.15	c LP valid Farkas constraints 12
0.07/0.15	c LP learned Farkas constraints 12
0.07/0.15	c LP basis resets 0
0.07/0.15	c LP cycling count 0
0.07/0.15	c LP singular count 0
0.07/0.15	c LP no primal count 0
0.07/0.15	c LP no farkas count 0
0.07/0.15	c LP other issue count 0
0.07/0.15	c LP Gomory cuts 1
0.07/0.15	c LP learned cuts 0
0.07/0.15	c LP deleted cuts 0
0.07/0.15	c LP encountered Gomory constraints 0
0.07/0.15	c LP encountered Farkas constraints 311
0.07/0.15	c LP encountered learned Farkas constraints 3
0.07/0.15	c CG auxiliary variables introduced 266
0.07/0.15	c CG solutions found 14
0.07/0.15	c CG cores constructed 182
0.07/0.15	c CG core cardinality constraints returned 0
0.07/0.15	c CG unit cores 0
0.07/0.15	c CG single cores 173
0.07/0.15	c CG blocks removed during cardinality reduction 6
0.07/0.15	c CG first core best 0
0.07/0.15	c CG decision core best 6
0.07/0.15	c CG core reduction tie 3
0.07/0.15	c CG core degree average 1.00
0.07/0.15	c CG core slack average 21.80
0.07/0.15	c CG core upper bound improvements 1
0.07/0.15	c STR number of successful calls 0
0.07/0.15	c STR number of unsuccessful calls 0
0.07/0.15	c STR number of inconclusive calls 0
0.07/0.15	c STR number of successful attempts 0
0.07/0.15	c STR number of unsuccessful attempts 0
0.07/0.15	c STR number of inconclusive attempts 0
0.07/0.15	c STR average degree increase per successful call inf
0.07/0.15	c STR average degree increase per successful attempt inf
0.07/0.15	c STR total number of conflicts for successful attempts 0
0.07/0.15	c STR total number of conflicts for unsuccessful attempts 0
0.07/0.15	c STR total number of conflicts for inconclusive attempts 0
0.07/0.15	c STR average number of conflicts per successful attempt inf
0.07/0.15	c STR average number of conflicts per unsuccessful attempt inf
0.07/0.15	c STR average number of conflicts per inconclusive attempt inf
0.07/0.15	c AVG.sumWPerc 69.99 
0.07/0.15	c bigint constraints 0 
0.07/0.15	o 8908
0.07/0.15	s OPTIMUM FOUND
0.07/0.15	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

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: 63708 MiB (62886 MiB free)
  memory of node 1: 64465 MiB (63807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496228-1751371008/watcher-4496228-1751371008 -o /tmp/evaluation-result-4496228-1751371008/solver-4496228-1751371008 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751363764-51136 --watchdog 3760 run-opt-ls.sh HOME/instance-4496228-1751371008.opb 

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 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=52553, runsolver pid=52550
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.14 4.10 4.09 5/267 52556
/proc/meminfo: memFree=129725848/131249996 swapFree=33005272/33010684
[pid=52553] ppid=52550 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/52553/stat : 52553 (run-opt-ls.sh) S 52550 52553 51126 0 -1 4194304 236 308 0 0 0 0 0 0 20 0 1 0 52778716 4292608 736 18446744073709551615 94527968149504 94527969044037 140732203600544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527969283088 94527969330832 94527994458112 140732203604327 140732203604453 140732203604453 140732203610055 0
/proc/52553/statm: 1048 736 672 219 0 110 0
[pid=52556] ppid=52553 vsize=58408 memory=15380 CPUtime=0.07 cores=0,2
/proc/52556/stat : 52556 (roundingsat) R 52553 52553 51126 0 -1 4194304 1188 0 0 0 7 0 0 0 20 0 1 0 52778718 59809792 3845 18446744073709551615 4227072 8923433 140722719295840 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37249024 140722719299910 140722719300136 140722719300136 140722719305706 0
/proc/52556/statm: 14602 3845 2432 1147 0 2029 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62600 KiB
Current children cumulated memory: 18324 KiB

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

# cumulated CPU time of all completed processes:  user=0.115897 s, system=0.021593 s

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

[startup+0.100061 s]*
/proc/loadavg: 4.14 4.10 4.09 5/267 52556
/proc/meminfo: memFree=129725848/131249996 swapFree=33005272/33010684
[pid=52553] ppid=52550 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/52553/stat : 52553 (run-opt-ls.sh) S 52550 52553 51126 0 -1 4194304 236 308 0 0 0 0 0 0 20 0 1 0 52778716 4292608 736 18446744073709551615 94527968149504 94527969044037 140732203600544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94527969283088 94527969330832 94527994458112 140732203604327 140732203604453 140732203604453 140732203610055 0
/proc/52553/statm: 1048 736 672 219 0 110 0
[pid=52556] ppid=52553 vsize=58408 memory=15380 CPUtime=0.07 cores=0,2
/proc/52556/stat : 52556 (roundingsat) R 52553 52553 51126 0 -1 4194304 1188 0 0 0 7 0 0 0 20 0 1 0 52778718 59809792 3845 18446744073709551615 4227072 8923433 140722719295840 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37249024 140722719299910 140722719300136 140722719300136 140722719305706 0
/proc/52556/statm: 14602 3845 2432 1147 0 2029 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62600 KiB
Current children cumulated memory: 18324 KiB

Child status: 0

Real time (s): 0.158407
CPU time (s): 0.13749
CPU user time (s): 0.115897
CPU system time (s): 0.021593
CPU usage (%): 86.7954
Max. virtual memory (cumulated for all children) (KiB): 62600
Max. memory (cumulated for all children) (KiB): 18324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.115897
system time used= 0.021593
maximum resident set size= 17684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 52553
#   total CPU time (s): 0.13749
#   total CPU user time (s): 0.115897
#   total CPU system time (s): 0.021593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.006799 second user time and 0.016532 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 13:56:49
IDJOB=4496228
IDBENCH=148110
IDSOLVER=3355
FILE ID=nodeC023/4496228-1751371008
RUNJOBID= nodeC023-1751363764-51136
SLURM_JOB_ID= 9598180
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-11_22.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496228-1751371008/watcher-4496228-1751371008 -o /tmp/evaluation-result-4496228-1751371008/solver-4496228-1751371008 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751363764-51136 --watchdog 3760  run-opt-ls.sh HOME/instance-4496228-1751371008.opb

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=1136140842

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3567.225
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.126
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.944
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3631.313
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.896
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.893
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.252
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.850
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129735984 kB
MemAvailable:   129389180 kB
Buffers:            1328 kB
Cached:           449032 kB
SwapCached:          440 kB
Active:           651836 kB
Inactive:         292656 kB
Active(anon):     452864 kB
Inactive(anon):    54640 kB
Active(file):     198972 kB
Inactive(file):   238016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16060 kB
Writeback:             0 kB
AnonPages:        491472 kB
Mapped:           113204 kB
Shmem:             13368 kB
KReclaimable:     104760 kB
Slab:             192280 kB
SReclaimable:     104760 kB
SUnreclaim:        87520 kB
KernelStack:        4304 kB
PageTables:         4128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     830156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC023 at 2025-07-01 13:56:49