Trace number 4532477

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 0f876b3OPT cert.8908 0.673004 0.854455

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-4532477-1752588288.opb'
0.00/0.01	c 	read 0.01MB  (0.30ms)
0.00/0.01	c	 [cnf: #variables 253 #clauses 265 #duplicates 0 #arr 979]
0.00/0.02	c output proof to 'PROOFDIR/proof-4532477-1752588288'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.34ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.07ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 1519 #edges 3960]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.10ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4532477-1752588288.opb.pre'
0.00/0.02	c 	wrote 0.01MB (0.10ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                  10.26ms 91.83% other
0.00/0.02	c                   0.34ms  3.01% approx_orbits
0.00/0.02	c                   0.30ms  2.65% parse
0.00/0.02	c                   0.10ms  0.93% output
0.00/0.02	c                   0.10ms  0.88% detect_generic
0.00/0.02	c                   0.07ms  0.62% detect_special
0.00/0.02	c                   0.01ms  0.07% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  11.17ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 0f876b3
0.00/0.04	c #variables 253 #constraints 286
0.00/0.04	c objective is ce32 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.04	c bounds - >= 0 @ 0.001595
0.00/0.04	c rational objective 8757
0.00/0.06	c bounds 11514 >= 0 @ 0.019963
0.00/0.06	c bounds 11514 >= 122 @ 0.020168
0.00/0.06	c bounds 11455 >= 122 @ 0.022145
0.00/0.06	c bounds 11455 >= 181 @ 0.022311
0.00/0.06	c bounds 11455 >= 192 @ 0.022494
0.00/0.06	c bounds 11455 >= 245 @ 0.022644
0.00/0.06	c bounds 11455 >= 246 @ 0.022785
0.00/0.06	c bounds 11455 >= 252 @ 0.022938
0.00/0.07	c bounds 11455 >= 259 @ 0.023082
0.00/0.07	c bounds 11376 >= 259 @ 0.024116
0.00/0.07	c bounds 11376 >= 340 @ 0.024272
0.00/0.07	c bounds 11376 >= 398 @ 0.024432
0.00/0.07	c bounds 11376 >= 533 @ 0.02458
0.00/0.07	c bounds 11376 >= 538 @ 0.024723
0.00/0.07	c bounds 11376 >= 1299 @ 0.024876
0.00/0.07	c bounds 11376 >= 1401 @ 0.025039
0.00/0.07	c bounds 11319 >= 1401 @ 0.025439
0.00/0.07	c bounds 11319 >= 1535 @ 0.025613
0.00/0.07	c bounds 11319 >= 1684 @ 0.02579
0.00/0.07	c bounds 11191 >= 1684 @ 0.026267
0.00/0.07	c bounds 11191 >= 1815 @ 0.026451
0.00/0.07	c bounds 11191 >= 1926 @ 0.026619
0.00/0.07	c bounds 11191 >= 2058 @ 0.026778
0.00/0.07	c bounds 11135 >= 2058 @ 0.02709
0.00/0.07	c bounds 11135 >= 2253 @ 0.027263
0.00/0.07	c bounds 11135 >= 2376 @ 0.027428
0.00/0.07	c bounds 11007 >= 2376 @ 0.027727
0.00/0.07	c bounds 11007 >= 2648 @ 0.027895
0.00/0.07	c bounds 11007 >= 2945 @ 0.028042
0.00/0.07	c bounds 10701 >= 2945 @ 0.028042
0.00/0.07	c bounds 10701 >= 3059 @ 0.028042
0.00/0.08	c bounds 10701 >= 3078 @ 0.029038
0.00/0.08	c bounds 10701 >= 3087 @ 0.029038
0.00/0.08	c bounds 10578 >= 3087 @ 0.034934
0.00/0.08	c bounds 10578 >= 3100 @ 0.034934
0.00/0.08	c bounds 10578 >= 3221 @ 0.034934
0.00/0.08	c bounds 10578 >= 3324 @ 0.035107
0.00/0.08	c bounds 10578 >= 3469 @ 0.035294
0.00/0.08	c bounds 10578 >= 3727 @ 0.035471
0.00/0.08	c bounds 10578 >= 3963 @ 0.035653
0.00/0.08	c bounds 10578 >= 4180 @ 0.035836
0.00/0.09	c bounds 10578 >= 4353 @ 0.036013
0.00/0.09	c bounds 10578 >= 4576 @ 0.036191
0.00/0.09	c bounds 10578 >= 4600 @ 0.036385
0.00/0.09	c bounds 10578 >= 4707 @ 0.036572
0.00/0.09	c bounds 10578 >= 4735 @ 0.036764
0.00/0.09	c bounds 10578 >= 4775 @ 0.036974
0.00/0.09	c bounds 10578 >= 4886 @ 0.037151
0.00/0.09	c bounds 10578 >= 4987 @ 0.037328
0.00/0.09	c bounds 10578 >= 5075 @ 0.037531
0.00/0.09	c bounds 10578 >= 5220 @ 0.037723
0.00/0.09	c bounds 10578 >= 5326 @ 0.037917
0.00/0.09	c bounds 10578 >= 5472 @ 0.038109
0.00/0.09	c bounds 10578 >= 5635 @ 0.038304
0.00/0.09	c bounds 10578 >= 5754 @ 0.03849
0.00/0.09	c bounds 10578 >= 5786 @ 0.038688
0.00/0.09	c bounds 10578 >= 5799 @ 0.038914
0.00/0.09	c bounds 10578 >= 5854 @ 0.039117
0.00/0.09	c bounds 10578 >= 5859 @ 0.039341
0.00/0.09	c bounds 10578 >= 5943 @ 0.039536
0.00/0.09	c bounds 10578 >= 6095 @ 0.039743
0.00/0.09	c bounds 10578 >= 6261 @ 0.039936
0.00/0.09	c bounds 10578 >= 6262 @ 0.040167
0.00/0.09	c bounds 10578 >= 6360 @ 0.040438
0.00/0.09	c bounds 10578 >= 6417 @ 0.040636
0.00/0.09	c bounds 10578 >= 6462 @ 0.040838
0.00/0.09	c bounds 10578 >= 6559 @ 0.041096
0.00/0.09	c bounds 10578 >= 6596 @ 0.041289
0.00/0.09	c bounds 10578 >= 6692 @ 0.041526
0.00/0.09	c bounds 10578 >= 6806 @ 0.041758
0.00/0.09	c bounds 10578 >= 6873 @ 0.042004
0.00/0.09	c bounds 10578 >= 6904 @ 0.042248
0.00/0.09	c bounds 10578 >= 6946 @ 0.042488
0.00/0.09	c bounds 10578 >= 6987 @ 0.04271
0.06/0.11	c bounds 10294 >= 6987 @ 0.055637
0.06/0.11	c bounds 10294 >= 7053 @ 0.055913
0.06/0.11	c bounds 10294 >= 7156 @ 0.056246
0.06/0.11	c bounds 10294 >= 7198 @ 0.056531
0.06/0.11	c bounds 10294 >= 7278 @ 0.056797
0.06/0.11	c bounds 10294 >= 7287 @ 0.057105
0.06/0.11	c bounds 10294 >= 7358 @ 0.057393
0.06/0.11	c bounds 10294 >= 7369 @ 0.057679
0.06/0.11	c bounds 10294 >= 7373 @ 0.057982
0.06/0.11	c bounds 10294 >= 7394 @ 0.058317
0.06/0.11	c bounds 10294 >= 7404 @ 0.06292
0.06/0.11	c bounds 10294 >= 7443 @ 0.06292
0.06/0.11	c bounds 10294 >= 7445 @ 0.06292
0.06/0.12	c bounds 10294 >= 7463 @ 0.062934
0.06/0.12	c bounds 10294 >= 7507 @ 0.062991
0.06/0.12	c bounds 10294 >= 7551 @ 0.062991
0.06/0.12	c bounds 10294 >= 7558 @ 0.062991
0.06/0.12	c bounds 10294 >= 7565 @ 0.0632
0.06/0.12	c bounds 10294 >= 7566 @ 0.063522
0.06/0.12	c bounds 10294 >= 7586 @ 0.063851
0.06/0.12	c bounds 10294 >= 7611 @ 0.063977
0.06/0.12	c bounds 10294 >= 7633 @ 0.063977
0.06/0.12	c bounds 10294 >= 7651 @ 0.063977
0.06/0.12	c bounds 10294 >= 7659 @ 0.064142
0.06/0.12	c bounds 10294 >= 7661 @ 0.064477
0.06/0.12	c bounds 10294 >= 7670 @ 0.064799
0.06/0.12	c bounds 10294 >= 7675 @ 0.064964
0.06/0.12	c bounds 10294 >= 7685 @ 0.064964
0.06/0.12	c bounds 10294 >= 7692 @ 0.064964
0.06/0.12	c bounds 10294 >= 7710 @ 0.065106
0.06/0.12	c bounds 10294 >= 7716 @ 0.065459
0.06/0.12	c bounds 10294 >= 7722 @ 0.065843
0.06/0.12	c bounds 10294 >= 7725 @ 0.066226
0.06/0.12	c bounds 10294 >= 7726 @ 0.066616
0.06/0.12	c bounds 10294 >= 7729 @ 0.067024
0.06/0.12	c bounds 10294 >= 7730 @ 0.067429
0.06/0.12	c bounds 10294 >= 7731 @ 0.067839
0.06/0.12	c bounds 10294 >= 7736 @ 0.068213
0.06/0.12	c bounds 10294 >= 7738 @ 0.068571
0.06/0.12	c bounds 10294 >= 7739 @ 0.068916
0.06/0.12	c bounds 10294 >= 7741 @ 0.068916
0.06/0.12	c bounds 10294 >= 7742 @ 0.068916
0.06/0.13	c bounds 10294 >= 7743 @ 0.068941
0.06/0.13	c bounds 10294 >= 7747 @ 0.068941
0.06/0.13	c bounds 10294 >= 7748 @ 0.069033
0.06/0.13	c bounds 10294 >= 7757 @ 0.069442
0.06/0.13	c bounds 10294 >= 7758 @ 0.069845
0.06/0.13	c bounds 10294 >= 7759 @ 0.069929
0.06/0.13	c bounds 10294 >= 7761 @ 0.069929
0.06/0.13	c bounds 10294 >= 7783 @ 0.070163
0.06/0.13	c bounds 10294 >= 7784 @ 0.070668
0.06/0.13	c bounds 10294 >= 7793 @ 0.07111
0.06/0.13	c bounds 10294 >= 7794 @ 0.071574
0.06/0.13	c bounds 10294 >= 7795 @ 0.071887
0.06/0.13	c bounds 10294 >= 7796 @ 0.071887
0.06/0.13	c bounds 10294 >= 7797 @ 0.07217
0.06/0.13	c bounds 10294 >= 7799 @ 0.072627
0.06/0.13	c bounds 10294 >= 7801 @ 0.07303
0.06/0.13	c bounds 10294 >= 7802 @ 0.073431
0.06/0.13	c bounds 10294 >= 7803 @ 0.073894
0.06/0.13	c bounds 10294 >= 7804 @ 0.074445
0.06/0.13	c bounds 10294 >= 7813 @ 0.074961
0.06/0.15	c bounds 10281 >= 7813 @ 0.091004
0.06/0.15	c bounds 10281 >= 7815 @ 0.091479
0.06/0.15	c bounds 10281 >= 7822 @ 0.091832
0.06/0.15	c bounds 10281 >= 7824 @ 0.091832
0.06/0.15	c bounds 10281 >= 7826 @ 0.092018
0.06/0.15	c bounds 10281 >= 7827 @ 0.092495
0.06/0.15	c bounds 10281 >= 7830 @ 0.092902
0.06/0.15	c bounds 10281 >= 7831 @ 0.09338
0.06/0.16	c bounds 10281 >= 7832 @ 0.093952
0.06/0.16	c bounds 10281 >= 7833 @ 0.09449
0.06/0.16	c bounds 10281 >= 7834 @ 0.095067
0.06/0.16	c bounds 10281 >= 7835 @ 0.095586
0.06/0.16	c bounds 10281 >= 7836 @ 0.096144
0.06/0.16	c bounds 10281 >= 7839 @ 0.096769
0.06/0.16	c bounds 10281 >= 7841 @ 0.096882
0.06/0.16	c bounds 10281 >= 7842 @ 0.096882
0.06/0.16	c bounds 10281 >= 7843 @ 0.097376
0.06/0.16	c bounds 10281 >= 7871 @ 0.097904
0.06/0.16	c bounds 10281 >= 7872 @ 0.098539
0.06/0.16	c bounds 10281 >= 7875 @ 0.099132
0.06/0.16	c bounds 10281 >= 7878 @ 0.099549
0.06/0.16	c bounds 10281 >= 7879 @ 0.09995
0.06/0.16	c bounds 10281 >= 7881 @ 0.100375
0.06/0.16	c bounds 10281 >= 7882 @ 0.100799
0.06/0.16	c bounds 10281 >= 7889 @ 0.100873
0.06/0.16	c bounds 10281 >= 7890 @ 0.100873
0.06/0.16	c bounds 10281 >= 7897 @ 0.1011
0.06/0.16	c bounds 10281 >= 7898 @ 0.10158
0.06/0.17	c bounds 10281 >= 7899 @ 0.102127
0.06/0.17	c bounds 10281 >= 7900 @ 0.102655
0.06/0.17	c bounds 10281 >= 7901 @ 0.102873
0.06/0.17	c bounds 10281 >= 7902 @ 0.103259
0.06/0.17	c bounds 10281 >= 7911 @ 0.103816
0.06/0.17	c bounds 10281 >= 7912 @ 0.103861
0.06/0.17	c bounds 10281 >= 7913 @ 0.108845
0.06/0.18	c bounds 10281 >= 7915 @ 0.109144
0.06/0.18	c bounds 10281 >= 7916 @ 0.109942
0.06/0.18	c bounds 10281 >= 7920 @ 0.110372
0.06/0.18	c bounds 10281 >= 7922 @ 0.110779
0.06/0.18	c bounds 10281 >= 7924 @ 0.110843
0.06/0.18	c bounds 10281 >= 7925 @ 0.110967
0.06/0.18	c bounds 10281 >= 7926 @ 0.111617
0.16/0.23	c bounds 10263 >= 7926 @ 0.157742
0.16/0.23	c bounds 10263 >= 7928 @ 0.158547
0.16/0.23	c bounds 10263 >= 7929 @ 0.158776
0.16/0.23	c bounds 10263 >= 7930 @ 0.158944
0.16/0.23	c #Conflicts:       1000 | #Constraints:       2084
0.16/0.23	c bounds 10263 >= 7931 @ 0.160024
0.16/0.23	c bounds 10263 >= 7933 @ 0.161995
0.16/0.23	c bounds 10263 >= 7935 @ 0.162638
0.16/0.23	c bounds 10263 >= 7936 @ 0.162763
0.16/0.23	c bounds 10263 >= 7938 @ 0.163134
0.16/0.24	c bounds 10263 >= 7939 @ 0.163549
0.16/0.24	c bounds 10263 >= 7941 @ 0.163751
0.16/0.24	c bounds 10263 >= 7942 @ 0.164195
0.16/0.24	c bounds 10263 >= 7943 @ 0.165
0.16/0.24	c bounds 10263 >= 7944 @ 0.165839
0.16/0.24	c bounds 10263 >= 7945 @ 0.166779
0.16/0.24	c bounds 10263 >= 7951 @ 0.167593
0.16/0.24	c bounds 10263 >= 7952 @ 0.16834
0.16/0.24	c bounds 10263 >= 7963 @ 0.168913
0.16/0.24	c bounds 10263 >= 7964 @ 0.169547
0.16/0.24	c bounds 10263 >= 7965 @ 0.170175
0.16/0.24	c bounds 10263 >= 7966 @ 0.171028
0.16/0.25	c bounds 10263 >= 7967 @ 0.171708
0.16/0.25	c bounds 10263 >= 7969 @ 0.172207
0.16/0.25	c bounds 10263 >= 7970 @ 0.172904
0.16/0.25	c bounds 10263 >= 7971 @ 0.173664
0.16/0.25	c bounds 10263 >= 7972 @ 0.174778
0.16/0.25	c bounds 10263 >= 7973 @ 0.175589
0.16/0.25	c bounds 10263 >= 7975 @ 0.176386
0.16/0.25	c bounds 10263 >= 7976 @ 0.176853
0.16/0.25	c bounds 10263 >= 7977 @ 0.177372
0.16/0.25	c bounds 10263 >= 7984 @ 0.177915
0.16/0.25	c bounds 10263 >= 7987 @ 0.178511
0.16/0.25	c bounds 10263 >= 7988 @ 0.179169
0.16/0.25	c bounds 10263 >= 7989 @ 0.179847
0.16/0.25	c bounds 10263 >= 7991 @ 0.18071
0.16/0.26	c bounds 10263 >= 7992 @ 0.181691
0.16/0.26	c bounds 10263 >= 7999 @ 0.182465
0.16/0.26	c bounds 10263 >= 8014 @ 0.182904
0.16/0.26	c bounds 10263 >= 8020 @ 0.183448
0.16/0.26	c bounds 10263 >= 8023 @ 0.183943
0.16/0.26	c bounds 10263 >= 8025 @ 0.184398
0.16/0.26	c bounds 10263 >= 8030 @ 0.184908
0.16/0.26	c bounds 10263 >= 8031 @ 0.185551
0.16/0.26	c bounds 10263 >= 8033 @ 0.185685
0.16/0.26	c bounds 10263 >= 8049 @ 0.185995
0.16/0.26	c bounds 10263 >= 8050 @ 0.186794
0.16/0.26	c bounds 10263 >= 8051 @ 0.187513
0.16/0.26	c bounds 10263 >= 8052 @ 0.187698
0.16/0.26	c bounds 10263 >= 8053 @ 0.188245
0.16/0.26	c bounds 10263 >= 8054 @ 0.189089
0.16/0.27	c bounds 10263 >= 8055 @ 0.195024
0.16/0.27	c bounds 10263 >= 8056 @ 0.196432
0.16/0.27	c bounds 10263 >= 8057 @ 0.196669
0.16/0.27	c bounds 10263 >= 8058 @ 0.197689
0.16/0.28	c bounds 10263 >= 8059 @ 0.198894
0.16/0.28	c bounds 10263 >= 8060 @ 0.199925
0.16/0.28	c bounds 10263 >= 8062 @ 0.200631
0.16/0.28	c bounds 10263 >= 8063 @ 0.201672
0.16/0.28	c bounds 10263 >= 8066 @ 0.202365
0.16/0.28	c bounds 10126 >= 8066 @ 0.204234
0.16/0.28	c bounds 10126 >= 8067 @ 0.204804
0.16/0.28	c bounds 10126 >= 8068 @ 0.205811
0.16/0.28	c bounds 10126 >= 8069 @ 0.206723
0.25/0.32	c bounds 10116 >= 8069 @ 0.241635
0.25/0.32	c bounds 10116 >= 8070 @ 0.242574
0.25/0.32	c bounds 10116 >= 8071 @ 0.243485
0.25/0.32	c bounds 10116 >= 8072 @ 0.244012
0.25/0.32	c bounds 10116 >= 8073 @ 0.24521
0.25/0.33	c bounds 10116 >= 8074 @ 0.245975
0.25/0.33	c bounds 10116 >= 8075 @ 0.24672
0.25/0.33	c bounds 10116 >= 8076 @ 0.247979
0.25/0.33	c bounds 10116 >= 8077 @ 0.249558
0.25/0.33	c bounds 10116 >= 8078 @ 0.251067
0.25/0.33	c bounds 10116 >= 8079 @ 0.252426
0.25/0.34	c bounds 10116 >= 8080 @ 0.253503
0.25/0.34	c bounds 10116 >= 8081 @ 0.254526
0.25/0.34	c bounds 10116 >= 8082 @ 0.255648
0.25/0.34	c bounds 10116 >= 8083 @ 0.256826
0.25/0.34	c bounds 10116 >= 8084 @ 0.258233
0.25/0.34	c bounds 10116 >= 8085 @ 0.261936
0.25/0.34	c bounds 10116 >= 8086 @ 0.262914
0.25/0.35	c bounds 10116 >= 8087 @ 0.26398
0.25/0.35	c bounds 10116 >= 8088 @ 0.265033
0.25/0.35	c bounds 10116 >= 8091 @ 0.266047
0.25/0.35	c bounds 10116 >= 8092 @ 0.267387
0.25/0.35	c bounds 10116 >= 8093 @ 0.268645
0.25/0.35	c bounds 10116 >= 8098 @ 0.269594
0.25/0.35	c bounds 10116 >= 8099 @ 0.270231
0.25/0.35	c bounds 10116 >= 8103 @ 0.27095
0.25/0.35	c bounds 10116 >= 8104 @ 0.272413
0.25/0.35	c bounds 10013 >= 8104 @ 0.27317
0.25/0.36	c bounds 9999 >= 8104 @ 0.273927
0.25/0.36	c bounds 9999 >= 8105 @ 0.275215
0.25/0.36	c bounds 9992 >= 8105 @ 0.276159
0.25/0.36	c bounds 9992 >= 8106 @ 0.277788
0.25/0.36	c bounds 9922 >= 8106 @ 0.278588
0.25/0.36	c bounds 9922 >= 8107 @ 0.280067
0.25/0.36	c bounds 9895 >= 8107 @ 0.280888
0.25/0.36	c bounds 9895 >= 8108 @ 0.282399
0.25/0.37	c bounds 9868 >= 8108 @ 0.289255
0.25/0.37	c bounds 9868 >= 8109 @ 0.290958
0.25/0.37	c bounds 9868 >= 8112 @ 0.292762
0.25/0.38	c bounds 9868 >= 8113 @ 0.293788
0.25/0.38	c bounds 9868 >= 8114 @ 0.295407
0.25/0.38	c bounds 9672 >= 8114 @ 0.298979
0.25/0.39	c bounds 9672 >= 8115 @ 0.301614
0.25/0.39	c bounds 9672 >= 8116 @ 0.303163
0.25/0.39	c bounds 9672 >= 8117 @ 0.303439
0.25/0.40	c bounds 9486 >= 8117 @ 0.312814
0.25/0.40	c bounds 9486 >= 8120 @ 0.31452
0.25/0.40	c bounds 9486 >= 8121 @ 0.315418
0.25/0.40	c bounds 9486 >= 8122 @ 0.316321
0.25/0.40	c bounds 9486 >= 8123 @ 0.317564
0.25/0.41	c bounds 9486 >= 8126 @ 0.319286
0.36/0.41	c bounds 9486 >= 8127 @ 0.323312
0.36/0.41	c bounds 9486 >= 8128 @ 0.324281
0.36/0.41	c bounds 9486 >= 8129 @ 0.325128
0.36/0.41	c bounds 9486 >= 8130 @ 0.325317
0.36/0.41	c bounds 9486 >= 8131 @ 0.32581
0.36/0.45	c bounds 9445 >= 8131 @ 0.358396
0.36/0.45	c bounds 9445 >= 8132 @ 0.36061
0.36/0.46	c bounds 9445 >= 8133 @ 0.364913
0.36/0.46	c bounds 9445 >= 8135 @ 0.366204
0.36/0.46	c bounds 9445 >= 8136 @ 0.36779
0.36/0.46	c bounds 9445 >= 8137 @ 0.368508
0.36/0.47	c bounds 9445 >= 8138 @ 0.369881
0.36/0.47	c bounds 9445 >= 8139 @ 0.371028
0.36/0.47	c bounds 9445 >= 8140 @ 0.371663
0.36/0.47	c bounds 9445 >= 8141 @ 0.37219
0.36/0.48	c #Conflicts:       2000 | #Constraints:       4166
0.36/0.48	c INPROCESSING
0.36/0.48	c GARBAGE COLLECT
0.36/0.48	c rational objective 8818
0.36/0.50	c bounds 9445 >= 8142 @ 0.40325
0.36/0.50	c bounds 9445 >= 8143 @ 0.404235
0.36/0.50	c bounds 9445 >= 8147 @ 0.40476
0.36/0.50	c bounds 9445 >= 8148 @ 0.405046
0.36/0.51	c bounds 9445 >= 8149 @ 0.40505
0.46/0.51	c bounds 9445 >= 8150 @ 0.405329
0.46/0.51	c bounds 9445 >= 8151 @ 0.406729
0.46/0.51	c bounds 9445 >= 8152 @ 0.408362
0.46/0.51	c bounds 9445 >= 8153 @ 0.410035
0.46/0.51	c bounds 9445 >= 8154 @ 0.411693
0.46/0.51	c bounds 9445 >= 8155 @ 0.412014
0.46/0.51	c bounds 9445 >= 8156 @ 0.412668
0.46/0.52	c bounds 9445 >= 8157 @ 0.413643
0.46/0.52	c bounds 9445 >= 8158 @ 0.414008
0.46/0.52	c bounds 9445 >= 8159 @ 0.414207
0.46/0.52	c bounds 9445 >= 8160 @ 0.415269
0.46/0.52	c bounds 9445 >= 8161 @ 0.416529
0.46/0.52	c bounds 9445 >= 8162 @ 0.418222
0.46/0.52	c bounds 9445 >= 8163 @ 0.419745
0.46/0.53	c bounds 9445 >= 8164 @ 0.421382
0.46/0.53	c bounds 9445 >= 8165 @ 0.422968
0.46/0.53	c bounds 9426 >= 8165 @ 0.423231
0.46/0.53	c bounds 9426 >= 8166 @ 0.425046
0.46/0.54	c bounds 9416 >= 8166 @ 0.436539
0.46/0.54	c bounds 9416 >= 8167 @ 0.43772
0.46/0.55	c bounds 9416 >= 8168 @ 0.439931
0.46/0.55	c bounds 9416 >= 8169 @ 0.44042
0.46/0.55	c bounds 9416 >= 8170 @ 0.441606
0.46/0.55	c bounds 9416 >= 8171 @ 0.442135
0.46/0.55	c bounds 9416 >= 8172 @ 0.444099
0.46/0.56	c bounds 9416 >= 8173 @ 0.445265
0.46/0.56	c bounds 9416 >= 8174 @ 0.44649
0.46/0.56	c bounds 9353 >= 8174 @ 0.44748
0.46/0.56	c bounds 9353 >= 8175 @ 0.448466
0.46/0.56	c bounds 9353 >= 8176 @ 0.449795
0.46/0.56	c bounds 9350 >= 8176 @ 0.451006
0.46/0.56	c bounds 9350 >= 8178 @ 0.452206
0.46/0.56	c bounds 9350 >= 8179 @ 0.45315
0.46/0.58	c bounds 9339 >= 8179 @ 0.46589
0.46/0.58	c bounds 9339 >= 8180 @ 0.468769
0.46/0.58	c bounds 9339 >= 8181 @ 0.469917
0.46/0.58	c bounds 9339 >= 8182 @ 0.471183
0.46/0.58	c bounds 9339 >= 8183 @ 0.472643
0.46/0.59	c bounds 9339 >= 8184 @ 0.473773
0.46/0.59	c bounds 9339 >= 8185 @ 0.474058
0.46/0.59	c bounds 9339 >= 8186 @ 0.474961
0.46/0.59	c bounds 9339 >= 8187 @ 0.47642
0.46/0.59	c bounds 9339 >= 8188 @ 0.477041
0.46/0.59	c bounds 9339 >= 8189 @ 0.478744
0.46/0.59	c bounds 9155 >= 8189 @ 0.481655
0.46/0.60	c bounds 9155 >= 8190 @ 0.483765
0.46/0.60	c bounds 9155 >= 8191 @ 0.485101
0.55/0.61	c bounds 9152 >= 8191 @ 0.497027
0.55/0.61	c bounds 9152 >= 8192 @ 0.497785
0.55/0.62	c bounds 9152 >= 8193 @ 0.499405
0.55/0.62	c bounds 9152 >= 8194 @ 0.500574
0.55/0.62	c bounds 9152 >= 8195 @ 0.500778
0.55/0.62	c bounds 9152 >= 8196 @ 0.503468
0.55/0.62	c bounds 9152 >= 8197 @ 0.504095
0.55/0.63	c bounds 9152 >= 8199 @ 0.505462
0.55/0.63	c bounds 9152 >= 8200 @ 0.506416
0.55/0.63	c bounds 9152 >= 8201 @ 0.506757
0.55/0.63	c bounds 9152 >= 8202 @ 0.506757
0.55/0.63	c bounds 9152 >= 8203 @ 0.506757
0.55/0.63	c bounds 9092 >= 8203 @ 0.50758
0.55/0.63	c bounds 9092 >= 8204 @ 0.511495
0.55/0.64	c bounds 8970 >= 8204 @ 0.512628
0.55/0.64	c bounds 8970 >= 8205 @ 0.514113
0.55/0.64	c bounds 8970 >= 8206 @ 0.515034
0.55/0.64	c bounds 8970 >= 8209 @ 0.516602
0.55/0.64	c bounds 8908 >= 8209 @ 0.520319
0.55/0.64	c bounds 8908 >= 8212 @ 0.521243
0.55/0.65	c bounds 8908 >= 8213 @ 0.521947
0.55/0.65	c bounds 8908 >= 8214 @ 0.522834
0.55/0.65	c bounds 8908 >= 8215 @ 0.523714
0.55/0.65	c bounds 8908 >= 8216 @ 0.524704
0.64/0.70	c bounds 8908 >= 8908 @ 0.574578
0.64/0.70	c cpu time 0.574592 s
0.64/0.70	c deterministic time 18532032 1.85e+07
0.64/0.70	c optimization time 0.070276 s
0.64/0.70	c total solve time 0.502752 s
0.64/0.70	c core-guided solve time 0.211451 s
0.64/0.70	c propagation time 0.236509 s
0.64/0.70	c conflict analysis time 0.166865 s
0.64/0.70	c propagations 301805
0.64/0.70	c resolve steps 13710
0.64/0.70	c decisions 186612
0.64/0.70	c conflicts 2691
0.64/0.70	c restarts 14
0.64/0.70	c inprocessing phases 1
0.64/0.70	c garbage collections 1 ,( 100.00 )
0.64/0.70	c input clauses 724 ,( 26.36 )
0.64/0.70	c input cardinalities 831 ,( 30.25 )
0.64/0.70	c input general constraints 1192 ,( 43.39 )
0.64/0.70	c input average constraint length 59.94
0.64/0.70	c input average constraint degree 2311.19
0.64/0.70	c learned clauses 618 ,( 22.35 )
0.64/0.70	c learned cardinalities 10 ,( 0.36 )
0.64/0.70	c learned general constraints 2137 ,( 77.29 )
0.64/0.70	c learned average constraint length 79.84
0.64/0.70	c learned average constraint degree 412595445.27
0.64/0.70	c watched  CF 32, 64, 128, Arb: 673 , 0 , 0 , 0
0.64/0.70	c counting CF 32, 64, 128, Arb: 2657 , 0 , 0 , 0
0.64/0.70	c watched   constraints 673 ,( 20.22 ) 
0.64/0.70	c counting  constraints 2656 ,( 79.78 ) 
0.64/0.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 123912 , 193241 , 861092 ,( 70145 , 790947 )
0.64/0.70	c gcd simplifications 98
0.64/0.70	c detected cardinalities 0
0.64/0.70	c weakened non-implied lits 152565
0.64/0.70	c weakened non-implying lits 810
0.64/0.70	c original variables 253
0.64/0.70	c clausal propagations 80464
0.64/0.70	c cardinality propagations 39983
0.64/0.70	c watched propagations 1233
0.64/0.70	c counting propagations 141567
0.64/0.70	c watch lookups 10193639
0.64/0.70	c watch backjump lookups 0
0.64/0.70	c watch checks 2722953
0.64/0.70	c propagation checks 3806714
0.64/0.70	c constraint additions 826241
0.64/0.70	c trail pops 490878
0.64/0.70	c formula constraints 286
0.64/0.70	c learned constraints 2719
0.64/0.70	c bound constraints 384
0.64/0.70	c core-guided constraints 2077
0.64/0.70	c encountered formula constraints 7093
0.64/0.70	c encountered learned constraints 4814
0.64/0.70	c encountered bound constraints 382
0.64/0.70	c encountered core-guided constraints 3152
0.64/0.70	c LP total time 0.083654 s
0.64/0.70	c LP solve time 0.07 s
0.64/0.70	c LP constraints added 288
0.64/0.70	c LP constraints removed 0
0.64/0.70	c LP pivots internal 2756
0.64/0.70	c LP pivots root 433
0.64/0.70	c LP calls 37
0.64/0.70	c LP optimalities 13
0.64/0.70	c LP no pivot count 0
0.64/0.70	c LP infeasibilities 24
0.64/0.70	c LP valid Farkas constraints 24
0.64/0.70	c LP learned Farkas constraints 20
0.64/0.70	c LP basis resets 0
0.64/0.70	c LP cycling count 0
0.64/0.70	c LP singular count 0
0.64/0.70	c LP no primal count 0
0.64/0.70	c LP no farkas count 0
0.64/0.70	c LP other issue count 0
0.64/0.70	c LP Gomory cuts 2
0.64/0.70	c LP learned cuts 0
0.64/0.70	c LP deleted cuts 0
0.64/0.70	c LP encountered Gomory constraints 5
0.64/0.70	c LP encountered Farkas constraints 907
0.64/0.70	c LP encountered learned Farkas constraints 26
0.64/0.70	c CG auxiliary variables introduced 809
0.64/0.70	c CG solutions found 33
0.64/0.70	c CG cores constructed 350
0.64/0.70	c CG core cardinality constraints returned 0
0.64/0.70	c CG unit cores 0
0.64/0.70	c CG single cores 336
0.64/0.70	c CG blocks removed during cardinality reduction 8
0.64/0.70	c CG first core best 0
0.64/0.70	c CG decision core best 5
0.64/0.70	c CG core reduction tie 9
0.64/0.70	c CG core degree average 1.00
0.64/0.70	c CG core slack average 36.41
0.64/0.70	c CG core upper bound improvements 0
0.64/0.70	c STR number of successful calls 0
0.64/0.70	c STR number of unsuccessful calls 0
0.64/0.70	c STR number of inconclusive calls 0
0.64/0.70	c STR number of successful attempts 0
0.64/0.70	c STR number of unsuccessful attempts 0
0.64/0.70	c STR number of inconclusive attempts 0
0.64/0.70	c STR average degree increase per successful call inf
0.64/0.70	c STR average degree increase per successful attempt inf
0.64/0.70	c STR total number of conflicts for successful attempts 0
0.64/0.70	c STR total number of conflicts for unsuccessful attempts 0
0.64/0.70	c STR total number of conflicts for inconclusive attempts 0
0.64/0.70	c STR average number of conflicts per successful attempt inf
0.64/0.70	c STR average number of conflicts per unsuccessful attempt inf
0.64/0.70	c STR average number of conflicts per inconclusive attempt inf
0.64/0.70	c AVG.sumWPerc 72.10 
0.64/0.70	c bigint constraints 0 
0.64/0.70	o 8908
0.64/0.70	s OPTIMUM FOUND
0.65/0.85	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 15 16:53:56 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: 63708 MiB (56807 MiB free)
  memory of node 1: 64465 MiB (43824 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532477-1752588288/watcher-4532477-1752588288 -o /tmp/evaluation-result-4532477-1752588288/solver-4532477-1752588288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752584602-128821 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532477-1752588288.opb PROOFDIR/proof-4532477-1752588288 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100057 s]*
/proc/loadavg: 4.27 4.17 4.06 5/273 129281
/proc/meminfo: memFree=103042880/131249992 swapFree=33009392/33010684
[pid=129278] ppid=129275 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/129278/stat : 129278 (run-opt-break-l) S 129275 129278 128810 0 -1 4194304 242 311 0 0 0 0 0 0 20 0 1 0 174503383 4292608 736 18446744073709551615 93890219999232 93890220893765 140726687634272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93890221132816 93890221180560 93890226262016 140726687639827 140726687640028 140726687640028 140726687645632 0
/proc/129278/statm: 1048 736 672 219 0 110 0
[pid=129281] ppid=129278 vsize=57384 memory=14212 CPUtime=0.06 cores=4,6
/proc/129281/stat : 129281 (roundingsat) R 129278 129278 128810 0 -1 4194304 931 0 0 0 5 1 0 0 20 0 1 0 174503386 58761216 3553 18446744073709551615 4227072 8923577 140736959533904 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 18505728 140736959539474 140736959539750 140736959539750 140736959545322 0
/proc/129281/statm: 14346 3553 2368 1147 0 1772 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 61576 KiB
Current children cumulated memory: 17156 KiB

[startup+0.205648 s]*
/proc/loadavg: 4.25 4.17 4.06 5/273 129281
/proc/meminfo: memFree=103042880/131249992 swapFree=33009392/33010684
[pid=129278] ppid=129275 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/129278/stat : 129278 (run-opt-break-l) S 129275 129278 128810 0 -1 4194304 242 311 0 0 0 0 0 0 20 0 1 0 174503383 4292608 736 18446744073709551615 93890219999232 93890220893765 140726687634272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93890221132816 93890221180560 93890226262016 140726687639827 140726687640028 140726687640028 140726687645632 0
/proc/129278/statm: 1048 736 672 219 0 110 0
[pid=129281] ppid=129278 vsize=59184 memory=16004 CPUtime=0.16 cores=4,6
/proc/129281/stat : 129281 (roundingsat) R 129278 129278 128810 0 -1 4194304 1373 0 0 0 13 3 0 0 20 0 1 0 174503386 60604416 4001 18446744073709551615 4227072 8923577 140736959533904 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 18505728 140736959539474 140736959539750 140736959539750 140736959545322 0
/proc/129281/statm: 14796 4001 2368 1147 0 2222 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 63376 KiB
Current children cumulated memory: 18948 KiB

[startup+0.305537 s]*
/proc/loadavg: 4.25 4.17 4.06 5/273 129281
/proc/meminfo: memFree=103042880/131249992 swapFree=33009392/33010684
[pid=129278] ppid=129275 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/129278/stat : 129278 (run-opt-break-l) S 129275 129278 128810 0 -1 4194304 242 311 0 0 0 0 0 0 20 0 1 0 174503383 4292608 736 18446744073709551615 93890219999232 93890220893765 140726687634272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93890221132816 93890221180560 93890226262016 140726687639827 140726687640028 140726687640028 140726687645632 0
/proc/129278/statm: 1048 736 672 219 0 110 0
[pid=129281] ppid=129278 vsize=62600 memory=19076 CPUtime=0.25 cores=4,6
/proc/129281/stat : 129281 (roundingsat) R 129278 129278 128810 0 -1 4194304 2166 0 0 0 22 3 0 0 20 0 1 0 174503386 64102400 4769 18446744073709551615 4227072 8923577 140736959533904 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 18505728 140736959539474 140736959539750 140736959539750 140736959545322 0
/proc/129281/statm: 15650 4769 2368 1147 0 3076 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 66792 KiB
Current children cumulated memory: 22020 KiB

[startup+0.700203 s]
/proc/loadavg: 4.25 4.17 4.06 5/273 129281
/proc/meminfo: memFree=103042880/131249992 swapFree=33009392/33010684
[pid=129278] ppid=129275 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/129278/stat : 129278 (run-opt-break-l) S 129275 129278 128810 0 -1 4194304 242 311 0 0 0 0 0 0 20 0 1 0 174503383 4292608 736 18446744073709551615 93890219999232 93890220893765 140726687634272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93890221132816 93890221180560 93890226262016 140726687639827 140726687640028 140726687640028 140726687645632 0
/proc/129278/statm: 1048 736 672 219 0 110 0
[pid=129281] ppid=129278 vsize=69756 memory=27504 CPUtime=0.64 cores=4,6
/proc/129281/stat : 129281 (roundingsat) R 129278 129278 128810 0 -1 4194304 3759 0 0 0 56 8 0 0 20 0 1 0 174503386 71430144 6876 18446744073709551615 4227072 8923577 140736959533904 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 18505728 140736959539474 140736959539750 140736959539750 140736959545322 0
/proc/129281/statm: 17439 6876 2368 1147 0 4865 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 73948 KiB
Current children cumulated memory: 30448 KiB

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

# cumulated CPU time of all completed processes:  user=0.579117 s, system=0.093887 s

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

[startup+0.800219 s]
/proc/loadavg: 4.25 4.17 4.06 5/273 129281
/proc/meminfo: memFree=103042880/131249992 swapFree=33009392/33010684
[pid=129278] ppid=129275 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/129278/stat : 129278 (run-opt-break-l) S 129275 129278 128810 0 -1 4194304 242 311 0 0 0 0 0 0 20 0 1 0 174503383 4292608 736 18446744073709551615 93890219999232 93890220893765 140726687634272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93890221132816 93890221180560 93890226262016 140726687639827 140726687640028 140726687640028 140726687645632 0
/proc/129278/statm: 1048 736 672 219 0 110 0
[pid=129281] ppid=129278 vsize=69756 memory=27632 CPUtime=0.65 cores=4,6
/proc/129281/stat : 129281 (roundingsat) D 129278 129278 128810 0 -1 4194304 3770 0 0 0 57 8 0 0 20 0 1 0 174503386 71430144 6908 18446744073709551615 4227072 8923577 140736959533904 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 18505728 140736959539474 140736959539750 140736959539750 140736959545322 0
/proc/129281/statm: 17439 6908 2368 1147 0 4865 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 73948 KiB
Current children cumulated memory: 30576 KiB

Child status: 0

Real time (s): 0.854455
CPU time (s): 0.673004
CPU user time (s): 0.579117
CPU system time (s): 0.093887
CPU usage (%): 78.7641
Max. virtual memory (cumulated for all children) (KiB): 73948
Max. memory (cumulated for all children) (KiB): 30576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.579117
system time used= 0.093887
maximum resident set size= 27632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 541
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 129278
#   total CPU time (s): 0.673004
#   total CPU user time (s): 0.579117
#   total CPU system time (s): 0.093887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.01228 second user time and 0.034667 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-15 16:04:48
IDJOB=4532477
IDBENCH=148110
IDSOLVER=3393
FILE ID=nodeC035/4532477-1752588288
RUNJOBID= nodeC035-1752584602-128821
SLURM_JOB_ID= 9684365
Free space on /tmp= 432636 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532477-1752588288/watcher-4532477-1752588288 -o /tmp/evaluation-result-4532477-1752588288/solver-4532477-1752588288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752584602-128821 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532477-1752588288.opb PROOFDIR/proof-4532477-1752588288

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=1424490170

nodeC035 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		: 3599.752
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.51
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		: 3599.773
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.51
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		: 3664.636
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.51
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		: 3600.152
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.51
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.888
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.51
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.750
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.51
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		: 3614.072
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.51
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		: 3654.967
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        103046976 kB
MemAvailable:   127677128 kB
Buffers:             664 kB
Cached:         25377288 kB
SwapCached:          332 kB
Active:          2406732 kB
Inactive:       25060332 kB
Active(anon):    2087924 kB
Inactive(anon):    18976 kB
Active(file):     318808 kB
Inactive(file): 25041356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             80576 kB
Writeback:            24 kB
AnonPages:       2085048 kB
Mapped:           120736 kB
Shmem:             17700 kB
KReclaimable:     218456 kB
Slab:             316008 kB
SReclaimable:     218456 kB
SUnreclaim:        97552 kB
KernelStack:        4400 kB
PageTables:         7432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2661660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1921024 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432628 MiB
End job on nodeC035 at 2025-07-15 16:04:49