Trace number 4490291
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB06/OPT-LIN/submitted-PB06/ manquiho/market-split/normalized-opt-market-split_4_30_3.opb |
MD5SUM | 86001821498b0a30bc65df6451678f5a |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 2 |
Best CPU time to get the best result obtained on this benchmark | 18.7971 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 94 |
Total number of constraints | 8 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 8 |
Minimum length of a constraint | 45 |
Maximum length of a constraint | 46 |
Number of terms in the objective function | 64 |
Biggest coefficient in the objective function | 128 |
Number of bits for the biggest coefficient in the objective function | 8 |
Sum of the numbers in the objective function | 2040 |
Number of bits of the sum of numbers in the objective function | 11 |
Biggest number in a constraint | 940 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 3331 |
Number of bits of the biggest sum of numbers | 12 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
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-4490291-1751371542.opb'
0.00/0.02 c read 0.00MB (0.38ms)
0.00/0.02 c [cnf: #variables 94 #clauses 9 #duplicates 0 #arr 430]
0.00/0.04 c output proof to 'PROOFDIR/proof-4490291-1751371542'
0.00/0.04 c
0.00/0.04 c make graph and approximate orbits
0.00/0.04 c [group: #orbits ~= 0] (0.40ms)
0.00/0.04 c
0.00/0.04 c detect special group actions
0.00/0.04 c probe for Johnson action (limit=64)
0.00/0.04 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04 c (0.10ms)
0.00/0.04 c
0.00/0.04 c detect symmetries on remainder
0.00/0.04 c [graph: #vertices 561 #edges 1776]
0.00/0.04 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04 c [group: #symmetries 1.00*10^0 #generators 0] (0.15ms)
0.00/0.04 c
0.00/0.04 c finalize break order and special generators
0.00/0.04 c
0.00/0.04 c generation finished
0.00/0.04 c [sbp: #constraints 0 #add_vars 0]
0.00/0.04 c
0.00/0.04 c write result to 'HOME/instance-4490291-1751371542.opb.pre'
0.00/0.04 c wrote 0.00MB (0.20ms)
0.00/0.04 c ------------------------------------------------------------------
0.00/0.04 c 23.45ms 95.00% other
0.00/0.04 c 0.40ms 1.60% approx_orbits
0.00/0.04 c 0.37ms 1.51% parse
0.00/0.04 c 0.20ms 0.82% output
0.00/0.04 c 0.15ms 0.61% detect_generic
0.00/0.04 c 0.10ms 0.41% detect_special
0.00/0.04 c 0.01ms 0.05% finalize_order
0.00/0.04 c ───────────────────────────────────────────────
0.00/0.04 c 24.69ms 100% total
0.00/0.04 c ------------------------------------------------------------------
0.00/0.06 c RoundingSat 2
0.00/0.06 c branch pb25
0.00/0.06 c commit 63f22ad
0.00/0.06 c #variables 94 #constraints 8
0.00/0.06 c objective is ce32
0.00/0.07 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07 c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
0.00/0.07 c bounds 94 >= 0 @ 0.008952
0.00/0.07 c rational objective 0
0.04/0.11 c bounds 90 >= 0 @ 0.045992
0.04/0.11 c bounds 89 >= 0 @ 0.050956
0.04/0.11 c bounds 81 >= 0 @ 0.051065
0.04/0.12 c bounds 54 >= 0 @ 0.051952
0.04/0.15 c bounds 31 >= 0 @ 0.080844
0.04/0.15 c bounds 29 >= 0 @ 0.081898
0.04/0.15 c bounds 27 >= 0 @ 0.082886
0.04/0.15 c bounds 25 >= 0 @ 0.084235
0.04/0.15 c bounds 23 >= 0 @ 0.085027
0.04/0.16 c bounds 21 >= 0 @ 0.085606
0.04/0.16 c bounds 17 >= 0 @ 0.086412
0.04/0.16 c bounds 11 >= 0 @ 0.086944
0.73/0.80 c #Conflicts: 1000 | #Constraints: 1438
0.73/0.80 c #Conflicts: 2000 | #Constraints: 2955
0.73/0.80 c INPROCESSING
0.73/0.80 c GARBAGE COLLECT
0.73/0.80 c rational objective 0
0.73/0.87 c bounds 9 >= 0 @ 0.753946
0.94/1.11 c #Conflicts: 3000 | #Constraints: 2864
0.94/1.11 c bounds 6 >= 0 @ 0.982665
1.33/1.47 c #Conflicts: 4000 | #Constraints: 4334
1.33/1.47 c INPROCESSING
1.33/1.47 c GARBAGE COLLECT
1.33/1.47 c rational objective 0
1.94/2.06 c #Conflicts: 5000 | #Constraints: 3493
1.94/2.06 c #Conflicts: 6000 | #Constraints: 5006
1.94/2.06 c INPROCESSING
1.94/2.06 c GARBAGE COLLECT
1.94/2.06 c rational objective 0
2.13/2.26 c #Conflicts: 7000 | #Constraints: 3510
2.13/2.26 c bounds 4 >= 0 @ 2.0717
2.22/2.35 c bounds 3 >= 0 @ 2.15826
2.62/2.72 c #Conflicts: 8000 | #Constraints: 4950
2.62/2.72 c #Conflicts: 9000 | #Constraints: 6450
2.62/2.72 c INPROCESSING
2.62/2.72 c GARBAGE COLLECT
2.62/2.72 c rational objective 0
3.32/3.40 c #Conflicts: 10000 | #Constraints: 4428
3.32/3.40 c #Conflicts: 11000 | #Constraints: 5808
3.32/3.40 c #Conflicts: 12000 | #Constraints: 7098
3.32/3.40 c INPROCESSING
3.32/3.40 c GARBAGE COLLECT
3.32/3.40 c rational objective 0
4.12/4.21 c #Conflicts: 13000 | #Constraints: 5000
4.12/4.21 c #Conflicts: 14000 | #Constraints: 6444
4.12/4.21 c #Conflicts: 15000 | #Constraints: 7768
4.12/4.21 c INPROCESSING
4.12/4.21 c GARBAGE COLLECT
4.12/4.21 c rational objective 0
5.12/5.22 c #Conflicts: 16000 | #Constraints: 5370
5.12/5.22 c #Conflicts: 17000 | #Constraints: 6824
5.12/5.22 c #Conflicts: 18000 | #Constraints: 8256
5.12/5.22 c INPROCESSING
5.12/5.22 c GARBAGE COLLECT
5.12/5.22 c rational objective 0
5.31/5.49 c #Conflicts: 19000 | #Constraints: 5493
5.31/5.49 c bounds 2 >= 0 @ 5.15513
6.21/6.35 c #Conflicts: 20000 | #Constraints: 7006
6.21/6.35 c #Conflicts: 21000 | #Constraints: 8395
6.21/6.35 c INPROCESSING
6.21/6.35 c GARBAGE COLLECT
6.21/6.35 c rational objective 0
7.30/7.42 c #Conflicts: 22000 | #Constraints: 5223
7.30/7.42 c #Conflicts: 23000 | #Constraints: 6614
7.30/7.42 c #Conflicts: 24000 | #Constraints: 7913
7.30/7.42 c #Conflicts: 25000 | #Constraints: 9050
7.30/7.42 c INPROCESSING
7.30/7.42 c GARBAGE COLLECT
7.30/7.42 c rational objective 0
8.50/8.62 c #Conflicts: 26000 | #Constraints: 5629
8.50/8.62 c #Conflicts: 27000 | #Constraints: 7065
8.50/8.62 c #Conflicts: 28000 | #Constraints: 8508
8.50/8.62 c #Conflicts: 29000 | #Constraints: 10001
8.50/8.62 c INPROCESSING
8.50/8.62 c GARBAGE COLLECT
8.50/8.62 c rational objective 0
9.70/9.80 c #Conflicts: 30000 | #Constraints: 6347
9.70/9.80 c #Conflicts: 31000 | #Constraints: 7546
9.70/9.80 c #Conflicts: 32000 | #Constraints: 8734
9.70/9.80 c #Conflicts: 33000 | #Constraints: 10165
9.70/9.80 c INPROCESSING
9.70/9.80 c GARBAGE COLLECT
9.70/9.80 c rational objective 0
11.09/11.24 c #Conflicts: 34000 | #Constraints: 6605
11.09/11.24 c #Conflicts: 35000 | #Constraints: 8144
11.09/11.24 c #Conflicts: 36000 | #Constraints: 9664
11.09/11.24 c #Conflicts: 37000 | #Constraints: 11186
11.09/11.24 c INPROCESSING
11.09/11.24 c GARBAGE COLLECT
11.09/11.24 c rational objective 0
12.49/12.63 c #Conflicts: 38000 | #Constraints: 6962
12.49/12.63 c #Conflicts: 39000 | #Constraints: 8248
12.49/12.63 c #Conflicts: 40000 | #Constraints: 9425
12.49/12.63 c #Conflicts: 41000 | #Constraints: 10874
12.49/12.63 c INPROCESSING
12.49/12.63 c GARBAGE COLLECT
12.49/12.63 c rational objective 0
14.08/14.24 c #Conflicts: 42000 | #Constraints: 6400
14.08/14.24 c #Conflicts: 43000 | #Constraints: 7844
14.08/14.24 c #Conflicts: 44000 | #Constraints: 9314
14.08/14.24 c #Conflicts: 45000 | #Constraints: 10839
14.08/14.24 c #Conflicts: 46000 | #Constraints: 12383
14.08/14.24 c INPROCESSING
14.08/14.24 c GARBAGE COLLECT
14.08/14.24 c rational objective 0
15.68/15.85 c #Conflicts: 47000 | #Constraints: 7340
15.68/15.85 c #Conflicts: 48000 | #Constraints: 8738
15.68/15.85 c #Conflicts: 49000 | #Constraints: 10106
15.68/15.85 c #Conflicts: 50000 | #Constraints: 11597
15.68/15.85 c #Conflicts: 51000 | #Constraints: 13006
15.68/15.85 c INPROCESSING
15.68/15.85 c GARBAGE COLLECT
15.68/15.85 c rational objective 0
17.27/17.49 c #Conflicts: 52000 | #Constraints: 7967
17.27/17.49 c #Conflicts: 53000 | #Constraints: 9175
17.27/17.49 c #Conflicts: 54000 | #Constraints: 10222
17.27/17.49 c #Conflicts: 55000 | #Constraints: 11667
17.27/17.49 c #Conflicts: 56000 | #Constraints: 12908
17.27/17.49 c INPROCESSING
17.27/17.49 c GARBAGE COLLECT
17.27/17.49 c rational objective 0
19.77/19.92 c #Conflicts: 57000 | #Constraints: 7996
19.77/19.92 c #Conflicts: 58000 | #Constraints: 9533
19.77/19.92 c #Conflicts: 59000 | #Constraints: 11059
19.77/19.92 c #Conflicts: 60000 | #Constraints: 12603
19.77/19.92 c #Conflicts: 61000 | #Constraints: 14142
19.77/19.92 c INPROCESSING
19.77/19.92 c GARBAGE COLLECT
19.77/19.92 c rational objective 0
22.26/22.49 c #Conflicts: 62000 | #Constraints: 8445
22.26/22.49 c #Conflicts: 63000 | #Constraints: 9929
22.26/22.49 c #Conflicts: 64000 | #Constraints: 11430
22.26/22.49 c #Conflicts: 65000 | #Constraints: 12923
22.26/22.49 c #Conflicts: 66000 | #Constraints: 14438
22.26/22.49 c INPROCESSING
22.26/22.49 c GARBAGE COLLECT
22.26/22.49 c rational objective 0
25.25/25.41 c #Conflicts: 67000 | #Constraints: 8305
25.25/25.41 c #Conflicts: 68000 | #Constraints: 9851
25.25/25.41 c #Conflicts: 69000 | #Constraints: 11396
25.25/25.41 c #Conflicts: 70000 | #Constraints: 12947
25.25/25.41 c #Conflicts: 71000 | #Constraints: 14482
25.25/25.41 c #Conflicts: 72000 | #Constraints: 16011
25.25/25.41 c INPROCESSING
25.25/25.41 c GARBAGE COLLECT
25.25/25.41 c rational objective 0
27.94/28.11 c #Conflicts: 73000 | #Constraints: 9374
27.94/28.11 c #Conflicts: 74000 | #Constraints: 10734
27.94/28.11 c #Conflicts: 75000 | #Constraints: 12054
27.94/28.11 c #Conflicts: 76000 | #Constraints: 13242
27.94/28.11 c #Conflicts: 77000 | #Constraints: 14706
27.94/28.11 c #Conflicts: 78000 | #Constraints: 16178
27.94/28.11 c INPROCESSING
27.94/28.11 c GARBAGE COLLECT
27.94/28.11 c rational objective 0
31.02/31.22 c #Conflicts: 79000 | #Constraints: 9654
31.02/31.22 c #Conflicts: 80000 | #Constraints: 11184
31.02/31.22 c #Conflicts: 81000 | #Constraints: 12711
31.02/31.22 c #Conflicts: 82000 | #Constraints: 14163
31.02/31.22 c #Conflicts: 83000 | #Constraints: 15693
31.02/31.22 c #Conflicts: 84000 | #Constraints: 17233
31.02/31.22 c INPROCESSING
31.02/31.22 c GARBAGE COLLECT
31.02/31.22 c rational objective 0
33.52/33.73 c #Conflicts: 85000 | #Constraints: 9792
33.52/33.73 c #Conflicts: 86000 | #Constraints: 10996
33.52/33.73 c #Conflicts: 87000 | #Constraints: 12307
33.52/33.73 c #Conflicts: 88000 | #Constraints: 13601
33.52/33.73 c #Conflicts: 89000 | #Constraints: 14860
33.52/33.73 c #Conflicts: 90000 | #Constraints: 16287
33.52/33.73 c INPROCESSING
33.52/33.73 c GARBAGE COLLECT
33.52/33.73 c rational objective 0
34.93/35.15 c #Conflicts: 91000 | #Constraints: 9371
34.93/35.15 c #Conflicts: 92000 | #Constraints: 10677
34.93/35.15 c #Conflicts: 93000 | #Constraints: 11999
34.93/35.15 c #Conflicts: 94000 | #Constraints: 13504
34.93/35.15 c bounds 2 >= 1 @ 33.7852
36.41/36.60 c #Conflicts: 95000 | #Constraints: 15012
36.41/36.60 c #Conflicts: 96000 | #Constraints: 16537
36.41/36.60 c INPROCESSING
36.41/36.60 c GARBAGE COLLECT
36.41/36.60 c rational objective 1
39.50/39.79 c #Conflicts: 97000 | #Constraints: 9308
39.50/39.79 c #Conflicts: 98000 | #Constraints: 10827
39.50/39.79 c #Conflicts: 99000 | #Constraints: 12293
39.50/39.79 c #Conflicts: 100000 | #Constraints: 13773
39.50/39.79 c #Conflicts: 101000 | #Constraints: 14840
39.50/39.79 c #Conflicts: 102000 | #Constraints: 16027
39.50/39.79 c #Conflicts: 103000 | #Constraints: 17526
39.50/39.79 c INPROCESSING
39.50/39.79 c GARBAGE COLLECT
39.50/39.79 c rational objective 1
41.80/42.04 c #Conflicts: 104000 | #Constraints: 10173
41.80/42.04 c #Conflicts: 105000 | #Constraints: 11672
41.80/42.04 c #Conflicts: 106000 | #Constraints: 12878
41.80/42.04 c #Conflicts: 107000 | #Constraints: 14409
41.80/42.04 c #Conflicts: 108000 | #Constraints: 15944
41.80/42.04 c bounds 2 >= 2 @ 40.5056
41.80/42.04 c cpu time 40.5056 s
41.80/42.04 c deterministic time 3449360117 3.45e+09
41.80/42.04 c optimization time 0.00899 s
41.80/42.04 c total solve time 40.4937 s
41.80/42.04 c core-guided solve time 21.4155 s
41.80/42.04 c propagation time 28.3152 s
41.80/42.04 c conflict analysis time 10.7449 s
41.80/42.04 c propagations 1342513
41.80/42.04 c resolve steps 597936
41.80/42.04 c decisions 120820
41.80/42.04 c conflicts 108193
41.80/42.04 c restarts 284
41.80/42.04 c inprocessing phases 24
41.80/42.04 c garbage collections 24 ,( 100.00 )
41.80/42.04 c input clauses 1 ,( 3.45 )
41.80/42.04 c input cardinalities 2 ,( 6.90 )
41.80/42.04 c input general constraints 26 ,( 89.66 )
41.80/42.04 c input average constraint length 38.90
41.80/42.04 c input average constraint degree 564.00
41.80/42.04 c learned clauses 63606 ,( 41.41 )
41.80/42.04 c learned cardinalities 9 ,( 0.01 )
41.80/42.04 c learned general constraints 89970 ,( 58.58 )
41.80/42.04 c learned average constraint length 24.29
41.80/42.04 c learned average constraint degree 1349528385.08
41.80/42.04 c watched CF 32, 64, 128, Arb: 6990 , 0 , 0 , 0
41.80/42.04 c counting CF 32, 64, 128, Arb: 83007 , 0 , 0 , 0
41.80/42.04 c watched constraints 6990 ,( 7.77 )
41.80/42.04 c counting constraints 83006 ,( 92.23 )
41.80/42.04 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 11262690 , 20342 , 427917767 ,( 2249218 , 425668549 )
41.80/42.04 c gcd simplifications 58233
41.80/42.04 c detected cardinalities 9
41.80/42.04 c weakened non-implied lits 1311017
41.80/42.04 c weakened non-implying lits 60745
41.80/42.04 c original variables 94
41.80/42.04 c clausal propagations 22039
41.80/42.04 c cardinality propagations 18
41.80/42.04 c watched propagations 875
41.80/42.04 c counting propagations 1210042
41.80/42.04 c watch lookups 1105057002
41.80/42.04 c watch backjump lookups 0
41.80/42.04 c watch checks 26782275
41.80/42.04 c propagation checks 2284185552
41.80/42.04 c constraint additions 30225985
41.80/42.04 c trail pops 1571401
41.80/42.04 c formula constraints 8
41.80/42.04 c learned constraints 108162
41.80/42.04 c bound constraints 19
41.80/42.04 c core-guided constraints 2
41.80/42.04 c encountered formula constraints 89756
41.80/42.04 c encountered learned constraints 153523
41.80/42.04 c encountered bound constraints 512
41.80/42.04 c encountered core-guided constraints 36
41.80/42.04 c LP total time 4.77569 s
41.80/42.04 c LP solve time 1.85 s
41.80/42.04 c LP constraints added 49
41.80/42.04 c LP constraints removed 39
41.80/42.04 c LP pivots internal 74401
41.80/42.04 c LP pivots root 167
41.80/42.04 c LP calls 56092
41.80/42.04 c LP optimalities 10728
41.80/42.04 c LP no pivot count 1042
41.80/42.04 c LP infeasibilities 45364
41.80/42.04 c LP valid Farkas constraints 45364
41.80/42.04 c LP learned Farkas constraints 30
41.80/42.04 c LP basis resets 0
41.80/42.04 c LP cycling count 0
41.80/42.04 c LP singular count 0
41.80/42.04 c LP no primal count 0
41.80/42.04 c LP no farkas count 0
41.80/42.04 c LP other issue count 0
41.80/42.04 c LP Gomory cuts 29
41.80/42.04 c LP learned cuts 12
41.80/42.04 c LP deleted cuts 39
41.80/42.04 c LP encountered Gomory constraints 45
41.80/42.04 c LP encountered Farkas constraints 461822
41.80/42.04 c LP encountered learned Farkas constraints 405
41.80/42.04 c CG auxiliary variables introduced 1
41.80/42.04 c CG solutions found 17
41.80/42.04 c CG cores constructed 1
41.80/42.04 c CG core cardinality constraints returned 0
41.80/42.04 c CG unit cores 0
41.80/42.04 c CG single cores 1
41.80/42.04 c CG blocks removed during cardinality reduction 0
41.80/42.04 c CG first core best 0
41.80/42.04 c CG decision core best 0
41.80/42.04 c CG core reduction tie 0
41.80/42.04 c CG core degree average 1.00
41.80/42.04 c CG core slack average 7.00
41.80/42.04 c CG core upper bound improvements 0
41.80/42.04 c STR number of successful calls 0
41.80/42.04 c STR number of unsuccessful calls 0
41.80/42.04 c STR number of inconclusive calls 0
41.80/42.04 c STR number of successful attempts 0
41.80/42.04 c STR number of unsuccessful attempts 0
41.80/42.04 c STR number of inconclusive attempts 0
41.80/42.04 c STR average degree increase per successful call inf
41.80/42.04 c STR average degree increase per successful attempt inf
41.80/42.04 c STR total number of conflicts for successful attempts 0
41.80/42.04 c STR total number of conflicts for unsuccessful attempts 0
41.80/42.04 c STR total number of conflicts for inconclusive attempts 0
41.80/42.04 c STR average number of conflicts per successful attempt inf
41.80/42.04 c STR average number of conflicts per unsuccessful attempt inf
41.80/42.04 c STR average number of conflicts per inconclusive attempt inf
41.80/42.04 c AVG.sumWPerc 69.53
41.80/42.04 c bigint constraints 0
41.80/42.04 o 2
41.80/42.04 s OPTIMUM FOUND
41.86/42.19 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
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 1 17:43:36 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 2 <= obj <= 2
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 2 <= obj <= 2
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63794 MiB (57789 MiB free)
memory of node 1: 64507 MiB (59054 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490291-1751371542/watcher-4490291-1751371542 -o /tmp/evaluation-result-4490291-1751371542/solver-4490291-1751371542 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751371444-53524 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4490291-1751371542.opb PROOFDIR/proof-4490291-1751371542
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=53908, runsolver pid=53905
[startup+0.100098 s]*
/proc/loadavg: 3.73 3.08 3.61 5/257 53911
/proc/meminfo: memFree=119647496/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=55684 memory=10624 CPUtime=0.04 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 488 0 0 0 4 0 0 0 20 0 1 0 52833993 57020416 2656 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 13921 2656 2400 1147 0 1348 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 59876 KiB
Current children cumulated memory: 13696 KiB
[startup+0.209356 s]*
/proc/loadavg: 3.73 3.08 3.61 5/257 53911
/proc/meminfo: memFree=119645732/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=55948 memory=13132 CPUtime=0.15 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 587 0 0 0 14 1 0 0 20 0 1 0 52833993 57290752 3283 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 13987 3283 2400 1147 0 1414 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 60140 KiB
Current children cumulated memory: 16204 KiB
[startup+0.309265 s]*
/proc/loadavg: 3.73 3.08 3.61 5/257 53911
/proc/meminfo: memFree=119642708/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=56348 memory=13388 CPUtime=0.25 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 661 0 0 0 23 2 0 0 20 0 1 0 52833993 57700352 3347 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 14087 3347 2400 1147 0 1514 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 60540 KiB
Current children cumulated memory: 16460 KiB
[startup+0.700393 s]
/proc/loadavg: 3.73 3.08 3.61 5/257 53911
/proc/meminfo: memFree=119642708/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=57392 memory=14284 CPUtime=0.63 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 896 0 0 0 59 4 0 0 20 0 1 0 52833993 58769408 3571 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 14348 3571 2400 1147 0 1775 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 61584 KiB
Current children cumulated memory: 17356 KiB
[startup+1.5004 s]
/proc/loadavg: 3.75 3.09 3.61 5/257 53911
/proc/meminfo: memFree=119628716/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=58308 memory=15180 CPUtime=1.43 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 1099 0 0 0 135 8 0 0 20 0 1 0 52833993 59707392 3795 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 14577 3795 2400 1147 0 2004 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 62500 KiB
Current children cumulated memory: 18252 KiB
[startup+3.11357 s]
/proc/loadavg: 3.75 3.09 3.61 6/262 53932
/proc/meminfo: memFree=119754340/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=59732 memory=16332 CPUtime=3.04 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 1416 0 0 0 287 17 0 0 20 0 1 0 52833993 61165568 4083 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 14933 4083 2400 1147 0 2360 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 63924 KiB
Current children cumulated memory: 19404 KiB
[startup+6.30039 s]
/proc/loadavg: 3.77 3.11 3.61 5/262 53932
/proc/meminfo: memFree=119690748/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=60764 memory=17356 CPUtime=6.21 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 1663 0 0 0 593 28 0 0 20 0 1 0 52833993 62222336 4339 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 15191 4339 2400 1147 0 2618 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 64956 KiB
Current children cumulated memory: 20428 KiB
[startup+12.7004 s]
/proc/loadavg: 3.87 3.14 3.62 5/262 53932
/proc/meminfo: memFree=119441224/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=63464 memory=19532 CPUtime=12.59 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2199 0 0 0 1206 53 0 0 20 0 1 0 52833993 64987136 4883 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 15866 4883 2400 1147 0 3293 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 67656 KiB
Current children cumulated memory: 22604 KiB
[startup+25.5004 s]
/proc/loadavg: 3.89 3.17 3.63 5/262 53933
/proc/meminfo: memFree=118950204/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=64504 memory=22748 CPUtime=25.34 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2511 0 0 0 2443 91 0 0 20 0 1 0 52833993 66052096 5687 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16126 5687 2400 1147 0 3553 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 68696 KiB
Current children cumulated memory: 25820 KiB
[startup+42.1942 s]
# the end of solver process 53908 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=40.5141 s, system=1.37948 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+25.6004 s]
/proc/loadavg: 3.89 3.17 3.63 5/262 53933
/proc/meminfo: memFree=118950204/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=64504 memory=22748 CPUtime=25.44 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2511 0 0 0 2452 92 0 0 20 0 1 0 52833993 66052096 5687 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16126 5687 2400 1147 0 3553 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 68696 KiB
Current children cumulated memory: 25820 KiB
[startup+32.0004 s]*
/proc/loadavg: 3.91 3.20 3.63 5/262 53933
/proc/meminfo: memFree=118668064/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65152 memory=23260 CPUtime=31.83 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2668 0 0 0 3074 109 0 0 20 0 1 0 52833993 66715648 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16288 5815 2400 1147 0 3715 0
Current children cumulated CPU time: 31.83 s
Current children cumulated vsize: 69344 KiB
Current children cumulated memory: 26332 KiB
[startup+38.4003 s]
/proc/loadavg: 3.91 3.21 3.63 5/262 53933
/proc/meminfo: memFree=118345240/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65408 memory=23260 CPUtime=38.2 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2708 0 0 0 3694 126 0 0 20 0 1 0 52833993 66977792 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16352 5815 2400 1147 0 3779 0
Current children cumulated CPU time: 38.2 s
Current children cumulated vsize: 69600 KiB
Current children cumulated memory: 26332 KiB
[startup+40.0004 s]*
/proc/loadavg: 3.91 3.21 3.63 5/262 53933
/proc/meminfo: memFree=118232248/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65408 memory=23260 CPUtime=39.81 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2711 0 0 0 3852 129 0 0 20 0 1 0 52833993 66977792 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16352 5815 2400 1147 0 3779 0
Current children cumulated CPU time: 39.81 s
Current children cumulated vsize: 69600 KiB
Current children cumulated memory: 26332 KiB
[startup+40.8004 s]
/proc/loadavg: 3.91 3.21 3.63 5/262 53933
/proc/meminfo: memFree=118232248/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65408 memory=23260 CPUtime=40.59 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2711 0 0 0 3928 131 0 0 20 0 1 0 52833993 66977792 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16352 5815 2400 1147 0 3779 0
Current children cumulated CPU time: 40.59 s
Current children cumulated vsize: 69600 KiB
Current children cumulated memory: 26332 KiB
[startup+41.6003 s]
/proc/loadavg: 3.92 3.22 3.64 5/262 53933
/proc/meminfo: memFree=118176308/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65408 memory=23260 CPUtime=41.4 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2711 0 0 0 4007 133 0 0 20 0 1 0 52833993 66977792 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16352 5815 2400 1147 0 3779 0
Current children cumulated CPU time: 41.4 s
Current children cumulated vsize: 69600 KiB
Current children cumulated memory: 26332 KiB
[startup+42.0004 s]*
/proc/loadavg: 3.92 3.22 3.64 5/262 53933
/proc/meminfo: memFree=118120112/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65408 memory=23260 CPUtime=41.8 cores=4,6
/proc/53911/stat : 53911 (roundingsat) R 53908 53908 53513 0 -1 4194304 2711 0 0 0 4047 133 0 0 20 0 1 0 52833993 66977792 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16352 5815 2400 1147 0 3779 0
Current children cumulated CPU time: 41.8 s
Current children cumulated vsize: 69600 KiB
Current children cumulated memory: 26332 KiB
[startup+42.1134 s]
/proc/loadavg: 3.92 3.22 3.64 5/262 53933
/proc/meminfo: memFree=118120112/131382112 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/53908/stat : 53908 (run-opt-ls-log.) S 53905 53908 53513 0 -1 4194304 242 228 0 0 0 0 0 0 20 0 1 0 52833989 4292608 768 18446744073709551615 94235294429184 94235295323717 140722406961328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94235295562768 94235295610512 94235321610240 140722406963483 140722406963681 140722406963681 140722406969283 0
/proc/53908/statm: 1048 768 704 219 0 110 0
[pid=53911] ppid=53908 vsize=65408 memory=23260 CPUtime=41.86 cores=4,6
/proc/53911/stat : 53911 (roundingsat) D 53908 53908 53513 0 -1 4194304 2711 0 0 0 4051 135 0 0 20 0 1 0 52833993 66977792 5815 18446744073709551615 4227072 8923433 140730793752672 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9823104 9832592 24653824 140730793756918 140730793757224 140730793757224 140730793762794 0
/proc/53911/statm: 16352 5815 2400 1147 0 3779 0
Current children cumulated CPU time: 41.86 s
Current children cumulated vsize: 69600 KiB
Current children cumulated memory: 26332 KiB
Child status: 0
Real time (s): 42.1943
CPU time (s): 41.8936
CPU user time (s): 40.5141
CPU system time (s): 1.37948
CPU usage (%): 99.2874
Max. virtual memory (cumulated for all children) (KiB): 69600
Max. memory (cumulated for all children) (KiB): 26332
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.5141
system time used= 1.37948
maximum resident set size= 23260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 870048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5842
involuntary context switches= 71
# summary of solver processes directly reported to runsolver:
# pid: 53908
# total CPU time (s): 41.8936
# total CPU user time (s): 40.5141
# total CPU system time (s): 1.37948
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.266001 second user time and 0.485328 second system time
The end
Launcher Data
Begin job on nodeC009 at 2025-07-01 14:05:42
IDJOB=4490291
IDBENCH=147577
IDSOLVER=3356
FILE ID=nodeC009/4490291-1751371542
RUNJOBID= nodeC009-1751371444-53524
SLURM_JOB_ID= 9598195
Free space on /tmp= 432424 MiB
SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490291-1751371542/watcher-4490291-1751371542 -o /tmp/evaluation-result-4490291-1751371542/solver-4490291-1751371542 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751371444-53524 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4490291-1751371542.opb PROOFDIR/proof-4490291-1751371542
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 86001821498b0a30bc65df6451678f5a
RANDOM SEED=1857719044
nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3491.937
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3492.698
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3700.000
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.233
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.583
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3643.113
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 2993.079
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.491
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.85
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382112 kB
MemFree: 119646664 kB
MemAvailable: 128095812 kB
Buffers: 3280 kB
Cached: 9220668 kB
SwapCached: 0 kB
Active: 2151800 kB
Inactive: 8921052 kB
Active(anon): 1865896 kB
Inactive(anon): 968 kB
Active(file): 285904 kB
Inactive(file): 8920084 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 629872 kB
Writeback: 160 kB
AnonPages: 1852124 kB
Mapped: 113128 kB
Shmem: 17960 kB
KReclaimable: 165192 kB
Slab: 266548 kB
SReclaimable: 165192 kB
SUnreclaim: 101356 kB
KernelStack: 4208 kB
PageTables: 6840 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 2458480 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149512 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 958464 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 172872 kB
DirectMap2M: 9166848 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 432512 MiB
End job on nodeC009 at 2025-07-01 14:06:24