Trace number 4542350
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-4542350-1753215308.opb'
0.00/0.04 c read 2.33MB (27.17ms)
0.00/0.04 c [cnf: #variables 96646 #clauses 11257 #duplicates 0 #arr 226869]
0.00/0.04 c
0.00/0.04 c make graph and approximate orbits
0.08/0.10 c [group: #orbits ~= 1298] (63.77ms)
0.08/0.10 c
0.08/0.10 c detect special group actions
0.08/0.10 c probe for Johnson action (limit=64)
0.67/0.74 c probe for row-column symmetry (limit=64, splits=16.78M)
0.88/0.90 c probe for row symmetry (limit=64, splits=16.78M)
1.77/1.81 c (1713.84ms)
1.77/1.81 c
1.77/1.81 c detect symmetries on remainder
1.77/1.82 c [graph: #vertices 397841 #edges 1033614]
1.77/1.82 c dejavu (support_limit=2048.00MB, budget_limit=64)
1.98/2.03 c [group: #symmetries 9.88*10^8397 #generators 638] (216.20ms)
1.98/2.03 c
1.98/2.03 c optimize generators (opt_passes=64, conjugate_limit=256)
1.98/2.04 c ran it=0, +gens=9
1.98/2.10 c con best_support=4, best_gens=225, +gens=0
1.98/2.10 c (67.57ms)
1.98/2.10 c
1.98/2.10 c finalize break order and special generators
2.08/2.10 c
2.08/2.10 c add generic predicates (break_depth=10)
2.08/2.10 c added predicates for 647 generators (1.45ms)
2.08/2.10 c
2.08/2.10 c generation finished
2.08/2.10 c [sbp: #constraints 11537 #add_vars 3630]
2.08/2.11 c
2.08/2.11 c write result to 'HOME/instance-4542350-1753215308.opb.pre'
2.08/2.11 c wrote 2.78MB (6.28ms)
2.08/2.11 c ------------------------------------------------------------------
2.08/2.11 c 1713.84ms 81.49% detect_special
2.08/2.11 c 216.20ms 10.28% detect_generic
2.08/2.11 c 67.57ms 3.21% optimize_gens
2.08/2.11 c 63.77ms 3.03% approx_orbits
2.08/2.11 c 27.16ms 1.29% parse
2.08/2.11 c 6.28ms 0.30% output
2.08/2.11 c 4.53ms 0.22% finalize_order
2.08/2.11 c 2.42ms 0.12% other
2.08/2.11 c 1.45ms 0.07% break_generic
2.08/2.11 c ───────────────────────────────────────────────
2.08/2.11 c 2103.23ms 100% total
2.08/2.11 c ------------------------------------------------------------------
2.08/2.13 c RoundingSat 2
2.08/2.13 c branch pb25
2.08/2.13 c commit 63f22ad
2.10/2.32 c #variables 100276 #constraints 22794
19.12/19.25 c #Conflicts: 1000 | #Constraints: 23793
19.12/19.25 c #Conflicts: 2000 | #Constraints: 24793
19.12/19.25 c INPROCESSING
19.12/19.25 c GARBAGE COLLECT
19.12/19.25 c #Conflicts: 3000 | #Constraints: 24782
19.12/19.25 c #Conflicts: 4000 | #Constraints: 25782
19.12/19.25 c INPROCESSING
19.12/19.25 c GARBAGE COLLECT
19.12/19.25 c #Conflicts: 5000 | #Constraints: 24806
19.12/19.25 c cpu time 11.2148 s
19.12/19.25 c deterministic time 55689433 5.57e+07
19.12/19.25 c optimization time 9.1e-05 s
19.12/19.25 c total solve time 11.0757 s
19.12/19.25 c core-guided solve time 0 s
19.12/19.25 c propagation time 2.51948 s
19.12/19.25 c conflict analysis time 0.057898 s
19.12/19.25 c propagations 2214024
19.12/19.25 c resolve steps 12365
19.12/19.25 c decisions 9277713
19.12/19.25 c conflicts 5684
19.12/19.25 c restarts 28
19.12/19.25 c inprocessing phases 2
19.12/19.25 c garbage collections 2 ,( 100.00 )
19.12/19.25 c input clauses 17292 ,( 75.86 )
19.12/19.25 c input cardinalities 5502 ,( 24.14 )
19.12/19.25 c input general constraints 0 ,( 0.00 )
19.12/19.25 c input average constraint length 11.41
19.12/19.25 c input average constraint degree 5.34
19.12/19.25 c learned clauses 766 ,( 13.48 )
19.12/19.25 c learned cardinalities 4567 ,( 80.36 )
19.12/19.25 c learned general constraints 350 ,( 6.16 )
19.12/19.25 c learned average constraint length 120.59
19.12/19.25 c learned average constraint degree 62.51
19.12/19.25 c watched CF 32, 64, 128, Arb: 26 , 0 , 0 , 0
19.12/19.25 c counting CF 32, 64, 128, Arb: 324 , 0 , 0 , 0
19.12/19.25 c watched constraints 26 ,( 7.43 )
19.12/19.25 c counting constraints 324 ,( 92.57 )
19.12/19.25 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1088856 , 615341 , 17151 ,( 686 , 16465 )
19.12/19.25 c gcd simplifications 0
19.12/19.25 c detected cardinalities 0
19.12/19.25 c weakened non-implied lits 9773
19.12/19.25 c weakened non-implying lits 0
19.12/19.25 c original variables 100276
19.12/19.25 c clausal propagations 913983
19.12/19.25 c cardinality propagations 1229265
19.12/19.25 c watched propagations 91
19.12/19.25 c counting propagations 5213
19.12/19.25 c watch lookups 2436974
19.12/19.25 c watch backjump lookups 0
19.12/19.25 c watch checks 13178495
19.12/19.25 c propagation checks 16156143
19.12/19.25 c constraint additions 925914
19.12/19.25 c trail pops 11497169
19.12/19.25 c formula constraints 22794
19.12/19.25 c learned constraints 5683
19.12/19.25 c bound constraints 0
19.12/19.25 c core-guided constraints 0
19.12/19.25 c encountered formula constraints 12668
19.12/19.25 c encountered learned constraints 5381
19.12/19.25 c encountered bound constraints 0
19.12/19.25 c encountered core-guided constraints 0
19.12/19.25 c LP total time 0.167953 s
19.12/19.25 c LP solve time 0.15 s
19.12/19.25 c LP constraints added 22794
19.12/19.25 c LP constraints removed 0
19.12/19.25 c LP pivots internal 2000
19.12/19.25 c LP pivots root 1000
19.12/19.25 c LP calls 2
19.12/19.25 c LP optimalities 0
19.12/19.25 c LP no pivot count 0
19.12/19.25 c LP infeasibilities 0
19.12/19.25 c LP valid Farkas constraints 0
19.12/19.25 c LP learned Farkas constraints 0
19.12/19.25 c LP basis resets 0
19.12/19.25 c LP cycling count 0
19.12/19.25 c LP singular count 0
19.12/19.25 c LP no primal count 0
19.12/19.25 c LP no farkas count 0
19.12/19.25 c LP other issue count 0
19.12/19.25 c LP Gomory cuts 0
19.12/19.25 c LP learned cuts 0
19.12/19.25 c LP deleted cuts 0
19.12/19.25 c LP encountered Gomory constraints 0
19.12/19.25 c LP encountered Farkas constraints 0
19.12/19.25 c LP encountered learned Farkas constraints 0
19.12/19.25 c CG auxiliary variables introduced 0
19.12/19.25 c CG solutions found 0
19.12/19.25 c CG cores constructed 0
19.12/19.25 c CG core cardinality constraints returned 0
19.12/19.25 c CG unit cores 0
19.12/19.25 c CG single cores 0
19.12/19.25 c CG blocks removed during cardinality reduction 0
19.12/19.25 c CG first core best 0
19.12/19.25 c CG decision core best 0
19.12/19.25 c CG core reduction tie 0
19.12/19.25 c CG core degree average 0.00
19.12/19.25 c CG core slack average 0.00
19.12/19.25 c CG core upper bound improvements 0
19.12/19.25 c STR number of successful calls 0
19.12/19.25 c STR number of unsuccessful calls 0
19.12/19.25 c STR number of inconclusive calls 0
19.12/19.25 c STR number of successful attempts 0
19.12/19.25 c STR number of unsuccessful attempts 0
19.12/19.25 c STR number of inconclusive attempts 0
19.12/19.25 c STR average degree increase per successful call inf
19.12/19.25 c STR average degree increase per successful attempt inf
19.12/19.25 c STR total number of conflicts for successful attempts 0
19.12/19.25 c STR total number of conflicts for unsuccessful attempts 0
19.12/19.25 c STR total number of conflicts for inconclusive attempts 0
19.12/19.25 c STR average number of conflicts per successful attempt inf
19.12/19.25 c STR average number of conflicts per unsuccessful attempt inf
19.12/19.25 c STR average number of conflicts per inconclusive attempt inf
19.12/19.25 c AVG.sumWPerc 59.23
19.12/19.25 c bigint constraints 0
19.12/19.25 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63708 MiB (60563 MiB free)
memory of node 1: 64465 MiB (62713 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542350-1753215308/watcher-4542350-1753215308 -o /tmp/evaluation-result-4542350-1753215308/solver-4542350-1753215308 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760 run-dec-break.sh HOME/instance-4542350-1753215308.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=176020, runsolver pid=176017
[startup+0.100063 s]*
/proc/loadavg: 4.09 4.09 4.05 5/269 176022
/proc/meminfo: memFree=126169972/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176022] ppid=176020 vsize=115528 memory=73756 CPUtime=0.08 cores=1,3
/proc/176022/stat : 176022 (pbsuma) R 176020 176020 175467 0 -1 4194304 16455 0 0 0 5 3 0 0 20 0 1 0 237210271 118300672 18439 18446744073709551615 4210688 4653049 140721518623600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 37482496 140721518627169 140721518627376 140721518627376 140721518632943 0
/proc/176022/statm: 28882 18439 1024 108 0 26290 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 119720 KiB
Current children cumulated memory: 76700 KiB
[startup+0.205746 s]*
/proc/loadavg: 4.09 4.09 4.05 5/269 176022
/proc/meminfo: memFree=126162368/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176022] ppid=176020 vsize=121188 memory=77512 CPUtime=0.19 cores=1,3
/proc/176022/stat : 176022 (pbsuma) R 176020 176020 175467 0 -1 4194304 19300 0 0 0 15 4 0 0 20 0 1 0 237210271 124096512 19378 18446744073709551615 4210688 4653049 140721518623600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 37482496 140721518627169 140721518627376 140721518627376 140721518632943 0
/proc/176022/statm: 30297 19378 1056 108 0 27705 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 125380 KiB
Current children cumulated memory: 80456 KiB
[startup+0.305681 s]*
/proc/loadavg: 4.09 4.09 4.05 5/269 176022
/proc/meminfo: memFree=126162368/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176022] ppid=176020 vsize=121188 memory=77512 CPUtime=0.29 cores=1,3
/proc/176022/stat : 176022 (pbsuma) R 176020 176020 175467 0 -1 4194304 20828 0 0 0 25 4 0 0 20 0 1 0 237210271 124096512 19378 18446744073709551615 4210688 4653049 140721518623600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 37482496 140721518627169 140721518627376 140721518627376 140721518632943 0
/proc/176022/statm: 30297 19378 1056 108 0 27705 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 125380 KiB
Current children cumulated memory: 80456 KiB
[startup+0.700199 s]
/proc/loadavg: 4.09 4.09 4.05 5/269 176022
/proc/meminfo: memFree=126162368/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176022] ppid=176020 vsize=121188 memory=77512 CPUtime=0.67 cores=1,3
/proc/176022/stat : 176022 (pbsuma) R 176020 176020 175467 0 -1 4194304 26176 0 0 0 62 5 0 0 20 0 1 0 237210271 124096512 19378 18446744073709551615 4210688 4653049 140721518623600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 37482496 140721518627169 140721518627376 140721518627376 140721518632943 0
/proc/176022/statm: 30297 19378 1056 108 0 27705 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 125380 KiB
Current children cumulated memory: 80456 KiB
[startup+1.50021 s]
/proc/loadavg: 4.09 4.09 4.05 5/269 176022
/proc/meminfo: memFree=126158272/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176022] ppid=176020 vsize=132908 memory=93816 CPUtime=1.47 cores=1,3
/proc/176022/stat : 176022 (pbsuma) R 176020 176020 175467 0 -1 4194304 29756 0 0 0 141 6 0 0 20 0 1 0 237210271 136097792 23454 18446744073709551615 4210688 4653049 140721518623600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 37482496 140721518627169 140721518627376 140721518627376 140721518632943 0
/proc/176022/statm: 33227 23454 1056 108 0 30635 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 137100 KiB
Current children cumulated memory: 96760 KiB
[startup+3.10552 s]
/proc/loadavg: 4.09 4.09 4.05 5/270 176071
/proc/meminfo: memFree=126195076/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=176832 memory=126028 CPUtime=0.96 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 23702 0 0 0 90 6 0 0 20 0 1 0 237210483 181075968 31507 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 44208 31507 2304 1147 0 31635 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 181024 KiB
Current children cumulated memory: 128972 KiB
[startup+6.30016 s]
/proc/loadavg: 4.09 4.09 4.05 6/270 176117
/proc/meminfo: memFree=125508160/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=185136 memory=136864 CPUtime=4.14 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 25853 0 0 0 364 50 0 0 20 0 1 0 237210483 189579264 34216 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 46284 34216 2368 1147 0 33711 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 189328 KiB
Current children cumulated memory: 139808 KiB
[startup+12.7001 s]
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123857972/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190312 memory=141856 CPUtime=10.53 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27112 0 0 0 761 292 0 0 20 0 1 0 237210483 194879488 35464 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47578 35464 2368 1147 0 35005 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 194504 KiB
Current children cumulated memory: 144800 KiB
[startup+19.2608 s]
# the end of solver process 176020 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=13.2366 s, system=5.96088 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8002 s]
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123857972/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190312 memory=141856 CPUtime=10.63 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27112 0 0 0 771 292 0 0 20 0 1 0 237210483 194879488 35464 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47578 35464 2368 1147 0 35005 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 194504 KiB
Current children cumulated memory: 144800 KiB
[startup+16.0001 s]*
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123098224/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190312 memory=141984 CPUtime=13.83 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27132 0 0 0 975 408 0 0 20 0 1 0 237210483 194879488 35496 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47578 35496 2368 1147 0 35005 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 194504 KiB
Current children cumulated memory: 144928 KiB
[startup+17.6001 s]
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123106416/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190312 memory=142112 CPUtime=15.42 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27154 0 0 0 1048 494 0 0 20 0 1 0 237210483 194879488 35528 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47578 35528 2368 1147 0 35005 0
Current children cumulated CPU time: 17.52 s
Current children cumulated vsize: 194504 KiB
Current children cumulated memory: 145056 KiB
[startup+18.4001 s]
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123114608/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190576 memory=142368 CPUtime=16.22 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27223 0 0 0 1083 539 0 0 20 0 1 0 237210483 195149824 35592 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47644 35592 2368 1147 0 35071 0
Current children cumulated CPU time: 18.32 s
Current children cumulated vsize: 194768 KiB
Current children cumulated memory: 145312 KiB
[startup+18.8001 s]
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123114608/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190708 memory=142496 CPUtime=16.62 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27254 0 0 0 1100 562 0 0 20 0 1 0 237210483 195284992 35624 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47677 35624 2368 1147 0 35104 0
Current children cumulated CPU time: 18.72 s
Current children cumulated vsize: 194900 KiB
Current children cumulated memory: 145440 KiB
[startup+19.2002 s]
/proc/loadavg: 4.07 4.08 4.05 6/270 176118
/proc/meminfo: memFree=123122800/131250000 swapFree=33009904/33010684
[pid=176020] ppid=176017 vsize=4192 memory=2944 CPUtime=2.1 cores=1,3
/proc/176020/stat : 176020 (run-dec-break.s) S 176017 176020 175467 0 -1 4194304 235 44181 0 0 0 0 200 10 20 0 1 0 237210271 4292608 736 18446744073709551615 94042417893376 94042418787909 140728126875856 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94042419026960 94042419074704 94042425303040 140728126880095 140728126880224 140728126880224 140728126885828 0
/proc/176020/statm: 1048 736 672 219 0 110 0
[pid=176039] ppid=176020 vsize=190840 memory=142624 CPUtime=17.02 cores=1,3
/proc/176039/stat : 176039 (roundingsat) R 176020 176020 175467 0 -1 4194304 27296 0 0 0 1119 583 0 0 20 0 1 0 237210483 195420160 35656 18446744073709551615 4227072 8923433 140723455684992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24526848 140723455686978 140723455687206 140723455687206 140723455692778 0
/proc/176039/statm: 47710 35656 2368 1147 0 35137 0
Current children cumulated CPU time: 19.12 s
Current children cumulated vsize: 195032 KiB
Current children cumulated memory: 145568 KiB
Child status: 0
Real time (s): 19.2608
CPU time (s): 19.1975
CPU user time (s): 13.2366
CPU system time (s): 5.96088
CPU usage (%): 99.6713
Max. virtual memory (cumulated for all children) (KiB): 228168
Max. memory (cumulated for all children) (KiB): 175324
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2366
system time used= 5.96088
maximum resident set size= 173788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225
involuntary context switches= 39
# summary of solver processes directly reported to runsolver:
# pid: 176020
# total CPU time (s): 19.1975
# total CPU user time (s): 13.2366
# total CPU system time (s): 5.96088
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045633 second user time and 0.117419 second system time
The end
Launcher Data
Begin job on nodeC033 at 2025-07-22 22:15:09
IDJOB=4542350
IDBENCH=163921
IDSOLVER=3357
FILE ID=nodeC033/4542350-1753215308
RUNJOBID= nodeC033-1753211687-175479
SLURM_JOB_ID= 9687798
Free space on /tmp= 432476 MiB
SOLVER NAME= roundingsat+pbsuma 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.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542350-1753215308/watcher-4542350-1753215308 -o /tmp/evaluation-result-4542350-1753215308/solver-4542350-1753215308 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760 run-dec-break.sh HOME/instance-4542350-1753215308.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=380567312
nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.061
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.067
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3605.387
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.020
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.081
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.066
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3615.027
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3604.962
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.13
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 126235728 kB
MemAvailable: 127794248 kB
Buffers: 2128 kB
Cached: 2281760 kB
SwapCached: 64 kB
Active: 3172744 kB
Inactive: 1054624 kB
Active(anon): 1964428 kB
Inactive(anon): 5284 kB
Active(file): 1208316 kB
Inactive(file): 1049340 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33009904 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 25536 kB
Writeback: 22656 kB
AnonPages: 1945112 kB
Mapped: 121640 kB
Shmem: 26228 kB
KReclaimable: 280204 kB
Slab: 377932 kB
SReclaimable: 280204 kB
SUnreclaim: 97728 kB
KernelStack: 4368 kB
PageTables: 7300 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 2402328 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150584 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1241088 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: 221908 kB
DirectMap2M: 11083776 kB
DirectMap1G: 124780544 kB
Free space on /tmp at the end= 432332 MiB
End job on nodeC033 at 2025-07-22 22:15:28