Trace number 4517151
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/ equalities/array_diag/normalized-13array_diag_greater.opb |
MD5SUM | 4323600963088835cdc761a0340acac9 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.012655 |
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 | 897 |
Total number of constraints | 898 |
Number of constraints which are clauses | 507 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 391 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 52 |
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 | 33554432 |
Number of bits of the biggest number in a constraint | 26 |
Biggest sum of numbers in a constraint | 134217727 |
Number of bits of the biggest sum of numbers | 27 |
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-4517151-1751224488.opb'
0.00/0.01 c read 0.03MB (0.54ms)
0.00/0.01 c [cnf: #variables 897 #clauses 898 #duplicates 0 #arr 2925]
0.00/0.01 c output proof to 'PROOFDIR/proof-4517151-1751224488'
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 0] (0.92ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (0.16ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 4435 #edges 11130]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.00*10^0 #generators 0] (0.29ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 0 #add_vars 0]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4517151-1751224488.opb.pre'
0.00/0.01 c wrote 0.03MB (0.13ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 0.92ms 32.55% approx_orbits
0.00/0.01 c 0.75ms 26.75% other
0.00/0.01 c 0.54ms 19.25% parse
0.00/0.01 c 0.29ms 10.19% detect_generic
0.00/0.01 c 0.16ms 5.67% detect_special
0.00/0.01 c 0.13ms 4.70% output
0.00/0.01 c 0.03ms 0.90% finalize_order
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 2.82ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.03 c #variables 897 #constraints 1288
0.00/0.03 c rational objective 2.98023e-08
0.29/0.38 c #Conflicts: 1000 | #Constraints: 2288
0.29/0.38 c #Conflicts: 2000 | #Constraints: 3288
0.29/0.38 c INPROCESSING
0.29/0.38 c GARBAGE COLLECT
0.29/0.38 c rational objective 5.03038
8.34/8.47 c #Conflicts: 3000 | #Constraints: 3304
8.34/8.47 c #Conflicts: 4000 | #Constraints: 4304
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 5000 | #Constraints: 3723
8.34/8.47 c #Conflicts: 6000 | #Constraints: 4723
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 7000 | #Constraints: 3743
8.34/8.47 c #Conflicts: 8000 | #Constraints: 4743
8.34/8.47 c #Conflicts: 9000 | #Constraints: 5743
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 10000 | #Constraints: 4448
8.34/8.47 c #Conflicts: 11000 | #Constraints: 5448
8.34/8.47 c #Conflicts: 12000 | #Constraints: 6449
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 13000 | #Constraints: 4921
8.34/8.47 c #Conflicts: 14000 | #Constraints: 5921
8.34/8.47 c #Conflicts: 15000 | #Constraints: 6921
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 16000 | #Constraints: 5162
8.34/8.47 c #Conflicts: 17000 | #Constraints: 6162
8.34/8.47 c #Conflicts: 18000 | #Constraints: 7162
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 19000 | #Constraints: 5186
8.34/8.47 c #Conflicts: 20000 | #Constraints: 6186
8.34/8.47 c #Conflicts: 21000 | #Constraints: 7186
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 22000 | #Constraints: 4994
8.34/8.47 c #Conflicts: 23000 | #Constraints: 5994
8.34/8.47 c #Conflicts: 24000 | #Constraints: 6994
8.34/8.47 c #Conflicts: 25000 | #Constraints: 7994
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 26000 | #Constraints: 5613
8.34/8.47 c #Conflicts: 27000 | #Constraints: 6614
8.34/8.47 c #Conflicts: 28000 | #Constraints: 7614
8.34/8.47 c #Conflicts: 29000 | #Constraints: 8614
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c #Conflicts: 30000 | #Constraints: 6008
8.34/8.47 c #Conflicts: 31000 | #Constraints: 7008
8.34/8.47 c #Conflicts: 32000 | #Constraints: 8008
8.34/8.47 c #Conflicts: 33000 | #Constraints: 9008
8.34/8.47 c INPROCESSING
8.34/8.47 c GARBAGE COLLECT
8.34/8.47 c cpu time 8.25711 s
8.34/8.47 c deterministic time 199489475 1.99e+08
8.34/8.47 c optimization time 2e-05 s
8.34/8.47 c total solve time 8.25152 s
8.34/8.47 c core-guided solve time 0 s
8.34/8.47 c propagation time 2.52989 s
8.34/8.47 c conflict analysis time 5.08916 s
8.34/8.47 c propagations 4658492
8.34/8.47 c resolve steps 1814197
8.34/8.47 c decisions 47489
8.34/8.47 c conflicts 33001
8.34/8.47 c restarts 123
8.34/8.47 c inprocessing phases 11
8.34/8.47 c garbage collections 11 ,( 100.00 )
8.34/8.47 c input clauses 663 ,( 51.48 )
8.34/8.47 c input cardinalities 0 ,( 0.00 )
8.34/8.47 c input general constraints 625 ,( 48.52 )
8.34/8.47 c input average constraint length 3.58
8.34/8.47 c input average constraint degree 52105.10
8.34/8.47 c learned clauses 22625 ,( 68.55 )
8.34/8.47 c learned cardinalities 46 ,( 0.14 )
8.34/8.47 c learned general constraints 10334 ,( 31.31 )
8.34/8.47 c learned average constraint length 70.12
8.34/8.47 c learned average constraint degree 26238880.63
8.34/8.47 c watched CF 32, 64, 128, Arb: 1555 , 0 , 0 , 0
8.34/8.47 c counting CF 32, 64, 128, Arb: 9404 , 0 , 0 , 0
8.34/8.47 c watched constraints 1555 ,( 14.19 )
8.34/8.47 c counting constraints 9404 ,( 85.81 )
8.34/8.47 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 4508502 , 25854 , 30657003 ,( 280801 , 30376202 )
8.34/8.47 c gcd simplifications 733
8.34/8.47 c detected cardinalities 4
8.34/8.47 c weakened non-implied lits 707453
8.34/8.47 c weakened non-implying lits 3249
8.34/8.47 c original variables 897
8.34/8.47 c clausal propagations 1358995
8.34/8.47 c cardinality propagations 1515
8.34/8.47 c watched propagations 4861
8.34/8.47 c counting propagations 3259298
8.34/8.47 c watch lookups 91396646
8.34/8.47 c watch backjump lookups 0
8.34/8.47 c watch checks 10767866
8.34/8.47 c propagation checks 76065777
8.34/8.47 c constraint additions 11807809
8.34/8.47 c trail pops 4738978
8.34/8.47 c formula constraints 1288
8.34/8.47 c learned constraints 32997
8.34/8.47 c bound constraints 0
8.34/8.47 c core-guided constraints 0
8.34/8.47 c encountered formula constraints 1592711
8.34/8.47 c encountered learned constraints 252524
8.34/8.47 c encountered bound constraints 0
8.34/8.47 c encountered core-guided constraints 0
8.34/8.47 c LP total time 0.277039 s
8.34/8.47 c LP solve time 0.19 s
8.34/8.47 c LP constraints added 1291
8.34/8.47 c LP constraints removed 0
8.34/8.47 c LP pivots internal 3371
8.34/8.47 c LP pivots root 3046
8.34/8.47 c LP calls 15
8.34/8.47 c LP optimalities 8
8.34/8.47 c LP no pivot count 1
8.34/8.47 c LP infeasibilities 5
8.34/8.47 c LP valid Farkas constraints 4
8.34/8.47 c LP learned Farkas constraints 3
8.34/8.47 c LP basis resets 0
8.34/8.47 c LP cycling count 0
8.34/8.47 c LP singular count 0
8.34/8.47 c LP no primal count 0
8.34/8.47 c LP no farkas count 0
8.34/8.47 c LP other issue count 0
8.42/8.55 c LP Gomory cuts 1
8.42/8.55 c LP learned cuts 2
8.42/8.55 c LP deleted cuts 0
8.42/8.55 c LP encountered Gomory constraints 1
8.42/8.55 c LP encountered Farkas constraints 1955
8.42/8.55 c LP encountered learned Farkas constraints 3
8.42/8.55 c CG auxiliary variables introduced 0
8.42/8.55 c CG solutions found 0
8.42/8.55 c CG cores constructed 0
8.42/8.55 c CG core cardinality constraints returned 0
8.42/8.55 c CG unit cores 0
8.42/8.55 c CG single cores 0
8.42/8.55 c CG blocks removed during cardinality reduction 0
8.42/8.55 c CG first core best 0
8.42/8.55 c CG decision core best 0
8.42/8.55 c CG core reduction tie 0
8.42/8.55 c CG core degree average 0.00
8.42/8.55 c CG core slack average 0.00
8.42/8.55 c CG core upper bound improvements 0
8.42/8.55 c STR number of successful calls 0
8.42/8.55 c STR number of unsuccessful calls 0
8.42/8.55 c STR number of inconclusive calls 0
8.42/8.55 c STR number of successful attempts 0
8.42/8.55 c STR number of unsuccessful attempts 0
8.42/8.55 c STR number of inconclusive attempts 0
8.42/8.55 c STR average degree increase per successful call inf
8.42/8.55 c STR average degree increase per successful attempt inf
8.42/8.55 c STR total number of conflicts for successful attempts 0
8.42/8.55 c STR total number of conflicts for unsuccessful attempts 0
8.42/8.55 c STR total number of conflicts for inconclusive attempts 0
8.42/8.55 c STR average number of conflicts per successful attempt inf
8.42/8.55 c STR average number of conflicts per unsuccessful attempt inf
8.42/8.55 c STR average number of conflicts per inconclusive attempt inf
8.42/8.55 c AVG.sumWPerc 69.85
8.42/8.55 c bigint constraints 0
8.42/8.55 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 2 20:06:33 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63794 MiB (47807 MiB free)
memory of node 1: 64507 MiB (62921 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517151-1751224488/watcher-4517151-1751224488 -o /tmp/evaluation-result-4517151-1751224488/solver-4517151-1751224488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27473 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4517151-1751224488.opb PROOFDIR/proof-4517151-1751224488
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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=31699, runsolver pid=31696
[startup+0.100099 s]*
/proc/loadavg: 4.11 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113382028/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=58940 memory=15452 CPUtime=0.08 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 1440 0 0 0 8 0 0 0 20 0 1 0 38128189 60354560 3863 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 14735 3863 2368 1147 0 2162 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 63132 KiB
Current children cumulated memory: 18524 KiB
[startup+0.213668 s]*
/proc/loadavg: 4.11 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113382028/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=59220 memory=15708 CPUtime=0.19 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 1504 0 0 0 18 1 0 0 20 0 1 0 38128189 60641280 3927 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 14805 3927 2368 1147 0 2232 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63412 KiB
Current children cumulated memory: 18780 KiB
[startup+0.31315 s]*
/proc/loadavg: 4.11 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113382028/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=59488 memory=15964 CPUtime=0.29 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 1563 0 0 0 28 1 0 0 20 0 1 0 38128189 60915712 3991 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 14872 3991 2368 1147 0 2299 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63680 KiB
Current children cumulated memory: 19036 KiB
[startup+0.700349 s]
/proc/loadavg: 4.11 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113380264/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=60928 memory=17372 CPUtime=0.66 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 1919 0 0 0 64 2 0 0 20 0 1 0 38128189 62390272 4343 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15232 4343 2368 1147 0 2659 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 65120 KiB
Current children cumulated memory: 20444 KiB
[startup+1.50035 s]
/proc/loadavg: 4.11 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113366664/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=61488 memory=17884 CPUtime=1.46 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2069 0 0 0 143 3 0 0 20 0 1 0 38128189 62963712 4471 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15372 4471 2368 1147 0 2799 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 65680 KiB
Current children cumulated memory: 20956 KiB
[startup+3.11322 s]
/proc/loadavg: 4.11 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113326344/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=62332 memory=18780 CPUtime=3.07 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2266 0 0 0 301 6 0 0 20 0 1 0 38128189 63827968 4695 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15583 4695 2368 1147 0 3010 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 66524 KiB
Current children cumulated memory: 21852 KiB
[startup+6.30035 s]
/proc/loadavg: 4.10 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113286536/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=63152 memory=19420 CPUtime=6.25 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2456 0 0 0 613 12 0 0 20 0 1 0 38128189 64667648 4855 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15788 4855 2368 1147 0 3215 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 67344 KiB
Current children cumulated memory: 22492 KiB
[startup+8.55506 s]
# the end of solver process 31699 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=8.26661 s, system=0.182513 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.4004 s]
/proc/loadavg: 4.10 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113286536/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=63152 memory=19420 CPUtime=6.35 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2456 0 0 0 623 12 0 0 20 0 1 0 38128189 64667648 4855 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15788 4855 2368 1147 0 3215 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 67344 KiB
Current children cumulated memory: 22492 KiB
[startup+7.20033 s]
/proc/loadavg: 4.10 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113262216/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=63288 memory=19548 CPUtime=7.14 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2487 0 0 0 701 13 0 0 20 0 1 0 38128189 64806912 4887 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15822 4887 2368 1147 0 3249 0
Current children cumulated CPU time: 7.14 s
Current children cumulated vsize: 67480 KiB
Current children cumulated memory: 22620 KiB
[startup+8.00034 s]*
/proc/loadavg: 4.10 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113246088/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=63472 memory=19804 CPUtime=7.95 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2532 0 0 0 780 15 0 0 20 0 1 0 38128189 64995328 4951 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 15868 4951 2368 1147 0 3295 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 67664 KiB
Current children cumulated memory: 22876 KiB
[startup+8.40033 s]
/proc/loadavg: 4.10 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113246088/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=65476 memory=21596 CPUtime=8.34 cores=1,3
/proc/31702/stat : 31702 (roundingsat) R 31699 31699 27461 0 -1 4194304 2994 0 0 0 818 16 0 0 20 0 1 0 38128189 67047424 5399 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 16369 5399 2368 1147 0 3796 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 69668 KiB
Current children cumulated memory: 24668 KiB
[startup+8.5003 s]
/proc/loadavg: 4.10 4.15 4.16 5/262 31702
/proc/meminfo: memFree=113246088/131382120 swapFree=33010416/33010684
[pid=31699] ppid=31696 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/31699/stat : 31699 (run-dec-break-l) S 31696 31699 27461 0 -1 4194304 241 519 0 0 0 0 0 0 20 0 1 0 38128187 4292608 768 18446744073709551615 94132522070016 94132522964549 140729441675680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94132523203600 94132523251344 94132524023808 140729441683733 140729441683934 140729441683934 140729441689536 0
/proc/31699/statm: 1048 768 704 219 0 110 0
[pid=31702] ppid=31699 vsize=66252 memory=22236 CPUtime=8.42 cores=1,3
/proc/31702/stat : 31702 (roundingsat) D 31699 31699 27461 0 -1 4194304 3138 0 0 0 825 17 0 0 20 0 1 0 38128189 67842048 5559 18446744073709551615 4227072 8923433 140734785863680 0 0 0 0 0 8405026 1 0 0 17 3 0 0 0 0 0 9823104 9832592 18108416 140734785865972 140734785866280 140734785866280 140734785871850 0
/proc/31702/statm: 16563 5559 2368 1147 0 3990 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 70444 KiB
Current children cumulated memory: 25308 KiB
Child status: 0
Real time (s): 8.55511
CPU time (s): 8.44913
CPU user time (s): 8.26661
CPU system time (s): 0.182513
CPU usage (%): 98.7612
Max. virtual memory (cumulated for all children) (KiB): 70444
Max. memory (cumulated for all children) (KiB): 25308
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.26661
system time used= 0.182513
maximum resident set size= 22236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 137664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1593
involuntary context switches= 20
# summary of solver processes directly reported to runsolver:
# pid: 31699
# total CPU time (s): 8.44913
# total CPU user time (s): 8.26661
# total CPU system time (s): 0.182513
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064969 second user time and 0.154567 second system time
The end
Launcher Data
Begin job on nodeC006 at 2025-06-29 21:14:48
IDJOB=4517151
IDBENCH=176020
IDSOLVER=3358
FILE ID=nodeC006/4517151-1751224488
RUNJOBID= nodeC006-1751216867-27473
SLURM_JOB_ID= 9587659
Free space on /tmp= 433032 MiB
SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-13array_diag_greater.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517151-1751224488/watcher-4517151-1751224488 -o /tmp/evaluation-result-4517151-1751224488/solver-4517151-1751224488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27473 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4517151-1751224488.opb PROOFDIR/proof-4517151-1751224488
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 4323600963088835cdc761a0340acac9
RANDOM SEED=292086116
nodeC006 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3662.973
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3491.689
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.374
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.176
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3662.572
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3661.826
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.436
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.567
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.32
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382120 kB
MemFree: 113386156 kB
MemAvailable: 128671192 kB
Buffers: 2128 kB
Cached: 16078040 kB
SwapCached: 12 kB
Active: 1629776 kB
Inactive: 15807372 kB
Active(anon): 1362216 kB
Inactive(anon): 12740 kB
Active(file): 267560 kB
Inactive(file): 15794632 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 46512 kB
Writeback: 0 kB
AnonPages: 1356564 kB
Mapped: 116748 kB
Shmem: 17948 kB
KReclaimable: 124560 kB
Slab: 208420 kB
SReclaimable: 124560 kB
SUnreclaim: 83860 kB
KernelStack: 4208 kB
PageTables: 5808 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 1857152 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149640 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1013760 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 191304 kB
DirectMap2M: 10196992 kB
DirectMap1G: 125829120 kB
Free space on /tmp at the end= 433024 MiB
End job on nodeC006 at 2025-06-29 21:14:57