Trace number 4543013
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/nordstrom/CombinatorialBenchmarksPBsolvers/ php-original/normalized-php_230_229.opb |
MD5SUM | a824f24e2c7503f02a1883bfe38cfded |
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.787757 |
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 | 52670 |
Total number of constraints | 459 |
Number of constraints which are clauses | 230 |
Number of constraints which are cardinality constraints (but not clauses) | 229 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 229 |
Maximum length of a constraint | 230 |
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 | 1 |
Number of bits of the biggest number in a constraint | 1 |
Biggest sum of numbers in a constraint | 231 |
Number of bits of the biggest sum of numbers | 8 |
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-4543013-1753219059.opb'
0.00/0.02 c read 1.03MB (14.07ms)
0.00/0.02 c [cnf: #variables 52670 #clauses 459 #duplicates 0 #arr 105340]
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.06 c [group: #orbits ~= 2] (36.02ms)
0.00/0.06 c
0.00/0.06 c detect special group actions
0.00/0.06 c probe for Johnson action (limit=64)
0.08/0.10 c probe for row-column symmetry (limit=64, splits=16.78M)
0.76/0.82 c found row-column 229x230
0.76/0.88 c probe for row symmetry (limit=64, splits=16.78M)
0.76/0.88 c (820.85ms)
0.76/0.88 c
0.76/0.88 c detect symmetries on remainder
0.76/0.88 c [graph: #vertices 211139 #edges 526700]
0.76/0.88 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.86/0.90 c [group: #symmetries 1.00*10^0 #generators 0] (22.93ms)
0.86/0.90 c
0.86/0.90 c finalize break order and special generators
0.86/0.90 c
0.86/0.90 c generation finished
0.86/0.90 c [sbp: #constraints 628372 #add_vars 209305]
0.86/0.90 c
0.86/0.90 c write result to 'HOME/instance-4543013-1753219059.opb.pre'
0.86/0.96 c wrote 26.58MB (54.77ms)
0.86/0.96 c ------------------------------------------------------------------
0.86/0.96 c 820.85ms 85.66% detect_special
0.86/0.96 c 54.77ms 5.72% output
0.86/0.96 c 36.02ms 3.76% approx_orbits
0.86/0.96 c 22.93ms 2.39% detect_generic
0.86/0.96 c 14.07ms 1.47% parse
0.86/0.96 c 7.63ms 0.80% other
0.86/0.96 c 2.00ms 0.21% finalize_order
0.86/0.96 c ───────────────────────────────────────────────
0.86/0.96 c 958.26ms 100% total
0.86/0.96 c ------------------------------------------------------------------
0.86/0.99 c RoundingSat 2
0.86/0.99 c branch pb25
0.86/0.99 c commit 63f22ad
3.82/3.99 c #variables 261975 #constraints 628831
13.69/13.81 c cpu time 11.7637 s
13.69/13.81 c deterministic time 6267468 6.27e+06
13.69/13.81 c optimization time 0.00019 s
13.69/13.81 c total solve time 9.50151 s
13.69/13.81 c core-guided solve time 0 s
13.69/13.81 c propagation time 2.13267 s
13.69/13.81 c conflict analysis time 0.228057 s
13.69/13.81 c propagations 183545
13.69/13.81 c resolve steps 457
13.69/13.81 c decisions 26106
13.69/13.81 c conflicts 229
13.69/13.81 c restarts 1
13.69/13.81 c inprocessing phases 0
13.69/13.81 c garbage collections 0 ,( -nan )
13.69/13.81 c input clauses 628602 ,( 99.96 )
13.69/13.81 c input cardinalities 229 ,( 0.04 )
13.69/13.81 c input general constraints 0 ,( 0.00 )
13.69/13.81 c input average constraint length 3.16
13.69/13.81 c input average constraint degree 1.08
13.69/13.81 c learned clauses 0 ,( 0.00 )
13.69/13.81 c learned cardinalities 228 ,( 100.00 )
13.69/13.81 c learned general constraints 0 ,( 0.00 )
13.69/13.81 c learned average constraint length 17670.17
13.69/13.81 c learned average constraint degree 8892.83
13.69/13.81 c watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
13.69/13.81 c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
13.69/13.81 c watched constraints 0 ,( -nan )
13.69/13.81 c counting constraints 0 ,( -nan )
13.69/13.81 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 398844 , 229 , 0 ,( 0 , 0 )
13.69/13.81 c gcd simplifications 0
13.69/13.81 c detected cardinalities 0
13.69/13.81 c weakened non-implied lits 0
13.69/13.81 c weakened non-implying lits 0
13.69/13.81 c original variables 261975
13.69/13.81 c clausal propagations 130877
13.69/13.81 c cardinality propagations 26334
13.69/13.81 c watched propagations 0
13.69/13.81 c counting propagations 0
13.69/13.81 c watch lookups 399073
13.69/13.81 c watch backjump lookups 0
13.69/13.81 c watch checks 1129182
13.69/13.81 c propagation checks 183317
13.69/13.81 c constraint additions 4133680
13.69/13.81 c trail pops 209564
13.69/13.81 c formula constraints 628831
13.69/13.81 c learned constraints 228
13.69/13.81 c bound constraints 0
13.69/13.81 c core-guided constraints 0
13.69/13.81 c encountered formula constraints 459
13.69/13.81 c encountered learned constraints 227
13.69/13.81 c encountered bound constraints 0
13.69/13.81 c encountered core-guided constraints 0
13.69/13.81 c LP total time 2.3237 s
13.69/13.81 c LP solve time 2.02 s
13.69/13.81 c LP constraints added 628831
13.69/13.81 c LP constraints removed 0
13.69/13.81 c LP pivots internal 2000
13.69/13.81 c LP pivots root 1000
13.69/13.81 c LP calls 2
13.69/13.81 c LP optimalities 0
13.69/13.81 c LP no pivot count 0
13.69/13.81 c LP infeasibilities 0
13.69/13.81 c LP valid Farkas constraints 0
13.69/13.81 c LP learned Farkas constraints 0
13.69/13.81 c LP basis resets 0
13.69/13.81 c LP cycling count 0
13.69/13.81 c LP singular count 0
13.69/13.81 c LP no primal count 0
13.69/13.81 c LP no farkas count 0
13.69/13.81 c LP other issue count 0
13.69/13.81 c LP Gomory cuts 0
13.69/13.81 c LP learned cuts 0
13.69/13.81 c LP deleted cuts 0
13.69/13.81 c LP encountered Gomory constraints 0
13.69/13.81 c LP encountered Farkas constraints 0
13.69/13.81 c LP encountered learned Farkas constraints 0
13.69/13.81 c CG auxiliary variables introduced 0
13.69/13.81 c CG solutions found 0
13.69/13.81 c CG cores constructed 0
13.69/13.81 c CG core cardinality constraints returned 0
13.69/13.81 c CG unit cores 0
13.69/13.81 c CG single cores 0
13.69/13.81 c CG blocks removed during cardinality reduction 0
13.69/13.81 c CG first core best 0
13.69/13.81 c CG decision core best 0
13.69/13.81 c CG core reduction tie 0
13.69/13.81 c CG core degree average 0.00
13.69/13.81 c CG core slack average 0.00
13.69/13.81 c CG core upper bound improvements 0
13.69/13.81 c STR number of successful calls 0
13.69/13.81 c STR number of unsuccessful calls 0
13.69/13.81 c STR number of inconclusive calls 0
13.69/13.81 c STR number of successful attempts 0
13.69/13.81 c STR number of unsuccessful attempts 0
13.69/13.81 c STR number of inconclusive attempts 0
13.69/13.81 c STR average degree increase per successful call inf
13.69/13.81 c STR average degree increase per successful attempt inf
13.69/13.81 c STR total number of conflicts for successful attempts 0
13.69/13.81 c STR total number of conflicts for unsuccessful attempts 0
13.69/13.81 c STR total number of conflicts for inconclusive attempts 0
13.69/13.81 c STR average number of conflicts per successful attempt inf
13.69/13.81 c STR average number of conflicts per unsuccessful attempt inf
13.69/13.81 c STR average number of conflicts per inconclusive attempt inf
13.69/13.81 c AVG.sumWPerc -nan
13.69/13.81 c bigint constraints 0
13.69/13.81 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63708 MiB (58909 MiB free)
memory of node 1: 64465 MiB (60080 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543013-1753219059/watcher-4543013-1753219059 -o /tmp/evaluation-result-4543013-1753219059/solver-4543013-1753219059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760 run-dec-break.sh HOME/instance-4543013-1753219059.opb
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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=177020, runsolver pid=177017
[startup+0.100069 s]*
/proc/loadavg: 4.10 4.09 4.09 5/270 177022
/proc/meminfo: memFree=121809192/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177022] ppid=177020 vsize=65696 memory=39920 CPUtime=0.08 cores=4,6
/proc/177022/stat : 177022 (pbsuma) R 177020 177020 175467 0 -1 4194304 11139 0 0 0 7 1 0 0 20 0 1 0 237585352 67272704 9980 18446744073709551615 4210688 4653049 140726526549744 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 32186368 140726526556513 140726526556720 140726526556720 140726526562287 0
/proc/177022/statm: 16424 9980 992 108 0 13832 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 69888 KiB
Current children cumulated memory: 42992 KiB
[startup+0.205813 s]*
/proc/loadavg: 4.10 4.09 4.09 5/270 177022
/proc/meminfo: memFree=121809192/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177022] ppid=177020 vsize=75176 memory=45396 CPUtime=0.18 cores=4,6
/proc/177022/stat : 177022 (pbsuma) R 177020 177020 175467 0 -1 4194304 12243 0 0 0 17 1 0 0 20 0 1 0 237585352 76980224 11349 18446744073709551615 4210688 4653049 140726526549744 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 32186368 140726526556513 140726526556720 140726526556720 140726526562287 0
/proc/177022/statm: 18794 11349 992 108 0 16202 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 79368 KiB
Current children cumulated memory: 48468 KiB
[startup+0.305673 s]*
/proc/loadavg: 4.10 4.09 4.09 5/270 177022
/proc/meminfo: memFree=121809444/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177022] ppid=177020 vsize=75176 memory=45396 CPUtime=0.27 cores=4,6
/proc/177022/stat : 177022 (pbsuma) R 177020 177020 175467 0 -1 4194304 12243 0 0 0 26 1 0 0 20 0 1 0 237585352 76980224 11349 18446744073709551615 4210688 4653049 140726526549744 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 32186368 140726526556513 140726526556720 140726526556720 140726526562287 0
/proc/177022/statm: 18794 11349 992 108 0 16202 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 79368 KiB
Current children cumulated memory: 48468 KiB
[startup+0.700217 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 177022
/proc/meminfo: memFree=121809444/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177022] ppid=177020 vsize=75176 memory=45652 CPUtime=0.66 cores=4,6
/proc/177022/stat : 177022 (pbsuma) R 177020 177020 175467 0 -1 4194304 12312 0 0 0 65 1 0 0 20 0 1 0 237585352 76980224 11413 18446744073709551615 4210688 4653049 140726526549744 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 32186368 140726526556513 140726526556720 140726526556720 140726526562287 0
/proc/177022/statm: 18794 11413 992 108 0 16202 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 79368 KiB
Current children cumulated memory: 48724 KiB
[startup+1.50023 s]
/proc/loadavg: 4.10 4.09 4.09 5/271 177028
/proc/meminfo: memFree=121739352/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=175320 memory=122208 CPUtime=0.5 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 21115 0 0 0 36 14 0 0 20 0 1 0 237585449 179527680 30552 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 43830 30552 2016 1147 0 31257 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 179512 KiB
Current children cumulated memory: 125280 KiB
[startup+3.1056 s]
/proc/loadavg: 4.17 4.10 4.09 5/271 177028
/proc/meminfo: memFree=121384300/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=484012 memory=419164 CPUtime=2.08 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 67823 0 0 0 152 56 0 0 20 0 1 0 237585449 495628288 104791 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 121003 104791 2272 1147 0 108430 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 488204 KiB
Current children cumulated memory: 422236 KiB
[startup+6.30022 s]
/proc/loadavg: 4.17 4.10 4.09 5/271 177028
/proc/meminfo: memFree=120792420/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=1266292 memory=984568 CPUtime=5.27 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 98448 0 0 0 447 80 0 0 20 0 1 0 237585449 1296683008 246142 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 316573 246142 2304 1147 0 304000 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1270484 KiB
Current children cumulated memory: 987640 KiB
[startup+12.7002 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 177028
/proc/meminfo: memFree=120786208/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=1315404 memory=1018628 CPUtime=11.66 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 100951 0 0 0 1084 82 0 0 20 0 1 0 237585449 1346973696 254657 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 328851 254657 2304 1147 0 316278 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1319596 KiB
Current children cumulated memory: 1021700 KiB
[startup+13.8311 s]
# the end of solver process 177020 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=12.8054 s, system=0.939038 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8002 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 177028
/proc/meminfo: memFree=120786208/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=1315404 memory=1019396 CPUtime=11.75 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 101141 0 0 0 1091 84 0 0 20 0 1 0 237585449 1346973696 254849 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 328851 254849 2336 1147 0 316278 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 1319596 KiB
Current children cumulated memory: 1022468 KiB
[startup+13.6002 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 177028
/proc/meminfo: memFree=120778144/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=1353612 memory=1067420 CPUtime=12.55 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 110083 0 0 0 1169 86 0 0 20 0 1 0 237585449 1386098688 266855 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 338403 266855 2336 1147 0 325830 0
Current children cumulated CPU time: 13.49 s
Current children cumulated vsize: 1357804 KiB
Current children cumulated memory: 1070492 KiB
[startup+13.8002 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 177028
/proc/meminfo: memFree=120778144/131250000 swapFree=33009904/33010684
[pid=177020] ppid=177017 vsize=4192 memory=3072 CPUtime=0.94 cores=4,6
/proc/177020/stat : 177020 (run-dec-break.s) S 177017 177020 175467 0 -1 4194304 238 21071 0 0 0 0 90 4 20 0 1 0 237585352 4292608 768 18446744073709551615 93985965064192 93985965958725 140732491714896 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93985966197776 93985966245520 93985978171392 140732491716959 140732491717088 140732491717088 140732491722692 0
/proc/177020/statm: 1048 768 704 219 0 110 0
[pid=177023] ppid=177020 vsize=738544 memory=683300 CPUtime=12.75 cores=4,6
/proc/177023/stat : 177023 (roundingsat) R 177020 177020 175467 0 -1 4194304 110959 0 0 0 1188 87 0 0 20 0 1 0 237585449 756269056 170825 18446744073709551615 4227072 8923433 140730199308832 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33628160 140730199312706 140730199312934 140730199312934 140730199318506 0
/proc/177023/statm: 184636 170825 2368 1147 0 172063 0
Current children cumulated CPU time: 13.69 s
Current children cumulated vsize: 742736 KiB
Current children cumulated memory: 686372 KiB
Child status: 0
Real time (s): 13.8311
CPU time (s): 13.7444
CPU user time (s): 12.8054
CPU system time (s): 0.939038
CPU usage (%): 99.3732
Max. virtual memory (cumulated for all children) (KiB): 1357804
Max. memory (cumulated for all children) (KiB): 1070492
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.8054
system time used= 0.939038
maximum resident set size= 1073128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 51920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221
involuntary context switches= 67
# summary of solver processes directly reported to runsolver:
# pid: 177020
# total CPU time (s): 13.7444
# total CPU user time (s): 12.8054
# total CPU system time (s): 0.939038
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033259 second user time and 0.101067 second system time
The end
Launcher Data
Begin job on nodeC033 at 2025-07-22 23:17:39
IDJOB=4543013
IDBENCH=171726
IDSOLVER=3357
FILE ID=nodeC033/4543013-1753219059
RUNJOBID= nodeC033-1753211687-175478
SLURM_JOB_ID= 9687798
Free space on /tmp= 432328 MiB
SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-original/normalized-php_230_229.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543013-1753219059/watcher-4543013-1753219059 -o /tmp/evaluation-result-4543013-1753219059/solver-4543013-1753219059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175478 --watchdog 3760 run-dec-break.sh HOME/instance-4543013-1753219059.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= a824f24e2c7503f02a1883bfe38cfded
RANDOM SEED=1260465495
nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.321
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.072
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.603
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.215
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3596.488
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.210
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.084
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3648.019
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 121845608 kB
MemAvailable: 123566564 kB
Buffers: 2128 kB
Cached: 2444096 kB
SwapCached: 64 kB
Active: 7379300 kB
Inactive: 1216964 kB
Active(anon): 6170984 kB
Inactive(anon): 5284 kB
Active(file): 1208316 kB
Inactive(file): 1211680 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33009904 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 8472 kB
Writeback: 4 kB
AnonPages: 6148680 kB
Mapped: 121744 kB
Shmem: 26228 kB
KReclaimable: 280400 kB
Slab: 378136 kB
SReclaimable: 280400 kB
SUnreclaim: 97736 kB
KernelStack: 4348 kB
PageTables: 15648 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 6765536 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150712 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 4329472 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: 221908 kB
DirectMap2M: 11083776 kB
DirectMap1G: 124780544 kB
Free space on /tmp at the end= 432292 MiB
End job on nodeC033 at 2025-07-22 23:17:53