Trace number 4494816

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 63f22adUNSAT 7.32107 7.35191

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUM75eee10e25ffa4d5aec52eb68458e53f
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 benchmark1.98842
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 683
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-4494816-1751156803.opb'
0.00/0.01	c 	read 0.08MB  (1.29ms)
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.72ms)
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.75ms)
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.66ms)
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-4494816-1751156803.opb.pre'
0.00/0.01	c 	wrote 0.08MB (0.26ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   4.75ms 54.22% detect_special
0.00/0.01	c                   1.66ms 19.01% detect_generic
0.00/0.01	c                   1.28ms 14.67% parse
0.00/0.01	c                   0.72ms  8.18% approx_orbits
0.00/0.01	c                   0.26ms  2.93% output
0.00/0.01	c                   0.06ms  0.69% other
0.00/0.01	c                   0.01ms  0.13% finalize_order
0.00/0.01	c                   0.01ms  0.13% break_generic
0.00/0.01	c                   0.00ms  0.04% optimize_gens
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   8.75ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.04	c #variables 240 #constraints 2614
0.00/0.04	c rational objective 11.0952
0.07/0.17	c #Conflicts:       1000 | #Constraints:       3614
0.07/0.17	c #Conflicts:       2000 | #Constraints:       4614
0.07/0.17	c INPROCESSING
0.07/0.17	c GARBAGE COLLECT
0.07/0.17	c rational objective 11.0952
0.27/0.34	c #Conflicts:       3000 | #Constraints:       4584
0.27/0.34	c #Conflicts:       4000 | #Constraints:       5584
0.27/0.34	c INPROCESSING
0.27/0.34	c GARBAGE COLLECT
0.27/0.34	c rational objective 11.1111
0.47/0.55	c #Conflicts:       5000 | #Constraints:       4956
0.47/0.55	c #Conflicts:       6000 | #Constraints:       5956
0.47/0.55	c INPROCESSING
0.47/0.55	c GARBAGE COLLECT
0.47/0.55	c rational objective 11.125
0.66/0.78	c #Conflicts:       7000 | #Constraints:       4970
0.66/0.78	c #Conflicts:       8000 | #Constraints:       5971
0.66/0.78	c #Conflicts:       9000 | #Constraints:       6971
0.66/0.78	c INPROCESSING
0.66/0.78	c GARBAGE COLLECT
0.66/0.78	c rational objective 11.1429
0.96/1.02	c #Conflicts:      10000 | #Constraints:       5671
0.96/1.02	c #Conflicts:      11000 | #Constraints:       6671
0.96/1.02	c #Conflicts:      12000 | #Constraints:       7671
0.96/1.02	c INPROCESSING
0.96/1.02	c GARBAGE COLLECT
0.96/1.02	c rational objective 11.2
1.26/1.31	c #Conflicts:      13000 | #Constraints:       6120
1.26/1.31	c #Conflicts:      14000 | #Constraints:       7120
1.26/1.31	c #Conflicts:      15000 | #Constraints:       8120
1.26/1.31	c INPROCESSING
1.26/1.31	c GARBAGE COLLECT
1.26/1.31	c rational objective 11.2143
1.56/1.63	c #Conflicts:      16000 | #Constraints:       6356
1.56/1.63	c #Conflicts:      17000 | #Constraints:       7356
1.56/1.63	c #Conflicts:      18000 | #Constraints:       8356
1.56/1.63	c INPROCESSING
1.56/1.63	c GARBAGE COLLECT
1.56/1.63	c rational objective 11.25
1.86/1.99	c #Conflicts:      19000 | #Constraints:       6377
1.86/1.99	c #Conflicts:      20000 | #Constraints:       7377
1.86/1.99	c #Conflicts:      21000 | #Constraints:       8377
1.86/1.99	c INPROCESSING
1.86/1.99	c GARBAGE COLLECT
1.86/1.99	c rational objective 11.3
2.36/2.40	c #Conflicts:      22000 | #Constraints:       6193
2.36/2.40	c #Conflicts:      23000 | #Constraints:       7193
2.36/2.40	c #Conflicts:      24000 | #Constraints:       8193
2.36/2.40	c #Conflicts:      25000 | #Constraints:       9193
2.36/2.40	c INPROCESSING
2.36/2.40	c GARBAGE COLLECT
2.36/2.40	c rational objective 11.375
2.76/2.83	c #Conflicts:      26000 | #Constraints:       6790
2.76/2.83	c #Conflicts:      27000 | #Constraints:       7790
2.76/2.83	c #Conflicts:      28000 | #Constraints:       8790
2.76/2.83	c #Conflicts:      29000 | #Constraints:       9790
2.76/2.83	c INPROCESSING
2.76/2.83	c GARBAGE COLLECT
2.76/2.83	c rational objective 11.4286
3.26/3.30	c #Conflicts:      30000 | #Constraints:       7189
3.26/3.30	c #Conflicts:      31000 | #Constraints:       8189
3.26/3.30	c #Conflicts:      32000 | #Constraints:       9189
3.26/3.30	c #Conflicts:      33000 | #Constraints:      10189
3.26/3.30	c INPROCESSING
3.26/3.30	c GARBAGE COLLECT
3.26/3.30	c rational objective 11.5
3.75/3.80	c #Conflicts:      34000 | #Constraints:       7391
3.75/3.80	c #Conflicts:      35000 | #Constraints:       8391
3.75/3.80	c #Conflicts:      36000 | #Constraints:       9391
3.75/3.80	c #Conflicts:      37000 | #Constraints:      10391
3.75/3.80	c INPROCESSING
3.75/3.80	c GARBAGE COLLECT
3.75/3.80	c rational objective 11.5
4.25/4.33	c #Conflicts:      38000 | #Constraints:       7407
4.25/4.33	c #Conflicts:      39000 | #Constraints:       8407
4.25/4.33	c #Conflicts:      40000 | #Constraints:       9407
4.25/4.33	c #Conflicts:      41000 | #Constraints:      10407
4.25/4.33	c INPROCESSING
4.25/4.33	c GARBAGE COLLECT
4.25/4.33	c rational objective 11.5
4.86/4.92	c #Conflicts:      42000 | #Constraints:       7204
4.86/4.92	c #Conflicts:      43000 | #Constraints:       8204
4.86/4.92	c #Conflicts:      44000 | #Constraints:       9204
4.86/4.92	c #Conflicts:      45000 | #Constraints:      10204
4.86/4.92	c #Conflicts:      46000 | #Constraints:      11204
4.86/4.92	c INPROCESSING
4.86/4.92	c GARBAGE COLLECT
4.86/4.92	c rational objective 11.5
5.45/5.52	c #Conflicts:      47000 | #Constraints:       7807
5.45/5.52	c #Conflicts:      48000 | #Constraints:       8807
5.45/5.52	c #Conflicts:      49000 | #Constraints:       9807
5.45/5.52	c #Conflicts:      50000 | #Constraints:      10807
5.45/5.52	c #Conflicts:      51000 | #Constraints:      11807
5.45/5.52	c INPROCESSING
5.45/5.52	c GARBAGE COLLECT
5.45/5.52	c rational objective 11.6
6.05/6.19	c #Conflicts:      52000 | #Constraints:       8207
6.05/6.19	c #Conflicts:      53000 | #Constraints:       9207
6.05/6.19	c #Conflicts:      54000 | #Constraints:      10207
6.05/6.19	c #Conflicts:      55000 | #Constraints:      11207
6.05/6.19	c #Conflicts:      56000 | #Constraints:      12207
6.05/6.19	c INPROCESSING
6.05/6.19	c GARBAGE COLLECT
6.05/6.19	c rational objective 11.75
6.75/6.89	c #Conflicts:      57000 | #Constraints:       8414
6.75/6.89	c #Conflicts:      58000 | #Constraints:       9414
6.75/6.89	c #Conflicts:      59000 | #Constraints:      10414
6.75/6.89	c #Conflicts:      60000 | #Constraints:      11414
6.75/6.89	c #Conflicts:      61000 | #Constraints:      12414
6.75/6.89	c INPROCESSING
6.75/6.89	c GARBAGE COLLECT
6.75/6.89	c rational objective 12.6
7.25/7.35	c #Conflicts:      62000 | #Constraints:       8132
7.25/7.35	c #Conflicts:      63000 | #Constraints:       9132
7.25/7.35	c #Conflicts:      64000 | #Constraints:      10132
7.25/7.35	c cpu time 7.07267 s
7.25/7.35	c deterministic time 467643383 4.68e+08
7.25/7.35	c optimization time 2.8e-05 s
7.25/7.35	c total solve time 7.06397 s
7.25/7.35	c core-guided solve time 0 s
7.25/7.35	c propagation time 3.55884 s
7.25/7.35	c conflict analysis time 2.22397 s
7.25/7.35	c propagations 3596069
7.25/7.35	c resolve steps 767385
7.25/7.35	c decisions 130573
7.25/7.35	c conflicts 64656
7.25/7.35	c restarts 194
7.25/7.35	c inprocessing phases 17
7.25/7.35	c garbage collections 17 ,( 100.00 )
7.25/7.35	c input clauses 2591 ,( 99.12 )
7.25/7.35	c input cardinalities 22 ,( 0.84 )
7.25/7.35	c input general constraints 1 ,( 0.04 )
7.25/7.35	c input average constraint length 3.13
7.25/7.35	c input average constraint degree 1.32
7.25/7.35	c learned clauses 49153 ,( 76.02 )
7.25/7.35	c learned cardinalities 429 ,( 0.66 )
7.25/7.35	c learned general constraints 15077 ,( 23.32 )
7.25/7.35	c learned average constraint length 44.80
7.25/7.35	c learned average constraint degree 528918.36
7.25/7.35	c watched  CF 32, 64, 128, Arb: 811 , 0 , 0 , 0
7.25/7.35	c counting CF 32, 64, 128, Arb: 14267 , 0 , 0 , 0
7.25/7.35	c watched   constraints 811 ,( 5.38 ) 
7.25/7.35	c counting  constraints 14267 ,( 94.62 ) 
7.25/7.35	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 14644382 , 1882963 , 9481566 ,( 162958 , 9318608 )
7.25/7.35	c gcd simplifications 986
7.25/7.35	c detected cardinalities 40
7.25/7.35	c weakened non-implied lits 2469902
7.25/7.35	c weakened non-implying lits 2091
7.25/7.35	c original variables 240
7.25/7.35	c clausal propagations 1835772
7.25/7.35	c cardinality propagations 713127
7.25/7.35	c watched propagations 4141
7.25/7.35	c counting propagations 953140
7.25/7.35	c watch lookups 188718713
7.25/7.35	c watch backjump lookups 0
7.25/7.35	c watch checks 53075875
7.25/7.35	c propagation checks 202902529
7.25/7.35	c constraint additions 15418888
7.25/7.35	c trail pops 3791274
7.25/7.35	c formula constraints 2614
7.25/7.35	c learned constraints 64653
7.25/7.35	c bound constraints 0
7.25/7.35	c core-guided constraints 0
7.25/7.35	c encountered formula constraints 404375
7.25/7.35	c encountered learned constraints 427614
7.25/7.35	c encountered bound constraints 0
7.25/7.35	c encountered core-guided constraints 0
7.25/7.35	c LP total time 1.00075 s
7.25/7.35	c LP solve time 0.37 s
7.25/7.35	c LP constraints added 2834
7.25/7.35	c LP constraints removed 201
7.25/7.35	c LP pivots internal 6524
7.25/7.35	c LP pivots root 2937
7.25/7.35	c LP calls 64
7.25/7.35	c LP optimalities 62
7.25/7.35	c LP no pivot count 1
7.25/7.35	c LP infeasibilities 2
7.25/7.35	c LP valid Farkas constraints 2
7.25/7.35	c LP learned Farkas constraints 2
7.25/7.35	c LP basis resets 0
7.25/7.35	c LP cycling count 0
7.25/7.35	c LP singular count 0
7.25/7.35	c LP no primal count 0
7.25/7.35	c LP no farkas count 0
7.25/7.35	c LP other issue count 0
7.25/7.35	c LP Gomory cuts 2
7.25/7.35	c LP learned cuts 218
7.25/7.35	c LP deleted cuts 201
7.25/7.35	c LP encountered Gomory constraints 47
7.25/7.35	c LP encountered Farkas constraints 1
7.25/7.35	c LP encountered learned Farkas constraints 2
7.25/7.35	c CG auxiliary variables introduced 0
7.25/7.35	c CG solutions found 0
7.25/7.35	c CG cores constructed 0
7.25/7.35	c CG core cardinality constraints returned 0
7.25/7.35	c CG unit cores 0
7.25/7.35	c CG single cores 0
7.25/7.35	c CG blocks removed during cardinality reduction 0
7.25/7.35	c CG first core best 0
7.25/7.35	c CG decision core best 0
7.25/7.35	c CG core reduction tie 0
7.25/7.35	c CG core degree average 0.00
7.25/7.35	c CG core slack average 0.00
7.25/7.35	c CG core upper bound improvements 0
7.25/7.35	c STR number of successful calls 0
7.25/7.35	c STR number of unsuccessful calls 0
7.25/7.35	c STR number of inconclusive calls 0
7.25/7.35	c STR number of successful attempts 0
7.25/7.35	c STR number of unsuccessful attempts 0
7.25/7.35	c STR number of inconclusive attempts 0
7.25/7.35	c STR average degree increase per successful call inf
7.25/7.35	c STR average degree increase per successful attempt inf
7.25/7.35	c STR total number of conflicts for successful attempts 0
7.25/7.35	c STR total number of conflicts for unsuccessful attempts 0
7.25/7.35	c STR total number of conflicts for inconclusive attempts 0
7.25/7.35	c STR average number of conflicts per successful attempt inf
7.25/7.35	c STR average number of conflicts per unsuccessful attempt inf
7.25/7.35	c STR average number of conflicts per inconclusive attempt inf
7.25/7.35	c AVG.sumWPerc 82.26 
7.25/7.35	c bigint constraints 0 
7.25/7.35	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 (62954 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-4494816-1751156803/watcher-4494816-1751156803 -o /tmp/evaluation-result-4494816-1751156803/solver-4494816-1751156803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17845 --watchdog 3760 run-dec-break.sh HOME/instance-4494816-1751156803.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=19744, runsolver pid=19741
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.06 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129005180/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=60376 memory=16500 CPUtime=0.07 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 1954 0 0 0 7 0 0 0 20 0 1 0 31358252 61825024 4125 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 15094 4125 2400 1147 0 2521 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 64568 KiB
Current children cumulated memory: 19444 KiB

[startup+0.205622 s]*
/proc/loadavg: 4.06 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129004424/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=60952 memory=17012 CPUtime=0.17 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 2088 0 0 0 16 1 0 0 20 0 1 0 31358252 62414848 4253 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 15238 4253 2400 1147 0 2665 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65144 KiB
Current children cumulated memory: 19956 KiB

[startup+0.30481 s]*
/proc/loadavg: 4.06 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129004424/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=61176 memory=17268 CPUtime=0.27 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 2155 0 0 0 26 1 0 0 20 0 1 0 31358252 62644224 4317 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 15294 4317 2400 1147 0 2721 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65368 KiB
Current children cumulated memory: 20212 KiB

[startup+0.700143 s]
/proc/loadavg: 4.06 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129003992/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=61748 memory=17780 CPUtime=0.66 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 2286 0 0 0 63 3 0 0 20 0 1 0 31358252 63229952 4445 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 15437 4445 2400 1147 0 2864 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 65940 KiB
Current children cumulated memory: 20724 KiB

[startup+1.50014 s]
/proc/loadavg: 4.06 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129002984/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=63540 memory=19444 CPUtime=1.46 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 2701 0 0 0 139 7 0 0 20 0 1 0 31358252 65064960 4861 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 15885 4861 2400 1147 0 3312 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 67732 KiB
Current children cumulated memory: 22388 KiB

[startup+3.10541 s]
/proc/loadavg: 4.06 4.04 3.94 5/272 19747
/proc/meminfo: memFree=128990308/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=65064 memory=20852 CPUtime=3.06 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 3049 0 0 0 294 12 0 0 20 0 1 0 31358252 66625536 5213 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 16266 5213 2400 1147 0 3693 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 69256 KiB
Current children cumulated memory: 23796 KiB

[startup+6.30015 s]
/proc/loadavg: 4.05 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129008160/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=66992 memory=24724 CPUtime=6.25 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 3501 0 0 0 604 21 0 0 20 0 1 0 31358252 68599808 6181 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 16748 6181 2400 1147 0 4175 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 71184 KiB
Current children cumulated memory: 27668 KiB

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

# cumulated CPU time of all completed processes:  user=7.08175 s, system=0.239329 s

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

[startup+6.40015 s]
/proc/loadavg: 4.05 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129008160/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=66992 memory=24724 CPUtime=6.34 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 3501 0 0 0 613 21 0 0 20 0 1 0 31358252 68599808 6181 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 16748 6181 2400 1147 0 4175 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 71184 KiB
Current children cumulated memory: 27668 KiB

[startup+6.80011 s]
/proc/loadavg: 4.05 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129008160/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=66992 memory=24724 CPUtime=6.75 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 3501 0 0 0 653 22 0 0 20 0 1 0 31358252 68599808 6181 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 16748 6181 2400 1147 0 4175 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 71184 KiB
Current children cumulated memory: 27668 KiB

[startup+7.20013 s]
/proc/loadavg: 4.05 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129014424/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=67344 memory=24980 CPUtime=7.15 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 3565 0 0 0 692 23 0 0 20 0 1 0 31358252 68960256 6245 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 16836 6245 2400 1147 0 4263 0
Current children cumulated CPU time: 7.15 s
Current children cumulated vsize: 71536 KiB
Current children cumulated memory: 27924 KiB

[startup+7.30012 s]
/proc/loadavg: 4.05 4.04 3.94 5/272 19747
/proc/meminfo: memFree=129014424/131249996 swapFree=33010684/33010684
[pid=19744] ppid=19741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19744/stat : 19744 (run-dec-break.s) S 19741 19744 17835 0 -1 4194304 237 768 0 0 0 0 0 0 20 0 1 0 31358250 4292608 736 18446744073709551615 94154087571456 94154088465989 140723691026544 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94154088705040 94154088752784 94154103128064 140723691030881 140723691031010 140723691031010 140723691036612 0
/proc/19744/statm: 1048 736 672 219 0 110 0
[pid=19747] ppid=19744 vsize=67344 memory=24980 CPUtime=7.25 cores=0,2
/proc/19747/stat : 19747 (roundingsat) R 19744 19744 17835 0 -1 4194304 3565 0 0 0 702 23 0 0 20 0 1 0 31358252 68960256 6245 18446744073709551615 4227072 8923433 140735579363008 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 29945856 140735579367748 140735579367976 140735579367976 140735579373546 0
/proc/19747/statm: 16836 6245 2400 1147 0 4263 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 71536 KiB
Current children cumulated memory: 27924 KiB

Child status: 0

Real time (s): 7.35191
CPU time (s): 7.32107
CPU user time (s): 7.08175
CPU system time (s): 0.239329
CPU usage (%): 99.5806
Max. virtual memory (cumulated for all children) (KiB): 71536
Max. memory (cumulated for all children) (KiB): 27924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.08174
system time used= 0.239329
maximum resident set size= 24980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4594
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= 208
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 19744
#   total CPU time (s): 7.32107
#   total CPU user time (s): 7.08175
#   total CPU system time (s): 0.239329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016146 second user time and 0.066898 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 02:26:43
IDJOB=4494816
IDBENCH=147933
IDSOLVER=3357
FILE ID=nodeC024/4494816-1751156803
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.1900582300.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4494816-1751156803/watcher-4494816-1751156803 -o /tmp/evaluation-result-4494816-1751156803/solver-4494816-1751156803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17845 --watchdog 3760  run-dec-break.sh HOME/instance-4494816-1751156803.opb

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

MD5SUM BENCH= 75eee10e25ffa4d5aec52eb68458e53f
RANDOM SEED=2099577292

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		: 3599.661
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.676
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		: 3600.405
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		: 3591.067
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.679
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.669
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		: 3600.592
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:        129008960 kB
MemAvailable:   128643492 kB
Buffers:            3280 kB
Cached:           432912 kB
SwapCached:            0 kB
Active:          1359460 kB
Inactive:         212904 kB
Active(anon):    1154240 kB
Inactive(anon):        0 kB
Active(file):     205220 kB
Inactive(file):   212904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7336 kB
Writeback:            20 kB
AnonPages:       1137420 kB
Mapped:           117152 kB
Shmem:             18064 kB
KReclaimable:      85896 kB
Slab:             168964 kB
SReclaimable:      85896 kB
SUnreclaim:        83068 kB
KernelStack:        4464 kB
PageTables:         5596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1596136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 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:51