Trace number 4516899
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/ inequalities/ineq10/normalized-13array_ineq10.opb |
MD5SUM | 32780b78fab45ab21c186f405b9011ec |
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 | 1.88082 |
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 | 1281 |
Total number of constraints | 1635 |
Number of constraints which are clauses | 1134 |
Number of constraints which are cardinality constraints (but not clauses) | 40 |
Number of constraints which are nor clauses,nor cardinality constraints | 461 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 54 |
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 | 67108864 |
Number of bits of the biggest number in a constraint | 27 |
Biggest sum of numbers in a constraint | 268435455 |
Number of bits of the biggest sum of numbers | 28 |
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-4516899-1751224155.opb'
0.00/0.02 c read 0.05MB (2.42ms)
0.00/0.02 c [cnf: #variables 1281 #clauses 1635 #duplicates 0 #arr 4762]
0.00/0.02 c output proof to 'PROOFDIR/proof-4516899-1751224155'
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 0] (3.62ms)
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.02 c (0.57ms)
0.00/0.02 c
0.00/0.02 c detect symmetries on remainder
0.00/0.02 c [graph: #vertices 6678 #edges 17048]
0.00/0.02 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02 c [group: #symmetries 1.00*10^0 #generators 0] (1.12ms)
0.00/0.02 c
0.00/0.02 c finalize break order and special generators
0.00/0.02 c
0.00/0.02 c generation finished
0.00/0.02 c [sbp: #constraints 0 #add_vars 0]
0.00/0.02 c
0.00/0.02 c write result to 'HOME/instance-4516899-1751224155.opb.pre'
0.00/0.02 c wrote 0.05MB (0.53ms)
0.00/0.02 c ------------------------------------------------------------------
0.00/0.02 c 3.62ms 38.26% approx_orbits
0.00/0.02 c 2.42ms 25.59% parse
0.00/0.02 c 1.12ms 11.80% detect_generic
0.00/0.02 c 1.10ms 11.64% other
0.00/0.02 c 0.57ms 6.01% detect_special
0.00/0.02 c 0.53ms 5.56% output
0.00/0.02 c 0.11ms 1.14% finalize_order
0.00/0.02 c ───────────────────────────────────────────────
0.00/0.02 c 9.46ms 100% total
0.00/0.02 c ------------------------------------------------------------------
0.00/0.04 c RoundingSat 2
0.00/0.04 c branch pb25
0.00/0.04 c commit 63f22ad
0.00/0.08 c #variables 1281 #constraints 1710
0.08/0.13 c rational objective 16.0018
11.82/11.94 c #Conflicts: 1000 | #Constraints: 2711
11.82/11.94 c #Conflicts: 2000 | #Constraints: 3711
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 3000 | #Constraints: 3550
11.82/11.94 c #Conflicts: 4000 | #Constraints: 4550
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 5000 | #Constraints: 3986
11.82/11.94 c #Conflicts: 6000 | #Constraints: 4986
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 7000 | #Constraints: 4009
11.82/11.94 c #Conflicts: 8000 | #Constraints: 5009
11.82/11.94 c #Conflicts: 9000 | #Constraints: 6010
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 10000 | #Constraints: 4734
11.82/11.94 c #Conflicts: 11000 | #Constraints: 5734
11.82/11.94 c #Conflicts: 12000 | #Constraints: 6734
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 13000 | #Constraints: 5195
11.82/11.94 c #Conflicts: 14000 | #Constraints: 6195
11.82/11.94 c #Conflicts: 15000 | #Constraints: 7195
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 16000 | #Constraints: 5438
11.82/11.94 c #Conflicts: 17000 | #Constraints: 6439
11.82/11.94 c #Conflicts: 18000 | #Constraints: 7440
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 19000 | #Constraints: 5364
11.82/11.94 c #Conflicts: 20000 | #Constraints: 6364
11.82/11.94 c #Conflicts: 21000 | #Constraints: 7364
11.82/11.94 c INPROCESSING
11.82/11.94 c GARBAGE COLLECT
11.82/11.94 c #Conflicts: 22000 | #Constraints: 5190
11.82/11.94 c #Conflicts: 23000 | #Constraints: 6190
11.82/11.94 c #Conflicts: 24000 | #Constraints: 7190
11.82/11.94 c cpu time 11.6401 s
11.82/11.94 c deterministic time 293381395 2.93e+08
11.82/11.94 c optimization time 3.5e-05 s
11.82/11.94 c total solve time 11.6091 s
11.82/11.94 c core-guided solve time 0 s
11.82/11.94 c propagation time 3.94206 s
11.82/11.94 c conflict analysis time 6.74893 s
11.82/11.94 c propagations 4970336
11.82/11.94 c resolve steps 1716535
11.82/11.94 c decisions 33460
11.82/11.94 c conflicts 24913
11.82/11.94 c restarts 92
11.82/11.94 c inprocessing phases 8
11.82/11.94 c garbage collections 8 ,( 100.00 )
11.82/11.94 c input clauses 1003 ,( 58.65 )
11.82/11.94 c input cardinalities 1 ,( 0.06 )
11.82/11.94 c input general constraints 706 ,( 41.29 )
11.82/11.94 c input average constraint length 3.10
11.82/11.94 c input average constraint degree 78491.67
11.82/11.94 c learned clauses 14685 ,( 58.93 )
11.82/11.94 c learned cardinalities 20 ,( 0.08 )
11.82/11.94 c learned general constraints 10215 ,( 40.99 )
11.82/11.94 c learned average constraint length 103.54
11.82/11.94 c learned average constraint degree 130984182.75
11.82/11.94 c watched CF 32, 64, 128, Arb: 1325 , 0 , 0 , 0
11.82/11.94 c counting CF 32, 64, 128, Arb: 9596 , 0 , 0 , 0
11.82/11.94 c watched constraints 1325 ,( 12.13 )
11.82/11.94 c counting constraints 9596 ,( 87.87 )
11.82/11.94 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5101946 , 55390 , 60105321 ,( 498243 , 59607078 )
11.82/11.94 c gcd simplifications 1119
11.82/11.94 c detected cardinalities 14
11.82/11.94 c weakened non-implied lits 1069850
11.82/11.94 c weakened non-implying lits 16340
11.82/11.94 c original variables 1281
11.82/11.94 c clausal propagations 1734472
11.82/11.94 c cardinality propagations 3994
11.82/11.94 c watched propagations 10637
11.82/11.94 c counting propagations 3195617
11.82/11.94 c watch lookups 144602241
11.82/11.94 c watch backjump lookups 0
11.82/11.94 c watch checks 17610694
11.82/11.94 c propagation checks 107418406
11.82/11.94 c constraint additions 13712055
11.82/11.94 c trail pops 5028068
11.82/11.94 c formula constraints 1710
11.82/11.94 c learned constraints 24906
11.82/11.94 c bound constraints 0
11.82/11.94 c core-guided constraints 0
11.82/11.94 c encountered formula constraints 1417939
11.82/11.94 c encountered learned constraints 311874
11.82/11.94 c encountered bound constraints 0
11.82/11.94 c encountered core-guided constraints 0
11.82/11.94 c LP total time 0.709354 s
11.82/11.94 c LP solve time 0.42 s
11.82/11.94 c LP constraints added 1712
11.82/11.94 c LP constraints removed 0
11.82/11.94 c LP pivots internal 2639
11.82/11.94 c LP pivots root 3495
11.82/11.94 c LP calls 12
11.82/11.94 c LP optimalities 2
11.82/11.94 c LP no pivot count 0
11.82/11.94 c LP infeasibilities 7
11.82/11.94 c LP valid Farkas constraints 6
11.82/11.94 c LP learned Farkas constraints 6
11.82/11.94 c LP basis resets 2
11.82/11.94 c LP cycling count 0
11.82/11.94 c LP singular count 1
11.82/11.94 c LP no primal count 0
11.82/11.94 c LP no farkas count 1
11.82/11.94 c LP other issue count 0
11.82/11.94 c LP Gomory cuts 2
11.82/11.94 c LP learned cuts 0
11.82/11.94 c LP deleted cuts 0
11.82/11.94 c LP encountered Gomory constraints 0
11.82/11.94 c LP encountered Farkas constraints 11572
11.82/11.94 c LP encountered learned Farkas constraints 57
11.82/11.94 c CG auxiliary variables introduced 0
11.82/11.94 c CG solutions found 0
11.82/11.94 c CG cores constructed 0
11.82/11.94 c CG core cardinality constraints returned 0
11.82/11.94 c CG unit cores 0
11.82/11.94 c CG single cores 0
11.82/11.94 c CG blocks removed during cardinality reduction 0
11.89/12.05 c CG first core best 0
11.89/12.05 c CG decision core best 0
11.89/12.05 c CG core reduction tie 0
11.89/12.05 c CG core degree average 0.00
11.89/12.05 c CG core slack average 0.00
11.89/12.05 c CG core upper bound improvements 0
11.89/12.05 c STR number of successful calls 0
11.89/12.05 c STR number of unsuccessful calls 0
11.89/12.05 c STR number of inconclusive calls 0
11.89/12.05 c STR number of successful attempts 0
11.89/12.05 c STR number of unsuccessful attempts 0
11.89/12.05 c STR number of inconclusive attempts 0
11.89/12.05 c STR average degree increase per successful call inf
11.89/12.05 c STR average degree increase per successful attempt inf
11.89/12.05 c STR total number of conflicts for successful attempts 0
11.89/12.05 c STR total number of conflicts for unsuccessful attempts 0
11.89/12.05 c STR total number of conflicts for inconclusive attempts 0
11.89/12.05 c STR average number of conflicts per successful attempt inf
11.89/12.05 c STR average number of conflicts per unsuccessful attempt inf
11.89/12.05 c STR average number of conflicts per inconclusive attempt inf
11.89/12.05 c AVG.sumWPerc 78.38
11.89/12.05 c bigint constraints 0
11.89/12.05 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 2 19:32:05 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 (50569 MiB free)
memory of node 1: 64507 MiB (54473 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4516899-1751224155/watcher-4516899-1751224155 -o /tmp/evaluation-result-4516899-1751224155/solver-4516899-1751224155 -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-4516899-1751224155.opb PROOFDIR/proof-4516899-1751224155
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
solver pid=31393, runsolver pid=31390
Current StackSize limit: 8192 KiB
[startup+0.100119 s]*
/proc/loadavg: 4.23 4.14 4.16 5/262 31396
/proc/meminfo: memFree=107563476/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=58896 memory=13120 CPUtime=0.07 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 1471 0 0 0 6 1 0 0 20 0 1 0 38094899 60309504 3280 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 14724 3280 2272 1147 0 2151 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 63088 KiB
Current children cumulated memory: 15936 KiB
[startup+0.213871 s]*
/proc/loadavg: 4.23 4.14 4.16 5/262 31396
/proc/meminfo: memFree=107563476/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=59200 memory=13760 CPUtime=0.18 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 1569 0 0 0 17 1 0 0 20 0 1 0 38094899 60620800 3440 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 14800 3440 2336 1147 0 2227 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63392 KiB
Current children cumulated memory: 16576 KiB
[startup+0.3139 s]*
/proc/loadavg: 4.23 4.14 4.16 5/262 31396
/proc/meminfo: memFree=107563476/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=59596 memory=14016 CPUtime=0.28 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 1640 0 0 0 27 1 0 0 20 0 1 0 38094899 61026304 3504 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 14899 3504 2336 1147 0 2326 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63788 KiB
Current children cumulated memory: 16832 KiB
[startup+0.700405 s]
/proc/loadavg: 4.23 4.14 4.16 5/262 31396
/proc/meminfo: memFree=107563476/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=60408 memory=17160 CPUtime=0.65 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 1883 0 0 0 64 1 0 0 20 0 1 0 38094899 61857792 4290 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 15102 4290 2368 1147 0 2529 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 64600 KiB
Current children cumulated memory: 19976 KiB
[startup+1.5004 s]
/proc/loadavg: 4.23 4.14 4.16 5/262 31396
/proc/meminfo: memFree=107563540/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=61112 memory=18312 CPUtime=1.45 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 2071 0 0 0 142 3 0 0 20 0 1 0 38094899 62578688 4578 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 15278 4578 2496 1147 0 2705 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 65304 KiB
Current children cumulated memory: 21128 KiB
[startup+3.11256 s]
/proc/loadavg: 4.21 4.14 4.16 4/259 31396
/proc/meminfo: memFree=108195452/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=63032 memory=20232 CPUtime=3.05 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 2538 0 0 0 299 6 0 0 20 0 1 0 38094899 64544768 5058 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 15758 5058 2496 1147 0 3185 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 67224 KiB
Current children cumulated memory: 23048 KiB
[startup+6.30031 s]
/proc/loadavg: 4.21 4.14 4.16 6/262 31443
/proc/meminfo: memFree=117137452/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=65824 memory=24972 CPUtime=6.23 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 3213 0 0 0 609 14 0 0 20 0 1 0 38094899 67403776 6243 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 16456 6243 2496 1147 0 3883 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 70016 KiB
Current children cumulated memory: 27788 KiB
[startup+12.0535 s]
# the end of solver process 31393 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=11.6606 s, system=0.256715 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.40034 s]
/proc/loadavg: 4.21 4.14 4.16 6/262 31443
/proc/meminfo: memFree=117137452/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=65824 memory=24972 CPUtime=6.33 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 3213 0 0 0 619 14 0 0 20 0 1 0 38094899 67403776 6243 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 16456 6243 2496 1147 0 3883 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 70016 KiB
Current children cumulated memory: 27788 KiB
[startup+9.60029 s]
/proc/loadavg: 4.20 4.13 4.15 5/262 31443
/proc/meminfo: memFree=116902372/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=67040 memory=26252 CPUtime=9.52 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 3523 0 0 0 933 19 0 0 20 0 1 0 38094899 68648960 6563 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 16760 6563 2496 1147 0 4187 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 71232 KiB
Current children cumulated memory: 29068 KiB
[startup+11.2003 s]
/proc/loadavg: 4.20 4.13 4.15 5/262 31443
/proc/meminfo: memFree=116773384/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=67320 memory=26380 CPUtime=11.12 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 3571 0 0 0 1090 22 0 0 20 0 1 0 38094899 68935680 6595 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 16830 6595 2496 1147 0 4257 0
Current children cumulated CPU time: 11.13 s
Current children cumulated vsize: 71512 KiB
Current children cumulated memory: 29196 KiB
[startup+11.6003 s]
/proc/loadavg: 4.20 4.13 4.15 5/262 31443
/proc/meminfo: memFree=116773384/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=67320 memory=26380 CPUtime=11.52 cores=1,3
/proc/31396/stat : 31396 (roundingsat) R 31393 31393 27461 0 -1 4194304 3583 0 0 0 1130 22 0 0 20 0 1 0 38094899 68935680 6595 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 16830 6595 2496 1147 0 4257 0
Current children cumulated CPU time: 11.53 s
Current children cumulated vsize: 71512 KiB
Current children cumulated memory: 29196 KiB
[startup+12.0003 s]*
/proc/loadavg: 4.20 4.13 4.15 4/263 31444
/proc/meminfo: memFree=116700816/131382120 swapFree=33010416/33010684
[pid=31393] ppid=31390 vsize=4192 memory=2816 CPUtime=0.01 cores=1,3
/proc/31393/stat : 31393 (run-dec-break-l) S 31390 31393 27461 0 -1 4194304 238 705 0 0 0 0 1 0 20 0 1 0 38094896 4292608 704 18446744073709551615 94886088187904 94886089082437 140723667335952 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94886089321488 94886089369232 94886090174464 140723667339541 140723667339742 140723667339742 140723667345344 0
/proc/31393/statm: 1048 704 672 219 0 110 0
[pid=31396] ppid=31393 vsize=67644 memory=26764 CPUtime=11.88 cores=1,3
/proc/31396/stat : 31396 (roundingsat) D 31393 31393 27461 0 -1 4194304 3668 0 0 0 1164 24 0 0 20 0 1 0 38094899 69267456 6691 18446744073709551615 4227072 8923433 140722756991952 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 34734080 140722756995316 140722756995624 140722756995624 140722757001194 0
/proc/31396/statm: 16911 6691 2496 1147 0 4338 0
Current children cumulated CPU time: 11.89 s
Current children cumulated vsize: 71836 KiB
Current children cumulated memory: 29580 KiB
Child status: 0
Real time (s): 12.0536
CPU time (s): 11.9173
CPU user time (s): 11.6606
CPU system time (s): 0.256715
CPU usage (%): 98.8693
Max. virtual memory (cumulated for all children) (KiB): 71836
Max. memory (cumulated for all children) (KiB): 29580
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6606
system time used= 0.256715
maximum resident set size= 26764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4636
page faults= 0
swaps= 0
block input operations= 0
block output operations= 171016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3024
involuntary context switches= 30
# summary of solver processes directly reported to runsolver:
# pid: 31393
# total CPU time (s): 11.9173
# total CPU user time (s): 11.6606
# total CPU system time (s): 0.256715
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092931 second user time and 0.195446 second system time
The end
Launcher Data
Begin job on nodeC006 at 2025-06-29 21:09:15
IDJOB=4516899
IDBENCH=175922
IDSOLVER=3358
FILE ID=nodeC006/4516899-1751224155
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/inequalities/ineq10/normalized-13array_ineq10.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4516899-1751224155/watcher-4516899-1751224155 -o /tmp/evaluation-result-4516899-1751224155/solver-4516899-1751224155 -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-4516899-1751224155.opb PROOFDIR/proof-4516899-1751224155
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 32780b78fab45ab21c186f405b9011ec
RANDOM SEED=992522079
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.225
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 : 1197.144
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.594
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.113
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.235
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 : 3691.178
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 : 3700.000
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 : 3700.000
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: 107563476 kB
MemAvailable: 128229068 kB
Buffers: 2128 kB
Cached: 21452636 kB
SwapCached: 12 kB
Active: 2065440 kB
Inactive: 21181940 kB
Active(anon): 1797880 kB
Inactive(anon): 12740 kB
Active(file): 267560 kB
Inactive(file): 21169200 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 64280 kB
Writeback: 4 kB
AnonPages: 1794360 kB
Mapped: 116636 kB
Shmem: 17948 kB
KReclaimable: 136532 kB
Slab: 220972 kB
SReclaimable: 136532 kB
SUnreclaim: 84440 kB
KernelStack: 4208 kB
PageTables: 6848 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 2339240 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149624 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1263616 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:09:28