Trace number 4511016
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-PB15eval/DEC-LIN/3COL-FromCNF/ normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb |
MD5SUM | fb8182fd0bba68f9e66fcd22263b2e3b |
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 | 2.97667 |
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 | 5685 |
Total number of constraints | 13428 |
Number of constraints which are clauses | 6344 |
Number of constraints which are cardinality constraints (but not clauses) | 7084 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 3 |
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 | 4 |
Number of bits of the biggest sum of numbers | 3 |
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-4511016-1751197956.opb'
0.00/0.01 c read 0.42MB (5.58ms)
0.00/0.01 c [cnf: #variables 5685 #clauses 10216 #duplicates 3212 #arr 26199]
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 3790] (7.90ms)
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.03 c found row 3x3790, generating row predicate
0.00/0.03 c (11.75ms)
0.00/0.03 c
0.00/0.03 c detect symmetries on remainder
0.00/0.03 c [graph: #vertices 32956 #edges 86508]
0.00/0.03 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04 c [group: #symmetries 1.00*10^0 #generators 0] (3.37ms)
0.00/0.04 c
0.00/0.04 c finalize break order and special generators
0.00/0.04 c
0.00/0.04 c generation finished
0.00/0.04 c [sbp: #constraints 22736 #add_vars 7578]
0.00/0.04 c
0.00/0.04 c write result to 'HOME/instance-4511016-1751197956.opb.pre'
0.00/0.04 c wrote 1.15MB (2.52ms)
0.00/0.04 c ------------------------------------------------------------------
0.00/0.04 c 11.75ms 36.81% detect_special
0.00/0.04 c 7.90ms 24.74% approx_orbits
0.00/0.04 c 5.58ms 17.48% parse
0.00/0.04 c 3.37ms 10.55% detect_generic
0.00/0.04 c 2.52ms 7.90% output
0.00/0.04 c 0.62ms 1.94% other
0.00/0.04 c 0.18ms 0.57% finalize_order
0.00/0.04 c ───────────────────────────────────────────────
0.00/0.04 c 31.92ms 100% total
0.00/0.04 c ------------------------------------------------------------------
0.00/0.05 c RoundingSat 2
0.00/0.05 c branch pb25
0.00/0.05 c commit 63f22ad
0.06/0.20 c #variables 13263 #constraints 32952
4.14/4.20 c #Conflicts: 1000 | #Constraints: 33951
4.14/4.20 c #Conflicts: 2000 | #Constraints: 34951
4.14/4.20 c INPROCESSING
4.14/4.20 c #Conflicts: 3000 | #Constraints: 35637
4.14/4.20 c #Conflicts: 4000 | #Constraints: 36637
4.14/4.20 c #Conflicts: 5000 | #Constraints: 37637
4.14/4.20 c #Conflicts: 6000 | #Constraints: 38637
4.14/4.20 c INPROCESSING
4.14/4.20 c GARBAGE COLLECT
4.14/4.20 c #Conflicts: 7000 | #Constraints: 37105
4.14/4.20 c #Conflicts: 8000 | #Constraints: 38105
4.14/4.20 c #Conflicts: 9000 | #Constraints: 39105
4.14/4.20 c INPROCESSING
4.14/4.20 c GARBAGE COLLECT
4.14/4.20 c #Conflicts: 10000 | #Constraints: 37187
4.14/4.20 c #Conflicts: 11000 | #Constraints: 38187
4.14/4.20 c #Conflicts: 12000 | #Constraints: 39187
4.14/4.20 c INPROCESSING
4.14/4.20 c GARBAGE COLLECT
4.14/4.20 c rational objective 1896
13.42/13.56 c #Conflicts: 13000 | #Constraints: 36982
13.42/13.56 c #Conflicts: 14000 | #Constraints: 37982
13.42/13.56 c #Conflicts: 15000 | #Constraints: 38982
13.42/13.56 c #Conflicts: 16000 | #Constraints: 39982
13.42/13.56 c INPROCESSING
13.42/13.56 c GARBAGE COLLECT
13.42/13.56 c #Conflicts: 17000 | #Constraints: 37544
13.42/13.56 c #Conflicts: 18000 | #Constraints: 38544
13.42/13.56 c #Conflicts: 19000 | #Constraints: 39544
13.42/13.56 c #Conflicts: 20000 | #Constraints: 40544
13.42/13.56 c INPROCESSING
13.42/13.56 c GARBAGE COLLECT
13.42/13.56 c #Conflicts: 21000 | #Constraints: 37863
13.42/13.56 c #Conflicts: 22000 | #Constraints: 38863
13.42/13.56 c #Conflicts: 23000 | #Constraints: 39863
13.42/13.56 c #Conflicts: 24000 | #Constraints: 40863
13.42/13.56 c #Conflicts: 25000 | #Constraints: 41863
13.42/13.56 c #Conflicts: 26000 | #Constraints: 42863
13.42/13.56 c #Conflicts: 27000 | #Constraints: 43863
13.42/13.56 c #Conflicts: 28000 | #Constraints: 44863
13.42/13.56 c #Conflicts: 29000 | #Constraints: 45863
13.42/13.56 c #Conflicts: 30000 | #Constraints: 46863
13.42/13.56 c INPROCESSING
13.42/13.56 c GARBAGE COLLECT
13.42/13.56 c #Conflicts: 31000 | #Constraints: 40836
13.42/13.56 c #Conflicts: 32000 | #Constraints: 41836
13.42/13.56 c #Conflicts: 33000 | #Constraints: 42836
13.42/13.56 c #Conflicts: 34000 | #Constraints: 43836
13.42/13.56 c #Conflicts: 35000 | #Constraints: 44836
13.42/13.56 c #Conflicts: 36000 | #Constraints: 45836
13.42/13.56 c INPROCESSING
13.42/13.56 c GARBAGE COLLECT
13.42/13.56 c #Conflicts: 37000 | #Constraints: 40715
13.42/13.56 c #Conflicts: 38000 | #Constraints: 41715
13.42/13.56 c #Conflicts: 39000 | #Constraints: 42715
13.42/13.56 c #Conflicts: 40000 | #Constraints: 43715
13.42/13.56 c #Conflicts: 41000 | #Constraints: 44715
13.42/13.56 c INPROCESSING
13.42/13.56 c GARBAGE COLLECT
13.42/13.56 c #Conflicts: 42000 | #Constraints: 39970
13.42/13.56 c #Conflicts: 43000 | #Constraints: 40970
13.42/13.56 c cpu time 13.097 s
13.42/13.56 c deterministic time 318355816 3.18e+08
13.42/13.56 c optimization time 8.4e-05 s
13.42/13.56 c total solve time 12.9729 s
13.42/13.56 c core-guided solve time 0 s
13.42/13.56 c propagation time 5.31341 s
13.42/13.56 c conflict analysis time 4.88888 s
13.42/13.56 c propagations 31662055
13.42/13.56 c resolve steps 2532399
13.42/13.56 c decisions 347412
13.42/13.56 c conflicts 43874
13.42/13.56 c restarts 126
13.42/13.56 c inprocessing phases 9
13.42/13.56 c garbage collections 8 ,( 88.89 )
13.42/13.56 c input clauses 29080 ,( 88.25 )
13.42/13.56 c input cardinalities 3872 ,( 11.75 )
13.42/13.56 c input general constraints 0 ,( 0.00 )
13.42/13.56 c input average constraint length 2.86
13.42/13.56 c input average constraint degree 1.12
13.42/13.56 c learned clauses 42359 ,( 96.55 )
13.42/13.56 c learned cardinalities 1503 ,( 3.43 )
13.42/13.56 c learned general constraints 12 ,( 0.03 )
13.42/13.56 c learned average constraint length 155.84
13.42/13.56 c learned average constraint degree 48947.58
13.42/13.56 c watched CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
13.42/13.56 c counting CF 32, 64, 128, Arb: 3 , 0 , 0 , 0
13.42/13.56 c watched constraints 9 ,( 75.00 )
13.42/13.56 c counting constraints 3 ,( 25.00 )
13.42/13.56 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 49353843 , 15656021 , 1804 ,( 1244 , 560 )
13.42/13.56 c gcd simplifications 0
13.42/13.56 c detected cardinalities 0
13.42/13.56 c weakened non-implied lits 165731
13.42/13.56 c weakened non-implying lits 0
13.42/13.56 c original variables 13263
13.42/13.56 c clausal propagations 23411335
13.42/13.56 c cardinality propagations 8205179
13.42/13.56 c watched propagations 13
13.42/13.56 c counting propagations 262
13.42/13.56 c watch lookups 65039099
13.42/13.56 c watch backjump lookups 0
13.42/13.56 c watch checks 105077970
13.42/13.56 c propagation checks 62661879
13.42/13.56 c constraint additions 21506597
13.42/13.56 c trail pops 32051165
13.42/13.56 c formula constraints 32952
13.42/13.56 c learned constraints 43873
13.42/13.56 c bound constraints 0
13.42/13.56 c core-guided constraints 0
13.42/13.56 c encountered formula constraints 1675700
13.42/13.56 c encountered learned constraints 900573
13.42/13.56 c encountered bound constraints 0
13.42/13.56 c encountered core-guided constraints 0
13.42/13.56 c LP total time 0.813306 s
13.42/13.56 c LP solve time 0.6 s
13.42/13.56 c LP constraints added 32956
13.42/13.56 c LP constraints removed 0
13.42/13.56 c LP pivots internal 4876
13.42/13.56 c LP pivots root 4762
13.42/13.56 c LP calls 5
13.42/13.56 c LP optimalities 3
13.42/13.56 c LP no pivot count 0
13.42/13.56 c LP infeasibilities 0
13.42/13.56 c LP valid Farkas constraints 0
13.42/13.56 c LP learned Farkas constraints 0
13.42/13.56 c LP basis resets 0
13.42/13.56 c LP cycling count 0
13.42/13.56 c LP singular count 0
13.42/13.56 c LP no primal count 0
13.42/13.56 c LP no farkas count 0
13.42/13.56 c LP other issue count 0
13.42/13.56 c LP Gomory cuts 1
13.42/13.56 c LP learned cuts 3
13.42/13.56 c LP deleted cuts 0
13.42/13.56 c LP encountered Gomory constraints 0
13.42/13.56 c LP encountered Farkas constraints 0
13.42/13.56 c LP encountered learned Farkas constraints 0
13.42/13.57 c CG auxiliary variables introduced 0
13.42/13.57 c CG solutions found 0
13.42/13.57 c CG cores constructed 0
13.42/13.57 c CG core cardinality constraints returned 0
13.42/13.57 c CG unit cores 0
13.42/13.57 c CG single cores 0
13.42/13.57 c CG blocks removed during cardinality reduction 0
13.42/13.57 c CG first core best 0
13.42/13.57 c CG decision core best 0
13.42/13.57 c CG core reduction tie 0
13.42/13.57 c CG core degree average 0.00
13.42/13.57 c CG core slack average 0.00
13.42/13.57 c CG core upper bound improvements 0
13.42/13.57 c STR number of successful calls 0
13.42/13.57 c STR number of unsuccessful calls 0
13.42/13.57 c STR number of inconclusive calls 0
13.42/13.57 c STR number of successful attempts 0
13.42/13.57 c STR number of unsuccessful attempts 0
13.42/13.57 c STR number of inconclusive attempts 0
13.42/13.57 c STR average degree increase per successful call inf
13.42/13.57 c STR average degree increase per successful attempt inf
13.42/13.57 c STR total number of conflicts for successful attempts 0
13.42/13.57 c STR total number of conflicts for unsuccessful attempts 0
13.42/13.57 c STR total number of conflicts for inconclusive attempts 0
13.42/13.57 c STR average number of conflicts per successful attempt inf
13.42/13.57 c STR average number of conflicts per unsuccessful attempt inf
13.42/13.57 c STR average number of conflicts per inconclusive attempt inf
13.42/13.57 c AVG.sumWPerc 22.77
13.42/13.57 c bigint constraints 0
13.42/13.57 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 (62842 MiB free)
memory of node 1: 64465 MiB (63811 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511016-1751197956/watcher-4511016-1751197956 -o /tmp/evaluation-result-4511016-1751197956/solver-4511016-1751197956 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760 run-dec-break.sh HOME/instance-4511016-1751197956.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
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=24539, runsolver pid=24536
[startup+0.100062 s]*
/proc/loadavg: 4.16 4.16 4.07 5/270 24542
/proc/meminfo: memFree=129686012/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=64212 memory=17616 CPUtime=0.04 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 2782 0 0 0 3 1 0 0 20 0 1 0 35473090 65753088 4404 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 16053 4404 1984 1147 0 3480 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 68404 KiB
Current children cumulated memory: 20688 KiB
[startup+0.205655 s]*
/proc/loadavg: 4.15 4.16 4.07 5/270 24542
/proc/meminfo: memFree=129644236/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=115484 memory=53616 CPUtime=0.15 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 9977 0 0 0 12 3 0 0 20 0 1 0 35473090 118255616 13404 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 28871 13404 2240 1147 0 16298 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 119676 KiB
Current children cumulated memory: 56688 KiB
[startup+0.30576 s]*
/proc/loadavg: 4.15 4.16 4.07 5/270 24542
/proc/meminfo: memFree=129628360/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=123968 memory=62064 CPUtime=0.25 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 12043 0 0 0 22 3 0 0 20 0 1 0 35473090 126943232 15516 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 30992 15516 2272 1147 0 18419 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 128160 KiB
Current children cumulated memory: 65136 KiB
[startup+0.700205 s]
/proc/loadavg: 4.15 4.16 4.07 5/270 24542
/proc/meminfo: memFree=129628360/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=126076 memory=63216 CPUtime=0.64 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 12271 0 0 0 55 9 0 0 20 0 1 0 35473090 129101824 15804 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 31519 15804 2336 1147 0 18946 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 130268 KiB
Current children cumulated memory: 66288 KiB
[startup+1.50019 s]
/proc/loadavg: 4.15 4.16 4.07 5/270 24542
/proc/meminfo: memFree=129630856/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=126076 memory=63472 CPUtime=1.44 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 12336 0 0 0 123 21 0 0 20 0 1 0 35473090 129101824 15868 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 31519 15868 2336 1147 0 18946 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 130268 KiB
Current children cumulated memory: 66544 KiB
[startup+3.10578 s]
/proc/loadavg: 4.15 4.16 4.07 5/270 24542
/proc/meminfo: memFree=129631080/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=126736 memory=67832 CPUtime=3.03 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 12929 0 0 0 280 23 0 0 20 0 1 0 35473090 129777664 16958 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 31684 16958 2336 1147 0 19111 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 130928 KiB
Current children cumulated memory: 70904 KiB
[startup+6.30017 s]
/proc/loadavg: 4.13 4.15 4.07 5/270 24542
/proc/meminfo: memFree=129631240/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=129508 memory=69880 CPUtime=6.22 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 13423 0 0 0 595 27 0 0 20 0 1 0 35473090 132616192 17470 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 32377 17470 2368 1147 0 19804 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 133700 KiB
Current children cumulated memory: 72952 KiB
[startup+12.7002 s]
/proc/loadavg: 4.12 4.15 4.07 5/270 24542
/proc/meminfo: memFree=129624200/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=142608 memory=78908 CPUtime=12.61 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 15190 0 0 0 1223 38 0 0 20 0 1 0 35473090 146030592 19727 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 35652 19727 2368 1147 0 23079 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 146800 KiB
Current children cumulated memory: 81980 KiB
[startup+13.5767 s]
# the end of solver process 24539 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=13.1299 s, system=0.401227 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8002 s]
/proc/loadavg: 4.12 4.15 4.07 5/270 24542
/proc/meminfo: memFree=129624200/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=142608 memory=78908 CPUtime=12.71 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 15190 0 0 0 1233 38 0 0 20 0 1 0 35473090 146030592 19727 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 35652 19727 2368 1147 0 23079 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 146800 KiB
Current children cumulated memory: 81980 KiB
[startup+13.2002 s]
/proc/loadavg: 4.12 4.15 4.07 5/270 24542
/proc/meminfo: memFree=129623444/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=142608 memory=78908 CPUtime=13.11 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 15190 0 0 0 1273 38 0 0 20 0 1 0 35473090 146030592 19727 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 35652 19727 2368 1147 0 23079 0
Current children cumulated CPU time: 13.13 s
Current children cumulated vsize: 146800 KiB
Current children cumulated memory: 81980 KiB
[startup+13.4002 s]
/proc/loadavg: 4.12 4.15 4.07 5/270 24542
/proc/meminfo: memFree=129623444/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=142608 memory=78908 CPUtime=13.31 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 15190 0 0 0 1293 38 0 0 20 0 1 0 35473090 146030592 19727 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 35652 19727 2368 1147 0 23079 0
Current children cumulated CPU time: 13.33 s
Current children cumulated vsize: 146800 KiB
Current children cumulated memory: 81980 KiB
[startup+13.5002 s]
/proc/loadavg: 4.12 4.15 4.07 5/270 24542
/proc/meminfo: memFree=129623444/131250000 swapFree=33010684/33010684
[pid=24539] ppid=24536 vsize=4192 memory=3072 CPUtime=0.02 cores=1,3
/proc/24539/stat : 24539 (run-dec-break.s) S 24536 24539 23358 0 -1 4194304 237 3930 0 0 0 0 2 0 20 0 1 0 35473086 4292608 768 18446744073709551615 94132034523136 94132035417669 140720487816496 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132035656720 94132035704464 94132054601728 140720487823713 140720487823842 140720487823842 140720487829444 0
/proc/24539/statm: 1048 768 704 219 0 110 0
[pid=24542] ppid=24539 vsize=142608 memory=78908 CPUtime=13.4 cores=1,3
/proc/24542/stat : 24542 (roundingsat) R 24539 24539 23358 0 -1 4194304 15190 0 0 0 1302 38 0 0 20 0 1 0 35473090 146030592 19727 18446744073709551615 4227072 8923433 140730698775984 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 25989120 140730698778948 140730698779176 140730698779176 140730698784746 0
/proc/24542/statm: 35652 19727 2368 1147 0 23079 0
Current children cumulated CPU time: 13.42 s
Current children cumulated vsize: 146800 KiB
Current children cumulated memory: 81980 KiB
Child status: 0
Real time (s): 13.5767
CPU time (s): 13.5311
CPU user time (s): 13.1299
CPU system time (s): 0.401227
CPU usage (%): 99.6644
Max. virtual memory (cumulated for all children) (KiB): 146800
Max. memory (cumulated for all children) (KiB): 81980
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.1299
system time used= 0.401227
maximum resident set size= 78908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 37
# summary of solver processes directly reported to runsolver:
# pid: 24539
# total CPU time (s): 13.5311
# total CPU user time (s): 13.1299
# total CPU system time (s): 0.401227
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047635 second user time and 0.08236 second system time
The end
Launcher Data
Begin job on nodeC019 at 2025-06-29 13:52:36
IDJOB=4511016
IDBENCH=160417
IDSOLVER=3357
FILE ID=nodeC019/4511016-1751197956
RUNJOBID= nodeC019-1751196526-23370
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB
SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511016-1751197956/watcher-4511016-1751197956 -o /tmp/evaluation-result-4511016-1751197956/solver-4511016-1751197956 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760 run-dec-break.sh HOME/instance-4511016-1751197956.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= fb8182fd0bba68f9e66fcd22263b2e3b
RANDOM SEED=820118124
nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.653
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
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.068
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
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 : 3675.562
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
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 : 3599.680
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.683
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.653
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
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.388
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
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 : 3622.789
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.37
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 129693988 kB
MemAvailable: 129530236 kB
Buffers: 3280 kB
Cached: 646060 kB
SwapCached: 0 kB
Active: 617788 kB
Inactive: 389260 kB
Active(anon): 375824 kB
Inactive(anon): 0 kB
Active(file): 241964 kB
Inactive(file): 389260 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7748 kB
Writeback: 0 kB
AnonPages: 356144 kB
Mapped: 113028 kB
Shmem: 18064 kB
KReclaimable: 88524 kB
Slab: 173740 kB
SReclaimable: 88524 kB
SUnreclaim: 85216 kB
KernelStack: 4352 kB
PageTables: 3920 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 728996 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150648 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 266240 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: 176852 kB
DirectMap2M: 9031680 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 13:52:49