Trace number 4494636
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-PB06/DEC-LIN/submitted-PB06/namasivayam/ tsp/normalized-t3002.11tsp11.1900559676.opb |
MD5SUM | 95888c36dbc3e063e75763857563d2e5 |
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 | 2.15436 |
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 | 231 |
Total number of constraints | 2707 |
Number of constraints which are clauses | 2684 |
Number of constraints which are cardinality constraints (but not clauses) | 22 |
Number of constraints which are nor clauses,nor cardinality constraints | 1 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 110 |
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 | 25 |
Number of bits of the biggest number in a constraint | 5 |
Biggest sum of numbers in a constraint | 625 |
Number of bits of the biggest sum of numbers | 10 |
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-4494636-1751156781.opb'
0.00/0.01 c read 0.08MB (1.28ms)
0.00/0.01 c [cnf: #variables 231 #clauses 2586 #duplicates 121 #arr 8096]
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 22] (0.74ms)
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 (4.97ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 3612 #edges 17782]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.10*10^1 #generators 1] (1.65ms)
0.00/0.01 c
0.00/0.01 c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01 c (0.00ms)
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 add generic predicates (break_depth=10)
0.00/0.01 c added predicates for 1 generators (0.01ms)
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 28 #add_vars 9]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4494636-1751156781.opb.pre'
0.00/0.02 c wrote 0.08MB (0.26ms)
0.00/0.02 c ------------------------------------------------------------------
0.00/0.02 c 4.97ms 55.38% detect_special
0.00/0.02 c 1.65ms 18.40% detect_generic
0.00/0.02 c 1.27ms 14.18% parse
0.00/0.02 c 0.74ms 8.25% approx_orbits
0.00/0.02 c 0.26ms 2.86% output
0.00/0.02 c 0.06ms 0.65% other
0.00/0.02 c 0.01ms 0.13% finalize_order
0.00/0.02 c 0.01ms 0.12% break_generic
0.00/0.02 c 0.00ms 0.04% optimize_gens
0.00/0.02 c ───────────────────────────────────────────────
0.00/0.02 c 8.98ms 100% total
0.00/0.02 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.04 c #variables 240 #constraints 2614
0.00/0.04 c rational objective 11.0952
0.06/0.19 c #Conflicts: 1000 | #Constraints: 3615
0.06/0.19 c #Conflicts: 2000 | #Constraints: 4615
0.06/0.19 c INPROCESSING
0.06/0.19 c GARBAGE COLLECT
0.06/0.19 c rational objective 11.0952
0.47/0.56 c #Conflicts: 3000 | #Constraints: 4589
0.47/0.56 c #Conflicts: 4000 | #Constraints: 5589
0.47/0.56 c INPROCESSING
0.47/0.56 c GARBAGE COLLECT
0.47/0.56 c #Conflicts: 5000 | #Constraints: 4960
0.47/0.56 c #Conflicts: 6000 | #Constraints: 5960
0.47/0.56 c INPROCESSING
0.47/0.56 c GARBAGE COLLECT
0.47/0.56 c rational objective 11.1111
0.77/0.80 c #Conflicts: 7000 | #Constraints: 4969
0.77/0.80 c #Conflicts: 8000 | #Constraints: 5969
0.77/0.80 c #Conflicts: 9000 | #Constraints: 6969
0.77/0.80 c INPROCESSING
0.77/0.80 c GARBAGE COLLECT
0.77/0.80 c rational objective 11.2
0.97/1.07 c #Conflicts: 10000 | #Constraints: 5672
0.97/1.07 c #Conflicts: 11000 | #Constraints: 6672
0.97/1.07 c #Conflicts: 12000 | #Constraints: 7672
0.97/1.07 c INPROCESSING
0.97/1.07 c GARBAGE COLLECT
0.97/1.07 c rational objective 12
1.26/1.38 c #Conflicts: 13000 | #Constraints: 6123
1.26/1.38 c #Conflicts: 14000 | #Constraints: 7123
1.26/1.38 c #Conflicts: 15000 | #Constraints: 8123
1.26/1.38 c INPROCESSING
1.26/1.38 c GARBAGE COLLECT
1.26/1.38 c rational objective 12
1.56/1.69 c #Conflicts: 16000 | #Constraints: 6356
1.56/1.69 c #Conflicts: 17000 | #Constraints: 7356
1.56/1.69 c #Conflicts: 18000 | #Constraints: 8356
1.56/1.69 c INPROCESSING
1.56/1.69 c GARBAGE COLLECT
1.56/1.69 c rational objective 12
1.96/2.04 c #Conflicts: 19000 | #Constraints: 6374
1.96/2.04 c #Conflicts: 20000 | #Constraints: 7374
1.96/2.04 c #Conflicts: 21000 | #Constraints: 8374
1.96/2.04 c INPROCESSING
1.96/2.04 c GARBAGE COLLECT
1.96/2.04 c rational objective 12
2.35/2.43 c #Conflicts: 22000 | #Constraints: 6181
2.35/2.43 c #Conflicts: 23000 | #Constraints: 7181
2.35/2.43 c #Conflicts: 24000 | #Constraints: 8181
2.35/2.43 c #Conflicts: 25000 | #Constraints: 9181
2.35/2.43 c INPROCESSING
2.35/2.43 c GARBAGE COLLECT
2.35/2.43 c rational objective 12
2.76/2.85 c #Conflicts: 26000 | #Constraints: 6784
2.76/2.85 c #Conflicts: 27000 | #Constraints: 7784
2.76/2.85 c #Conflicts: 28000 | #Constraints: 8785
2.76/2.85 c #Conflicts: 29000 | #Constraints: 9785
2.76/2.85 c INPROCESSING
2.76/2.85 c GARBAGE COLLECT
2.76/2.85 c rational objective 12
3.26/3.33 c #Conflicts: 30000 | #Constraints: 7191
3.26/3.33 c #Conflicts: 31000 | #Constraints: 8191
3.26/3.33 c #Conflicts: 32000 | #Constraints: 9191
3.26/3.33 c #Conflicts: 33000 | #Constraints: 10191
3.26/3.33 c INPROCESSING
3.26/3.33 c GARBAGE COLLECT
3.26/3.33 c rational objective 12
3.76/3.85 c #Conflicts: 34000 | #Constraints: 7399
3.76/3.85 c #Conflicts: 35000 | #Constraints: 8399
3.76/3.85 c #Conflicts: 36000 | #Constraints: 9399
3.76/3.85 c #Conflicts: 37000 | #Constraints: 10399
3.76/3.85 c INPROCESSING
3.76/3.85 c GARBAGE COLLECT
3.76/3.85 c rational objective 12.0909
4.35/4.46 c #Conflicts: 38000 | #Constraints: 7400
4.35/4.46 c #Conflicts: 39000 | #Constraints: 8400
4.35/4.46 c #Conflicts: 40000 | #Constraints: 9400
4.35/4.46 c #Conflicts: 41000 | #Constraints: 10400
4.35/4.46 c INPROCESSING
4.35/4.46 c GARBAGE COLLECT
4.35/4.46 c rational objective 12.1429
4.95/5.08 c #Conflicts: 42000 | #Constraints: 7200
4.95/5.08 c #Conflicts: 43000 | #Constraints: 8200
4.95/5.08 c #Conflicts: 44000 | #Constraints: 9200
4.95/5.08 c #Conflicts: 45000 | #Constraints: 10200
4.95/5.08 c #Conflicts: 46000 | #Constraints: 11200
4.95/5.08 c INPROCESSING
4.95/5.08 c GARBAGE COLLECT
4.95/5.08 c rational objective 12.1667
5.65/5.73 c #Conflicts: 47000 | #Constraints: 7805
5.65/5.73 c #Conflicts: 48000 | #Constraints: 8805
5.65/5.73 c #Conflicts: 49000 | #Constraints: 9805
5.65/5.73 c #Conflicts: 50000 | #Constraints: 10805
5.65/5.73 c #Conflicts: 51000 | #Constraints: 11805
5.65/5.73 c INPROCESSING
5.65/5.73 c GARBAGE COLLECT
5.65/5.73 c rational objective 12.1667
6.25/6.37 c #Conflicts: 52000 | #Constraints: 8095
6.25/6.37 c #Conflicts: 53000 | #Constraints: 9095
6.25/6.37 c #Conflicts: 54000 | #Constraints: 10095
6.25/6.37 c #Conflicts: 55000 | #Constraints: 11095
6.25/6.37 c #Conflicts: 56000 | #Constraints: 12095
6.25/6.37 c INPROCESSING
6.25/6.37 c GARBAGE COLLECT
6.25/6.37 c rational objective 12.25
7.05/7.16 c #Conflicts: 57000 | #Constraints: 8339
7.05/7.16 c #Conflicts: 58000 | #Constraints: 9339
7.05/7.16 c #Conflicts: 59000 | #Constraints: 10339
7.05/7.16 c #Conflicts: 60000 | #Constraints: 11339
7.05/7.16 c #Conflicts: 61000 | #Constraints: 12339
7.05/7.16 c INPROCESSING
7.05/7.16 c GARBAGE COLLECT
7.05/7.16 c rational objective 12.25
7.84/7.97 c #Conflicts: 62000 | #Constraints: 8366
7.84/7.97 c #Conflicts: 63000 | #Constraints: 9366
7.84/7.97 c #Conflicts: 64000 | #Constraints: 10366
7.84/7.97 c #Conflicts: 65000 | #Constraints: 11366
7.84/7.97 c #Conflicts: 66000 | #Constraints: 12366
7.84/7.97 c INPROCESSING
7.84/7.97 c GARBAGE COLLECT
7.84/7.97 c rational objective 12.25
8.75/8.85 c #Conflicts: 67000 | #Constraints: 8149
8.75/8.85 c #Conflicts: 68000 | #Constraints: 9149
8.75/8.85 c #Conflicts: 69000 | #Constraints: 10149
8.75/8.85 c #Conflicts: 70000 | #Constraints: 11149
8.75/8.85 c #Conflicts: 71000 | #Constraints: 12149
8.75/8.85 c #Conflicts: 72000 | #Constraints: 13149
8.75/8.85 c INPROCESSING
8.75/8.85 c GARBAGE COLLECT
8.75/8.85 c rational objective 12.3333
9.64/9.75 c #Conflicts: 73000 | #Constraints: 8758
9.64/9.75 c #Conflicts: 74000 | #Constraints: 9758
9.64/9.75 c #Conflicts: 75000 | #Constraints: 10758
9.64/9.75 c #Conflicts: 76000 | #Constraints: 11758
9.64/9.75 c #Conflicts: 77000 | #Constraints: 12758
9.64/9.75 c #Conflicts: 78000 | #Constraints: 13758
9.64/9.75 c INPROCESSING
9.64/9.75 c GARBAGE COLLECT
9.64/9.75 c rational objective 12.5
10.63/10.73 c #Conflicts: 79000 | #Constraints: 9173
10.63/10.73 c #Conflicts: 80000 | #Constraints: 10173
10.63/10.73 c #Conflicts: 81000 | #Constraints: 11173
10.63/10.73 c #Conflicts: 82000 | #Constraints: 12173
10.63/10.73 c #Conflicts: 83000 | #Constraints: 13173
10.63/10.73 c #Conflicts: 84000 | #Constraints: 14173
10.63/10.73 c INPROCESSING
10.63/10.73 c GARBAGE COLLECT
10.63/10.73 c rational objective 12.6667
11.73/11.82 c #Conflicts: 85000 | #Constraints: 9377
11.73/11.82 c #Conflicts: 86000 | #Constraints: 10377
11.73/11.82 c #Conflicts: 87000 | #Constraints: 11377
11.73/11.82 c #Conflicts: 88000 | #Constraints: 12377
11.73/11.82 c #Conflicts: 89000 | #Constraints: 13377
11.73/11.82 c #Conflicts: 90000 | #Constraints: 14377
11.73/11.82 c INPROCESSING
11.73/11.82 c GARBAGE COLLECT
11.73/11.82 c rational objective 12.7619
12.83/12.94 c #Conflicts: 91000 | #Constraints: 9388
12.83/12.94 c #Conflicts: 92000 | #Constraints: 10388
12.83/12.94 c #Conflicts: 93000 | #Constraints: 11388
12.83/12.94 c #Conflicts: 94000 | #Constraints: 12388
12.83/12.94 c #Conflicts: 95000 | #Constraints: 13389
12.83/12.94 c #Conflicts: 96000 | #Constraints: 14389
12.83/12.94 c INPROCESSING
12.83/12.94 c GARBAGE COLLECT
12.83/12.94 c rational objective 13.1429
13.93/14.08 c #Conflicts: 97000 | #Constraints: 9189
13.93/14.08 c #Conflicts: 98000 | #Constraints: 10189
13.93/14.08 c #Conflicts: 99000 | #Constraints: 11189
13.93/14.08 c #Conflicts: 100000 | #Constraints: 12189
13.93/14.08 c #Conflicts: 101000 | #Constraints: 13189
13.93/14.08 c #Conflicts: 102000 | #Constraints: 14189
13.93/14.08 c #Conflicts: 103000 | #Constraints: 15189
13.93/14.08 c INPROCESSING
13.93/14.08 c GARBAGE COLLECT
13.93/14.08 c rational objective 13.1667
14.73/14.82 c #Conflicts: 104000 | #Constraints: 9791
14.73/14.82 c #Conflicts: 105000 | #Constraints: 10791
14.73/14.82 c #Conflicts: 106000 | #Constraints: 11791
14.73/14.82 c #Conflicts: 107000 | #Constraints: 12791
14.73/14.82 c #Conflicts: 108000 | #Constraints: 13791
14.73/14.82 c cpu time 14.375 s
14.73/14.82 c deterministic time 1062950877 1.06e+09
14.73/14.82 c optimization time 3.2e-05 s
14.73/14.82 c total solve time 14.3675 s
14.73/14.82 c core-guided solve time 0 s
14.73/14.82 c propagation time 7.99541 s
14.73/14.82 c conflict analysis time 4.54617 s
14.73/14.82 c propagations 6176115
14.73/14.82 c resolve steps 1332285
14.73/14.82 c decisions 200402
14.73/14.82 c conflicts 108076
14.73/14.82 c restarts 283
14.73/14.82 c inprocessing phases 24
14.73/14.82 c garbage collections 24 ,( 100.00 )
14.73/14.82 c input clauses 2591 ,( 99.12 )
14.73/14.82 c input cardinalities 22 ,( 0.84 )
14.73/14.82 c input general constraints 1 ,( 0.04 )
14.73/14.82 c input average constraint length 3.13
14.73/14.82 c input average constraint degree 1.30
14.73/14.82 c learned clauses 74287 ,( 68.73 )
14.73/14.82 c learned cardinalities 519 ,( 0.48 )
14.73/14.82 c learned general constraints 33279 ,( 30.79 )
14.73/14.82 c learned average constraint length 47.41
14.73/14.82 c learned average constraint degree 1040528.91
14.73/14.82 c watched CF 32, 64, 128, Arb: 1636 , 0 , 0 , 0
14.73/14.82 c counting CF 32, 64, 128, Arb: 31644 , 0 , 0 , 0
14.73/14.82 c watched constraints 1636 ,( 4.92 )
14.73/14.82 c counting constraints 31644 ,( 95.08 )
14.73/14.82 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 26641859 , 3971849 , 26249542 ,( 499336 , 25750206 )
14.73/14.82 c gcd simplifications 1545
14.73/14.82 c detected cardinalities 44
14.73/14.82 c weakened non-implied lits 4381382
14.73/14.82 c weakened non-implying lits 3309
14.73/14.82 c original variables 240
14.73/14.82 c clausal propagations 3107437
14.73/14.82 c cardinality propagations 1194965
14.73/14.82 c watched propagations 26793
14.73/14.82 c counting propagations 1700242
14.73/14.82 c watch lookups 505414823
14.73/14.82 c watch backjump lookups 0
14.73/14.82 c watch checks 96851374
14.73/14.82 c propagation checks 420328596
14.73/14.82 c constraint additions 27478320
14.73/14.82 c trail pops 6484557
14.73/14.82 c formula constraints 2614
14.73/14.82 c learned constraints 108071
14.73/14.82 c bound constraints 0
14.73/14.82 c core-guided constraints 0
14.73/14.82 c encountered formula constraints 692918
14.73/14.82 c encountered learned constraints 746515
14.73/14.82 c encountered bound constraints 0
14.73/14.82 c encountered core-guided constraints 0
14.73/14.82 c LP total time 1.389 s
14.73/14.82 c LP solve time 0.58 s
14.73/14.82 c LP constraints added 2881
14.73/14.82 c LP constraints removed 245
14.73/14.82 c LP pivots internal 10968
14.73/14.82 c LP pivots root 5721
14.73/14.82 c LP calls 95
14.73/14.82 c LP optimalities 91
14.73/14.82 c LP no pivot count 0
14.73/14.82 c LP infeasibilities 4
14.73/14.82 c LP valid Farkas constraints 4
14.73/14.82 c LP learned Farkas constraints 4
14.73/14.82 c LP basis resets 0
14.73/14.82 c LP cycling count 0
14.73/14.82 c LP singular count 0
14.73/14.82 c LP no primal count 0
14.73/14.82 c LP no farkas count 0
14.73/14.82 c LP other issue count 0
14.73/14.82 c LP Gomory cuts 6
14.73/14.82 c LP learned cuts 261
14.73/14.82 c LP deleted cuts 245
14.73/14.82 c LP encountered Gomory constraints 798
14.73/14.82 c LP encountered Farkas constraints 121
14.73/14.82 c LP encountered learned Farkas constraints 5
14.73/14.82 c CG auxiliary variables introduced 0
14.73/14.82 c CG solutions found 0
14.73/14.82 c CG cores constructed 0
14.73/14.82 c CG core cardinality constraints returned 0
14.73/14.82 c CG unit cores 0
14.73/14.82 c CG single cores 0
14.73/14.82 c CG blocks removed during cardinality reduction 0
14.73/14.82 c CG first core best 0
14.73/14.82 c CG decision core best 0
14.73/14.82 c CG core reduction tie 0
14.73/14.82 c CG core degree average 0.00
14.73/14.82 c CG core slack average 0.00
14.73/14.82 c CG core upper bound improvements 0
14.73/14.82 c STR number of successful calls 0
14.73/14.82 c STR number of unsuccessful calls 0
14.73/14.82 c STR number of inconclusive calls 0
14.73/14.82 c STR number of successful attempts 0
14.73/14.82 c STR number of unsuccessful attempts 0
14.73/14.82 c STR number of inconclusive attempts 0
14.73/14.82 c STR average degree increase per successful call inf
14.73/14.82 c STR average degree increase per successful attempt inf
14.73/14.82 c STR total number of conflicts for successful attempts 0
14.73/14.82 c STR total number of conflicts for unsuccessful attempts 0
14.73/14.82 c STR total number of conflicts for inconclusive attempts 0
14.73/14.82 c STR average number of conflicts per successful attempt inf
14.73/14.82 c STR average number of conflicts per unsuccessful attempt inf
14.73/14.82 c STR average number of conflicts per inconclusive attempt inf
14.73/14.82 c AVG.sumWPerc 82.60
14.73/14.82 c bigint constraints 0
14.73/14.82 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 (62812 MiB free)
memory of node 1: 64507 MiB (63030 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4494636-1751156781/watcher-4494636-1751156781 -o /tmp/evaluation-result-4494636-1751156781/solver-4494636-1751156781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17845 --watchdog 3760 run-dec-break.sh HOME/instance-4494636-1751156781.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=19506, runsolver pid=19503
Current StackSize limit: 8192 KiB
[startup+0.100059 s]*
/proc/loadavg: 4.09 4.05 3.93 5/272 19509
/proc/meminfo: memFree=128859208/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=60376 memory=16360 CPUtime=0.06 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 1952 0 0 0 6 0 0 0 20 0 1 0 31356033 61825024 4090 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 15094 4090 2368 1147 0 2521 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 64568 KiB
Current children cumulated memory: 19304 KiB
[startup+0.20556 s]*
/proc/loadavg: 4.09 4.05 3.93 5/272 19509
/proc/meminfo: memFree=128859208/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=61072 memory=16872 CPUtime=0.18 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 2100 0 0 0 17 1 0 0 20 0 1 0 31356033 62537728 4218 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 15268 4218 2368 1147 0 2695 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 65264 KiB
Current children cumulated memory: 19816 KiB
[startup+0.30524 s]*
/proc/loadavg: 4.09 4.05 3.93 5/272 19509
/proc/meminfo: memFree=128859208/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=61388 memory=17256 CPUtime=0.27 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 2184 0 0 0 26 1 0 0 20 0 1 0 31356033 62861312 4314 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 15347 4314 2368 1147 0 2774 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65580 KiB
Current children cumulated memory: 20200 KiB
[startup+0.700184 s]
/proc/loadavg: 4.09 4.05 3.93 5/272 19509
/proc/meminfo: memFree=128867596/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=62296 memory=18024 CPUtime=0.66 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 2376 0 0 0 63 3 0 0 20 0 1 0 31356033 63791104 4506 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 15574 4506 2368 1147 0 3001 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 66488 KiB
Current children cumulated memory: 20968 KiB
[startup+1.50015 s]
/proc/loadavg: 4.09 4.05 3.93 5/272 19509
/proc/meminfo: memFree=128864572/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=63468 memory=19176 CPUtime=1.46 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 2649 0 0 0 141 5 0 0 20 0 1 0 31356033 64991232 4794 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 15867 4794 2368 1147 0 3294 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 67660 KiB
Current children cumulated memory: 22120 KiB
[startup+3.10537 s]
/proc/loadavg: 4.08 4.04 3.93 5/271 19509
/proc/meminfo: memFree=128865996/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=64760 memory=20456 CPUtime=3.06 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 2970 0 0 0 296 10 0 0 20 0 1 0 31356033 66314240 5114 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 16190 5114 2368 1147 0 3617 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 68952 KiB
Current children cumulated memory: 23400 KiB
[startup+6.30013 s]
/proc/loadavg: 4.08 4.04 3.93 5/271 19509
/proc/meminfo: memFree=128867216/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=66752 memory=24184 CPUtime=6.25 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 3421 0 0 0 607 18 0 0 20 0 1 0 31356033 68354048 6046 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 16688 6046 2368 1147 0 4115 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 70944 KiB
Current children cumulated memory: 27128 KiB
[startup+12.7001 s]
/proc/loadavg: 4.07 4.04 3.94 5/271 19509
/proc/meminfo: memFree=128874284/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=69768 memory=26872 CPUtime=12.63 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 4090 0 0 0 1231 32 0 0 20 0 1 0 31356033 71442432 6718 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 17442 6718 2368 1147 0 4869 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 73960 KiB
Current children cumulated memory: 29816 KiB
[startup+14.8237 s]
# the end of solver process 19506 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=14.3861 s, system=0.38604 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.04 3.94 5/271 19509
/proc/meminfo: memFree=128874284/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=69768 memory=26872 CPUtime=12.74 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 4091 0 0 0 1241 33 0 0 20 0 1 0 31356033 71442432 6718 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 17442 6718 2368 1147 0 4869 0
Current children cumulated CPU time: 12.74 s
Current children cumulated vsize: 73960 KiB
Current children cumulated memory: 29816 KiB
[startup+13.6001 s]
/proc/loadavg: 4.07 4.04 3.94 5/271 19509
/proc/meminfo: memFree=128875608/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=69908 memory=27000 CPUtime=13.52 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 4120 0 0 0 1318 34 0 0 20 0 1 0 31356033 71585792 6750 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 17477 6750 2368 1147 0 4904 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 74100 KiB
Current children cumulated memory: 29944 KiB
[startup+14.4002 s]
/proc/loadavg: 4.07 4.04 3.94 5/271 19509
/proc/meminfo: memFree=128877536/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=70364 memory=27384 CPUtime=14.32 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 4201 0 0 0 1396 36 0 0 20 0 1 0 31356033 72052736 6846 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 17591 6846 2368 1147 0 5018 0
Current children cumulated CPU time: 14.32 s
Current children cumulated vsize: 74556 KiB
Current children cumulated memory: 30328 KiB
[startup+14.8001 s]
/proc/loadavg: 4.07 4.04 3.94 5/271 19509
/proc/meminfo: memFree=128877536/131249996 swapFree=33010684/33010684
[pid=19506] ppid=19503 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19506/stat : 19506 (run-dec-break.s) S 19503 19506 17835 0 -1 4194304 238 763 0 0 0 0 0 0 20 0 1 0 31356031 4292608 736 18446744073709551615 94815737561088 94815738455621 140735453528752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94815738694672 94815738742416 94815768977408 140735453534561 140735453534690 140735453534690 140735453540292 0
/proc/19506/statm: 1048 736 672 219 0 110 0
[pid=19509] ppid=19506 vsize=70364 memory=27384 CPUtime=14.73 cores=0,2
/proc/19509/stat : 19509 (roundingsat) R 19506 19506 17835 0 -1 4194304 4202 0 0 0 1435 38 0 0 20 0 1 0 31356033 72052736 6846 18446744073709551615 4227072 8923433 140725412298880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32747520 140725412301124 140725412301352 140725412301352 140725412306922 0
/proc/19509/statm: 17591 6846 2368 1147 0 5018 0
Current children cumulated CPU time: 14.73 s
Current children cumulated vsize: 74556 KiB
Current children cumulated memory: 30328 KiB
Child status: 0
Real time (s): 14.8237
CPU time (s): 14.7721
CPU user time (s): 14.3861
CPU system time (s): 0.38604
CPU usage (%): 99.6523
Max. virtual memory (cumulated for all children) (KiB): 74556
Max. memory (cumulated for all children) (KiB): 30328
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3861
system time used= 0.38604
maximum resident set size= 27384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 40
# summary of solver processes directly reported to runsolver:
# pid: 19506
# total CPU time (s): 14.7721
# total CPU user time (s): 14.3861
# total CPU system time (s): 0.38604
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037455 second user time and 0.089239 second system time
The end
Launcher Data
Begin job on nodeC024 at 2025-06-29 02:26:21
IDJOB=4494636
IDBENCH=147898
IDSOLVER=3357
FILE ID=nodeC024/4494636-1751156781
RUNJOBID= nodeC024-1751155906-17845
SLURM_JOB_ID= 9587473
Free space on /tmp= 433024 MiB
SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4494636-1751156781/watcher-4494636-1751156781 -o /tmp/evaluation-result-4494636-1751156781/solver-4494636-1751156781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17845 --watchdog 3760 run-dec-break.sh HOME/instance-4494636-1751156781.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=948434288
nodeC024 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 : 3598.805
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.36
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.828
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.36
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 : 3100.841
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.36
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 : 3731.800
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.36
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.678
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.36
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.671
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.36
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 : 3557.509
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.36
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 : 3700.000
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 128863052 kB
MemAvailable: 128497544 kB
Buffers: 3280 kB
Cached: 432852 kB
SwapCached: 0 kB
Active: 1352464 kB
Inactive: 212848 kB
Active(anon): 1147244 kB
Inactive(anon): 0 kB
Active(file): 205220 kB
Inactive(file): 212848 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7408 kB
Writeback: 0 kB
AnonPages: 1130364 kB
Mapped: 116884 kB
Shmem: 18064 kB
KReclaimable: 85872 kB
Slab: 168828 kB
SReclaimable: 85872 kB
SUnreclaim: 82956 kB
KernelStack: 4400 kB
PageTables: 5488 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 1590484 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150696 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 636928 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: 195284 kB
DirectMap2M: 6916096 kB
DirectMap1G: 128974848 kB
Free space on /tmp at the end= 433016 MiB
End job on nodeC024 at 2025-06-29 02:26:36