Trace number 4517295
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-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/ equalities/array_comm/normalized-16arraycomm_teq_tvars_greater.opb |
MD5SUM | 87f67814fd1a58888c5941928a1532df |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.013405 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 1568 |
Total number of constraints | 833 |
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 | 833 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 64 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 2147483648 |
Number of bits of the biggest number in a constraint | 32 |
Biggest sum of numbers in a constraint | 8589934591 |
Number of bits of the biggest sum of numbers | 33 |
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-4517295-1751224704.opb'
0.00/0.01 c read 0.03MB (0.80ms)
0.00/0.01 c [cnf: #variables 1568 #clauses 833 #duplicates 0 #arr 3136]
0.00/0.01 c output proof to 'PROOFDIR/proof-4517295-1751224704'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 0] (1.81ms)
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.45ms)
0.00/0.02 c
0.00/0.02 c detect symmetries on remainder
0.00/0.02 c [graph: #vertices 6786 #edges 15042]
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.54ms)
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-4517295-1751224704.opb.pre'
0.00/0.02 c wrote 0.03MB (0.19ms)
0.00/0.02 c ------------------------------------------------------------------
0.00/0.02 c 1.81ms 37.07% approx_orbits
0.00/0.02 c 1.03ms 21.08% other
0.00/0.02 c 0.80ms 16.30% parse
0.00/0.02 c 0.54ms 11.11% detect_generic
0.00/0.02 c 0.45ms 9.26% detect_special
0.00/0.02 c 0.19ms 3.90% output
0.00/0.02 c 0.06ms 1.28% finalize_order
0.00/0.02 c ───────────────────────────────────────────────
0.00/0.02 c 4.89ms 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 63f22ad
0.00/0.04 c #variables 1568 #constraints 1665
0.00/0.05 c rational objective 4.65661e-10
0.17/0.26 c #Conflicts: 1000 | #Constraints: 2665
0.17/0.26 c #Conflicts: 2000 | #Constraints: 3665
0.17/0.26 c INPROCESSING
0.17/0.26 c GARBAGE COLLECT
0.17/0.26 c rational objective 5.00006
1.54/1.63 c #Conflicts: 3000 | #Constraints: 3690
1.54/1.63 c #Conflicts: 4000 | #Constraints: 4690
1.54/1.63 c INPROCESSING
1.54/1.63 c GARBAGE COLLECT
1.54/1.63 c #Conflicts: 5000 | #Constraints: 4126
1.54/1.63 c #Conflicts: 6000 | #Constraints: 5126
1.54/1.63 c INPROCESSING
1.54/1.63 c GARBAGE COLLECT
1.54/1.63 c #Conflicts: 7000 | #Constraints: 4154
1.54/1.63 c #Conflicts: 8000 | #Constraints: 5154
1.54/1.63 c #Conflicts: 9000 | #Constraints: 6154
1.54/1.63 c INPROCESSING
1.54/1.63 c GARBAGE COLLECT
1.54/1.63 c #Conflicts: 10000 | #Constraints: 4873
1.54/1.63 c #Conflicts: 11000 | #Constraints: 5873
1.54/1.63 c #Conflicts: 12000 | #Constraints: 6873
1.54/1.63 c INPROCESSING
1.54/1.63 c GARBAGE COLLECT
1.54/1.63 c rational objective 5.00032
2.24/2.39 c #Conflicts: 13000 | #Constraints: 5333
2.24/2.39 c #Conflicts: 14000 | #Constraints: 6334
2.24/2.39 c #Conflicts: 15000 | #Constraints: 7334
2.24/2.39 c INPROCESSING
2.24/2.39 c GARBAGE COLLECT
2.24/2.39 c #Conflicts: 16000 | #Constraints: 5584
2.24/2.39 c #Conflicts: 17000 | #Constraints: 6584
2.24/2.39 c #Conflicts: 18000 | #Constraints: 7584
2.24/2.39 c INPROCESSING
2.24/2.39 c GARBAGE COLLECT
2.24/2.39 c cpu time 2.16155 s
2.24/2.39 c deterministic time 29516857 2.95e+07
2.24/2.39 c optimization time 2e-05 s
2.24/2.39 c total solve time 2.15072 s
2.24/2.39 c core-guided solve time 0 s
2.24/2.39 c propagation time 0.845559 s
2.24/2.39 c conflict analysis time 0.596414 s
2.24/2.39 c propagations 711060
2.24/2.39 c resolve steps 148285
2.24/2.39 c decisions 52037
2.24/2.39 c conflicts 18260
2.24/2.39 c restarts 62
2.24/2.39 c inprocessing phases 7
2.24/2.39 c garbage collections 7 ,( 100.00 )
2.24/2.39 c input clauses 704 ,( 42.28 )
2.24/2.39 c input cardinalities 0 ,( 0.00 )
2.24/2.39 c input general constraints 961 ,( 57.72 )
2.24/2.39 c input average constraint length 3.73
2.24/2.39 c input average constraint degree 2579562.07
2.24/2.39 c learned clauses 6470 ,( 35.42 )
2.24/2.39 c learned cardinalities 127 ,( 0.70 )
2.24/2.39 c learned general constraints 11669 ,( 63.88 )
2.24/2.39 c learned average constraint length 27.25
2.24/2.39 c learned average constraint degree 37816176.70
2.24/2.39 c watched CF 32, 64, 128, Arb: 2287 , 0 , 0 , 0
2.24/2.39 c counting CF 32, 64, 128, Arb: 10342 , 1 , 0 , 0
2.24/2.39 c watched constraints 2287 ,( 18.11 )
2.24/2.39 c counting constraints 10343 ,( 81.89 )
2.24/2.39 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 392124 , 22039 , 2749802 ,( 167287 , 2582515 )
2.24/2.39 c gcd simplifications 1262
2.24/2.39 c detected cardinalities 30
2.24/2.39 c weakened non-implied lits 143539
2.24/2.39 c weakened non-implying lits 1653
2.24/2.39 c original variables 1568
2.24/2.39 c clausal propagations 140078
2.24/2.39 c cardinality propagations 811
2.24/2.39 c watched propagations 3740
2.24/2.39 c counting propagations 538983
2.24/2.39 c watch lookups 10861930
2.24/2.39 c watch backjump lookups 0
2.24/2.39 c watch checks 2458797
2.24/2.39 c propagation checks 12847582
2.24/2.39 c constraint additions 1798272
2.24/2.39 c trail pops 781355
2.24/2.39 c formula constraints 1665
2.24/2.39 c learned constraints 18257
2.24/2.39 c bound constraints 0
2.24/2.39 c core-guided constraints 0
2.24/2.39 c encountered formula constraints 102352
2.24/2.39 c encountered learned constraints 63692
2.24/2.39 c encountered bound constraints 0
2.24/2.39 c encountered core-guided constraints 0
2.24/2.39 c LP total time 0.646638 s
2.24/2.39 c LP solve time 0.44 s
2.24/2.39 c LP constraints added 1671
2.24/2.39 c LP constraints removed 0
2.24/2.39 c LP pivots internal 2284
2.24/2.39 c LP pivots root 3539
2.24/2.39 c LP calls 11
2.24/2.39 c LP optimalities 4
2.24/2.39 c LP no pivot count 1
2.24/2.39 c LP infeasibilities 4
2.24/2.39 c LP valid Farkas constraints 4
2.24/2.39 c LP learned Farkas constraints 1
2.24/2.39 c LP basis resets 2
2.24/2.39 c LP cycling count 1
2.24/2.39 c LP singular count 1
2.24/2.39 c LP no primal count 0
2.24/2.39 c LP no farkas count 0
2.24/2.39 c LP other issue count 0
2.24/2.39 c LP Gomory cuts 4
2.24/2.39 c LP learned cuts 2
2.24/2.39 c LP deleted cuts 0
2.24/2.39 c LP encountered Gomory constraints 0
2.24/2.39 c LP encountered Farkas constraints 489
2.24/2.39 c LP encountered learned Farkas constraints 10
2.24/2.39 c CG auxiliary variables introduced 0
2.24/2.39 c CG solutions found 0
2.24/2.39 c CG cores constructed 0
2.24/2.39 c CG core cardinality constraints returned 0
2.24/2.39 c CG unit cores 0
2.24/2.39 c CG single cores 0
2.24/2.39 c CG blocks removed during cardinality reduction 0
2.24/2.39 c CG first core best 0
2.24/2.39 c CG decision core best 0
2.24/2.39 c CG core reduction tie 0
2.24/2.39 c CG core degree average 0.00
2.24/2.39 c CG core slack average 0.00
2.24/2.39 c CG core upper bound improvements 0
2.24/2.39 c STR number of successful calls 0
2.24/2.39 c STR number of unsuccessful calls 0
2.24/2.39 c STR number of inconclusive calls 0
2.24/2.39 c STR number of successful attempts 0
2.24/2.39 c STR number of unsuccessful attempts 0
2.24/2.39 c STR number of inconclusive attempts 0
2.24/2.39 c STR average degree increase per successful call inf
2.24/2.39 c STR average degree increase per successful attempt inf
2.24/2.39 c STR total number of conflicts for successful attempts 0
2.24/2.39 c STR total number of conflicts for unsuccessful attempts 0
2.24/2.39 c STR total number of conflicts for inconclusive attempts 0
2.24/2.39 c STR average number of conflicts per successful attempt inf
2.24/2.39 c STR average number of conflicts per unsuccessful attempt inf
2.24/2.39 c STR average number of conflicts per inconclusive attempt inf
2.24/2.39 c AVG.sumWPerc 61.29
2.24/2.39 c bigint constraints 1
2.24/2.39 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 2 20:11:38 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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 (55379 MiB free)
memory of node 1: 64507 MiB (62282 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517295-1751224704/watcher-4517295-1751224704 -o /tmp/evaluation-result-4517295-1751224704/solver-4517295-1751224704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27471 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4517295-1751224704.opb PROOFDIR/proof-4517295-1751224704
running on 2 cores: 0,2
CPU governors:
performance: 0 2
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=31923, runsolver pid=31920
Current StackSize limit: 8192 KiB
[startup+0.100063 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120481824/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=60020 memory=16680 CPUtime=0.06 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 1752 0 0 0 5 1 0 0 20 0 1 0 38149752 61460480 4170 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 15005 4170 2400 1147 0 2432 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 64212 KiB
Current children cumulated memory: 19752 KiB
[startup+0.207302 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120473760/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=60548 memory=17192 CPUtime=0.17 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 1888 0 0 0 15 2 0 0 20 0 1 0 38149752 62001152 4298 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 15137 4298 2400 1147 0 2564 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 64740 KiB
Current children cumulated memory: 20264 KiB
[startup+0.308886 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120473760/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=60944 memory=17448 CPUtime=0.26 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 1961 0 0 0 24 2 0 0 20 0 1 0 38149752 62406656 4362 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 15236 4362 2400 1147 0 2663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 65136 KiB
Current children cumulated memory: 20520 KiB
[startup+0.700279 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120462836/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=62192 memory=18600 CPUtime=0.65 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 2259 0 0 0 59 6 0 0 20 0 1 0 38149752 63684608 4650 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 15548 4650 2400 1147 0 2975 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 66384 KiB
Current children cumulated memory: 21672 KiB
[startup+1.50036 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120450740/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=63424 memory=20136 CPUtime=1.45 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 2580 0 0 0 133 12 0 0 20 0 1 0 38149752 64946176 5034 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 15856 5034 2464 1147 0 3283 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 67616 KiB
Current children cumulated memory: 23208 KiB
[startup+2.39377 s]
# the end of solver process 31923 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=2.16808 s, system=0.178589 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1.60039 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120450740/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=63556 memory=20392 CPUtime=1.54 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 2628 0 0 0 142 12 0 0 20 0 1 0 38149752 65081344 5098 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 15889 5098 2464 1147 0 3316 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 67748 KiB
Current children cumulated memory: 23464 KiB
[startup+2.0003 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120411812/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=64784 memory=21544 CPUtime=1.95 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 2920 0 0 0 181 14 0 0 20 0 1 0 38149752 66338816 5386 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 16196 5386 2464 1147 0 3623 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 68976 KiB
Current children cumulated memory: 24616 KiB
[startup+2.2003 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120411812/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=65348 memory=21928 CPUtime=2.15 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 3028 0 0 0 199 16 0 0 20 0 1 0 38149752 66916352 5482 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 16337 5482 2464 1147 0 3764 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 69540 KiB
Current children cumulated memory: 25000 KiB
[startup+2.30031 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 31926
/proc/meminfo: memFree=120411812/131382120 swapFree=33010416/33010684
[pid=31923] ppid=31920 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/31923/stat : 31923 (run-dec-break-l) S 31920 31923 27461 0 -1 4194304 240 753 0 0 0 0 0 0 20 0 1 0 38149750 4292608 768 18446744073709551615 94778395729920 94778396624453 140734000294384 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94778396863504 94778396911248 94778421604352 140734000302357 140734000302558 140734000302558 140734000308160 0
/proc/31923/statm: 1048 768 704 219 0 110 0
[pid=31926] ppid=31923 vsize=66100 memory=22952 CPUtime=2.24 cores=0,2
/proc/31926/stat : 31926 (roundingsat) R 31923 31923 27461 0 -1 4194304 3234 0 0 0 208 16 0 0 20 0 1 0 38149752 67686400 5738 18446744073709551615 4227072 8923433 140724802747072 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11100160 140724802750708 140724802751016 140724802751016 140724802756586 0
/proc/31926/statm: 16525 5738 2496 1147 0 3952 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 70292 KiB
Current children cumulated memory: 26024 KiB
Child status: 0
Real time (s): 2.39382
CPU time (s): 2.34667
CPU user time (s): 2.16808
CPU system time (s): 0.178589
CPU usage (%): 98.0303
Max. virtual memory (cumulated for all children) (KiB): 70292
Max. memory (cumulated for all children) (KiB): 26024
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16808
system time used= 0.178589
maximum resident set size= 22952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 687
involuntary context switches= 13
# summary of solver processes directly reported to runsolver:
# pid: 31923
# total CPU time (s): 2.34667
# total CPU user time (s): 2.16808
# total CPU system time (s): 0.178589
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036523 second user time and 0.069503 second system time
The end
Launcher Data
Begin job on nodeC006 at 2025-06-29 21:18:24
IDJOB=4517295
IDBENCH=176049
IDSOLVER=3358
FILE ID=nodeC006/4517295-1751224704
RUNJOBID= nodeC006-1751216867-27471
SLURM_JOB_ID= 9587659
Free space on /tmp= 433036 MiB
SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_comm/normalized-16arraycomm_teq_tvars_greater.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517295-1751224704/watcher-4517295-1751224704 -o /tmp/evaluation-result-4517295-1751224704/solver-4517295-1751224704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27471 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4517295-1751224704.opb PROOFDIR/proof-4517295-1751224704
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 87f67814fd1a58888c5941928a1532df
RANDOM SEED=123541874
nodeC006 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 : 1197.143
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.32
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 : 3591.415
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.32
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 : 2495.190
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.32
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.189
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.32
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 : 3659.042
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.32
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 : 1200.238
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.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.495
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.32
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 : 3591.420
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.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382120 kB
MemFree: 120486248 kB
MemAvailable: 129009248 kB
Buffers: 2128 kB
Cached: 9321224 kB
SwapCached: 12 kB
Active: 1146260 kB
Inactive: 9050488 kB
Active(anon): 878700 kB
Inactive(anon): 12740 kB
Active(file): 267560 kB
Inactive(file): 9037748 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 155636 kB
Writeback: 16 kB
AnonPages: 875012 kB
Mapped: 112900 kB
Shmem: 17948 kB
KReclaimable: 114256 kB
Slab: 201788 kB
SReclaimable: 114256 kB
SUnreclaim: 87532 kB
KernelStack: 4064 kB
PageTables: 4800 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 1284496 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149480 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 675840 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: 191304 kB
DirectMap2M: 10196992 kB
DirectMap1G: 125829120 kB
Free space on /tmp at the end= 433028 MiB
End job on nodeC006 at 2025-06-29 21:18:26