Trace number 4517150
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/ equalities/array_diag/normalized-13array_diag_greater.opb |
MD5SUM | 4323600963088835cdc761a0340acac9 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.012655 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 897 |
Total number of constraints | 898 |
Number of constraints which are clauses | 507 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 391 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 52 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 33554432 |
Number of bits of the biggest number in a constraint | 26 |
Biggest sum of numbers in a constraint | 134217727 |
Number of bits of the biggest sum of numbers | 27 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4517150-1751225207.opb'
0.00/0.01 c read 0.03MB (0.55ms)
0.00/0.01 c [cnf: #variables 897 #clauses 898 #duplicates 0 #arr 2925]
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 0] (0.89ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (0.16ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 4435 #edges 11130]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.00*10^0 #generators 0] (0.28ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 0 #add_vars 0]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4517150-1751225207.opb.pre'
0.00/0.01 c wrote 0.03MB (0.13ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 0.89ms 41.19% approx_orbits
0.00/0.01 c 0.55ms 25.45% parse
0.00/0.01 c 0.28ms 12.80% detect_generic
0.00/0.01 c 0.16ms 7.15% detect_special
0.00/0.01 c 0.14ms 6.37% other
0.00/0.01 c 0.13ms 5.92% output
0.00/0.01 c 0.02ms 1.12% finalize_order
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 2.17ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.02 c #variables 897 #constraints 1288
0.00/0.02 c rational objective 2.98023e-08
0.18/0.27 c #Conflicts: 1000 | #Constraints: 2288
0.18/0.27 c #Conflicts: 2000 | #Constraints: 3288
0.18/0.27 c INPROCESSING
0.18/0.27 c GARBAGE COLLECT
0.18/0.27 c rational objective 5.03038
6.66/6.71 c #Conflicts: 3000 | #Constraints: 3304
6.66/6.71 c #Conflicts: 4000 | #Constraints: 4304
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 5000 | #Constraints: 3723
6.66/6.71 c #Conflicts: 6000 | #Constraints: 4723
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 7000 | #Constraints: 3743
6.66/6.71 c #Conflicts: 8000 | #Constraints: 4743
6.66/6.71 c #Conflicts: 9000 | #Constraints: 5743
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 10000 | #Constraints: 4448
6.66/6.71 c #Conflicts: 11000 | #Constraints: 5448
6.66/6.71 c #Conflicts: 12000 | #Constraints: 6449
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 13000 | #Constraints: 4921
6.66/6.71 c #Conflicts: 14000 | #Constraints: 5921
6.66/6.71 c #Conflicts: 15000 | #Constraints: 6921
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 16000 | #Constraints: 5162
6.66/6.71 c #Conflicts: 17000 | #Constraints: 6162
6.66/6.71 c #Conflicts: 18000 | #Constraints: 7162
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 19000 | #Constraints: 5186
6.66/6.71 c #Conflicts: 20000 | #Constraints: 6186
6.66/6.71 c #Conflicts: 21000 | #Constraints: 7186
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 22000 | #Constraints: 4994
6.66/6.71 c #Conflicts: 23000 | #Constraints: 5994
6.66/6.71 c #Conflicts: 24000 | #Constraints: 6994
6.66/6.71 c #Conflicts: 25000 | #Constraints: 7994
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 26000 | #Constraints: 5613
6.66/6.71 c #Conflicts: 27000 | #Constraints: 6614
6.66/6.71 c #Conflicts: 28000 | #Constraints: 7614
6.66/6.71 c #Conflicts: 29000 | #Constraints: 8614
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c #Conflicts: 30000 | #Constraints: 6008
6.66/6.71 c #Conflicts: 31000 | #Constraints: 7008
6.66/6.71 c #Conflicts: 32000 | #Constraints: 8008
6.66/6.71 c #Conflicts: 33000 | #Constraints: 9008
6.66/6.71 c INPROCESSING
6.66/6.71 c GARBAGE COLLECT
6.66/6.71 c cpu time 6.57394 s
6.66/6.71 c deterministic time 199489475 1.99e+08
6.66/6.71 c optimization time 1.9e-05 s
6.66/6.71 c total solve time 6.57001 s
6.66/6.71 c core-guided solve time 0 s
6.66/6.71 c propagation time 2.26091 s
6.66/6.71 c conflict analysis time 3.89283 s
6.66/6.71 c propagations 4658492
6.66/6.71 c resolve steps 1814197
6.66/6.71 c decisions 47489
6.66/6.71 c conflicts 33001
6.66/6.71 c restarts 123
6.66/6.71 c inprocessing phases 11
6.66/6.71 c garbage collections 11 ,( 100.00 )
6.66/6.71 c input clauses 663 ,( 51.48 )
6.66/6.71 c input cardinalities 0 ,( 0.00 )
6.66/6.71 c input general constraints 625 ,( 48.52 )
6.66/6.71 c input average constraint length 3.58
6.66/6.71 c input average constraint degree 52105.10
6.66/6.71 c learned clauses 22625 ,( 68.55 )
6.66/6.71 c learned cardinalities 46 ,( 0.14 )
6.66/6.71 c learned general constraints 10334 ,( 31.31 )
6.66/6.71 c learned average constraint length 70.12
6.66/6.71 c learned average constraint degree 26238880.63
6.66/6.71 c watched CF 32, 64, 128, Arb: 1555 , 0 , 0 , 0
6.66/6.71 c counting CF 32, 64, 128, Arb: 9404 , 0 , 0 , 0
6.66/6.71 c watched constraints 1555 ,( 14.19 )
6.66/6.71 c counting constraints 9404 ,( 85.81 )
6.66/6.71 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 4508502 , 25854 , 30657003 ,( 280801 , 30376202 )
6.66/6.71 c gcd simplifications 733
6.66/6.71 c detected cardinalities 4
6.66/6.71 c weakened non-implied lits 707453
6.66/6.71 c weakened non-implying lits 3249
6.66/6.71 c original variables 897
6.66/6.71 c clausal propagations 1358995
6.66/6.71 c cardinality propagations 1515
6.66/6.71 c watched propagations 4861
6.66/6.71 c counting propagations 3259298
6.66/6.71 c watch lookups 91396646
6.66/6.71 c watch backjump lookups 0
6.66/6.71 c watch checks 10767866
6.66/6.71 c propagation checks 76065777
6.66/6.71 c constraint additions 11807809
6.66/6.71 c trail pops 4738978
6.66/6.71 c formula constraints 1288
6.66/6.71 c learned constraints 32997
6.66/6.71 c bound constraints 0
6.66/6.71 c core-guided constraints 0
6.66/6.71 c encountered formula constraints 1592711
6.66/6.71 c encountered learned constraints 252524
6.66/6.71 c encountered bound constraints 0
6.66/6.71 c encountered core-guided constraints 0
6.66/6.71 c LP total time 0.205775 s
6.66/6.71 c LP solve time 0.14 s
6.66/6.71 c LP constraints added 1291
6.66/6.71 c LP constraints removed 0
6.66/6.71 c LP pivots internal 3371
6.66/6.71 c LP pivots root 3046
6.66/6.71 c LP calls 15
6.66/6.71 c LP optimalities 8
6.66/6.71 c LP no pivot count 1
6.66/6.71 c LP infeasibilities 5
6.66/6.71 c LP valid Farkas constraints 4
6.66/6.71 c LP learned Farkas constraints 3
6.66/6.71 c LP basis resets 0
6.66/6.71 c LP cycling count 0
6.66/6.71 c LP singular count 0
6.66/6.71 c LP no primal count 0
6.66/6.71 c LP no farkas count 0
6.66/6.71 c LP other issue count 0
6.66/6.71 c LP Gomory cuts 1
6.66/6.71 c LP learned cuts 2
6.66/6.71 c LP deleted cuts 0
6.66/6.71 c LP encountered Gomory constraints 1
6.66/6.71 c LP encountered Farkas constraints 1955
6.66/6.71 c LP encountered learned Farkas constraints 3
6.66/6.71 c CG auxiliary variables introduced 0
6.66/6.71 c CG solutions found 0
6.66/6.71 c CG cores constructed 0
6.66/6.71 c CG core cardinality constraints returned 0
6.66/6.71 c CG unit cores 0
6.66/6.71 c CG single cores 0
6.66/6.71 c CG blocks removed during cardinality reduction 0
6.66/6.71 c CG first core best 0
6.66/6.71 c CG decision core best 0
6.66/6.71 c CG core reduction tie 0
6.66/6.71 c CG core degree average 0.00
6.66/6.71 c CG core slack average 0.00
6.66/6.71 c CG core upper bound improvements 0
6.66/6.71 c STR number of successful calls 0
6.66/6.71 c STR number of unsuccessful calls 0
6.66/6.71 c STR number of inconclusive calls 0
6.66/6.71 c STR number of successful attempts 0
6.66/6.71 c STR number of unsuccessful attempts 0
6.66/6.71 c STR number of inconclusive attempts 0
6.66/6.71 c STR average degree increase per successful call inf
6.66/6.71 c STR average degree increase per successful attempt inf
6.66/6.71 c STR total number of conflicts for successful attempts 0
6.66/6.71 c STR total number of conflicts for unsuccessful attempts 0
6.66/6.71 c STR total number of conflicts for inconclusive attempts 0
6.66/6.71 c STR average number of conflicts per successful attempt inf
6.66/6.71 c STR average number of conflicts per unsuccessful attempt inf
6.66/6.71 c STR average number of conflicts per inconclusive attempt inf
6.66/6.71 c AVG.sumWPerc 69.85
6.66/6.71 c bigint constraints 0
6.66/6.71 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: 63665 MiB (62883 MiB free)
memory of node 1: 64507 MiB (63408 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517150-1751225207/watcher-4517150-1751225207 -o /tmp/evaluation-result-4517150-1751225207/solver-4517150-1751225207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31777 --watchdog 3760 run-dec-break.sh HOME/instance-4517150-1751225207.opb
running on 2 cores: 0,2
CPU governors:
performance: 0 2
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=34903, runsolver pid=34900
Current StackSize limit: 8192 KiB
[startup+0.100058 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129320200/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=58704 memory=15296 CPUtime=0.07 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 1399 0 0 0 7 0 0 0 20 0 1 0 38198580 60112896 3824 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 14676 3824 2368 1147 0 2103 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62896 KiB
Current children cumulated memory: 18368 KiB
[startup+0.205605 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129320200/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=58968 memory=15552 CPUtime=0.18 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 1459 0 0 0 17 1 0 0 20 0 1 0 38198580 60383232 3888 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 14742 3888 2368 1147 0 2169 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 63160 KiB
Current children cumulated memory: 18624 KiB
[startup+0.305452 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129318184/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=59884 memory=16320 CPUtime=0.28 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 1667 0 0 0 27 1 0 0 20 0 1 0 38198580 61321216 4080 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 14971 4080 2368 1147 0 2398 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 64076 KiB
Current children cumulated memory: 19392 KiB
[startup+0.700175 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129318184/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=60416 memory=16832 CPUtime=0.67 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 1794 0 0 0 66 1 0 0 20 0 1 0 38198580 61865984 4208 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 15104 4208 2368 1147 0 2531 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 64608 KiB
Current children cumulated memory: 19904 KiB
[startup+1.50011 s]
/proc/loadavg: 4.15 4.12 4.09 5/269 34906
/proc/meminfo: memFree=129318200/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=61004 memory=17472 CPUtime=1.47 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 1952 0 0 0 144 3 0 0 20 0 1 0 38198580 62468096 4368 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 15251 4368 2368 1147 0 2678 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 65196 KiB
Current children cumulated memory: 20544 KiB
[startup+3.10436 s]
/proc/loadavg: 4.15 4.12 4.09 5/269 35000
/proc/meminfo: memFree=129422816/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=61952 memory=18240 CPUtime=3.06 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 2145 0 0 0 301 5 0 0 20 0 1 0 38198580 63438848 4560 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 15488 4560 2368 1147 0 2915 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 66144 KiB
Current children cumulated memory: 21312 KiB
[startup+6.30011 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 35000
/proc/meminfo: memFree=129420984/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=62684 memory=19008 CPUtime=6.26 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 2334 0 0 0 617 9 0 0 20 0 1 0 38198580 64188416 4752 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 15671 4752 2368 1147 0 3098 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 66876 KiB
Current children cumulated memory: 22080 KiB
[startup+6.71434 s]
# the end of solver process 34903 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=6.57772 s, system=0.106871 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.40011 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 35000
/proc/meminfo: memFree=129420984/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=62960 memory=19264 CPUtime=6.36 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 2403 0 0 0 627 9 0 0 20 0 1 0 38198580 64471040 4816 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 15740 4816 2368 1147 0 3167 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 67152 KiB
Current children cumulated memory: 22336 KiB
[startup+6.60011 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 35000
/proc/meminfo: memFree=129420984/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=64344 memory=20544 CPUtime=6.55 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 2722 0 0 0 646 9 0 0 20 0 1 0 38198580 65888256 5136 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 16086 5136 2368 1147 0 3513 0
Current children cumulated CPU time: 6.55 s
Current children cumulated vsize: 68536 KiB
Current children cumulated memory: 23616 KiB
[startup+6.70011 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 35000
/proc/meminfo: memFree=129420984/131250000 swapFree=33010684/33010684
[pid=34903] ppid=34900 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/34903/stat : 34903 (run-dec-break.s) S 34900 34903 31764 0 -1 4194304 237 514 0 0 0 0 0 0 20 0 1 0 38198579 4292608 768 18446744073709551615 94030884290560 94030885185093 140736758205648 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94030885424144 94030885471888 94030909636608 140736758208865 140736758208994 140736758208994 140736758214596 0
/proc/34903/statm: 1048 768 704 219 0 110 0
[pid=34906] ppid=34903 vsize=65272 memory=21184 CPUtime=6.66 cores=0,2
/proc/34906/stat : 34906 (roundingsat) R 34903 34903 31764 0 -1 4194304 2894 0 0 0 656 10 0 0 20 0 1 0 38198580 66838528 5296 18446744073709551615 4227072 8923433 140725487624400 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 24076288 140725487626564 140725487626792 140725487626792 140725487632362 0
/proc/34906/statm: 16318 5296 2368 1147 0 3745 0
Current children cumulated CPU time: 6.66 s
Current children cumulated vsize: 69464 KiB
Current children cumulated memory: 24256 KiB
Child status: 0
Real time (s): 6.71436
CPU time (s): 6.68459
CPU user time (s): 6.57772
CPU system time (s): 0.106871
CPU usage (%): 99.5566
Max. virtual memory (cumulated for all children) (KiB): 69464
Max. memory (cumulated for all children) (KiB): 24256
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.57772
system time used= 0.106871
maximum resident set size= 21312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 48
# summary of solver processes directly reported to runsolver:
# pid: 34903
# total CPU time (s): 6.68459
# total CPU user time (s): 6.57772
# total CPU system time (s): 0.106871
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025569 second user time and 0.048407 second system time
The end
Launcher Data
Begin job on nodeC018 at 2025-06-29 21:26:47
IDJOB=4517150
IDBENCH=176020
IDSOLVER=3357
FILE ID=nodeC018/4517150-1751225207
RUNJOBID= nodeC018-1751217107-31777
SLURM_JOB_ID= 9587660
Free space on /tmp= 433036 MiB
SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-13array_diag_greater.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517150-1751225207/watcher-4517150-1751225207 -o /tmp/evaluation-result-4517150-1751225207/solver-4517150-1751225207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31777 --watchdog 3760 run-dec-break.sh HOME/instance-4517150-1751225207.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 4323600963088835cdc761a0340acac9
RANDOM SEED=44392879
nodeC018 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.585
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 : 6999.66
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 : 3599.832
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 : 6999.66
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 : 3599.827
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 : 6999.66
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 : 3676.683
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 : 6999.66
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 : 3599.785
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 : 6999.66
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 : 3599.844
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 : 6999.66
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 : 3601.956
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 : 6999.66
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 : 3653.328
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 : 6999.66
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 129322948 kB
MemAvailable: 129077952 kB
Buffers: 3280 kB
Cached: 564216 kB
SwapCached: 0 kB
Active: 1045304 kB
Inactive: 307032 kB
Active(anon): 802932 kB
Inactive(anon): 0 kB
Active(file): 242372 kB
Inactive(file): 307032 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7196 kB
Writeback: 4 kB
AnonPages: 786180 kB
Mapped: 116564 kB
Shmem: 18076 kB
KReclaimable: 89276 kB
Slab: 173456 kB
SReclaimable: 89276 kB
SUnreclaim: 84180 kB
KernelStack: 4384 kB
PageTables: 4836 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 1147916 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150632 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 581632 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: 201428 kB
DirectMap2M: 7958528 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 433028 MiB
End job on nodeC018 at 2025-06-29 21:26:54