Trace number 4496231

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 63f22adOPT cert.8908 0.677811 0.711973

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-4496231-1751377352.opb'
0.00/0.01	c 	read 0.01MB  (0.26ms)
0.00/0.01	c	 [cnf: #variables 253 #clauses 265 #duplicates 0 #arr 979]
0.00/0.01	c output proof to 'PROOFDIR/proof-4496231-1751377352'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.34ms)
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.07ms)
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-4496231-1751377352.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.09ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.59ms 40.59% other
0.00/0.01	c                   0.34ms 23.46% approx_orbits
0.00/0.01	c                   0.25ms 17.57% parse
0.00/0.01	c                   0.10ms  6.93% detect_generic
0.00/0.01	c                   0.09ms  6.16% output
0.00/0.01	c                   0.07ms  4.74% detect_special
0.00/0.01	c                   0.01ms  0.55% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   1.45ms   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.02	c #variables 253 #constraints 286
0.00/0.02	c objective is ce32 
0.00/0.02	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.02	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.02	c bounds - >= 0 @ 0.002468
0.00/0.03	c rational objective 8757
0.00/0.04	c bounds 11514 >= 0 @ 0.019816
0.00/0.04	c bounds 11514 >= 122 @ 0.020018
0.00/0.05	c bounds 11455 >= 122 @ 0.020621
0.00/0.05	c bounds 11455 >= 181 @ 0.020788
0.00/0.05	c bounds 11455 >= 192 @ 0.020972
0.00/0.05	c bounds 11455 >= 245 @ 0.021124
0.00/0.05	c bounds 11455 >= 246 @ 0.021266
0.00/0.05	c bounds 11455 >= 252 @ 0.02141
0.00/0.05	c bounds 11455 >= 259 @ 0.021544
0.00/0.05	c bounds 11376 >= 259 @ 0.023596
0.00/0.05	c bounds 11376 >= 340 @ 0.023754
0.00/0.05	c bounds 11376 >= 398 @ 0.023915
0.00/0.05	c bounds 11376 >= 533 @ 0.024066
0.00/0.05	c bounds 11376 >= 538 @ 0.024209
0.00/0.05	c bounds 11376 >= 1299 @ 0.024369
0.00/0.05	c bounds 11376 >= 1401 @ 0.024535
0.00/0.05	c bounds 11319 >= 1401 @ 0.024938
0.00/0.05	c bounds 11319 >= 1535 @ 0.025112
0.00/0.05	c bounds 11319 >= 1684 @ 0.02529
0.00/0.05	c bounds 11191 >= 1684 @ 0.025772
0.00/0.05	c bounds 11191 >= 1815 @ 0.025956
0.00/0.05	c bounds 11191 >= 1926 @ 0.026127
0.00/0.05	c bounds 11191 >= 2058 @ 0.026289
0.00/0.05	c bounds 11135 >= 2058 @ 0.026602
0.00/0.05	c bounds 11135 >= 2253 @ 0.026776
0.00/0.05	c bounds 11135 >= 2376 @ 0.026944
0.00/0.05	c bounds 11007 >= 2376 @ 0.027247
0.00/0.05	c bounds 11007 >= 2648 @ 0.027416
0.00/0.05	c bounds 11007 >= 2945 @ 0.027645
0.00/0.05	c bounds 10701 >= 2945 @ 0.02804
0.00/0.05	c bounds 10701 >= 3059 @ 0.028233
0.00/0.06	c bounds 10701 >= 3078 @ 0.030506
0.00/0.06	c bounds 10701 >= 3087 @ 0.030506
0.00/0.07	c bounds 10578 >= 3087 @ 0.038205
0.00/0.07	c bounds 10578 >= 3100 @ 0.038436
0.00/0.07	c bounds 10578 >= 3221 @ 0.038464
0.00/0.07	c bounds 10578 >= 3324 @ 0.038464
0.00/0.07	c bounds 10578 >= 3469 @ 0.038464
0.00/0.07	c bounds 10578 >= 3727 @ 0.038464
0.00/0.07	c bounds 10578 >= 3963 @ 0.038464
0.00/0.07	c bounds 10578 >= 4180 @ 0.038579
0.00/0.07	c bounds 10578 >= 4353 @ 0.038756
0.00/0.07	c bounds 10578 >= 4576 @ 0.038935
0.00/0.07	c bounds 10578 >= 4600 @ 0.03913
0.00/0.07	c bounds 10578 >= 4707 @ 0.039318
0.00/0.07	c bounds 10578 >= 4735 @ 0.039514
0.00/0.07	c bounds 10578 >= 4775 @ 0.039728
0.00/0.07	c bounds 10578 >= 4886 @ 0.039904
0.00/0.07	c bounds 10578 >= 4987 @ 0.040083
0.00/0.07	c bounds 10578 >= 5075 @ 0.040288
0.00/0.07	c bounds 10578 >= 5220 @ 0.040483
0.00/0.07	c bounds 10578 >= 5326 @ 0.040681
0.00/0.07	c bounds 10578 >= 5472 @ 0.040872
0.00/0.07	c bounds 10578 >= 5635 @ 0.041068
0.00/0.07	c bounds 10578 >= 5754 @ 0.041255
0.00/0.07	c bounds 10578 >= 5786 @ 0.041454
0.00/0.07	c bounds 10578 >= 5799 @ 0.041683
0.00/0.07	c bounds 10578 >= 5854 @ 0.041885
0.00/0.07	c bounds 10578 >= 5859 @ 0.04211
0.00/0.07	c bounds 10578 >= 5943 @ 0.042308
0.00/0.07	c bounds 10578 >= 6095 @ 0.042518
0.00/0.07	c bounds 10578 >= 6261 @ 0.042714
0.00/0.07	c bounds 10578 >= 6262 @ 0.042944
0.00/0.07	c bounds 10578 >= 6360 @ 0.043215
0.00/0.07	c bounds 10578 >= 6417 @ 0.043414
0.00/0.07	c bounds 10578 >= 6462 @ 0.04362
0.00/0.07	c bounds 10578 >= 6559 @ 0.043877
0.00/0.07	c bounds 10578 >= 6596 @ 0.044071
0.00/0.07	c bounds 10578 >= 6692 @ 0.04431
0.00/0.07	c bounds 10578 >= 6806 @ 0.044544
0.00/0.07	c bounds 10578 >= 6873 @ 0.044792
0.00/0.07	c bounds 10578 >= 6904 @ 0.045038
0.00/0.07	c bounds 10578 >= 6946 @ 0.04528
0.00/0.07	c bounds 10578 >= 6987 @ 0.045506
0.00/0.09	c bounds 10294 >= 6987 @ 0.058494
0.00/0.09	c bounds 10294 >= 7053 @ 0.058758
0.00/0.09	c bounds 10294 >= 7156 @ 0.059081
0.00/0.09	c bounds 10294 >= 7198 @ 0.059367
0.00/0.09	c bounds 10294 >= 7278 @ 0.059415
0.00/0.09	c bounds 10294 >= 7287 @ 0.059415
0.00/0.09	c bounds 10294 >= 7358 @ 0.059415
0.00/0.09	c bounds 10294 >= 7369 @ 0.059547
0.00/0.09	c bounds 10294 >= 7373 @ 0.059855
0.00/0.09	c bounds 10294 >= 7394 @ 0.060186
0.00/0.10	c bounds 10294 >= 7404 @ 0.064907
0.00/0.10	c bounds 10294 >= 7443 @ 0.065221
0.00/0.10	c bounds 10294 >= 7445 @ 0.065371
0.00/0.10	c bounds 10294 >= 7463 @ 0.065371
0.00/0.10	c bounds 10294 >= 7507 @ 0.065371
0.00/0.10	c bounds 10294 >= 7551 @ 0.06547
0.00/0.10	c bounds 10294 >= 7558 @ 0.065838
0.00/0.10	c bounds 10294 >= 7565 @ 0.066167
0.00/0.10	c bounds 10294 >= 7566 @ 0.066313
0.00/0.10	c bounds 10294 >= 7586 @ 0.066313
0.00/0.10	c bounds 10294 >= 7611 @ 0.066313
0.00/0.10	c bounds 10294 >= 7633 @ 0.066313
0.00/0.10	c bounds 10294 >= 7651 @ 0.066313
0.00/0.10	c bounds 10294 >= 7659 @ 0.066313
0.00/0.10	c bounds 10294 >= 7661 @ 0.066313
0.07/0.10	c bounds 10294 >= 7670 @ 0.066313
0.07/0.10	c bounds 10294 >= 7675 @ 0.066313
0.07/0.10	c bounds 10294 >= 7685 @ 0.066581
0.07/0.10	c bounds 10294 >= 7692 @ 0.066864
0.07/0.10	c bounds 10294 >= 7710 @ 0.067139
0.07/0.10	c bounds 10294 >= 7716 @ 0.067199
0.07/0.10	c bounds 10294 >= 7722 @ 0.067199
0.07/0.10	c bounds 10294 >= 7725 @ 0.067293
0.07/0.10	c bounds 10294 >= 7726 @ 0.067682
0.07/0.10	c bounds 10294 >= 7729 @ 0.068087
0.07/0.10	c bounds 10294 >= 7730 @ 0.068478
0.07/0.11	c bounds 10294 >= 7731 @ 0.068892
0.07/0.11	c bounds 10294 >= 7736 @ 0.069269
0.07/0.11	c bounds 10294 >= 7738 @ 0.069629
0.07/0.11	c bounds 10294 >= 7739 @ 0.07006
0.07/0.11	c bounds 10294 >= 7741 @ 0.070455
0.07/0.11	c bounds 10294 >= 7742 @ 0.070806
0.07/0.11	c bounds 10294 >= 7743 @ 0.071195
0.07/0.11	c bounds 10294 >= 7747 @ 0.071605
0.07/0.11	c bounds 10294 >= 7748 @ 0.072048
0.07/0.11	c bounds 10294 >= 7757 @ 0.07246
0.07/0.11	c bounds 10294 >= 7758 @ 0.07292
0.07/0.11	c bounds 10294 >= 7759 @ 0.073345
0.07/0.11	c bounds 10294 >= 7761 @ 0.073825
0.07/0.11	c bounds 10294 >= 7783 @ 0.074269
0.07/0.11	c bounds 10294 >= 7784 @ 0.074775
0.07/0.11	c bounds 10294 >= 7793 @ 0.07523
0.07/0.11	c bounds 10294 >= 7794 @ 0.075698
0.07/0.11	c bounds 10294 >= 7795 @ 0.076195
0.07/0.11	c bounds 10294 >= 7796 @ 0.076777
0.07/0.11	c bounds 10294 >= 7797 @ 0.077091
0.07/0.11	c bounds 10294 >= 7799 @ 0.077091
0.07/0.11	c bounds 10294 >= 7801 @ 0.077211
0.07/0.12	c bounds 10294 >= 7802 @ 0.077615
0.07/0.12	c bounds 10294 >= 7803 @ 0.078083
0.07/0.12	c bounds 10294 >= 7804 @ 0.078169
0.07/0.12	c bounds 10294 >= 7813 @ 0.078169
0.07/0.13	c bounds 10281 >= 7813 @ 0.094297
0.07/0.13	c bounds 10281 >= 7815 @ 0.094751
0.07/0.13	c bounds 10281 >= 7822 @ 0.095217
0.07/0.14	c bounds 10281 >= 7824 @ 0.095714
0.07/0.14	c bounds 10281 >= 7826 @ 0.096093
0.07/0.14	c bounds 10281 >= 7827 @ 0.096093
0.07/0.14	c bounds 10281 >= 7830 @ 0.096194
0.07/0.14	c bounds 10281 >= 7831 @ 0.096675
0.07/0.14	c bounds 10281 >= 7832 @ 0.097217
0.07/0.14	c bounds 10281 >= 7833 @ 0.097757
0.07/0.14	c bounds 10281 >= 7834 @ 0.098334
0.07/0.14	c bounds 10281 >= 7835 @ 0.098857
0.07/0.14	c bounds 10281 >= 7836 @ 0.09942
0.07/0.14	c bounds 10281 >= 7839 @ 0.10005
0.07/0.14	c bounds 10281 >= 7841 @ 0.100481
0.07/0.14	c bounds 10281 >= 7842 @ 0.101018
0.07/0.14	c bounds 10281 >= 7843 @ 0.101123
0.07/0.14	c bounds 10281 >= 7871 @ 0.101239
0.07/0.14	c bounds 10281 >= 7872 @ 0.101877
0.07/0.14	c bounds 10281 >= 7875 @ 0.102429
0.07/0.14	c bounds 10281 >= 7878 @ 0.102849
0.07/0.14	c bounds 10281 >= 7879 @ 0.103255
0.07/0.15	c bounds 10281 >= 7881 @ 0.103683
0.07/0.15	c bounds 10281 >= 7882 @ 0.10411
0.07/0.15	c bounds 10281 >= 7889 @ 0.104511
0.07/0.15	c bounds 10281 >= 7890 @ 0.10494
0.07/0.15	c bounds 10281 >= 7897 @ 0.105108
0.07/0.15	c bounds 10281 >= 7898 @ 0.105108
0.07/0.15	c bounds 10281 >= 7899 @ 0.105108
0.07/0.15	c bounds 10281 >= 7900 @ 0.105108
0.07/0.15	c bounds 10281 >= 7901 @ 0.105671
0.07/0.15	c bounds 10281 >= 7902 @ 0.106093
0.07/0.15	c bounds 10281 >= 7911 @ 0.106208
0.07/0.15	c bounds 10281 >= 7912 @ 0.106756
0.07/0.16	c bounds 10281 >= 7913 @ 0.112068
0.07/0.16	c bounds 10281 >= 7915 @ 0.112481
0.07/0.16	c bounds 10281 >= 7916 @ 0.113255
0.07/0.16	c bounds 10281 >= 7920 @ 0.113687
0.07/0.16	c bounds 10281 >= 7922 @ 0.114098
0.07/0.16	c bounds 10281 >= 7924 @ 0.114586
0.07/0.16	c bounds 10281 >= 7925 @ 0.115261
0.07/0.16	c bounds 10281 >= 7926 @ 0.115913
0.18/0.21	c bounds 10263 >= 7926 @ 0.162354
0.18/0.21	c bounds 10263 >= 7928 @ 0.163154
0.18/0.21	c bounds 10263 >= 7929 @ 0.163808
0.18/0.21	c bounds 10263 >= 7930 @ 0.164516
0.18/0.21	c #Conflicts:       1000 | #Constraints:       2084
0.18/0.21	c bounds 10263 >= 7931 @ 0.165613
0.18/0.22	c bounds 10263 >= 7933 @ 0.166597
0.18/0.22	c bounds 10263 >= 7935 @ 0.167254
0.18/0.22	c bounds 10263 >= 7936 @ 0.167945
0.18/0.22	c bounds 10263 >= 7938 @ 0.168755
0.18/0.22	c bounds 10263 >= 7939 @ 0.169923
0.18/0.22	c bounds 10263 >= 7941 @ 0.169923
0.18/0.22	c bounds 10263 >= 7942 @ 0.17087
0.18/0.22	c bounds 10263 >= 7943 @ 0.171683
0.18/0.22	c bounds 10263 >= 7944 @ 0.171951
0.18/0.22	c bounds 10263 >= 7945 @ 0.172488
0.18/0.22	c bounds 10263 >= 7951 @ 0.173303
0.18/0.22	c bounds 10263 >= 7952 @ 0.174057
0.18/0.23	c bounds 10263 >= 7963 @ 0.174635
0.18/0.23	c bounds 10263 >= 7964 @ 0.175274
0.18/0.23	c bounds 10263 >= 7965 @ 0.175909
0.18/0.23	c bounds 10263 >= 7966 @ 0.17677
0.18/0.23	c bounds 10263 >= 7967 @ 0.177461
0.18/0.23	c bounds 10263 >= 7969 @ 0.177962
0.18/0.23	c bounds 10263 >= 7970 @ 0.178657
0.18/0.23	c bounds 10263 >= 7971 @ 0.17893
0.18/0.23	c bounds 10263 >= 7972 @ 0.179567
0.18/0.23	c bounds 10263 >= 7973 @ 0.180367
0.18/0.23	c bounds 10263 >= 7975 @ 0.181169
0.18/0.23	c bounds 10263 >= 7976 @ 0.181641
0.18/0.23	c bounds 10263 >= 7977 @ 0.182167
0.18/0.23	c bounds 10263 >= 7984 @ 0.182719
0.18/0.23	c bounds 10263 >= 7987 @ 0.183321
0.18/0.24	c bounds 10263 >= 7988 @ 0.183986
0.18/0.24	c bounds 10263 >= 7989 @ 0.184671
0.18/0.24	c bounds 10263 >= 7991 @ 0.184915
0.18/0.24	c bounds 10263 >= 7992 @ 0.185559
0.18/0.24	c bounds 10263 >= 7999 @ 0.185907
0.18/0.24	c bounds 10263 >= 8014 @ 0.185907
0.18/0.24	c bounds 10263 >= 8020 @ 0.186308
0.18/0.24	c bounds 10263 >= 8023 @ 0.186808
0.18/0.24	c bounds 10263 >= 8025 @ 0.187273
0.18/0.24	c bounds 10263 >= 8030 @ 0.187792
0.18/0.24	c bounds 10263 >= 8031 @ 0.187901
0.18/0.24	c bounds 10263 >= 8033 @ 0.188075
0.18/0.24	c bounds 10263 >= 8049 @ 0.188877
0.18/0.24	c bounds 10263 >= 8050 @ 0.189687
0.18/0.25	c bounds 10263 >= 8051 @ 0.190412
0.18/0.25	c bounds 10263 >= 8052 @ 0.191278
0.18/0.25	c bounds 10263 >= 8053 @ 0.192154
0.18/0.25	c bounds 10263 >= 8054 @ 0.193012
0.18/0.25	c bounds 10263 >= 8055 @ 0.197947
0.18/0.26	c bounds 10263 >= 8056 @ 0.199362
0.18/0.26	c bounds 10263 >= 8057 @ 0.199866
0.18/0.26	c bounds 10263 >= 8058 @ 0.199866
0.18/0.26	c bounds 10263 >= 8059 @ 0.199866
0.18/0.26	c bounds 10263 >= 8060 @ 0.200903
0.18/0.26	c bounds 10263 >= 8062 @ 0.201616
0.18/0.26	c bounds 10263 >= 8063 @ 0.201851
0.18/0.26	c bounds 10263 >= 8066 @ 0.201851
0.18/0.26	c bounds 10126 >= 8066 @ 0.203226
0.18/0.26	c bounds 10126 >= 8067 @ 0.203789
0.18/0.27	c bounds 10126 >= 8068 @ 0.203838
0.18/0.27	c bounds 10126 >= 8069 @ 0.204724
0.18/0.30	c bounds 10116 >= 8069 @ 0.239986
0.18/0.30	c bounds 10116 >= 8070 @ 0.241265
0.18/0.31	c bounds 10116 >= 8071 @ 0.242838
0.28/0.31	c bounds 10116 >= 8072 @ 0.243677
0.28/0.31	c bounds 10116 >= 8073 @ 0.243693
0.28/0.31	c bounds 10116 >= 8074 @ 0.245406
0.28/0.31	c bounds 10116 >= 8075 @ 0.247124
0.28/0.31	c bounds 10116 >= 8076 @ 0.248465
0.28/0.31	c bounds 10116 >= 8077 @ 0.250072
0.28/0.32	c bounds 10116 >= 8078 @ 0.251603
0.28/0.32	c bounds 10116 >= 8079 @ 0.252978
0.28/0.32	c bounds 10116 >= 8080 @ 0.254067
0.28/0.32	c bounds 10116 >= 8081 @ 0.2551
0.28/0.32	c bounds 10116 >= 8082 @ 0.256239
0.28/0.32	c bounds 10116 >= 8083 @ 0.257435
0.28/0.32	c bounds 10116 >= 8084 @ 0.257869
0.28/0.33	c bounds 10116 >= 8085 @ 0.261561
0.28/0.33	c bounds 10116 >= 8086 @ 0.261647
0.28/0.33	c bounds 10116 >= 8087 @ 0.262619
0.28/0.33	c bounds 10116 >= 8088 @ 0.262809
0.28/0.33	c bounds 10116 >= 8091 @ 0.263574
0.28/0.33	c bounds 10116 >= 8092 @ 0.264091
0.28/0.33	c bounds 10116 >= 8093 @ 0.265356
0.28/0.34	c bounds 10116 >= 8098 @ 0.266312
0.28/0.34	c bounds 10116 >= 8099 @ 0.266627
0.28/0.34	c bounds 10116 >= 8103 @ 0.266795
0.28/0.34	c bounds 10116 >= 8104 @ 0.268166
0.28/0.34	c bounds 10013 >= 8104 @ 0.268896
0.28/0.34	c bounds 9999 >= 8104 @ 0.269652
0.28/0.34	c bounds 9999 >= 8105 @ 0.270946
0.28/0.34	c bounds 9992 >= 8105 @ 0.271895
0.28/0.34	c bounds 9992 >= 8106 @ 0.273534
0.28/0.34	c bounds 9922 >= 8106 @ 0.274339
0.28/0.35	c bounds 9922 >= 8107 @ 0.274853
0.28/0.35	c bounds 9895 >= 8107 @ 0.275672
0.28/0.35	c bounds 9895 >= 8108 @ 0.276603
0.28/0.36	c bounds 9868 >= 8108 @ 0.283105
0.28/0.36	c bounds 9868 >= 8109 @ 0.283825
0.28/0.36	c bounds 9868 >= 8112 @ 0.285643
0.28/0.36	c bounds 9868 >= 8113 @ 0.286677
0.28/0.36	c bounds 9868 >= 8114 @ 0.288309
0.28/0.37	c bounds 9672 >= 8114 @ 0.292561
0.28/0.37	c bounds 9672 >= 8115 @ 0.294399
0.28/0.37	c bounds 9672 >= 8116 @ 0.295082
0.28/0.37	c bounds 9672 >= 8117 @ 0.29632
0.28/0.38	c bounds 9486 >= 8117 @ 0.306804
0.28/0.38	c bounds 9486 >= 8120 @ 0.3085
0.28/0.39	c bounds 9486 >= 8121 @ 0.309402
0.28/0.39	c bounds 9486 >= 8122 @ 0.310299
0.28/0.39	c bounds 9486 >= 8123 @ 0.310675
0.28/0.39	c bounds 9486 >= 8126 @ 0.312272
0.28/0.39	c bounds 9486 >= 8127 @ 0.317195
0.28/0.40	c bounds 9486 >= 8128 @ 0.318246
0.28/0.40	c bounds 9486 >= 8129 @ 0.318492
0.28/0.40	c bounds 9486 >= 8130 @ 0.31916
0.28/0.40	c bounds 9486 >= 8131 @ 0.319739
0.37/0.44	c bounds 9445 >= 8131 @ 0.354679
0.37/0.44	c bounds 9445 >= 8132 @ 0.356906
0.37/0.44	c bounds 9445 >= 8133 @ 0.361227
0.37/0.45	c bounds 9445 >= 8135 @ 0.363514
0.37/0.45	c bounds 9445 >= 8136 @ 0.365182
0.37/0.45	c bounds 9445 >= 8137 @ 0.366921
0.37/0.45	c bounds 9445 >= 8138 @ 0.36831
0.37/0.45	c bounds 9445 >= 8139 @ 0.369471
0.37/0.45	c bounds 9445 >= 8140 @ 0.37111
0.37/0.45	c bounds 9445 >= 8141 @ 0.371528
0.37/0.46	c #Conflicts:       2000 | #Constraints:       4166
0.37/0.46	c INPROCESSING
0.37/0.46	c GARBAGE COLLECT
0.37/0.46	c rational objective 8818
0.37/0.49	c bounds 9445 >= 8142 @ 0.403661
0.37/0.49	c bounds 9445 >= 8143 @ 0.404631
0.37/0.49	c bounds 9445 >= 8147 @ 0.405164
0.37/0.49	c bounds 9445 >= 8148 @ 0.405281
0.37/0.49	c bounds 9445 >= 8149 @ 0.406345
0.37/0.49	c bounds 9445 >= 8150 @ 0.407645
0.37/0.49	c bounds 9445 >= 8151 @ 0.409083
0.37/0.50	c bounds 9445 >= 8152 @ 0.410698
0.37/0.50	c bounds 9445 >= 8153 @ 0.412341
0.37/0.50	c bounds 9445 >= 8154 @ 0.413989
0.37/0.50	c bounds 9445 >= 8155 @ 0.414266
0.37/0.50	c bounds 9445 >= 8156 @ 0.414266
0.37/0.50	c bounds 9445 >= 8157 @ 0.414904
0.37/0.50	c bounds 9445 >= 8158 @ 0.415235
0.37/0.50	c bounds 9445 >= 8159 @ 0.41636
0.37/0.50	c bounds 9445 >= 8160 @ 0.417554
0.37/0.51	c bounds 9445 >= 8161 @ 0.418844
0.48/0.51	c bounds 9445 >= 8162 @ 0.420575
0.48/0.51	c bounds 9445 >= 8163 @ 0.422117
0.48/0.51	c bounds 9445 >= 8164 @ 0.423773
0.48/0.51	c bounds 9445 >= 8165 @ 0.424406
0.48/0.51	c bounds 9426 >= 8165 @ 0.425534
0.48/0.52	c bounds 9426 >= 8166 @ 0.427486
0.48/0.53	c bounds 9416 >= 8166 @ 0.44017
0.48/0.53	c bounds 9416 >= 8167 @ 0.442246
0.48/0.53	c bounds 9416 >= 8168 @ 0.445418
0.48/0.54	c bounds 9416 >= 8169 @ 0.446875
0.48/0.54	c bounds 9416 >= 8170 @ 0.447104
0.48/0.54	c bounds 9416 >= 8171 @ 0.448626
0.48/0.54	c bounds 9416 >= 8172 @ 0.450579
0.48/0.54	c bounds 9416 >= 8173 @ 0.451756
0.48/0.54	c bounds 9416 >= 8174 @ 0.452988
0.48/0.54	c bounds 9353 >= 8174 @ 0.453956
0.48/0.54	c bounds 9353 >= 8175 @ 0.454943
0.48/0.55	c bounds 9353 >= 8176 @ 0.455569
0.48/0.55	c bounds 9350 >= 8176 @ 0.457506
0.48/0.55	c bounds 9350 >= 8178 @ 0.458709
0.48/0.55	c bounds 9350 >= 8179 @ 0.459667
0.48/0.56	c bounds 9339 >= 8179 @ 0.472418
0.48/0.57	c bounds 9339 >= 8180 @ 0.47522
0.48/0.57	c bounds 9339 >= 8181 @ 0.476389
0.48/0.57	c bounds 9339 >= 8182 @ 0.477669
0.48/0.57	c bounds 9339 >= 8183 @ 0.478231
0.48/0.57	c bounds 9339 >= 8184 @ 0.479323
0.48/0.57	c bounds 9339 >= 8185 @ 0.480519
0.48/0.57	c bounds 9339 >= 8186 @ 0.481511
0.48/0.57	c bounds 9339 >= 8187 @ 0.483001
0.48/0.58	c bounds 9339 >= 8188 @ 0.48352
0.48/0.58	c bounds 9339 >= 8189 @ 0.48537
0.48/0.58	c bounds 9155 >= 8189 @ 0.487995
0.48/0.58	c bounds 9155 >= 8190 @ 0.489429
0.48/0.59	c bounds 9155 >= 8191 @ 0.491783
0.48/0.60	c bounds 9152 >= 8191 @ 0.50082
0.48/0.60	c bounds 9152 >= 8192 @ 0.501952
0.57/0.60	c bounds 9152 >= 8193 @ 0.503169
0.57/0.60	c bounds 9152 >= 8194 @ 0.50435
0.57/0.60	c bounds 9152 >= 8195 @ 0.505442
0.57/0.61	c bounds 9152 >= 8196 @ 0.508792
0.57/0.61	c bounds 9152 >= 8197 @ 0.509799
0.57/0.61	c bounds 9152 >= 8199 @ 0.510422
0.57/0.61	c bounds 9152 >= 8200 @ 0.511377
0.57/0.61	c bounds 9152 >= 8201 @ 0.512382
0.57/0.62	c bounds 9152 >= 8202 @ 0.513394
0.57/0.62	c bounds 9152 >= 8203 @ 0.514506
0.57/0.62	c bounds 9092 >= 8203 @ 0.515511
0.57/0.62	c bounds 9092 >= 8204 @ 0.5194
0.57/0.62	c bounds 8970 >= 8204 @ 0.520534
0.57/0.62	c bounds 8970 >= 8205 @ 0.521109
0.57/0.62	c bounds 8970 >= 8206 @ 0.521986
0.57/0.63	c bounds 8970 >= 8209 @ 0.523559
0.57/0.63	c bounds 8908 >= 8209 @ 0.527331
0.57/0.63	c bounds 8908 >= 8212 @ 0.528262
0.57/0.63	c bounds 8908 >= 8213 @ 0.528975
0.57/0.63	c bounds 8908 >= 8214 @ 0.529876
0.57/0.63	c bounds 8908 >= 8215 @ 0.530763
0.57/0.64	c bounds 8908 >= 8216 @ 0.531582
0.57/0.69	c bounds 8908 >= 8908 @ 0.580969
0.57/0.69	c cpu time 0.580983 s
0.57/0.69	c deterministic time 18532032 1.85e+07
0.57/0.69	c optimization time 0.072499 s
0.57/0.69	c total solve time 0.506046 s
0.57/0.69	c core-guided solve time 0.210338 s
0.57/0.69	c propagation time 0.236468 s
0.57/0.69	c conflict analysis time 0.170885 s
0.57/0.69	c propagations 301805
0.57/0.69	c resolve steps 13710
0.57/0.69	c decisions 186612
0.57/0.69	c conflicts 2691
0.57/0.69	c restarts 14
0.57/0.69	c inprocessing phases 1
0.57/0.69	c garbage collections 1 ,( 100.00 )
0.57/0.69	c input clauses 724 ,( 26.36 )
0.57/0.69	c input cardinalities 831 ,( 30.25 )
0.57/0.69	c input general constraints 1192 ,( 43.39 )
0.57/0.69	c input average constraint length 59.94
0.57/0.69	c input average constraint degree 2311.19
0.57/0.69	c learned clauses 618 ,( 22.35 )
0.57/0.69	c learned cardinalities 10 ,( 0.36 )
0.57/0.69	c learned general constraints 2137 ,( 77.29 )
0.57/0.69	c learned average constraint length 79.84
0.57/0.69	c learned average constraint degree 412595445.27
0.57/0.69	c watched  CF 32, 64, 128, Arb: 673 , 0 , 0 , 0
0.57/0.69	c counting CF 32, 64, 128, Arb: 2657 , 0 , 0 , 0
0.57/0.69	c watched   constraints 673 ,( 20.22 ) 
0.57/0.69	c counting  constraints 2656 ,( 79.78 ) 
0.57/0.69	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 123912 , 193241 , 861092 ,( 70145 , 790947 )
0.57/0.69	c gcd simplifications 98
0.57/0.69	c detected cardinalities 0
0.57/0.69	c weakened non-implied lits 152565
0.57/0.69	c weakened non-implying lits 810
0.57/0.69	c original variables 253
0.57/0.69	c clausal propagations 80464
0.57/0.69	c cardinality propagations 39983
0.57/0.69	c watched propagations 1233
0.57/0.69	c counting propagations 141567
0.57/0.69	c watch lookups 10193639
0.57/0.69	c watch backjump lookups 0
0.57/0.69	c watch checks 2722953
0.57/0.69	c propagation checks 3806714
0.57/0.69	c constraint additions 826241
0.57/0.69	c trail pops 490878
0.57/0.69	c formula constraints 286
0.57/0.69	c learned constraints 2719
0.57/0.69	c bound constraints 384
0.57/0.69	c core-guided constraints 2077
0.57/0.69	c encountered formula constraints 7093
0.57/0.69	c encountered learned constraints 4814
0.57/0.69	c encountered bound constraints 382
0.57/0.69	c encountered core-guided constraints 3152
0.57/0.69	c LP total time 0.081852 s
0.57/0.69	c LP solve time 0.05 s
0.57/0.69	c LP constraints added 288
0.57/0.69	c LP constraints removed 0
0.57/0.69	c LP pivots internal 2756
0.57/0.69	c LP pivots root 433
0.57/0.69	c LP calls 37
0.57/0.69	c LP optimalities 13
0.57/0.69	c LP no pivot count 0
0.57/0.69	c LP infeasibilities 24
0.57/0.69	c LP valid Farkas constraints 24
0.57/0.69	c LP learned Farkas constraints 20
0.57/0.69	c LP basis resets 0
0.57/0.69	c LP cycling count 0
0.57/0.69	c LP singular count 0
0.57/0.69	c LP no primal count 0
0.57/0.69	c LP no farkas count 0
0.57/0.69	c LP other issue count 0
0.57/0.69	c LP Gomory cuts 2
0.57/0.69	c LP learned cuts 0
0.57/0.69	c LP deleted cuts 0
0.57/0.69	c LP encountered Gomory constraints 5
0.57/0.69	c LP encountered Farkas constraints 907
0.57/0.69	c LP encountered learned Farkas constraints 26
0.57/0.69	c CG auxiliary variables introduced 809
0.57/0.69	c CG solutions found 33
0.57/0.69	c CG cores constructed 350
0.57/0.69	c CG core cardinality constraints returned 0
0.57/0.69	c CG unit cores 0
0.57/0.69	c CG single cores 336
0.57/0.69	c CG blocks removed during cardinality reduction 8
0.57/0.69	c CG first core best 0
0.57/0.69	c CG decision core best 5
0.57/0.69	c CG core reduction tie 9
0.57/0.69	c CG core degree average 1.00
0.57/0.69	c CG core slack average 36.41
0.57/0.69	c CG core upper bound improvements 0
0.57/0.69	c STR number of successful calls 0
0.57/0.69	c STR number of unsuccessful calls 0
0.57/0.69	c STR number of inconclusive calls 0
0.57/0.69	c STR number of successful attempts 0
0.57/0.69	c STR number of unsuccessful attempts 0
0.57/0.69	c STR number of inconclusive attempts 0
0.57/0.69	c STR average degree increase per successful call inf
0.57/0.69	c STR average degree increase per successful attempt inf
0.57/0.69	c STR total number of conflicts for successful attempts 0
0.57/0.69	c STR total number of conflicts for unsuccessful attempts 0
0.57/0.69	c STR total number of conflicts for inconclusive attempts 0
0.57/0.69	c STR average number of conflicts per successful attempt inf
0.57/0.69	c STR average number of conflicts per unsuccessful attempt inf
0.57/0.69	c STR average number of conflicts per inconclusive attempt inf
0.57/0.69	c AVG.sumWPerc 72.10 
0.57/0.69	c bigint constraints 0 
0.57/0.69	o 8908
0.57/0.69	s OPTIMUM FOUND
0.66/0.71	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:15 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: 63665 MiB (62778 MiB free)
  memory of node 1: 64507 MiB (63751 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496231-1751377352/watcher-4496231-1751377352 -o /tmp/evaluation-result-4496231-1751377352/solver-4496231-1751377352 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751370004-47936 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4496231-1751377352.opb PROOFDIR/proof-4496231-1751377352 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=48969, runsolver pid=48966

[startup+0.100058 s]*
/proc/loadavg: 4.12 4.11 4.09 5/273 48972
/proc/meminfo: memFree=129553548/131249996 swapFree=33010416/33010684
[pid=48969] ppid=48966 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/48969/stat : 48969 (run-opt-break-l) S 48966 48969 47923 0 -1 4194304 244 310 0 0 0 0 0 0 20 0 1 0 53414792 4292608 768 18446744073709551615 94907413020672 94907413915205 140722469754832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94907414154256 94907414202000 94907418693632 140722469763349 140722469763550 140722469763550 140722469769152 0
/proc/48969/statm: 1048 768 704 219 0 110 0
[pid=48972] ppid=48969 vsize=57672 memory=14340 CPUtime=0.07 cores=5,7
/proc/48972/stat : 48972 (roundingsat) R 48969 48969 47923 0 -1 4194304 987 0 0 0 6 1 0 0 20 0 1 0 53414793 59056128 3585 18446744073709551615 4227072 8923433 140733129529952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26443776 140733129533716 140733129533992 140733129533992 140733129539562 0
/proc/48972/statm: 14418 3585 2368 1147 0 1845 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61864 KiB
Current children cumulated memory: 17412 KiB

[startup+0.205886 s]*
/proc/loadavg: 4.12 4.11 4.09 5/273 48972
/proc/meminfo: memFree=129549516/131249996 swapFree=33010416/33010684
[pid=48969] ppid=48966 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/48969/stat : 48969 (run-opt-break-l) S 48966 48969 47923 0 -1 4194304 244 310 0 0 0 0 0 0 20 0 1 0 53414792 4292608 768 18446744073709551615 94907413020672 94907413915205 140722469754832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94907414154256 94907414202000 94907418693632 140722469763349 140722469763550 140722469763550 140722469769152 0
/proc/48969/statm: 1048 768 704 219 0 110 0
[pid=48972] ppid=48969 vsize=59452 memory=16132 CPUtime=0.18 cores=5,7
/proc/48972/stat : 48972 (roundingsat) R 48969 48969 47923 0 -1 4194304 1424 0 0 0 16 2 0 0 20 0 1 0 53414793 60878848 4033 18446744073709551615 4227072 8923433 140733129529952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26443776 140733129533716 140733129533992 140733129533992 140733129539562 0
/proc/48972/statm: 14863 4033 2368 1147 0 2290 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 63644 KiB
Current children cumulated memory: 19204 KiB

[startup+0.305788 s]*
/proc/loadavg: 4.12 4.11 4.09 5/273 48972
/proc/meminfo: memFree=129545420/131249996 swapFree=33010416/33010684
[pid=48969] ppid=48966 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/48969/stat : 48969 (run-opt-break-l) S 48966 48969 47923 0 -1 4194304 244 310 0 0 0 0 0 0 20 0 1 0 53414792 4292608 768 18446744073709551615 94907413020672 94907413915205 140722469754832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94907414154256 94907414202000 94907418693632 140722469763349 140722469763550 140722469763550 140722469769152 0
/proc/48969/statm: 1048 768 704 219 0 110 0
[pid=48972] ppid=48969 vsize=62596 memory=19204 CPUtime=0.28 cores=5,7
/proc/48972/stat : 48972 (roundingsat) R 48969 48969 47923 0 -1 4194304 2189 0 0 0 24 4 0 0 20 0 1 0 53414793 64098304 4801 18446744073709551615 4227072 8923433 140733129529952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26443776 140733129533716 140733129533992 140733129533992 140733129539562 0
/proc/48972/statm: 15649 4801 2368 1147 0 3076 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 22276 KiB

[startup+0.70017 s]
/proc/loadavg: 4.12 4.11 4.09 5/273 48972
/proc/meminfo: memFree=129538556/131249996 swapFree=33010416/33010684
[pid=48969] ppid=48966 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/48969/stat : 48969 (run-opt-break-l) S 48966 48969 47923 0 -1 4194304 244 310 0 0 0 0 0 0 20 0 1 0 53414792 4292608 768 18446744073709551615 94907413020672 94907413915205 140722469754832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94907414154256 94907414202000 94907418693632 140722469763349 140722469763550 140722469763550 140722469769152 0
/proc/48969/statm: 1048 768 704 219 0 110 0
[pid=48972] ppid=48969 vsize=69752 memory=27632 CPUtime=0.66 cores=5,7
/proc/48972/stat : 48972 (roundingsat) D 48969 48969 47923 0 -1 4194304 3771 0 0 0 58 8 0 0 20 0 1 0 53414793 71426048 6908 18446744073709551615 4227072 8923433 140733129529952 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 26443776 140733129533716 140733129533992 140733129533992 140733129539562 0
/proc/48972/statm: 17438 6908 2368 1147 0 4865 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 73944 KiB
Current children cumulated memory: 30704 KiB

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

# cumulated CPU time of all completed processes:  user=0.588836 s, system=0.088975 s

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

[startup+0.70017 s]
/proc/loadavg: 4.12 4.11 4.09 5/273 48972
/proc/meminfo: memFree=129538556/131249996 swapFree=33010416/33010684
[pid=48969] ppid=48966 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/48969/stat : 48969 (run-opt-break-l) S 48966 48969 47923 0 -1 4194304 244 310 0 0 0 0 0 0 20 0 1 0 53414792 4292608 768 18446744073709551615 94907413020672 94907413915205 140722469754832 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94907414154256 94907414202000 94907418693632 140722469763349 140722469763550 140722469763550 140722469769152 0
/proc/48969/statm: 1048 768 704 219 0 110 0
[pid=48972] ppid=48969 vsize=69752 memory=27632 CPUtime=0.66 cores=5,7
/proc/48972/stat : 48972 (roundingsat) D 48969 48969 47923 0 -1 4194304 3771 0 0 0 58 8 0 0 20 0 1 0 53414793 71426048 6908 18446744073709551615 4227072 8923433 140733129529952 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 26443776 140733129533716 140733129533992 140733129533992 140733129539562 0
/proc/48972/statm: 17438 6908 2368 1147 0 4865 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 73944 KiB
Current children cumulated memory: 30704 KiB

Child status: 0

Real time (s): 0.711973
CPU time (s): 0.677811
CPU user time (s): 0.588836
CPU system time (s): 0.088975
CPU usage (%): 95.2018
Max. virtual memory (cumulated for all children) (KiB): 73944
Max. memory (cumulated for all children) (KiB): 30704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.588836
system time used= 0.088975
maximum resident set size= 27632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 484
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 48969
#   total CPU time (s): 0.677811
#   total CPU user time (s): 0.588836
#   total CPU system time (s): 0.088975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.009487 second user time and 0.038106 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 15:42:32
IDJOB=4496231
IDBENCH=148110
IDSOLVER=3360
FILE ID=nodeC030/4496231-1751377352
RUNJOBID= nodeC030-1751370004-47936
SLURM_JOB_ID= 9598188
Free space on /tmp= 433004 MiB

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

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=1697644983

nodeC030 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		: 3600.384
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	: 7000.62
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.277
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	: 7000.62
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		: 3600.098
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	: 7000.62
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		: 3599.555
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	: 7000.62
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		: 3686.494
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	: 7000.62
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		: 3600.279
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	: 7000.62
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.327
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	: 7000.62
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.327
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129566364 kB
MemAvailable:   129636572 kB
Buffers:            2564 kB
Cached:           863948 kB
SwapCached:           16 kB
Active:           670980 kB
Inactive:         432080 kB
Active(anon):     250108 kB
Inactive(anon):     4548 kB
Active(file):     420872 kB
Inactive(file):   427532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50868 kB
Writeback:             0 kB
AnonPages:        239732 kB
Mapped:           117112 kB
Shmem:             18048 kB
KReclaimable:     121684 kB
Slab:             211476 kB
SReclaimable:     121684 kB
SUnreclaim:        89792 kB
KernelStack:        4384 kB
PageTables:         3688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     583236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC030 at 2025-07-01 15:42:33