Trace number 4542351
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/nordstrom/composed_pebbling_php_pyramid/ dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb |
MD5SUM | 623c8f5cac41c95d6cbe9efd54b08dc9 |
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 | 7.38233 |
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 | 96646 |
Total number of constraints | 11257 |
Number of constraints which are clauses | 5755 |
Number of constraints which are cardinality constraints (but not clauses) | 4556 |
Number of constraints which are nor clauses,nor cardinality constraints | 946 |
Minimum length of a constraint | 19 |
Maximum length of a constraint | 24 |
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 | 3 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 27 |
Number of bits of the biggest sum of numbers | 5 |
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-4542351-1753215355.opb'
0.00/0.09 c read 2.33MB (74.28ms)
0.00/0.09 c [cnf: #variables 96646 #clauses 11257 #duplicates 0 #arr 226869]
0.00/0.09 c output proof to '/tmp/proof-4542351-1753215355'
0.00/0.09 c
0.00/0.09 c make graph and approximate orbits
0.18/0.27 c [group: #orbits ~= 1298] (180.13ms)
0.18/0.27 c
0.18/0.27 c detect special group actions
0.18/0.27 c probe for Johnson action (limit=64)
1.42/1.55 c probe for row-column symmetry (limit=64, splits=16.78M)
1.61/1.77 c probe for row symmetry (limit=64, splits=16.78M)
2.70/2.80 c (2524.86ms)
2.70/2.80 c
2.70/2.80 c detect symmetries on remainder
2.70/2.80 c [graph: #vertices 397841 #edges 1033614]
2.70/2.80 c dejavu (support_limit=2048.00MB, budget_limit=64)
2.91/3.03 c [group: #symmetries 9.88*10^8397 #generators 638] (229.34ms)
2.91/3.03 c
2.91/3.03 c optimize generators (opt_passes=64, conjugate_limit=256)
2.91/3.03 c ran it=0, +gens=9
2.91/3.10 c con best_support=4, best_gens=225, +gens=0
2.91/3.10 c (69.82ms)
2.91/3.10 c
2.91/3.10 c finalize break order and special generators
2.91/3.10 c
2.91/3.10 c add generic predicates (break_depth=10)
2.91/3.10 c added predicates for 647 generators (0.78ms)
3.02/3.13 c
3.02/3.13 c generation finished
3.02/3.13 c [sbp: #constraints 11537 #add_vars 3630]
3.02/3.13 c
3.02/3.13 c write result to 'HOME/instance-4542351-1753215355.opb.pre'
3.02/3.14 c wrote 2.78MB (6.49ms)
3.02/3.14 c ------------------------------------------------------------------
3.02/3.14 c 2524.86ms 80.88% detect_special
3.02/3.14 c 229.34ms 7.35% detect_generic
3.02/3.14 c 180.13ms 5.77% approx_orbits
3.02/3.14 c 74.27ms 2.38% parse
3.02/3.14 c 69.82ms 2.24% optimize_gens
3.02/3.14 c 31.23ms 1.00% other
3.02/3.14 c 6.49ms 0.21% output
3.02/3.14 c 4.76ms 0.15% finalize_order
3.02/3.14 c 0.78ms 0.03% break_generic
3.02/3.14 c ───────────────────────────────────────────────
3.02/3.14 c 3121.68ms 100% total
3.02/3.14 c ------------------------------------------------------------------
3.02/3.16 c RoundingSat 2
3.02/3.16 c branch pb25
3.02/3.16 c commit 63f22ad
3.05/3.44 c #variables 100276 #constraints 22794
20.84/21.07 c #Conflicts: 1000 | #Constraints: 23793
20.84/21.07 c #Conflicts: 2000 | #Constraints: 24793
20.84/21.07 c INPROCESSING
20.84/21.07 c GARBAGE COLLECT
20.84/21.07 c #Conflicts: 3000 | #Constraints: 24751
20.84/21.07 c #Conflicts: 4000 | #Constraints: 25751
20.84/21.07 c INPROCESSING
20.84/21.07 c GARBAGE COLLECT
20.84/21.07 c #Conflicts: 5000 | #Constraints: 24489
20.84/21.07 c cpu time 11.6439 s
20.84/21.07 c deterministic time 62362967 6.24e+07
20.84/21.07 c optimization time 9e-05 s
20.84/21.07 c total solve time 11.4234 s
20.84/21.07 c core-guided solve time 0 s
20.84/21.07 c propagation time 2.7593 s
20.84/21.07 c conflict analysis time 0.060908 s
20.84/21.07 c propagations 2343288
20.84/21.07 c resolve steps 13083
20.84/21.07 c decisions 9945876
20.84/21.07 c conflicts 5841
20.84/21.07 c restarts 29
20.84/21.07 c inprocessing phases 2
20.84/21.07 c garbage collections 2 ,( 100.00 )
20.84/21.07 c input clauses 17292 ,( 75.86 )
20.84/21.07 c input cardinalities 5502 ,( 24.14 )
20.84/21.07 c input general constraints 0 ,( 0.00 )
20.84/21.07 c input average constraint length 11.41
20.84/21.07 c input average constraint degree 5.34
20.84/21.07 c learned clauses 876 ,( 15.00 )
20.84/21.07 c learned cardinalities 4583 ,( 78.48 )
20.84/21.07 c learned general constraints 381 ,( 6.52 )
20.84/21.07 c learned average constraint length 118.58
20.84/21.07 c learned average constraint degree 61.36
20.84/21.07 c watched CF 32, 64, 128, Arb: 34 , 0 , 0 , 0
20.84/21.07 c counting CF 32, 64, 128, Arb: 347 , 0 , 0 , 0
20.84/21.07 c watched constraints 34 ,( 8.92 )
20.84/21.07 c counting constraints 347 ,( 91.08 )
20.84/21.07 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1156435 , 678615 , 22980 ,( 646 , 22334 )
20.84/21.07 c gcd simplifications 0
20.84/21.07 c detected cardinalities 1
20.84/21.07 c weakened non-implied lits 15681
20.84/21.07 c weakened non-implying lits 5
20.84/21.07 c original variables 100276
20.84/21.07 c clausal propagations 973838
20.84/21.07 c cardinality propagations 1296430
20.84/21.07 c watched propagations 23
20.84/21.07 c counting propagations 4489
20.84/21.07 c watch lookups 2756260
20.84/21.07 c watch backjump lookups 0
20.84/21.07 c watch checks 15358584
20.84/21.07 c propagation checks 18712254
20.84/21.07 c constraint additions 949031
20.84/21.07 c trail pops 12294673
20.84/21.07 c formula constraints 22794
20.84/21.07 c learned constraints 5840
20.84/21.07 c bound constraints 0
20.84/21.07 c core-guided constraints 0
20.84/21.07 c encountered formula constraints 13378
20.84/21.07 c encountered learned constraints 5546
20.84/21.07 c encountered bound constraints 0
20.84/21.07 c encountered core-guided constraints 0
20.84/21.07 c LP total time 0.161511 s
20.84/21.07 c LP solve time 0.14 s
20.84/21.07 c LP constraints added 22794
20.84/21.07 c LP constraints removed 0
20.84/21.07 c LP pivots internal 2000
20.84/21.07 c LP pivots root 1000
20.84/21.07 c LP calls 2
20.84/21.07 c LP optimalities 0
20.84/21.07 c LP no pivot count 0
20.84/21.07 c LP infeasibilities 0
20.84/21.07 c LP valid Farkas constraints 0
20.84/21.07 c LP learned Farkas constraints 0
20.84/21.07 c LP basis resets 0
20.84/21.07 c LP cycling count 0
20.84/21.07 c LP singular count 0
20.84/21.07 c LP no primal count 0
20.84/21.07 c LP no farkas count 0
20.84/21.07 c LP other issue count 0
20.84/21.07 c LP Gomory cuts 0
20.84/21.07 c LP learned cuts 0
20.84/21.07 c LP deleted cuts 0
20.84/21.07 c LP encountered Gomory constraints 0
20.84/21.07 c LP encountered Farkas constraints 0
20.84/21.07 c LP encountered learned Farkas constraints 0
20.84/21.07 c CG auxiliary variables introduced 0
20.84/21.07 c CG solutions found 0
20.84/21.07 c CG cores constructed 0
20.84/21.07 c CG core cardinality constraints returned 0
20.84/21.07 c CG unit cores 0
20.84/21.07 c CG single cores 0
20.84/21.07 c CG blocks removed during cardinality reduction 0
20.84/21.07 c CG first core best 0
20.84/21.07 c CG decision core best 0
20.84/21.07 c CG core reduction tie 0
20.84/21.07 c CG core degree average 0.00
20.84/21.07 c CG core slack average 0.00
20.84/21.07 c CG core upper bound improvements 0
20.84/21.07 c STR number of successful calls 0
20.84/21.07 c STR number of unsuccessful calls 0
20.84/21.07 c STR number of inconclusive calls 0
20.84/21.07 c STR number of successful attempts 0
20.84/21.07 c STR number of unsuccessful attempts 0
20.84/21.07 c STR number of inconclusive attempts 0
20.84/21.07 c STR average degree increase per successful call inf
20.84/21.07 c STR average degree increase per successful attempt inf
20.84/21.07 c STR total number of conflicts for successful attempts 0
20.84/21.07 c STR total number of conflicts for unsuccessful attempts 0
20.84/21.07 c STR total number of conflicts for inconclusive attempts 0
20.84/21.07 c STR average number of conflicts per successful attempt inf
20.84/21.07 c STR average number of conflicts per unsuccessful attempt inf
20.84/21.07 c STR average number of conflicts per inconclusive attempt inf
20.84/21.07 c AVG.sumWPerc 57.96
20.84/21.07 c bigint constraints 0
20.84/21.07 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 22 22:27:24 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: 63837 MiB (52363 MiB free)
memory of node 1: 64465 MiB (53302 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542351-1753215355/watcher-4542351-1753215355 -o /tmp/evaluation-result-4542351-1753215355/solver-4542351-1753215355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157541 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542351-1753215355.opb /tmp/proof-4542351-1753215355
running on 2 cores: 5,7
CPU governors:
performance: 5 7
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
Starting watchdog thread9_5.x8
Starting watchdog thread9_5.x8
Current StackSize limit: 8192 KiB
solver pid=158076, runsolver pid=158073
[startup+0.100069 s]*
/proc/loadavg: 4.16 4.17 4.11 5/249 158078
/proc/meminfo: memFree=108177580/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158078] ppid=158076 vsize=33604 memory=21412 CPUtime=0.08 cores=5,7
/proc/158078/stat : 158078 (pbsuma) R 158076 158076 157528 0 -1 4194304 4480 0 0 0 6 2 0 0 20 0 1 0 237214146 34410496 5353 18446744073709551615 4210688 4653049 140723437135136 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 7757824 140723437140231 140723437140528 140723437140528 140723437146095 0
/proc/158078/statm: 8401 5353 992 108 0 5809 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 37796 KiB
Current children cumulated memory: 24356 KiB
[startup+0.214889 s]*
/proc/loadavg: 4.16 4.17 4.11 5/249 158078
/proc/meminfo: memFree=108133288/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158078] ppid=158076 vsize=99212 memory=67164 CPUtime=0.18 cores=5,7
/proc/158078/stat : 158078 (pbsuma) R 158076 158076 157528 0 -1 4194304 13614 0 0 0 13 5 0 0 20 0 1 0 237214146 101593088 16791 18446744073709551615 4210688 4653049 140723437135136 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 7757824 140723437140231 140723437140528 140723437140528 140723437146095 0
/proc/158078/statm: 24803 16791 992 108 0 22211 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 103404 KiB
Current children cumulated memory: 70108 KiB
[startup+0.316319 s]*
/proc/loadavg: 4.16 4.17 4.11 5/249 158078
/proc/meminfo: memFree=108117032/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158078] ppid=158076 vsize=116664 memory=76224 CPUtime=0.26 cores=5,7
/proc/158078/stat : 158078 (pbsuma) R 158076 158076 157528 0 -1 4194304 16566 0 0 0 20 6 0 0 20 0 1 0 237214146 119463936 19056 18446744073709551615 4210688 4653049 140723437135136 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 7757824 140723437140231 140723437140528 140723437140528 140723437146095 0
/proc/158078/statm: 29166 19056 1024 108 0 26574 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 120856 KiB
Current children cumulated memory: 79168 KiB
[startup+0.700317 s]
/proc/loadavg: 4.16 4.17 4.11 5/249 158078
/proc/meminfo: memFree=108113252/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158078] ppid=158076 vsize=121196 memory=77312 CPUtime=0.62 cores=5,7
/proc/158078/stat : 158078 (pbsuma) R 158076 158076 157528 0 -1 4194304 19555 0 0 0 54 8 0 0 20 0 1 0 237214146 124104704 19328 18446744073709551615 4210688 4653049 140723437135136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 7757824 140723437140231 140723437140528 140723437140528 140723437146095 0
/proc/158078/statm: 30299 19328 1024 108 0 27707 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 125388 KiB
Current children cumulated memory: 80256 KiB
[startup+1.50045 s]
/proc/loadavg: 4.16 4.17 4.11 5/250 158090
/proc/meminfo: memFree=108113000/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158078] ppid=158076 vsize=121196 memory=77312 CPUtime=1.42 cores=5,7
/proc/158078/stat : 158078 (pbsuma) R 158076 158076 157528 0 -1 4194304 26431 0 0 0 130 12 0 0 20 0 1 0 237214146 124104704 19328 18446744073709551615 4210688 4653049 140723437135136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 7757824 140723437140231 140723437140528 140723437140528 140723437146095 0
/proc/158078/statm: 30299 19328 1024 108 0 27707 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 125388 KiB
Current children cumulated memory: 80256 KiB
[startup+3.11399 s]
/proc/loadavg: 4.15 4.17 4.11 5/254 158120
/proc/meminfo: memFree=107999292/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158078] ppid=158076 vsize=196004 memory=146624 CPUtime=3.02 cores=5,7
/proc/158078/stat : 158078 (pbsuma) R 158076 158076 157528 0 -1 4194304 44802 0 0 0 285 17 0 0 20 0 1 0 237214146 200708096 36656 18446744073709551615 4210688 4653049 140723437135136 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 7757824 140723437140231 140723437140528 140723437140528 140723437146095 0
/proc/158078/statm: 49001 36656 1024 108 0 46409 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 200196 KiB
Current children cumulated memory: 149568 KiB
[startup+6.30036 s]
/proc/loadavg: 4.15 4.17 4.11 5/250 158159
/proc/meminfo: memFree=108016408/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=185692 memory=137608 CPUtime=3.11 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 25057 0 0 0 273 38 0 0 20 0 1 0 237214460 190148608 34402 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 46423 34402 2368 1147 0 33850 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 189884 KiB
Current children cumulated memory: 140552 KiB
[startup+12.7004 s]
/proc/loadavg: 4.14 4.16 4.11 5/254 158171
/proc/meminfo: memFree=107102700/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=191808 memory=143752 CPUtime=9.49 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 26596 0 0 0 676 273 0 0 20 0 1 0 237214460 196411392 35938 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 47952 35938 2368 1147 0 35379 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 196000 KiB
Current children cumulated memory: 146696 KiB
[startup+21.0839 s]
# the end of solver process 158076 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=14.545 s, system=6.39328 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8004 s]
/proc/loadavg: 4.14 4.16 4.11 5/254 158171
/proc/meminfo: memFree=107102700/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=191808 memory=143752 CPUtime=9.59 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 26603 0 0 0 680 279 0 0 20 0 1 0 237214460 196411392 35938 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 47952 35938 2368 1147 0 35379 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 196000 KiB
Current children cumulated memory: 146696 KiB
[startup+16.0004 s]*
/proc/loadavg: 4.13 4.16 4.11 5/254 158171
/proc/meminfo: memFree=105758112/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=193308 memory=145160 CPUtime=12.8 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 26962 0 0 0 938 342 0 0 20 0 1 0 237214460 197947392 36290 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 48327 36290 2368 1147 0 35754 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 197500 KiB
Current children cumulated memory: 148104 KiB
[startup+19.2003 s]
/proc/loadavg: 4.12 4.16 4.11 5/254 158172
/proc/meminfo: memFree=105079700/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=193704 memory=145672 CPUtime=15.98 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 27077 0 0 0 1083 515 0 0 20 0 1 0 237214460 198352896 36418 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 48426 36418 2368 1147 0 35853 0
Current children cumulated CPU time: 19.03 s
Current children cumulated vsize: 197896 KiB
Current children cumulated memory: 148616 KiB
[startup+20.0004 s]*
/proc/loadavg: 4.12 4.16 4.11 5/254 158172
/proc/meminfo: memFree=105079700/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=193968 memory=145928 CPUtime=16.8 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 27159 0 0 0 1119 561 0 0 20 0 1 0 237214460 198623232 36482 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 48492 36482 2368 1147 0 35919 0
Current children cumulated CPU time: 19.85 s
Current children cumulated vsize: 198160 KiB
Current children cumulated memory: 148872 KiB
[startup+20.8004 s]
/proc/loadavg: 4.12 4.16 4.11 5/254 158172
/proc/meminfo: memFree=105079700/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=194232 memory=146184 CPUtime=17.58 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 27227 0 0 0 1153 605 0 0 20 0 1 0 237214460 198893568 36546 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 48558 36546 2368 1147 0 35985 0
Current children cumulated CPU time: 20.63 s
Current children cumulated vsize: 198424 KiB
Current children cumulated memory: 149128 KiB
[startup+21.0004 s]*
/proc/loadavg: 4.12 4.16 4.11 5/254 158172
/proc/meminfo: memFree=105079700/131382120 swapFree=33010160/33010684
[pid=158076] ppid=158073 vsize=4192 memory=2944 CPUtime=3.05 cores=5,7
/proc/158076/stat : 158076 (run-dec-break-l) S 158073 158076 157528 0 -1 4194304 238 44933 0 0 0 0 287 18 20 0 1 0 237214145 4292608 736 18446744073709551615 94641864216576 94641865111109 140732980218896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94641865350160 94641865397904 94641878183936 140732980222265 140732980222428 140732980222428 140732980228032 0
/proc/158076/statm: 1048 736 672 219 0 110 0
[pid=158121] ppid=158076 vsize=194364 memory=146312 CPUtime=17.79 cores=5,7
/proc/158121/stat : 158121 (roundingsat) R 158076 158076 157528 0 -1 4194304 27237 0 0 0 1162 617 0 0 20 0 1 0 237214460 199028736 36578 18446744073709551615 4227072 8923433 140720838406624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15994880 140720838412568 140720838412838 140720838412838 140720838418410 0
/proc/158121/statm: 48591 36578 2368 1147 0 36018 0
Current children cumulated CPU time: 20.84 s
Current children cumulated vsize: 198556 KiB
Current children cumulated memory: 149256 KiB
Child status: 0
Real time (s): 21.084
CPU time (s): 20.9383
CPU user time (s): 14.545
CPU system time (s): 6.39328
CPU usage (%): 99.3091
Max. virtual memory (cumulated for all children) (KiB): 228180
Max. memory (cumulated for all children) (KiB): 173312
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.545
system time used= 6.39328
maximum resident set size= 171776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210
involuntary context switches= 41
# summary of solver processes directly reported to runsolver:
# pid: 158076
# total CPU time (s): 20.9383
# total CPU user time (s): 14.545
# total CPU system time (s): 6.39328
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.156265 second user time and 0.283786 second system time
The end
Launcher Data
Begin job on nodeC003 at 2025-07-22 22:15:55
IDJOB=4542351
IDBENCH=163921
IDSOLVER=3358
FILE ID=nodeC003/4542351-1753215355
RUNJOBID= nodeC003-1753211729-157541
SLURM_JOB_ID= 9687799
Free space on /tmp= 432080 MiB
SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542351-1753215355/watcher-4542351-1753215355 -o /tmp/evaluation-result-4542351-1753215355/solver-4542351-1753215355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157541 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542351-1753215355.opb /tmp/proof-4542351-1753215355
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=263424683
nodeC003 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 : 3685.572
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.44
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.493
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.44
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.188
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.44
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.167
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.44
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 : 3685.371
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.44
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 : 1197.302
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.44
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.284
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.44
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.213
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.44
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382120 kB
MemFree: 108202904 kB
MemAvailable: 128137636 kB
Buffers: 2736 kB
Cached: 20703068 kB
SwapCached: 36 kB
Active: 2969296 kB
Inactive: 19597740 kB
Active(anon): 1879752 kB
Inactive(anon): 7604 kB
Active(file): 1089544 kB
Inactive(file): 19590136 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 177280 kB
Writeback: 4 kB
AnonPages: 1863508 kB
Mapped: 117320 kB
Shmem: 26116 kB
KReclaimable: 189356 kB
Slab: 279848 kB
SReclaimable: 189356 kB
SUnreclaim: 90492 kB
KernelStack: 4000 kB
PageTables: 6832 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 2274920 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149368 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1230848 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: 11245568 kB
DirectMap1G: 124780544 kB
Free space on /tmp at the end= 431800 MiB
End job on nodeC003 at 2025-07-22 22:16:16