Trace number 4511017
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-4511017-1751199253.opb'
0.00/0.01 c read 0.42MB (5.56ms)
0.00/0.01 c [cnf: #variables 5685 #clauses 10216 #duplicates 3212 #arr 26199]
0.00/0.01 c output proof to 'PROOFDIR/proof-4511017-1751199253'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 3790] (7.71ms)
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 (10.74ms)
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.36ms)
0.00/0.04 c
0.00/0.04 c finalize break order and special generators
0.29/0.35 c
0.29/0.35 c generation finished
0.29/0.35 c [sbp: #constraints 22736 #add_vars 7578]
0.29/0.35 c
0.29/0.35 c write result to 'HOME/instance-4511017-1751199253.opb.pre'
0.29/0.35 c wrote 1.15MB (2.63ms)
0.29/0.35 c ------------------------------------------------------------------
0.29/0.35 c 312.82ms 91.20% other
0.29/0.35 c 10.74ms 3.13% detect_special
0.29/0.35 c 7.71ms 2.25% approx_orbits
0.29/0.35 c 5.56ms 1.62% parse
0.29/0.35 c 3.36ms 0.98% detect_generic
0.29/0.35 c 2.63ms 0.77% output
0.29/0.35 c 0.18ms 0.05% finalize_order
0.29/0.35 c ───────────────────────────────────────────────
0.29/0.35 c 343.00ms 100% total
0.29/0.35 c ------------------------------------------------------------------
0.29/0.40 c RoundingSat 2
0.29/0.40 c branch pb25
0.29/0.40 c commit 63f22ad
0.53/0.61 c #variables 13263 #constraints 32952
4.72/4.89 c #Conflicts: 1000 | #Constraints: 33951
4.72/4.89 c #Conflicts: 2000 | #Constraints: 34951
4.72/4.89 c INPROCESSING
4.72/4.89 c #Conflicts: 3000 | #Constraints: 35637
4.72/4.89 c #Conflicts: 4000 | #Constraints: 36637
4.72/4.89 c #Conflicts: 5000 | #Constraints: 37637
4.72/4.89 c #Conflicts: 6000 | #Constraints: 38637
4.72/4.89 c INPROCESSING
4.72/4.89 c GARBAGE COLLECT
4.72/4.89 c #Conflicts: 7000 | #Constraints: 37105
4.72/4.89 c #Conflicts: 8000 | #Constraints: 38105
4.72/4.89 c #Conflicts: 9000 | #Constraints: 39105
4.72/4.89 c INPROCESSING
4.72/4.89 c GARBAGE COLLECT
4.72/4.89 c #Conflicts: 10000 | #Constraints: 37187
4.72/4.89 c #Conflicts: 11000 | #Constraints: 38187
4.72/4.89 c #Conflicts: 12000 | #Constraints: 39187
4.72/4.89 c INPROCESSING
4.72/4.89 c GARBAGE COLLECT
4.72/4.89 c rational objective 1896
15.10/15.27 c #Conflicts: 13000 | #Constraints: 36982
15.10/15.27 c #Conflicts: 14000 | #Constraints: 37982
15.10/15.27 c #Conflicts: 15000 | #Constraints: 38982
15.10/15.27 c #Conflicts: 16000 | #Constraints: 39982
15.10/15.27 c INPROCESSING
15.10/15.27 c GARBAGE COLLECT
15.10/15.27 c #Conflicts: 17000 | #Constraints: 37544
15.10/15.27 c #Conflicts: 18000 | #Constraints: 38544
15.10/15.27 c #Conflicts: 19000 | #Constraints: 39544
15.10/15.27 c #Conflicts: 20000 | #Constraints: 40544
15.10/15.27 c INPROCESSING
15.10/15.27 c GARBAGE COLLECT
15.10/15.27 c #Conflicts: 21000 | #Constraints: 37863
15.10/15.27 c #Conflicts: 22000 | #Constraints: 38863
15.10/15.27 c #Conflicts: 23000 | #Constraints: 39863
15.10/15.27 c #Conflicts: 24000 | #Constraints: 40863
15.10/15.27 c #Conflicts: 25000 | #Constraints: 41863
15.10/15.27 c #Conflicts: 26000 | #Constraints: 42863
15.10/15.27 c #Conflicts: 27000 | #Constraints: 43863
15.10/15.27 c #Conflicts: 28000 | #Constraints: 44863
15.10/15.27 c #Conflicts: 29000 | #Constraints: 45863
15.10/15.27 c #Conflicts: 30000 | #Constraints: 46863
15.10/15.27 c INPROCESSING
15.10/15.27 c GARBAGE COLLECT
15.10/15.27 c #Conflicts: 31000 | #Constraints: 40836
15.10/15.27 c #Conflicts: 32000 | #Constraints: 41836
15.10/15.27 c #Conflicts: 33000 | #Constraints: 42836
15.10/15.27 c #Conflicts: 34000 | #Constraints: 43836
15.10/15.27 c #Conflicts: 35000 | #Constraints: 44836
15.10/15.27 c #Conflicts: 36000 | #Constraints: 45836
15.10/15.27 c INPROCESSING
15.10/15.27 c GARBAGE COLLECT
15.10/15.27 c #Conflicts: 37000 | #Constraints: 40715
15.10/15.27 c #Conflicts: 38000 | #Constraints: 41715
15.10/15.27 c #Conflicts: 39000 | #Constraints: 42715
15.10/15.27 c #Conflicts: 40000 | #Constraints: 43715
15.10/15.27 c #Conflicts: 41000 | #Constraints: 44715
15.10/15.27 c INPROCESSING
15.10/15.27 c GARBAGE COLLECT
15.10/15.27 c #Conflicts: 42000 | #Constraints: 39970
15.10/15.27 c #Conflicts: 43000 | #Constraints: 40970
15.10/15.27 c cpu time 14.4258 s
15.10/15.27 c deterministic time 318355816 3.18e+08
15.10/15.27 c optimization time 7.9e-05 s
15.10/15.27 c total solve time 14.2544 s
15.10/15.27 c core-guided solve time 0 s
15.10/15.27 c propagation time 5.5728 s
15.10/15.27 c conflict analysis time 5.7959 s
15.10/15.27 c propagations 31662055
15.10/15.27 c resolve steps 2532399
15.10/15.27 c decisions 347412
15.10/15.27 c conflicts 43874
15.10/15.27 c restarts 126
15.10/15.27 c inprocessing phases 9
15.10/15.27 c garbage collections 8 ,( 88.89 )
15.10/15.27 c input clauses 29080 ,( 88.25 )
15.10/15.27 c input cardinalities 3872 ,( 11.75 )
15.10/15.27 c input general constraints 0 ,( 0.00 )
15.10/15.27 c input average constraint length 2.86
15.10/15.27 c input average constraint degree 1.12
15.10/15.27 c learned clauses 42359 ,( 96.55 )
15.10/15.27 c learned cardinalities 1503 ,( 3.43 )
15.10/15.27 c learned general constraints 12 ,( 0.03 )
15.10/15.27 c learned average constraint length 155.84
15.10/15.27 c learned average constraint degree 48947.58
15.10/15.27 c watched CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
15.10/15.27 c counting CF 32, 64, 128, Arb: 3 , 0 , 0 , 0
15.10/15.27 c watched constraints 9 ,( 75.00 )
15.10/15.27 c counting constraints 3 ,( 25.00 )
15.10/15.27 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 49353843 , 15656021 , 1804 ,( 1244 , 560 )
15.10/15.27 c gcd simplifications 0
15.10/15.27 c detected cardinalities 0
15.10/15.27 c weakened non-implied lits 165731
15.10/15.27 c weakened non-implying lits 0
15.10/15.27 c original variables 13263
15.10/15.27 c clausal propagations 23411335
15.10/15.27 c cardinality propagations 8205179
15.10/15.27 c watched propagations 13
15.10/15.27 c counting propagations 262
15.10/15.27 c watch lookups 65039099
15.10/15.27 c watch backjump lookups 0
15.10/15.27 c watch checks 105077970
15.10/15.27 c propagation checks 62661879
15.10/15.27 c constraint additions 21506597
15.10/15.27 c trail pops 32051165
15.10/15.27 c formula constraints 32952
15.10/15.27 c learned constraints 43873
15.10/15.27 c bound constraints 0
15.10/15.27 c core-guided constraints 0
15.10/15.27 c encountered formula constraints 1675700
15.10/15.27 c encountered learned constraints 900573
15.10/15.27 c encountered bound constraints 0
15.10/15.27 c encountered core-guided constraints 0
15.10/15.27 c LP total time 0.841811 s
15.10/15.27 c LP solve time 0.62 s
15.10/15.27 c LP constraints added 32956
15.10/15.27 c LP constraints removed 0
15.10/15.27 c LP pivots internal 4876
15.10/15.27 c LP pivots root 4762
15.10/15.27 c LP calls 5
15.10/15.27 c LP optimalities 3
15.10/15.27 c LP no pivot count 0
15.10/15.27 c LP infeasibilities 0
15.10/15.27 c LP valid Farkas constraints 0
15.10/15.27 c LP learned Farkas constraints 0
15.10/15.27 c LP basis resets 0
15.10/15.27 c LP cycling count 0
15.10/15.27 c LP singular count 0
15.10/15.27 c LP no primal count 0
15.10/15.27 c LP no farkas count 0
15.10/15.27 c LP other issue count 0
15.10/15.27 c LP Gomory cuts 1
15.10/15.27 c LP learned cuts 3
15.10/15.27 c LP deleted cuts 0
15.10/15.27 c LP encountered Gomory constraints 0
15.10/15.27 c LP encountered Farkas constraints 0
15.10/15.27 c LP encountered learned Farkas constraints 0
15.17/15.32 c CG auxiliary variables introduced 0
15.17/15.32 c CG solutions found 0
15.17/15.32 c CG cores constructed 0
15.17/15.32 c CG core cardinality constraints returned 0
15.17/15.32 c CG unit cores 0
15.17/15.32 c CG single cores 0
15.17/15.32 c CG blocks removed during cardinality reduction 0
15.17/15.32 c CG first core best 0
15.17/15.32 c CG decision core best 0
15.17/15.32 c CG core reduction tie 0
15.17/15.32 c CG core degree average 0.00
15.17/15.32 c CG core slack average 0.00
15.17/15.32 c CG core upper bound improvements 0
15.17/15.32 c STR number of successful calls 0
15.17/15.32 c STR number of unsuccessful calls 0
15.17/15.32 c STR number of inconclusive calls 0
15.17/15.32 c STR number of successful attempts 0
15.17/15.32 c STR number of unsuccessful attempts 0
15.17/15.32 c STR number of inconclusive attempts 0
15.17/15.32 c STR average degree increase per successful call inf
15.17/15.32 c STR average degree increase per successful attempt inf
15.17/15.32 c STR total number of conflicts for successful attempts 0
15.17/15.32 c STR total number of conflicts for unsuccessful attempts 0
15.17/15.32 c STR total number of conflicts for inconclusive attempts 0
15.17/15.32 c STR average number of conflicts per successful attempt inf
15.17/15.32 c STR average number of conflicts per unsuccessful attempt inf
15.17/15.32 c STR average number of conflicts per inconclusive attempt inf
15.17/15.32 c AVG.sumWPerc 22.77
15.17/15.32 c bigint constraints 0
15.17/15.32 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 2 15:07:20 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (60630 MiB free)
memory of node 1: 64507 MiB (59920 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511017-1751199253/watcher-4511017-1751199253 -o /tmp/evaluation-result-4511017-1751199253/solver-4511017-1751199253 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21224 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4511017-1751199253.opb PROOFDIR/proof-4511017-1751199253
running on 2 cores: 0,2
CPU governors:
performance: 0 2
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=22440, runsolver pid=22437
[startup+0.100059 s]*
/proc/loadavg: 4.11 4.10 3.70 5/271 22442
/proc/meminfo: memFree=123439864/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22442] ppid=22440 vsize=22456 memory=13872 CPUtime=0.09 cores=0,2
/proc/22442/stat : 22442 (pbsuma) R 22440 22440 21214 0 -1 4194304 3533 0 0 0 8 1 0 0 20 0 1 0 35604887 22994944 3468 18446744073709551615 4210688 4653049 140729078855920 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 9162752 140729078864099 140729078864434 140729078864434 140729078869999 0
/proc/22442/statm: 5614 3468 1024 108 0 3022 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26648 KiB
Current children cumulated memory: 16688 KiB
[startup+0.205713 s]*
/proc/loadavg: 4.11 4.10 3.70 5/271 22442
/proc/meminfo: memFree=123439864/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22442] ppid=22440 vsize=24436 memory=15792 CPUtime=0.19 cores=0,2
/proc/22442/stat : 22442 (pbsuma) R 22440 22440 21214 0 -1 4194304 4013 0 0 0 18 1 0 0 20 0 1 0 35604887 25022464 3948 18446744073709551615 4210688 4653049 140729078855920 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 9162752 140729078864099 140729078864434 140729078864434 140729078869999 0
/proc/22442/statm: 6109 3948 1024 108 0 3517 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 28628 KiB
Current children cumulated memory: 18608 KiB
[startup+0.305616 s]*
/proc/loadavg: 4.11 4.10 3.70 5/271 22442
/proc/meminfo: memFree=123437848/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22442] ppid=22440 vsize=25888 memory=17200 CPUtime=0.29 cores=0,2
/proc/22442/stat : 22442 (pbsuma) R 22440 22440 21214 0 -1 4194304 4380 0 0 0 28 1 0 0 20 0 1 0 35604887 26509312 4300 18446744073709551615 4210688 4653049 140729078855920 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 9162752 140729078864099 140729078864434 140729078864434 140729078869999 0
/proc/22442/statm: 6472 4300 1024 108 0 3880 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 30080 KiB
Current children cumulated memory: 20016 KiB
[startup+0.700207 s]
/proc/loadavg: 4.11 4.10 3.70 5/271 22443
/proc/meminfo: memFree=123419516/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=126016 memory=64640 CPUtime=0.29 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 12240 0 0 0 25 4 0 0 20 0 1 0 35604926 129040384 16160 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 31504 16160 2272 1147 0 18931 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 130208 KiB
Current children cumulated memory: 67456 KiB
[startup+1.50019 s]
/proc/loadavg: 4.11 4.10 3.70 5/271 22443
/proc/meminfo: memFree=123359028/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=127556 memory=65408 CPUtime=1.09 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 12349 0 0 0 93 16 0 0 20 0 1 0 35604926 130617344 16352 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 31889 16352 2336 1147 0 19316 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 131748 KiB
Current children cumulated memory: 68224 KiB
[startup+3.10567 s]
/proc/loadavg: 4.10 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123338024/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=128248 memory=70112 CPUtime=2.69 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 13016 0 0 0 246 23 0 0 20 0 1 0 35604926 131325952 17528 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 32062 17528 2336 1147 0 19489 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 132440 KiB
Current children cumulated memory: 72928 KiB
[startup+6.30018 s]
/proc/loadavg: 4.10 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123317404/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=131368 memory=72416 CPUtime=5.88 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 13587 0 0 0 560 28 0 0 20 0 1 0 35604926 134520832 18104 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 32842 18104 2368 1147 0 20269 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 135560 KiB
Current children cumulated memory: 75232 KiB
[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123270028/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=146336 memory=83580 CPUtime=12.26 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 15456 0 0 0 1189 37 0 0 20 0 1 0 35604926 149848064 20895 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 36584 20895 2368 1147 0 24011 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 86396 KiB
[startup+15.3242 s]
# the end of solver process 22440 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=14.751 s, system=0.456334 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8002 s]
/proc/loadavg: 4.09 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123270028/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=146336 memory=83580 CPUtime=12.36 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 15456 0 0 0 1199 37 0 0 20 0 1 0 35604926 149848064 20895 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 36584 20895 2368 1147 0 24011 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 86396 KiB
[startup+14.4002 s]
/proc/loadavg: 4.08 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123243576/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=146336 memory=83580 CPUtime=13.96 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 15456 0 0 0 1356 40 0 0 20 0 1 0 35604926 149848064 20895 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 36584 20895 2368 1147 0 24011 0
Current children cumulated CPU time: 14.3 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 86396 KiB
[startup+14.8002 s]
/proc/loadavg: 4.08 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123243576/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=146336 memory=83580 CPUtime=14.35 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 15456 0 0 0 1395 40 0 0 20 0 1 0 35604926 149848064 20895 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 36584 20895 2368 1147 0 24011 0
Current children cumulated CPU time: 14.69 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 86396 KiB
[startup+15.2002 s]
/proc/loadavg: 4.08 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123243576/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=146336 memory=83580 CPUtime=14.76 cores=0,2
/proc/22443/stat : 22443 (roundingsat) R 22440 22440 21214 0 -1 4194304 15456 0 0 0 1435 41 0 0 20 0 1 0 35604926 149848064 20895 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 36584 20895 2368 1147 0 24011 0
Current children cumulated CPU time: 15.1 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 86396 KiB
[startup+15.3002 s]
/proc/loadavg: 4.08 4.09 3.70 5/271 22443
/proc/meminfo: memFree=123243576/131249996 swapFree=33010684/33010684
[pid=22440] ppid=22437 vsize=4192 memory=2816 CPUtime=0.34 cores=0,2
/proc/22440/stat : 22440 (run-dec-break-l) S 22437 22440 21214 0 -1 4194304 239 4892 0 0 0 0 31 3 20 0 1 0 35604887 4292608 704 18446744073709551615 94667915821056 94667916715589 140722551158832 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94667916954640 94667917002384 94667919286272 140722551163157 140722551163358 140722551163358 140722551168960 0
/proc/22440/statm: 1048 704 672 219 0 110 0
[pid=22443] ppid=22440 vsize=146336 memory=83580 CPUtime=14.83 cores=0,2
/proc/22443/stat : 22443 (roundingsat) D 22440 22440 21214 0 -1 4194304 15456 0 0 0 1442 41 0 0 20 0 1 0 35604926 149848064 20895 18446744073709551615 4227072 8923433 140725587720352 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 12599296 140725587724532 140725587724840 140725587724840 140725587730410 0
/proc/22443/statm: 36584 20895 2368 1147 0 24011 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 86396 KiB
Child status: 0
Real time (s): 15.3242
CPU time (s): 15.2073
CPU user time (s): 14.751
CPU system time (s): 0.456334
CPU usage (%): 99.2371
Max. virtual memory (cumulated for all children) (KiB): 150528
Max. memory (cumulated for all children) (KiB): 86396
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.751
system time used= 0.456334
maximum resident set size= 83580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2226
involuntary context switches= 54
# summary of solver processes directly reported to runsolver:
# pid: 22440
# total CPU time (s): 15.2073
# total CPU user time (s): 14.751
# total CPU system time (s): 0.456334
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049641 second user time and 0.091003 second system time
The end
Launcher Data
Begin job on nodeC030 at 2025-06-29 14:14:13
IDJOB=4511017
IDBENCH=160417
IDSOLVER=3358
FILE ID=nodeC030/4511017-1751199253
RUNJOBID= nodeC030-1751197546-21224
SLURM_JOB_ID= 9587610
Free space on /tmp= 433012 MiB
SOLVER NAME= roundingsat+pbsuma-log 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-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511017-1751199253/watcher-4511017-1751199253 -o /tmp/evaluation-result-4511017-1751199253/solver-4511017-1751199253 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21224 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4511017-1751199253.opb PROOFDIR/proof-4511017-1751199253
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= fb8182fd0bba68f9e66fcd22263b2e3b
RANDOM SEED=1325916518
nodeC030 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 : 3602.417
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.62
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.387
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.62
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.323
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.62
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.534
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.62
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 : 3600.374
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.62
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.324
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.62
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.023
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.62
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 : 3600.788
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.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 123443960 kB
MemAvailable: 129493672 kB
Buffers: 3280 kB
Cached: 6850872 kB
SwapCached: 0 kB
Active: 645116 kB
Inactive: 6593924 kB
Active(anon): 403160 kB
Inactive(anon): 0 kB
Active(file): 241956 kB
Inactive(file): 6593924 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 25276 kB
Writeback: 0 kB
AnonPages: 380596 kB
Mapped: 113396 kB
Shmem: 18064 kB
KReclaimable: 105740 kB
Slab: 192344 kB
SReclaimable: 105740 kB
SUnreclaim: 86604 kB
KernelStack: 4368 kB
PageTables: 3972 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 749816 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150696 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 294912 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: 189140 kB
DirectMap2M: 9019392 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 433000 MiB
End job on nodeC030 at 2025-06-29 14:14:29