Trace number 4529219

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
mixed-bag-2024 2025-07-10No Cert. 298.984 300.304

DiagnosticValue
AM1LB
LOWERBOUND
NAM1S
NCORES
NEXHAUSTED
NPBCORES
NPBREFORM
NTRIMMED
SCIPUB
SOLVEDBYoll

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm50p-opt.opb.negationfix.opb
MD5SUMa64beba99ddb27280a5fb75072b9e119
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark3499.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5568
Total number of constraints412
Number of constraints which are clauses173
Number of constraints which are cardinality constraints (but not clauses)173
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint174
Number of terms in the objective function 32
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 56906
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 206719
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c RoundingSat 2
0.00/0.01	c branch 
0.00/0.01	c commit 
0.00/0.01	c with Papilo
0.00/0.01	c with SCIP
0.00/0.01	c [STEP] parsing instance
0.00/0.06	c [STEP] preprocessing with Papilo
0.00/0.08	c [STEP] solving with SCIP
298.87/300.28	c [STEP] preprocessing done, loading into solver
298.87/300.29	c [STEP] solving
298.87/300.29	c #variables 5569 #constraints 412
298.87/300.29	c SMALL=int, LARGE=long long
298.87/300.29	d SCIPUB 15
298.87/300.29	c bounds - >= 0 @ 298.642
298.87/300.29	c stratification level: 0
298.87/300.29	c bounds - >= 15 @ 298.643
298.87/300.29	d SOLVEDBY oll
298.87/300.29	c cpu time 298.643 s
298.87/300.29	c deterministic time 56093 5.61e+04
298.87/300.29	c optimization time 0.000419 s
298.87/300.29	c total solve time 0.00021 s
298.87/300.29	c core-guided solve time 0.00021 s
298.87/300.29	c propagation time 0.000292 s
298.87/300.29	c conflict analysis time 0.000218 s
298.87/300.29	c propagations 15919
298.87/300.29	c resolve steps 0
298.87/300.29	c decisions 98
298.87/300.29	c conflicts 0
298.87/300.29	c restarts 1
298.87/300.29	c inprocessing phases 0
298.87/300.29	c input clauses 173
298.87/300.29	c input cardinalities 175
298.87/300.29	c input general constraints 66
298.87/300.29	c input average constraint length 53.95
298.87/300.29	c input average constraint degree 11119.53
298.87/300.29	c learned clauses 0
298.87/300.29	c learned cardinalities 0
298.87/300.29	c learned general constraints 0
298.87/300.29	c learned average constraint length 0.00
298.87/300.29	c learned average constraint degree 0.00
298.87/300.29	c watched constraints 0
298.87/300.29	c counting constraints 66
298.87/300.29	c gcd simplifications 0
298.87/300.29	c detected cardinalities 0
298.87/300.29	c weakened non-implied lits 0
298.87/300.29	c weakened non-implying lits 0
298.87/300.29	c original variables 5568
298.87/300.29	c clausal propagations 0
298.87/300.29	c cardinality propagations 0
298.87/300.29	c watched propagations 0
298.87/300.29	c counting propagations 10902
298.87/300.29	c watch lookups 946
298.87/300.29	c watch backjump lookups 252
298.87/300.29	c watch checks 868
298.87/300.29	c propagation checks 21928
298.87/300.29	c constraint additions 64
298.87/300.29	c trail pops 16017
298.87/300.29	c formula constraints 412
298.87/300.29	c learned constraints 0
298.87/300.29	c bound constraints 2
298.87/300.29	c core-guided constraints 0
298.87/300.29	c encountered formula constraints 0
298.87/300.29	c encountered learned constraints 0
298.87/300.29	c encountered bound constraints 0
298.87/300.29	c encountered core-guided constraints 0
298.87/300.29	c LP total time 0 s
298.87/300.29	c LP solve time 0 s
298.87/300.29	c LP constraints added 0
298.87/300.29	c LP constraints removed 0
298.87/300.29	c LP pivots internal 0
298.87/300.29	c LP pivots root 0
298.87/300.29	c LP calls 0
298.87/300.29	c LP optimalities 0
298.87/300.29	c LP no pivot count 0
298.87/300.29	c LP infeasibilities 0
298.87/300.29	c LP valid Farkas constraints 0
298.87/300.29	c LP learned Farkas constraints 0
298.87/300.29	c LP basis resets 0
298.87/300.29	c LP cycling count 0
298.87/300.29	c LP singular count 0
298.87/300.29	c LP no primal count 0
298.87/300.29	c LP no farkas count 0
298.87/300.29	c LP other issue count 0
298.87/300.29	c LP Gomory cuts 0
298.87/300.29	c LP learned cuts 0
298.87/300.29	c LP deleted cuts 0
298.87/300.29	c LP encountered Gomory constraints 0
298.87/300.29	c LP encountered Farkas constraints 0
298.87/300.29	c LP encountered learned Farkas constraints 0
298.87/300.29	c CG auxiliary variables introduced 0
298.87/300.29	c CG solutions found 0
298.87/300.29	c CG cores constructed 1
298.87/300.29	c CG core cardinality constraints returned 1
298.87/300.29	c CG unit cores 0
298.87/300.29	c CG single cores 1
298.87/300.29	c CG blocks removed during cardinality reduction 0
298.87/300.29	c CG first core best 0
298.87/300.29	c CG decision core best 0
298.87/300.29	c CG core reduction tie 0
298.87/300.29	c CG core degree average 15.00
298.87/300.29	c CG core slack average 17.00
298.87/300.29	c CG exhausted 0
298.87/300.29	c CG exhaust time 0 s
298.87/300.29	c CG trimmed 0
298.87/300.29	c CG trim time 0.00012 s
298.87/300.29	c CG minimized 0
298.87/300.29	c CG minimize time 0 s
298.87/300.29	c CG am1 prop time 0.000152 s
298.87/300.29	c CG # am1s reformulated 0
298.87/300.29	c CG lower bound derived from am1s 0
298.87/300.29	c CG # clausal cores 0
298.87/300.29	c CG # cardinality cores 0
298.87/300.29	c CG # pb cores 1
298.87/300.29	c CG # pb reforms 0
298.87/300.29	c CG # cores discarded because of pb reform 0
298.87/300.29	d LOWERBOUND 15
298.87/300.29	d NCORES 1
298.87/300.29	d NPBCORES 1
298.87/300.29	d NPBREFORM 0
298.87/300.29	d NTRIMMED 0
298.87/300.29	d NEXHAUSTED 0
298.87/300.29	d NAM1S 0
298.87/300.29	d AM1LB 0
298.87/300.29	c [Papilo Statistics]
298.87/300.29	c prepro time 0.0208035s
298.87/300.29	c # tsx applied 173
298.87/300.29	c # tsx conflicts 0
298.87/300.29	c # bound changes 0
298.87/300.29	c # side changes 173
298.87/300.29	c # coef changes 0
298.87/300.29	c # rounds 2
298.87/300.29	c # deted vars 0
298.87/300.29	c # deted constrs 173
298.87/300.29	c # consecutive rounds of only bound changes 0
298.87/300.29	c [STEP] postprocessing with Papilo
298.87/300.29	c [Papilo ERROR] Postsolving solution failed. Please use debug mode to obtain more information.
298.87/300.29	c ERROR in papilo postprocessing
298.87/300.29	o 0
298.87/300.29	s OPTIMUM FOUND
298.87/300.29	v

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: 63837 MiB (53550 MiB free)
  memory of node 1: 64465 MiB (54500 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529219-1752263632/watcher-4529219-1752263632 -o /tmp/evaluation-result-4529219-1752263632/solver-4529219-1752263632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752256388-119670 --watchdog 3760 mixed-bag HOME/instance-4529219-1752263632.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=120582, runsolver pid=120579

[startup+0.100073 s]*
/proc/loadavg: 4.14 4.13 4.15 5/249 120583
/proc/meminfo: memFree=110640440/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=101896 memory=29104 CPUtime=0.08 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 4261 0 0 0 7 1 0 0 20 0 1 0 142042640 104341504 7276 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 25474 7276 3904 2834 0 7679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101896 KiB
Current children cumulated memory: 29104 KiB

[startup+0.214342 s]*
/proc/loadavg: 4.14 4.13 4.15 5/249 120583
/proc/meminfo: memFree=110621288/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=118692 memory=45688 CPUtime=0.18 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 8597 0 0 0 16 2 0 0 20 0 1 0 142042640 121540608 11422 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 29673 11422 4000 2834 0 11878 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 118692 KiB
Current children cumulated memory: 45688 KiB

[startup+0.313174 s]*
/proc/loadavg: 4.14 4.13 4.15 6/249 120583
/proc/meminfo: memFree=110613476/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=128748 memory=54008 CPUtime=0.27 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 10658 0 0 0 24 3 0 0 20 0 1 0 142042640 131837952 13502 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 32187 13502 4032 2834 0 14392 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 128748 KiB
Current children cumulated memory: 54008 KiB

[startup+0.700248 s]
/proc/loadavg: 4.14 4.13 4.15 5/249 120583
/proc/meminfo: memFree=110605424/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=190656 memory=100108 CPUtime=0.62 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 22306 0 0 0 56 6 0 0 20 0 1 0 142042640 195231744 25027 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 47664 25027 4096 2834 0 29869 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 190656 KiB
Current children cumulated memory: 100108 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.13 4.15 5/249 120583
/proc/meminfo: memFree=110562584/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=224860 memory=130976 CPUtime=1.4 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 32727 0 0 0 131 9 0 0 20 0 1 0 142042640 230256640 32744 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 56215 32744 4224 2834 0 38420 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 224860 KiB
Current children cumulated memory: 130976 KiB

[startup+3.10541 s]
/proc/loadavg: 4.13 4.13 4.15 5/249 120583
/proc/meminfo: memFree=110507920/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=250396 memory=158956 CPUtime=2.99 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 41907 0 0 0 288 11 0 0 20 0 1 0 142042640 256405504 39739 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 62599 39739 4224 2834 0 44804 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 250396 KiB
Current children cumulated memory: 158956 KiB

[startup+6.30024 s]
/proc/loadavg: 4.13 4.13 4.15 5/249 120583
/proc/meminfo: memFree=110509040/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=259420 memory=168072 CPUtime=6.16 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 49263 0 0 0 603 13 0 0 20 0 1 0 142042640 265646080 42018 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 64855 42018 4224 2834 0 47060 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 259420 KiB
Current children cumulated memory: 168072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.15 5/249 120583
/proc/meminfo: memFree=110492808/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=290332 memory=197424 CPUtime=12.49 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 64600 0 0 0 1234 15 0 0 20 0 1 0 142042640 297299968 49356 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 72583 49356 4256 2834 0 54788 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 290332 KiB
Current children cumulated memory: 197424 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.15 4.16 5/249 120583
/proc/meminfo: memFree=110472316/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=290648 memory=199264 CPUtime=25.24 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 74207 0 0 0 2507 17 0 0 20 0 1 0 142042640 297623552 49816 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 72662 49816 4256 2834 0 54867 0
Current children cumulated CPU time: 25.24 s
Current children cumulated vsize: 290648 KiB
Current children cumulated memory: 199264 KiB

[startup+51.113 s]
/proc/loadavg: 4.16 4.14 4.15 5/249 120584
/proc/meminfo: memFree=110329108/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=305160 memory=213936 CPUtime=50.76 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 83656 0 0 0 5057 19 0 0 20 0 1 0 142042640 312483840 53484 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 76290 53484 4256 2834 0 58495 0
Current children cumulated CPU time: 50.76 s
Current children cumulated vsize: 305160 KiB
Current children cumulated memory: 213936 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/249 120586
/proc/meminfo: memFree=108962096/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=342788 memory=251176 CPUtime=101.76 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 106806 0 0 0 10152 24 0 0 20 0 1 0 142042640 351014912 62794 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 85697 62794 4256 2834 0 67902 0
Current children cumulated CPU time: 101.76 s
Current children cumulated vsize: 342788 KiB
Current children cumulated memory: 251176 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/249 120588
/proc/meminfo: memFree=108203160/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=383996 memory=293032 CPUtime=161.52 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 117146 0 0 0 16126 26 0 0 20 0 1 0 142042640 393211904 73258 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 95999 73258 4384 2834 0 78204 0
Current children cumulated CPU time: 161.52 s
Current children cumulated vsize: 383996 KiB
Current children cumulated memory: 293032 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.14 5/249 120589
/proc/meminfo: memFree=108130564/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=439024 memory=347388 CPUtime=221.28 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 133014 0 0 0 22100 28 0 0 20 0 1 0 142042640 449560576 86847 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 109756 86847 4384 2834 0 91961 0
Current children cumulated CPU time: 221.28 s
Current children cumulated vsize: 439024 KiB
Current children cumulated memory: 347388 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/250 120594
/proc/meminfo: memFree=108064328/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=471148 memory=381436 CPUtime=281.05 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 141518 0 0 0 28074 31 0 0 20 0 1 0 142042640 482455552 95359 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 117787 95359 4384 2834 0 99992 0
Current children cumulated CPU time: 281.05 s
Current children cumulated vsize: 471148 KiB
Current children cumulated memory: 381436 KiB

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

# cumulated CPU time of all completed processes:  user=298.651 s, system=0.332635 s

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

[startup+288 s]*
/proc/loadavg: 4.14 4.12 4.14 5/250 120595
/proc/meminfo: memFree=108064328/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=471148 memory=381436 CPUtime=286.73 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 141519 0 0 0 28642 31 0 0 20 0 1 0 142042640 482455552 95359 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 117787 95359 4384 2834 0 99992 0
Current children cumulated CPU time: 286.73 s
Current children cumulated vsize: 471148 KiB
Current children cumulated memory: 381436 KiB

[startup+294.4 s]
/proc/loadavg: 4.13 4.12 4.14 5/250 120595
/proc/meminfo: memFree=108049580/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=482536 memory=390780 CPUtime=293.09 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 143855 0 0 0 29278 31 0 0 20 0 1 0 142042640 494116864 97695 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 120634 97695 4384 2834 0 102839 0
Current children cumulated CPU time: 293.09 s
Current children cumulated vsize: 482536 KiB
Current children cumulated memory: 390780 KiB

[startup+297.6 s]
/proc/loadavg: 4.13 4.12 4.14 5/250 120595
/proc/meminfo: memFree=108049580/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=482536 memory=392828 CPUtime=296.28 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 144355 0 0 0 29597 31 0 0 20 0 1 0 142042640 494116864 98175 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 120634 98207 4384 2834 0 102839 0
Current children cumulated CPU time: 296.28 s
Current children cumulated vsize: 482536 KiB
Current children cumulated memory: 392828 KiB

[startup+299.2 s]
/proc/loadavg: 4.12 4.12 4.14 5/250 120595
/proc/meminfo: memFree=108045268/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=485192 memory=394364 CPUtime=297.87 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 144759 0 0 0 29756 31 0 0 20 0 1 0 142042640 496836608 98591 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 121298 98591 4384 2834 0 103503 0
Current children cumulated CPU time: 297.87 s
Current children cumulated vsize: 485192 KiB
Current children cumulated memory: 394364 KiB

[startup+300 s]*
/proc/loadavg: 4.12 4.12 4.14 5/250 120595
/proc/meminfo: memFree=108045528/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=485192 memory=394364 CPUtime=298.68 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 144759 0 0 0 29837 31 0 0 20 0 1 0 142042640 496836608 98591 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 121298 98591 4384 2834 0 103503 0
Current children cumulated CPU time: 298.68 s
Current children cumulated vsize: 485192 KiB
Current children cumulated memory: 394364 KiB

[startup+300.2 s]
/proc/loadavg: 4.12 4.12 4.14 5/250 120595
/proc/meminfo: memFree=108045528/131382112 swapFree=33002444/33010684
[pid=120582] ppid=120579 vsize=485192 memory=394364 CPUtime=298.87 cores=4,6
/proc/120582/stat : 120582 (mixed-bag) R 120579 120582 119659 0 -1 4194304 144759 0 0 0 29856 31 0 0 20 0 1 0 142042640 496836608 98591 18446744073709551615 4235264 15840557 140723664240576 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18047680 18058864 43327488 140723664243098 140723664243175 140723664243175 140723664248779 0
/proc/120582/statm: 121298 98591 4384 2834 0 103503 0
Current children cumulated CPU time: 298.87 s
Current children cumulated vsize: 485192 KiB
Current children cumulated memory: 394364 KiB

Child status: 0

Real time (s): 300.304
CPU time (s): 298.984
CPU user time (s): 298.651
CPU system time (s): 0.332635
CPU usage (%): 99.5603
Max. virtual memory (cumulated for all children) (KiB): 485192
Max. memory (cumulated for all children) (KiB): 394364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.651
system time used= 0.332635
maximum resident set size= 394364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144828
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100
involuntary context switches= 1909


# summary of solver processes directly reported to runsolver:
#   pid: 120582
#   total CPU time (s): 298.984
#   total CPU user time (s): 298.651
#   total CPU system time (s): 0.332635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47326 second user time and 2.87932 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-11 21:53:52
IDJOB=4529219
IDBENCH=158621
IDSOLVER=3386
FILE ID=nodeC005/4529219-1752263632
RUNJOBID= nodeC005-1752256388-119670
SLURM_JOB_ID= 9682598
Free space on /tmp= 428516 MiB

SOLVER NAME= mixed-bag-2024 2025-07-10
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm50p-opt.opb.negationfix.opb
COMMAND LINE= mixed-bag BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529219-1752263632/watcher-4529219-1752263632 -o /tmp/evaluation-result-4529219-1752263632/solver-4529219-1752263632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752256388-119670 --watchdog 3760  mixed-bag HOME/instance-4529219-1752263632.opb

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

MD5SUM BENCH= a64beba99ddb27280a5fb75072b9e119
RANDOM SEED=1095850986

nodeC005 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		: 3662.232
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.90
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		: 3659.084
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.90
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		: 1197.456
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.90
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		: 3700.000
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.90
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		: 3700.000
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.90
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		: 3659.077
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.90
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.249
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.90
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.513
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        110643836 kB
MemAvailable:   111577480 kB
Buffers:              12 kB
Cached:          1718048 kB
SwapCached:          244 kB
Active:         18595688 kB
Inactive:        1444076 kB
Active(anon):   18294888 kB
Inactive(anon):    39708 kB
Active(file):     300800 kB
Inactive(file):  1404368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15520 kB
Writeback:             0 kB
AnonPages:      18321364 kB
Mapped:           136364 kB
Shmem:             12892 kB
KReclaimable:     136208 kB
Slab:             224588 kB
SReclaimable:     136208 kB
SUnreclaim:        88380 kB
KernelStack:        3984 kB
PageTables:        40540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21381452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6760448 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 428500 MiB
End job on nodeC005 at 2025-07-11 21:58:53