Trace number 4542741
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/CombinatorialBenchmarksPBsolvers/ even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb |
MD5SUM | 7e4e500c6ecf133c3cb12e0c5a9fdd4f |
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 | 12.5891 |
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 | 1057 |
Total number of constraints | 530 |
Number of constraints which are clauses | 2 |
Number of constraints which are cardinality constraints (but not clauses) | 6 |
Number of constraints which are nor clauses,nor cardinality constraints | 522 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 8 |
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 | 4 |
Number of bits of the biggest number in a constraint | 3 |
Biggest sum of numbers in a constraint | 12 |
Number of bits of the biggest sum of numbers | 4 |
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-4542741-1753219058.opb'
0.00/0.02 c read 0.04MB (2.04ms)
0.00/0.02 c [cnf: #variables 1057 #clauses 530 #duplicates 0 #arr 4228]
0.00/0.02 c output proof to '/tmp/proof-4542741-1753219058'
0.00/0.02 c
0.00/0.02 c make graph and approximate orbits
0.00/0.02 c [group: #orbits ~= 0] (3.02ms)
0.00/0.02 c
0.00/0.02 c detect special group actions
0.00/0.02 c probe for Johnson action (limit=64)
0.00/0.02 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02 c (0.40ms)
0.00/0.02 c
0.00/0.02 c detect symmetries on remainder
0.00/0.02 c [graph: #vertices 4758 #edges 14798]
0.00/0.02 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02 c [group: #symmetries 1.00*10^0 #generators 0] (0.82ms)
0.00/0.02 c
0.00/0.02 c finalize break order and special generators
0.00/0.02 c
0.00/0.02 c generation finished
0.00/0.02 c [sbp: #constraints 0 #add_vars 0]
0.00/0.02 c
0.00/0.02 c write result to 'HOME/instance-4542741-1753219058.opb.pre'
0.00/0.02 c wrote 0.04MB (0.42ms)
0.00/0.02 c ------------------------------------------------------------------
0.00/0.02 c 3.02ms 41.04% approx_orbits
0.00/0.02 c 2.03ms 27.60% parse
0.00/0.02 c 0.82ms 11.11% detect_generic
0.00/0.02 c 0.58ms 7.87% other
0.00/0.02 c 0.42ms 5.73% output
0.00/0.02 c 0.40ms 5.45% detect_special
0.00/0.02 c 0.09ms 1.20% finalize_order
0.00/0.02 c ───────────────────────────────────────────────
0.00/0.02 c 7.37ms 100% total
0.00/0.02 c ------------------------------------------------------------------
0.00/0.04 c RoundingSat 2
0.00/0.04 c branch pb25
0.00/0.04 c commit 63f22ad
0.00/0.06 c #variables 1057 #constraints 530
0.00/0.07 c rational objective 172.5
0.48/0.60 c #Conflicts: 1000 | #Constraints: 1540
0.48/0.60 c #Conflicts: 2000 | #Constraints: 2540
0.48/0.60 c INPROCESSING
0.48/0.60 c GARBAGE COLLECT
0.48/0.60 c #Conflicts: 3000 | #Constraints: 2561
0.48/0.60 c #Conflicts: 4000 | #Constraints: 3561
0.48/0.60 c INPROCESSING
0.48/0.60 c GARBAGE COLLECT
0.48/0.60 c rational objective 175.5
0.75/0.86 c #Conflicts: 5000 | #Constraints: 2985
0.75/0.86 c #Conflicts: 6000 | #Constraints: 3985
0.75/0.86 c INPROCESSING
0.75/0.86 c GARBAGE COLLECT
0.75/0.86 c rational objective 175.5
1.25/1.35 c #Conflicts: 7000 | #Constraints: 3004
1.25/1.35 c #Conflicts: 8000 | #Constraints: 4004
1.25/1.35 c #Conflicts: 9000 | #Constraints: 5004
1.25/1.35 c INPROCESSING
1.25/1.35 c GARBAGE COLLECT
1.25/1.35 c #Conflicts: 10000 | #Constraints: 3702
1.25/1.35 c #Conflicts: 11000 | #Constraints: 4702
1.25/1.35 c #Conflicts: 12000 | #Constraints: 5702
1.25/1.35 c INPROCESSING
1.25/1.35 c GARBAGE COLLECT
1.25/1.35 c rational objective 175.5
2.15/2.26 c #Conflicts: 13000 | #Constraints: 4158
2.15/2.26 c #Conflicts: 14000 | #Constraints: 5158
2.15/2.26 c #Conflicts: 15000 | #Constraints: 6158
2.15/2.26 c INPROCESSING
2.15/2.26 c GARBAGE COLLECT
2.15/2.26 c #Conflicts: 16000 | #Constraints: 4380
2.15/2.26 c #Conflicts: 17000 | #Constraints: 5380
2.15/2.26 c #Conflicts: 18000 | #Constraints: 6380
2.15/2.26 c INPROCESSING
2.15/2.26 c GARBAGE COLLECT
2.15/2.26 c #Conflicts: 19000 | #Constraints: 4388
2.15/2.26 c #Conflicts: 20000 | #Constraints: 5388
2.15/2.26 c #Conflicts: 21000 | #Constraints: 6388
2.15/2.26 c INPROCESSING
2.15/2.26 c GARBAGE COLLECT
2.15/2.26 c rational objective 175.5
2.96/3.08 c #Conflicts: 22000 | #Constraints: 4198
2.96/3.08 c #Conflicts: 23000 | #Constraints: 5198
2.96/3.08 c #Conflicts: 24000 | #Constraints: 6198
2.96/3.08 c #Conflicts: 25000 | #Constraints: 7199
2.96/3.08 c INPROCESSING
2.96/3.08 c GARBAGE COLLECT
2.96/3.08 c #Conflicts: 26000 | #Constraints: 4796
2.96/3.08 c #Conflicts: 27000 | #Constraints: 5796
2.96/3.08 c #Conflicts: 28000 | #Constraints: 6796
2.96/3.08 c #Conflicts: 29000 | #Constraints: 7796
2.96/3.08 c INPROCESSING
2.96/3.08 c GARBAGE COLLECT
2.96/3.08 c rational objective 175.5
3.44/3.56 c #Conflicts: 30000 | #Constraints: 5202
3.44/3.56 c #Conflicts: 31000 | #Constraints: 6202
3.44/3.56 c #Conflicts: 32000 | #Constraints: 7202
3.44/3.56 c #Conflicts: 33000 | #Constraints: 8202
3.44/3.56 c INPROCESSING
3.44/3.56 c GARBAGE COLLECT
3.44/3.56 c rational objective 175.5
3.85/3.93 c #Conflicts: 34000 | #Constraints: 5407
3.85/3.93 c #Conflicts: 35000 | #Constraints: 6407
3.85/3.93 c #Conflicts: 36000 | #Constraints: 7408
3.85/3.93 c #Conflicts: 37000 | #Constraints: 8408
3.85/3.93 c INPROCESSING
3.85/3.93 c GARBAGE COLLECT
3.85/3.93 c rational objective 175.5
5.24/5.31 c #Conflicts: 38000 | #Constraints: 5410
5.24/5.31 c #Conflicts: 39000 | #Constraints: 6410
5.24/5.31 c #Conflicts: 40000 | #Constraints: 7410
5.24/5.31 c #Conflicts: 41000 | #Constraints: 8410
5.24/5.31 c INPROCESSING
5.24/5.31 c GARBAGE COLLECT
5.24/5.31 c #Conflicts: 42000 | #Constraints: 5208
5.24/5.31 c #Conflicts: 43000 | #Constraints: 6208
5.24/5.31 c #Conflicts: 44000 | #Constraints: 7208
5.24/5.31 c #Conflicts: 45000 | #Constraints: 8208
5.24/5.31 c #Conflicts: 46000 | #Constraints: 9208
5.24/5.31 c INPROCESSING
5.24/5.31 c GARBAGE COLLECT
5.24/5.31 c rational objective 175.5
5.95/6.04 c #Conflicts: 47000 | #Constraints: 5812
5.95/6.04 c #Conflicts: 48000 | #Constraints: 6812
5.95/6.04 c #Conflicts: 49000 | #Constraints: 7812
5.95/6.04 c #Conflicts: 50000 | #Constraints: 8812
5.95/6.04 c #Conflicts: 51000 | #Constraints: 9812
5.95/6.04 c INPROCESSING
5.95/6.04 c GARBAGE COLLECT
5.95/6.04 c rational objective 175.5
6.84/6.92 c #Conflicts: 52000 | #Constraints: 6209
6.84/6.92 c #Conflicts: 53000 | #Constraints: 7209
6.84/6.92 c #Conflicts: 54000 | #Constraints: 8209
6.84/6.92 c #Conflicts: 55000 | #Constraints: 9209
6.84/6.92 c #Conflicts: 56000 | #Constraints: 10209
6.84/6.92 c INPROCESSING
6.84/6.92 c GARBAGE COLLECT
6.84/6.92 c rational objective 175.5
7.83/7.97 c #Conflicts: 57000 | #Constraints: 6410
7.83/7.97 c #Conflicts: 58000 | #Constraints: 7410
7.83/7.97 c #Conflicts: 59000 | #Constraints: 8410
7.83/7.97 c #Conflicts: 60000 | #Constraints: 9410
7.83/7.97 c #Conflicts: 61000 | #Constraints: 10410
7.83/7.97 c INPROCESSING
7.83/7.97 c GARBAGE COLLECT
7.83/7.97 c rational objective 175.5
8.94/9.03 c #Conflicts: 62000 | #Constraints: 6414
8.94/9.03 c #Conflicts: 63000 | #Constraints: 7414
8.94/9.03 c #Conflicts: 64000 | #Constraints: 8415
8.94/9.03 c #Conflicts: 65000 | #Constraints: 9415
8.94/9.03 c #Conflicts: 66000 | #Constraints: 10415
8.94/9.03 c INPROCESSING
8.94/9.03 c GARBAGE COLLECT
8.94/9.03 c rational objective 175.5
10.12/10.21 c #Conflicts: 67000 | #Constraints: 6215
10.12/10.21 c #Conflicts: 68000 | #Constraints: 7215
10.12/10.21 c #Conflicts: 69000 | #Constraints: 8215
10.12/10.21 c #Conflicts: 70000 | #Constraints: 9216
10.12/10.21 c #Conflicts: 71000 | #Constraints: 10216
10.12/10.21 c #Conflicts: 72000 | #Constraints: 11216
10.12/10.21 c INPROCESSING
10.12/10.21 c GARBAGE COLLECT
10.12/10.21 c rational objective 175.5
11.42/11.54 c #Conflicts: 73000 | #Constraints: 6813
11.42/11.54 c #Conflicts: 74000 | #Constraints: 7813
11.42/11.54 c #Conflicts: 75000 | #Constraints: 8813
11.42/11.54 c #Conflicts: 76000 | #Constraints: 9813
11.42/11.54 c #Conflicts: 77000 | #Constraints: 10813
11.42/11.54 c #Conflicts: 78000 | #Constraints: 11813
11.42/11.54 c INPROCESSING
11.42/11.54 c GARBAGE COLLECT
11.42/11.54 c rational objective 175.5
12.42/12.56 c #Conflicts: 79000 | #Constraints: 7214
12.42/12.56 c #Conflicts: 80000 | #Constraints: 8214
12.42/12.56 c #Conflicts: 81000 | #Constraints: 9214
12.42/12.56 c #Conflicts: 82000 | #Constraints: 10214
12.42/12.56 c #Conflicts: 83000 | #Constraints: 11214
12.42/12.56 c #Conflicts: 84000 | #Constraints: 12214
12.42/12.56 c INPROCESSING
12.42/12.56 c GARBAGE COLLECT
12.42/12.56 c rational objective 175.5
14.72/14.82 c #Conflicts: 85000 | #Constraints: 7410
14.72/14.82 c #Conflicts: 86000 | #Constraints: 8410
14.72/14.82 c #Conflicts: 87000 | #Constraints: 9410
14.72/14.82 c #Conflicts: 88000 | #Constraints: 10410
14.72/14.82 c #Conflicts: 89000 | #Constraints: 11410
14.72/14.82 c #Conflicts: 90000 | #Constraints: 12410
14.72/14.82 c INPROCESSING
14.72/14.82 c GARBAGE COLLECT
14.72/14.82 c rational objective 175.5
14.72/14.87 c cpu time 10.8819 s
14.72/14.87 c deterministic time 483015003 4.83e+08
14.72/14.87 c optimization time 3e-05 s
14.72/14.87 c total solve time 10.8692 s
14.72/14.87 c core-guided solve time 0 s
14.72/14.87 c propagation time 4.76227 s
14.72/14.87 c conflict analysis time 2.64668 s
14.72/14.87 c propagations 2019143
14.72/14.87 c resolve steps 203232
14.72/14.87 c decisions 5815888
14.72/14.87 c conflicts 90260
14.72/14.87 c restarts 254
14.72/14.87 c inprocessing phases 22
14.72/14.87 c garbage collections 22 ,( 100.00 )
14.72/14.87 c input clauses 2 ,( 0.38 )
14.72/14.87 c input cardinalities 528 ,( 99.62 )
14.72/14.87 c input general constraints 0 ,( 0.00 )
14.72/14.87 c input average constraint length 7.98
14.72/14.87 c input average constraint degree 3.99
14.72/14.87 c learned clauses 65880 ,( 72.90 )
14.72/14.87 c learned cardinalities 1765 ,( 1.95 )
14.72/14.87 c learned general constraints 22725 ,( 25.15 )
14.72/14.87 c learned average constraint length 44.55
14.72/14.87 c learned average constraint degree 6679459.81
14.72/14.87 c watched CF 32, 64, 128, Arb: 11087 , 0 , 0 , 0
14.72/14.87 c counting CF 32, 64, 128, Arb: 11638 , 0 , 0 , 0
14.72/14.87 c watched constraints 11087 ,( 48.79 )
14.72/14.87 c counting constraints 11638 ,( 51.21 )
14.72/14.87 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1945503 , 2160150 , 2785622 ,( 1278561 , 1507061 )
14.72/14.87 c gcd simplifications 1007
14.72/14.87 c detected cardinalities 682
14.72/14.87 c weakened non-implied lits 347885
14.72/14.87 c weakened non-implying lits 39153
14.72/14.87 c original variables 1057
14.72/14.87 c clausal propagations 8538
14.72/14.87 c cardinality propagations 1164914
14.72/14.87 c watched propagations 11971
14.72/14.87 c counting propagations 714707
14.72/14.87 c watch lookups 335241277
14.72/14.87 c watch backjump lookups 0
14.72/14.87 c watch checks 30922518
14.72/14.87 c propagation checks 82612980
14.72/14.87 c constraint additions 18462011
14.72/14.87 c trail pops 7925285
14.72/14.87 c formula constraints 530
14.72/14.87 c learned constraints 90253
14.72/14.87 c bound constraints 0
14.72/14.87 c core-guided constraints 0
14.72/14.87 c encountered formula constraints 31676
14.72/14.87 c encountered learned constraints 261789
14.72/14.87 c encountered bound constraints 0
14.72/14.87 c encountered core-guided constraints 0
14.72/14.87 c LP total time 0.592781 s
14.72/14.87 c LP solve time 0.17 s
14.72/14.87 c LP constraints added 629
14.72/14.87 c LP constraints removed 91
14.72/14.87 c LP pivots internal 9062
14.72/14.87 c LP pivots root 6838
14.72/14.87 c LP calls 80
14.72/14.87 c LP optimalities 75
14.72/14.87 c LP no pivot count 0
14.72/14.87 c LP infeasibilities 5
14.72/14.87 c LP valid Farkas constraints 5
14.72/14.87 c LP learned Farkas constraints 5
14.72/14.87 c LP basis resets 0
14.72/14.87 c LP cycling count 0
14.72/14.87 c LP singular count 0
14.72/14.87 c LP no primal count 0
14.72/14.87 c LP no farkas count 0
14.72/14.87 c LP other issue count 0
14.72/14.87 c LP Gomory cuts 107
14.72/14.87 c LP learned cuts 0
14.72/14.87 c LP deleted cuts 95
14.72/14.87 c LP encountered Gomory constraints 2
14.72/14.87 c LP encountered Farkas constraints 4
14.72/14.87 c LP encountered learned Farkas constraints 15
14.72/14.87 c CG auxiliary variables introduced 0
14.72/14.87 c CG solutions found 0
14.72/14.87 c CG cores constructed 0
14.72/14.87 c CG core cardinality constraints returned 0
14.72/14.87 c CG unit cores 0
14.72/14.87 c CG single cores 0
14.72/14.87 c CG blocks removed during cardinality reduction 0
14.72/14.87 c CG first core best 0
14.72/14.87 c CG decision core best 0
14.72/14.87 c CG core reduction tie 0
14.72/14.87 c CG core degree average 0.00
14.72/14.87 c CG core slack average 0.00
14.72/14.87 c CG core upper bound improvements 0
14.72/14.87 c STR number of successful calls 0
14.72/14.87 c STR number of unsuccessful calls 0
14.72/14.87 c STR number of inconclusive calls 0
14.72/14.87 c STR number of successful attempts 0
14.72/14.87 c STR number of unsuccessful attempts 0
14.72/14.87 c STR number of inconclusive attempts 0
14.72/14.87 c STR average degree increase per successful call inf
14.72/14.87 c STR average degree increase per successful attempt inf
14.72/14.87 c STR total number of conflicts for successful attempts 0
14.72/14.87 c STR total number of conflicts for unsuccessful attempts 0
14.72/14.87 c STR total number of conflicts for inconclusive attempts 0
14.72/14.87 c STR average number of conflicts per successful attempt inf
14.72/14.87 c STR average number of conflicts per unsuccessful attempt inf
14.72/14.87 c STR average number of conflicts per inconclusive attempt inf
14.72/14.87 c AVG.sumWPerc 37.98
14.72/14.87 c bigint constraints 0
14.72/14.87 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Tue Jul 22 23:26:15 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 (48291 MiB free)
memory of node 1: 64465 MiB (52779 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542741-1753219058/watcher-4542741-1753219058 -o /tmp/evaluation-result-4542741-1753219058/solver-4542741-1753219058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542741-1753219058.opb /tmp/proof-4542741-1753219058
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=158741, runsolver pid=158738
Current StackSize limit: 8192 KiB
[startup+0.100103 s]*
/proc/loadavg: 4.14 4.12 4.09 5/254 158744
/proc/meminfo: memFree=103490412/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=57688 memory=12032 CPUtime=0.07 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 1023 0 0 0 6 1 0 0 20 0 1 0 237584440 59072512 3008 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 14422 3008 2336 1147 0 1849 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61880 KiB
Current children cumulated memory: 14976 KiB
[startup+0.213495 s]*
/proc/loadavg: 4.14 4.12 4.09 5/254 158744
/proc/meminfo: memFree=103489404/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=58128 memory=14844 CPUtime=0.18 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 1168 0 0 0 17 1 0 0 20 0 1 0 237584440 59523072 3711 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 14532 3711 2368 1147 0 1959 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62320 KiB
Current children cumulated memory: 17788 KiB
[startup+0.313359 s]*
/proc/loadavg: 4.14 4.12 4.09 5/254 158744
/proc/meminfo: memFree=103485308/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=58396 memory=15100 CPUtime=0.28 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 1229 0 0 0 25 3 0 0 20 0 1 0 237584440 59797504 3775 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 14599 3775 2368 1147 0 2026 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 62588 KiB
Current children cumulated memory: 18044 KiB
[startup+0.700371 s]
/proc/loadavg: 4.14 4.12 4.09 5/254 158744
/proc/meminfo: memFree=103483552/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=59216 memory=15868 CPUtime=0.65 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 1430 0 0 0 57 8 0 0 20 0 1 0 237584440 60637184 3967 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 14804 3967 2368 1147 0 2231 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 63408 KiB
Current children cumulated memory: 18812 KiB
[startup+1.50037 s]
/proc/loadavg: 4.13 4.12 4.09 5/254 158745
/proc/meminfo: memFree=103479520/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=60860 memory=17404 CPUtime=1.45 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 1833 0 0 0 126 19 0 0 20 0 1 0 237584440 62320640 4351 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 15215 4351 2368 1147 0 2642 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 65052 KiB
Current children cumulated memory: 20348 KiB
[startup+3.1133 s]
/proc/loadavg: 4.13 4.12 4.09 5/254 158745
/proc/meminfo: memFree=103471536/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=62516 memory=19196 CPUtime=3.06 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 2255 0 0 0 251 55 0 0 20 0 1 0 237584440 64016384 4799 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 15629 4799 2368 1147 0 3056 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 66708 KiB
Current children cumulated memory: 22140 KiB
[startup+6.30036 s]
/proc/loadavg: 4.12 4.12 4.09 5/254 158745
/proc/meminfo: memFree=103472072/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=64556 memory=20988 CPUtime=6.24 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 2730 0 0 0 479 145 0 0 20 0 1 0 237584440 66105344 5247 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 16139 5247 2368 1147 0 3566 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 68748 KiB
Current children cumulated memory: 23932 KiB
[startup+12.7003 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 158745
/proc/meminfo: memFree=103450404/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=69824 memory=28036 CPUtime=12.62 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 3971 0 0 0 936 326 0 0 20 0 1 0 237584440 71499776 7009 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 17456 7009 2368 1147 0 4883 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 74016 KiB
Current children cumulated memory: 30980 KiB
[startup+14.8776 s]
# the end of solver process 158741 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=10.893 s, system=3.92651 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8004 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 158745
/proc/meminfo: memFree=103450404/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=69824 memory=28036 CPUtime=12.72 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 3971 0 0 0 943 329 0 0 20 0 1 0 237584440 71499776 7009 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 17456 7009 2368 1147 0 4883 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 74016 KiB
Current children cumulated memory: 30980 KiB
[startup+13.6003 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 158745
/proc/meminfo: memFree=103442340/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=69824 memory=28036 CPUtime=13.52 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 3971 0 0 0 994 358 0 0 20 0 1 0 237584440 71499776 7009 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 17456 7009 2368 1147 0 4883 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 74016 KiB
Current children cumulated memory: 30980 KiB
[startup+14.4003 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 158745
/proc/meminfo: memFree=103434276/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=69824 memory=28036 CPUtime=14.32 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 3972 0 0 0 1051 381 0 0 20 0 1 0 237584440 71499776 7009 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 17456 7009 2368 1147 0 4883 0
Current children cumulated CPU time: 14.32 s
Current children cumulated vsize: 74016 KiB
Current children cumulated memory: 30980 KiB
[startup+14.8003 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 158745
/proc/meminfo: memFree=103434276/131382120 swapFree=33010160/33010684
[pid=158741] ppid=158738 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/158741/stat : 158741 (run-dec-break-l) S 158738 158741 157528 0 -1 4194304 237 556 0 0 0 0 0 0 20 0 1 0 237584437 4292608 736 18446744073709551615 94290874363904 94290875258437 140720492977232 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94290875497488 94290875545232 94290880045056 140720492984633 140720492984796 140720492984796 140720492990400 0
/proc/158741/statm: 1048 736 672 219 0 110 0
[pid=158744] ppid=158741 vsize=69824 memory=28036 CPUtime=14.72 cores=1,3
/proc/158744/stat : 158744 (roundingsat) R 158741 158741 157528 0 -1 4194304 3981 0 0 0 1081 391 0 0 20 0 1 0 237584440 71499776 7009 18446744073709551615 4227072 8923433 140722981705456 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26701824 140722981714200 140722981714470 140722981714470 140722981720042 0
/proc/158744/statm: 17456 7009 2368 1147 0 4883 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 74016 KiB
Current children cumulated memory: 30980 KiB
Child status: 0
Real time (s): 14.8776
CPU time (s): 14.8195
CPU user time (s): 10.893
CPU system time (s): 3.92651
CPU usage (%): 99.6092
Max. virtual memory (cumulated for all children) (KiB): 74016
Max. memory (cumulated for all children) (KiB): 30980
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.893
system time used= 3.9265
maximum resident set size= 28292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 45104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 27
# summary of solver processes directly reported to runsolver:
# pid: 158741
# total CPU time (s): 14.8195
# total CPU user time (s): 10.893
# total CPU system time (s): 3.92651
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099364 second user time and 0.221812 second system time
The end
Launcher Data
Begin job on nodeC003 at 2025-07-22 23:17:38
IDJOB=4542741
IDBENCH=164570
IDSOLVER=3358
FILE ID=nodeC003/4542741-1753219058
RUNJOBID= nodeC003-1753211729-157540
SLURM_JOB_ID= 9687799
Free space on /tmp= 431800 MiB
SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542741-1753219058/watcher-4542741-1753219058 -o /tmp/evaluation-result-4542741-1753219058/solver-4542741-1753219058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542741-1753219058.opb /tmp/proof-4542741-1753219058
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 7e4e500c6ecf133c3cb12e0c5a9fdd4f
RANDOM SEED=867804080
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 : 3691.276
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 : 1496.442
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 : 1196.942
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.159
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 : 3691.233
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 : 3662.764
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 : 3700.000
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.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.329
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: 103498284 kB
MemAvailable: 123718436 kB
Buffers: 2736 kB
Cached: 20988204 kB
SwapCached: 36 kB
Active: 7300080 kB
Inactive: 19882860 kB
Active(anon): 6210536 kB
Inactive(anon): 7604 kB
Active(file): 1089544 kB
Inactive(file): 19875256 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7444 kB
Writeback: 4 kB
AnonPages: 6189100 kB
Mapped: 121212 kB
Shmem: 26116 kB
KReclaimable: 189960 kB
Slab: 280640 kB
SReclaimable: 189960 kB
SUnreclaim: 90680 kB
KernelStack: 4080 kB
PageTables: 15496 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 6787292 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149496 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 4366336 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= 431756 MiB
End job on nodeC003 at 2025-07-22 23:17:53