Trace number 4494637

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adUNSAT cert. 17.8712 18.0444

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.15436
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-4494637-1751156132.opb'
0.00/0.01	c 	read 0.08MB  (1.27ms)
0.00/0.01	c	 [cnf: #variables 231 #clauses 2586 #duplicates 121 #arr 8096]
0.00/0.01	c output proof to 'PROOFDIR/proof-4494637-1751156132'
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.82ms)
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.02	c 	 [group: #symmetries 1.10*10^1 #generators 1] (1.65ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	(0.00ms)
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 add generic predicates (break_depth=10)
0.00/0.02	c 	added predicates for 1 generators (0.00ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 28 #add_vars 9]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4494637-1751156132.opb.pre'
0.00/0.02	c 	wrote 0.08MB (0.26ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   4.82ms 50.73% detect_special
0.00/0.02	c                   1.65ms 17.31% detect_generic
0.00/0.02	c                   1.27ms 13.33% parse
0.00/0.02	c                   0.75ms  7.86% other
0.00/0.02	c                   0.74ms  7.83% approx_orbits
0.00/0.02	c                   0.26ms  2.72% output
0.00/0.02	c                   0.01ms  0.12% finalize_order
0.00/0.02	c                   0.00ms  0.05% break_generic
0.00/0.02	c                   0.00ms  0.04% optimize_gens
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   9.51ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.04	c #variables 240 #constraints 2614
0.00/0.05	c rational objective 11.0952
0.16/0.25	c #Conflicts:       1000 | #Constraints:       3615
0.16/0.25	c #Conflicts:       2000 | #Constraints:       4615
0.16/0.25	c INPROCESSING
0.16/0.25	c GARBAGE COLLECT
0.16/0.25	c rational objective 11.0952
0.65/0.73	c #Conflicts:       3000 | #Constraints:       4589
0.65/0.73	c #Conflicts:       4000 | #Constraints:       5589
0.65/0.73	c INPROCESSING
0.65/0.73	c GARBAGE COLLECT
0.65/0.73	c #Conflicts:       5000 | #Constraints:       4960
0.65/0.73	c #Conflicts:       6000 | #Constraints:       5960
0.65/0.73	c INPROCESSING
0.65/0.73	c GARBAGE COLLECT
0.65/0.73	c rational objective 11.1111
0.96/1.02	c #Conflicts:       7000 | #Constraints:       4969
0.96/1.02	c #Conflicts:       8000 | #Constraints:       5969
0.96/1.02	c #Conflicts:       9000 | #Constraints:       6969
0.96/1.02	c INPROCESSING
0.96/1.02	c GARBAGE COLLECT
0.96/1.02	c rational objective 11.2
1.25/1.38	c #Conflicts:      10000 | #Constraints:       5672
1.25/1.38	c #Conflicts:      11000 | #Constraints:       6672
1.25/1.38	c #Conflicts:      12000 | #Constraints:       7672
1.25/1.38	c INPROCESSING
1.25/1.38	c GARBAGE COLLECT
1.25/1.38	c rational objective 12
1.66/1.77	c #Conflicts:      13000 | #Constraints:       6123
1.66/1.77	c #Conflicts:      14000 | #Constraints:       7123
1.66/1.77	c #Conflicts:      15000 | #Constraints:       8123
1.66/1.77	c INPROCESSING
1.66/1.77	c GARBAGE COLLECT
1.66/1.77	c rational objective 12
2.06/2.17	c #Conflicts:      16000 | #Constraints:       6356
2.06/2.17	c #Conflicts:      17000 | #Constraints:       7356
2.06/2.17	c #Conflicts:      18000 | #Constraints:       8356
2.06/2.17	c INPROCESSING
2.06/2.17	c GARBAGE COLLECT
2.06/2.17	c rational objective 12
2.55/2.60	c #Conflicts:      19000 | #Constraints:       6374
2.55/2.60	c #Conflicts:      20000 | #Constraints:       7374
2.55/2.60	c #Conflicts:      21000 | #Constraints:       8374
2.55/2.60	c INPROCESSING
2.55/2.60	c GARBAGE COLLECT
2.55/2.60	c rational objective 12
2.95/3.08	c #Conflicts:      22000 | #Constraints:       6181
2.95/3.08	c #Conflicts:      23000 | #Constraints:       7181
2.95/3.08	c #Conflicts:      24000 | #Constraints:       8181
2.95/3.08	c #Conflicts:      25000 | #Constraints:       9181
2.95/3.08	c INPROCESSING
2.95/3.08	c GARBAGE COLLECT
2.95/3.08	c rational objective 12
3.54/3.60	c #Conflicts:      26000 | #Constraints:       6784
3.54/3.60	c #Conflicts:      27000 | #Constraints:       7784
3.54/3.60	c #Conflicts:      28000 | #Constraints:       8785
3.54/3.60	c #Conflicts:      29000 | #Constraints:       9785
3.54/3.60	c INPROCESSING
3.54/3.60	c GARBAGE COLLECT
3.54/3.60	c rational objective 12
4.05/4.18	c #Conflicts:      30000 | #Constraints:       7191
4.05/4.18	c #Conflicts:      31000 | #Constraints:       8191
4.05/4.18	c #Conflicts:      32000 | #Constraints:       9191
4.05/4.18	c #Conflicts:      33000 | #Constraints:      10191
4.05/4.18	c INPROCESSING
4.05/4.18	c GARBAGE COLLECT
4.05/4.18	c rational objective 12
4.74/4.82	c #Conflicts:      34000 | #Constraints:       7399
4.74/4.82	c #Conflicts:      35000 | #Constraints:       8399
4.74/4.82	c #Conflicts:      36000 | #Constraints:       9399
4.74/4.82	c #Conflicts:      37000 | #Constraints:      10399
4.74/4.82	c INPROCESSING
4.74/4.82	c GARBAGE COLLECT
4.74/4.82	c rational objective 12.0909
5.45/5.56	c #Conflicts:      38000 | #Constraints:       7400
5.45/5.56	c #Conflicts:      39000 | #Constraints:       8400
5.45/5.56	c #Conflicts:      40000 | #Constraints:       9400
5.45/5.56	c #Conflicts:      41000 | #Constraints:      10400
5.45/5.56	c INPROCESSING
5.45/5.56	c GARBAGE COLLECT
5.45/5.56	c rational objective 12.1429
6.24/6.32	c #Conflicts:      42000 | #Constraints:       7200
6.24/6.32	c #Conflicts:      43000 | #Constraints:       8200
6.24/6.32	c #Conflicts:      44000 | #Constraints:       9200
6.24/6.32	c #Conflicts:      45000 | #Constraints:      10200
6.24/6.32	c #Conflicts:      46000 | #Constraints:      11200
6.24/6.32	c INPROCESSING
6.24/6.32	c GARBAGE COLLECT
6.24/6.32	c rational objective 12.1667
6.94/7.09	c #Conflicts:      47000 | #Constraints:       7805
6.94/7.09	c #Conflicts:      48000 | #Constraints:       8805
6.94/7.09	c #Conflicts:      49000 | #Constraints:       9805
6.94/7.09	c #Conflicts:      50000 | #Constraints:      10805
6.94/7.09	c #Conflicts:      51000 | #Constraints:      11805
6.94/7.09	c INPROCESSING
6.94/7.09	c GARBAGE COLLECT
6.94/7.09	c rational objective 12.1667
7.74/7.87	c #Conflicts:      52000 | #Constraints:       8095
7.74/7.87	c #Conflicts:      53000 | #Constraints:       9095
7.74/7.87	c #Conflicts:      54000 | #Constraints:      10095
7.74/7.87	c #Conflicts:      55000 | #Constraints:      11095
7.74/7.87	c #Conflicts:      56000 | #Constraints:      12095
7.74/7.87	c INPROCESSING
7.74/7.87	c GARBAGE COLLECT
7.74/7.87	c rational objective 12.25
8.73/8.81	c #Conflicts:      57000 | #Constraints:       8339
8.73/8.81	c #Conflicts:      58000 | #Constraints:       9339
8.73/8.81	c #Conflicts:      59000 | #Constraints:      10339
8.73/8.81	c #Conflicts:      60000 | #Constraints:      11339
8.73/8.81	c #Conflicts:      61000 | #Constraints:      12339
8.73/8.81	c INPROCESSING
8.73/8.81	c GARBAGE COLLECT
8.73/8.81	c rational objective 12.25
9.64/9.78	c #Conflicts:      62000 | #Constraints:       8366
9.64/9.78	c #Conflicts:      63000 | #Constraints:       9366
9.64/9.78	c #Conflicts:      64000 | #Constraints:      10366
9.64/9.78	c #Conflicts:      65000 | #Constraints:      11366
9.64/9.78	c #Conflicts:      66000 | #Constraints:      12366
9.64/9.78	c INPROCESSING
9.64/9.78	c GARBAGE COLLECT
9.64/9.78	c rational objective 12.25
10.73/10.84	c #Conflicts:      67000 | #Constraints:       8149
10.73/10.84	c #Conflicts:      68000 | #Constraints:       9149
10.73/10.84	c #Conflicts:      69000 | #Constraints:      10149
10.73/10.84	c #Conflicts:      70000 | #Constraints:      11149
10.73/10.84	c #Conflicts:      71000 | #Constraints:      12149
10.73/10.84	c #Conflicts:      72000 | #Constraints:      13149
10.73/10.84	c INPROCESSING
10.73/10.84	c GARBAGE COLLECT
10.73/10.84	c rational objective 12.3333
11.83/11.92	c #Conflicts:      73000 | #Constraints:       8758
11.83/11.92	c #Conflicts:      74000 | #Constraints:       9758
11.83/11.92	c #Conflicts:      75000 | #Constraints:      10758
11.83/11.92	c #Conflicts:      76000 | #Constraints:      11758
11.83/11.92	c #Conflicts:      77000 | #Constraints:      12758
11.83/11.92	c #Conflicts:      78000 | #Constraints:      13758
11.83/11.92	c INPROCESSING
11.83/11.92	c GARBAGE COLLECT
11.83/11.92	c rational objective 12.5
12.92/13.07	c #Conflicts:      79000 | #Constraints:       9173
12.92/13.07	c #Conflicts:      80000 | #Constraints:      10173
12.92/13.07	c #Conflicts:      81000 | #Constraints:      11173
12.92/13.07	c #Conflicts:      82000 | #Constraints:      12173
12.92/13.07	c #Conflicts:      83000 | #Constraints:      13173
12.92/13.07	c #Conflicts:      84000 | #Constraints:      14173
12.92/13.07	c INPROCESSING
12.92/13.07	c GARBAGE COLLECT
12.92/13.07	c rational objective 12.6667
14.22/14.38	c #Conflicts:      85000 | #Constraints:       9377
14.22/14.38	c #Conflicts:      86000 | #Constraints:      10377
14.22/14.38	c #Conflicts:      87000 | #Constraints:      11377
14.22/14.38	c #Conflicts:      88000 | #Constraints:      12377
14.22/14.38	c #Conflicts:      89000 | #Constraints:      13377
14.22/14.38	c #Conflicts:      90000 | #Constraints:      14377
14.22/14.38	c INPROCESSING
14.22/14.38	c GARBAGE COLLECT
14.22/14.38	c rational objective 12.7619
15.61/15.71	c #Conflicts:      91000 | #Constraints:       9388
15.61/15.71	c #Conflicts:      92000 | #Constraints:      10388
15.61/15.71	c #Conflicts:      93000 | #Constraints:      11388
15.61/15.71	c #Conflicts:      94000 | #Constraints:      12388
15.61/15.71	c #Conflicts:      95000 | #Constraints:      13389
15.61/15.71	c #Conflicts:      96000 | #Constraints:      14389
15.61/15.71	c INPROCESSING
15.61/15.71	c GARBAGE COLLECT
15.61/15.71	c rational objective 13.1429
16.92/17.05	c #Conflicts:      97000 | #Constraints:       9189
16.92/17.05	c #Conflicts:      98000 | #Constraints:      10189
16.92/17.05	c #Conflicts:      99000 | #Constraints:      11189
16.92/17.05	c #Conflicts:     100000 | #Constraints:      12189
16.92/17.05	c #Conflicts:     101000 | #Constraints:      13189
16.92/17.05	c #Conflicts:     102000 | #Constraints:      14189
16.92/17.05	c #Conflicts:     103000 | #Constraints:      15189
16.92/17.05	c INPROCESSING
16.92/17.05	c GARBAGE COLLECT
16.92/17.05	c rational objective 13.1667
17.84/18.04	c #Conflicts:     104000 | #Constraints:       9791
17.84/18.04	c #Conflicts:     105000 | #Constraints:      10791
17.84/18.04	c #Conflicts:     106000 | #Constraints:      11791
17.84/18.04	c #Conflicts:     107000 | #Constraints:      12791
17.84/18.04	c #Conflicts:     108000 | #Constraints:      13791
17.84/18.04	c cpu time 17.3122 s
17.84/18.04	c deterministic time 1062950877 1.06e+09
17.84/18.04	c optimization time 3e-05 s
17.84/18.04	c total solve time 17.3002 s
17.84/18.04	c core-guided solve time 0 s
17.84/18.04	c propagation time 8.77944 s
17.84/18.04	c conflict analysis time 6.18402 s
17.84/18.04	c propagations 6176115
17.84/18.04	c resolve steps 1332285
17.84/18.04	c decisions 200402
17.84/18.04	c conflicts 108076
17.84/18.04	c restarts 283
17.84/18.04	c inprocessing phases 24
17.84/18.04	c garbage collections 24 ,( 100.00 )
17.84/18.04	c input clauses 2591 ,( 99.12 )
17.84/18.04	c input cardinalities 22 ,( 0.84 )
17.84/18.04	c input general constraints 1 ,( 0.04 )
17.84/18.04	c input average constraint length 3.13
17.84/18.04	c input average constraint degree 1.30
17.84/18.04	c learned clauses 74287 ,( 68.73 )
17.84/18.04	c learned cardinalities 519 ,( 0.48 )
17.84/18.04	c learned general constraints 33279 ,( 30.79 )
17.84/18.04	c learned average constraint length 47.41
17.84/18.04	c learned average constraint degree 1040528.91
17.84/18.04	c watched  CF 32, 64, 128, Arb: 1636 , 0 , 0 , 0
17.84/18.04	c counting CF 32, 64, 128, Arb: 31644 , 0 , 0 , 0
17.84/18.04	c watched   constraints 1636 ,( 4.92 ) 
17.84/18.04	c counting  constraints 31644 ,( 95.08 ) 
17.84/18.04	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 26641859 , 3971849 , 26249542 ,( 499336 , 25750206 )
17.84/18.04	c gcd simplifications 1545
17.84/18.04	c detected cardinalities 44
17.84/18.04	c weakened non-implied lits 4381382
17.84/18.04	c weakened non-implying lits 3309
17.84/18.04	c original variables 240
17.84/18.04	c clausal propagations 3107437
17.84/18.04	c cardinality propagations 1194965
17.84/18.04	c watched propagations 26793
17.84/18.04	c counting propagations 1700242
17.84/18.04	c watch lookups 505414823
17.84/18.04	c watch backjump lookups 0
17.84/18.04	c watch checks 96851374
17.84/18.04	c propagation checks 420328596
17.84/18.04	c constraint additions 27478320
17.84/18.04	c trail pops 6484557
17.84/18.04	c formula constraints 2614
17.84/18.04	c learned constraints 108071
17.84/18.04	c bound constraints 0
17.84/18.04	c core-guided constraints 0
17.84/18.04	c encountered formula constraints 692918
17.84/18.04	c encountered learned constraints 746515
17.84/18.04	c encountered bound constraints 0
17.84/18.04	c encountered core-guided constraints 0
17.84/18.04	c LP total time 1.78199 s
17.84/18.04	c LP solve time 0.62 s
17.84/18.04	c LP constraints added 2881
17.84/18.04	c LP constraints removed 245
17.84/18.04	c LP pivots internal 10968
17.84/18.04	c LP pivots root 5721
17.84/18.04	c LP calls 95
17.84/18.04	c LP optimalities 91
17.84/18.04	c LP no pivot count 0
17.84/18.04	c LP infeasibilities 4
17.84/18.04	c LP valid Farkas constraints 4
17.84/18.04	c LP learned Farkas constraints 4
17.84/18.04	c LP basis resets 0
17.84/18.04	c LP cycling count 0
17.84/18.04	c LP singular count 0
17.84/18.04	c LP no primal count 0
17.84/18.04	c LP no farkas count 0
17.84/18.04	c LP other issue count 0
17.84/18.04	c LP Gomory cuts 6
17.84/18.04	c LP learned cuts 261
17.84/18.04	c LP deleted cuts 245
17.84/18.04	c LP encountered Gomory constraints 798
17.84/18.04	c LP encountered Farkas constraints 121
17.84/18.04	c LP encountered learned Farkas constraints 5
17.84/18.04	c CG auxiliary variables introduced 0
17.84/18.04	c CG solutions found 0
17.84/18.04	c CG cores constructed 0
17.84/18.04	c CG core cardinality constraints returned 0
17.84/18.04	c CG unit cores 0
17.84/18.04	c CG single cores 0
17.84/18.04	c CG blocks removed during cardinality reduction 0
17.84/18.04	c CG first core best 0
17.84/18.04	c CG decision core best 0
17.84/18.04	c CG core reduction tie 0
17.84/18.04	c CG core degree average 0.00
17.84/18.04	c CG core slack average 0.00
17.84/18.04	c CG core upper bound improvements 0
17.84/18.04	c STR number of successful calls 0
17.84/18.04	c STR number of unsuccessful calls 0
17.84/18.04	c STR number of inconclusive calls 0
17.84/18.04	c STR number of successful attempts 0
17.84/18.04	c STR number of unsuccessful attempts 0
17.84/18.04	c STR number of inconclusive attempts 0
17.84/18.04	c STR average degree increase per successful call inf
17.84/18.04	c STR average degree increase per successful attempt inf
17.84/18.04	c STR total number of conflicts for successful attempts 0
17.84/18.04	c STR total number of conflicts for unsuccessful attempts 0
17.84/18.04	c STR total number of conflicts for inconclusive attempts 0
17.84/18.04	c STR average number of conflicts per successful attempt inf
17.84/18.04	c STR average number of conflicts per unsuccessful attempt inf
17.84/18.04	c STR average number of conflicts per inconclusive attempt inf
17.84/18.04	c AVG.sumWPerc 82.60 
17.84/18.04	c bigint constraints 0 
17.84/18.04	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 20:25:16 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: 63708 MiB (61194 MiB free)
  memory of node 1: 64465 MiB (63221 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4494637-1751156132/watcher-4494637-1751156132 -o /tmp/evaluation-result-4494637-1751156132/solver-4494637-1751156132 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15094 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4494637-1751156132.opb PROOFDIR/proof-4494637-1751156132 

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 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
Current StackSize limit: 8192 KiB

solver pid=16927, runsolver pid=16924

[startup+0.100059 s]*
/proc/loadavg: 4.16 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127408028/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=60472 memory=14548 CPUtime=0.06 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 1981 0 0 0 6 0 0 0 20 0 1 0 31291775 61923328 3637 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 15118 3637 2400 1147 0 2545 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 64664 KiB
Current children cumulated memory: 17364 KiB

[startup+0.205665 s]*
/proc/loadavg: 4.16 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127406012/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=60912 memory=17080 CPUtime=0.16 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 2093 0 0 0 16 0 0 0 20 0 1 0 31291775 62373888 4270 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 15228 4270 2400 1147 0 2655 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 65104 KiB
Current children cumulated memory: 19896 KiB

[startup+0.305499 s]*
/proc/loadavg: 4.16 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127406012/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=61328 memory=17464 CPUtime=0.27 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 2203 0 0 0 26 1 0 0 20 0 1 0 31291775 62799872 4366 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 15332 4366 2400 1147 0 2759 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65520 KiB
Current children cumulated memory: 20280 KiB

[startup+0.700142 s]
/proc/loadavg: 4.16 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127406012/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=62376 memory=18488 CPUtime=0.65 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 2458 0 0 0 64 1 0 0 20 0 1 0 31291775 63873024 4622 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 15594 4622 2400 1147 0 3021 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 66568 KiB
Current children cumulated memory: 21304 KiB

[startup+1.50015 s]
/proc/loadavg: 4.16 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127397948/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=63984 memory=19896 CPUtime=1.46 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 2815 0 0 0 142 4 0 0 20 0 1 0 31291775 65519616 4974 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 15996 4974 2400 1147 0 3423 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 68176 KiB
Current children cumulated memory: 22712 KiB

[startup+3.10548 s]
/proc/loadavg: 4.16 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127373924/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=64972 memory=20920 CPUtime=3.06 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 3067 0 0 0 296 10 0 0 20 0 1 0 31291775 66531328 5230 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 16243 5230 2400 1147 0 3670 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 69164 KiB
Current children cumulated memory: 23736 KiB

[startup+6.30014 s]
/proc/loadavg: 4.15 3.98 3.68 5/274 16930
/proc/meminfo: memFree=127399640/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=67592 memory=25196 CPUtime=6.24 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 3622 0 0 0 603 21 0 0 20 0 1 0 31291775 69214208 6299 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 16898 6299 2400 1147 0 4325 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 71784 KiB
Current children cumulated memory: 28012 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.00 3.69 5/274 16930
/proc/meminfo: memFree=127283324/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=69696 memory=27244 CPUtime=12.63 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 4153 0 0 0 1223 40 0 0 20 0 1 0 31291775 71368704 6811 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 17424 6811 2400 1147 0 4851 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 73888 KiB
Current children cumulated memory: 30060 KiB

[startup+18.0444 s]
# the end of solver process 16927 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=17.3274 s, system=0.543788 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8002 s]
/proc/loadavg: 4.22 4.00 3.69 5/274 16930
/proc/meminfo: memFree=127283324/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=69696 memory=27244 CPUtime=12.72 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 4153 0 0 0 1232 40 0 0 20 0 1 0 31291775 71368704 6811 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 17424 6811 2400 1147 0 4851 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 73888 KiB
Current children cumulated memory: 30060 KiB

[startup+16.0002 s]*
/proc/loadavg: 4.20 4.00 3.69 5/274 16930
/proc/meminfo: memFree=127211648/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=71056 memory=28396 CPUtime=15.91 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 4422 0 0 0 1544 47 0 0 20 0 1 0 31291775 72761344 7099 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 17764 7099 2400 1147 0 5191 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 75248 KiB
Current children cumulated memory: 31212 KiB

[startup+16.8002 s]
/proc/loadavg: 4.20 4.00 3.69 5/274 16930
/proc/meminfo: memFree=127211648/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=71056 memory=28396 CPUtime=16.72 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 4424 0 0 0 1622 50 0 0 20 0 1 0 31291775 72761344 7099 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 17764 7099 2400 1147 0 5191 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 75248 KiB
Current children cumulated memory: 31212 KiB

[startup+17.6002 s]
/proc/loadavg: 4.20 4.00 3.69 5/274 16930
/proc/meminfo: memFree=127195512/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=71496 memory=28652 CPUtime=17.51 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 4498 0 0 0 1700 51 0 0 20 0 1 0 31291775 73211904 7163 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 17874 7163 2400 1147 0 5301 0
Current children cumulated CPU time: 17.51 s
Current children cumulated vsize: 75688 KiB
Current children cumulated memory: 31468 KiB

[startup+18.0002 s]*
/proc/loadavg: 4.20 4.00 3.69 4/274 16931
/proc/meminfo: memFree=127314676/131249988 swapFree=33010684/33010684
[pid=16927] ppid=16924 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/16927/stat : 16927 (run-dec-break-l) S 16924 16927 15084 0 -1 4194304 241 765 0 0 0 0 0 0 20 0 1 0 31291773 4292608 704 18446744073709551615 94071764889600 94071765784133 140721508899936 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94071766023184 94071766070928 94071769022464 140721508907285 140721508907486 140721508907486 140721508913088 0
/proc/16927/statm: 1048 704 672 219 0 110 0
[pid=16930] ppid=16927 vsize=71496 memory=28652 CPUtime=17.84 cores=0,2
/proc/16930/stat : 16930 (roundingsat) R 16927 16927 15084 0 -1 4194304 4498 0 0 0 1731 53 0 0 20 0 1 0 31291775 73211904 7163 18446744073709551615 4227072 8923433 140733745255056 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 20328448 140733745260788 140733745261096 140733745261096 140733745266666 0
/proc/16930/statm: 17874 7163 2400 1147 0 5301 0
Current children cumulated CPU time: 17.84 s
Current children cumulated vsize: 75688 KiB
Current children cumulated memory: 31468 KiB

Child status: 0

Real time (s): 18.0444
CPU time (s): 17.8712
CPU user time (s): 17.3274
CPU system time (s): 0.543788
CPU usage (%): 99.0397
Max. virtual memory (cumulated for all children) (KiB): 75688
Max. memory (cumulated for all children) (KiB): 31468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3274
system time used= 0.543788
maximum resident set size= 28652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 249888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4378
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 16927
#   total CPU time (s): 17.8712
#   total CPU user time (s): 17.3274
#   total CPU system time (s): 0.543788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045468 second user time and 0.110458 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 02:15:32
IDJOB=4494637
IDBENCH=147898
IDSOLVER=3358
FILE ID=nodeC031/4494637-1751156132
RUNJOBID= nodeC031-1751155546-15094
SLURM_JOB_ID= 9587472
Free space on /tmp= 433024 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4494637-1751156132/watcher-4494637-1751156132 -o /tmp/evaluation-result-4494637-1751156132/solver-4494637-1751156132 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15094 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4494637-1751156132.opb PROOFDIR/proof-4494637-1751156132

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=2119885018

nodeC031 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		: 3599.655
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.78
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.862
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.78
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		: 3596.795
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.78
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		: 3645.547
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.78
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.879
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.78
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.821
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.78
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		: 3580.674
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.78
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		: 3599.677
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127401836 kB
MemAvailable:   128885700 kB
Buffers:            3280 kB
Cached:          2293036 kB
SwapCached:            0 kB
Active:          1042420 kB
Inactive:        2073952 kB
Active(anon):     838184 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):  2073952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            149940 kB
Writeback:             0 kB
AnonPages:        821760 kB
Mapped:           116612 kB
Shmem:             18064 kB
KReclaimable:      89828 kB
Slab:             179320 kB
SReclaimable:      89828 kB
SUnreclaim:        89492 kB
KernelStack:        4448 kB
PageTables:         4924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1196956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC031 at 2025-06-29 02:15:50