Trace number 4511412

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 2.48976 2.50875

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM6e0d6ec9878888f9bd2fd3a9da68de38
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 benchmark0.047082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-4511412-1751198281.opb'
0.00/0.01	c 	read 0.01MB  (0.20ms)
0.00/0.01	c	 [cnf: #variables 401 #clauses 201 #duplicates 0 #arr 802]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 240] (0.27ms)
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 	 (3.58ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1404 #edges 3208]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 4.00*10^0 #generators 2] (0.65ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	(0.00ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=10)
0.00/0.01	c 	added predicates for 2 generators (0.04ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 56 #add_vars 18]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4511412-1751198281.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.09ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   3.58ms 72.78% detect_special
0.00/0.01	c                   0.65ms 13.16% detect_generic
0.00/0.01	c                   0.27ms  5.50% approx_orbits
0.00/0.01	c                   0.19ms  3.94% parse
0.00/0.01	c                   0.09ms  1.90% output
0.00/0.01	c                   0.07ms  1.45% other
0.00/0.01	c                   0.04ms  0.72% break_generic
0.00/0.01	c                   0.02ms  0.48% finalize_order
0.00/0.01	c                   0.00ms  0.07% optimize_gens
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   4.92ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.02	c #variables 419 #constraints 458
0.00/0.03	c rational objective 200.5
0.18/0.23	c #Conflicts:       1000 | #Constraints:       1461
0.18/0.23	c #Conflicts:       2000 | #Constraints:       2461
0.18/0.23	c INPROCESSING
0.18/0.23	c GARBAGE COLLECT
0.18/0.23	c #Conflicts:       3000 | #Constraints:       2483
0.18/0.23	c #Conflicts:       4000 | #Constraints:       3483
0.18/0.23	c INPROCESSING
0.18/0.23	c GARBAGE COLLECT
0.18/0.23	c #Conflicts:       5000 | #Constraints:       2901
0.18/0.23	c #Conflicts:       6000 | #Constraints:       3902
0.18/0.23	c INPROCESSING
0.18/0.23	c GARBAGE COLLECT
0.18/0.23	c rational objective 200.5
0.27/0.34	c #Conflicts:       7000 | #Constraints:       2908
0.27/0.34	c #Conflicts:       8000 | #Constraints:       3908
0.27/0.34	c #Conflicts:       9000 | #Constraints:       4908
0.27/0.34	c INPROCESSING
0.27/0.34	c GARBAGE COLLECT
0.27/0.34	c rational objective 200.5
0.37/0.45	c #Conflicts:      10000 | #Constraints:       3613
0.37/0.45	c #Conflicts:      11000 | #Constraints:       4613
0.37/0.45	c #Conflicts:      12000 | #Constraints:       5613
0.37/0.45	c INPROCESSING
0.37/0.45	c GARBAGE COLLECT
0.37/0.45	c rational objective 200.5
0.47/0.59	c #Conflicts:      13000 | #Constraints:       4065
0.47/0.59	c #Conflicts:      14000 | #Constraints:       5065
0.47/0.59	c #Conflicts:      15000 | #Constraints:       6065
0.47/0.59	c INPROCESSING
0.47/0.59	c GARBAGE COLLECT
0.47/0.59	c rational objective 200.5
0.67/0.74	c #Conflicts:      16000 | #Constraints:       4294
0.67/0.74	c #Conflicts:      17000 | #Constraints:       5294
0.67/0.74	c #Conflicts:      18000 | #Constraints:       6294
0.67/0.74	c INPROCESSING
0.67/0.74	c GARBAGE COLLECT
0.67/0.74	c rational objective 200.5
0.76/0.89	c #Conflicts:      19000 | #Constraints:       4308
0.76/0.89	c #Conflicts:      20000 | #Constraints:       5308
0.76/0.89	c #Conflicts:      21000 | #Constraints:       6308
0.76/0.89	c INPROCESSING
0.76/0.89	c GARBAGE COLLECT
0.76/0.89	c rational objective 200.5
0.97/1.04	c #Conflicts:      22000 | #Constraints:       4115
0.97/1.04	c #Conflicts:      23000 | #Constraints:       5115
0.97/1.04	c #Conflicts:      24000 | #Constraints:       6115
0.97/1.04	c #Conflicts:      25000 | #Constraints:       7115
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c rational objective 200.5
1.07/1.19	c #Conflicts:      26000 | #Constraints:       4724
1.07/1.19	c #Conflicts:      27000 | #Constraints:       5724
1.07/1.19	c #Conflicts:      28000 | #Constraints:       6724
1.07/1.19	c #Conflicts:      29000 | #Constraints:       7724
1.07/1.19	c INPROCESSING
1.07/1.19	c GARBAGE COLLECT
1.07/1.19	c rational objective 200.5
1.27/1.37	c #Conflicts:      30000 | #Constraints:       5128
1.27/1.37	c #Conflicts:      31000 | #Constraints:       6128
1.27/1.37	c #Conflicts:      32000 | #Constraints:       7128
1.27/1.37	c #Conflicts:      33000 | #Constraints:       8128
1.27/1.37	c INPROCESSING
1.27/1.37	c GARBAGE COLLECT
1.27/1.37	c rational objective 200.5
1.46/1.54	c #Conflicts:      34000 | #Constraints:       5330
1.46/1.54	c #Conflicts:      35000 | #Constraints:       6330
1.46/1.54	c #Conflicts:      36000 | #Constraints:       7330
1.46/1.54	c #Conflicts:      37000 | #Constraints:       8330
1.46/1.54	c INPROCESSING
1.46/1.54	c GARBAGE COLLECT
1.46/1.54	c rational objective 200.5
1.67/1.72	c #Conflicts:      38000 | #Constraints:       5329
1.67/1.72	c #Conflicts:      39000 | #Constraints:       6329
1.67/1.72	c #Conflicts:      40000 | #Constraints:       7329
1.67/1.72	c #Conflicts:      41000 | #Constraints:       8329
1.67/1.72	c INPROCESSING
1.67/1.72	c GARBAGE COLLECT
1.67/1.72	c rational objective 200.5
1.86/1.91	c #Conflicts:      42000 | #Constraints:       5133
1.86/1.91	c #Conflicts:      43000 | #Constraints:       6133
1.86/1.91	c #Conflicts:      44000 | #Constraints:       7133
1.86/1.91	c #Conflicts:      45000 | #Constraints:       8133
1.86/1.91	c #Conflicts:      46000 | #Constraints:       9133
1.86/1.91	c INPROCESSING
1.86/1.91	c GARBAGE COLLECT
1.86/1.91	c rational objective 200.5
2.07/2.11	c #Conflicts:      47000 | #Constraints:       5727
2.07/2.11	c #Conflicts:      48000 | #Constraints:       6727
2.07/2.11	c #Conflicts:      49000 | #Constraints:       7727
2.07/2.11	c #Conflicts:      50000 | #Constraints:       8727
2.07/2.11	c #Conflicts:      51000 | #Constraints:       9727
2.07/2.11	c INPROCESSING
2.07/2.11	c GARBAGE COLLECT
2.07/2.11	c rational objective 200.5
2.26/2.32	c #Conflicts:      52000 | #Constraints:       6131
2.26/2.32	c #Conflicts:      53000 | #Constraints:       7131
2.26/2.32	c #Conflicts:      54000 | #Constraints:       8131
2.26/2.32	c #Conflicts:      55000 | #Constraints:       9131
2.26/2.32	c #Conflicts:      56000 | #Constraints:      10131
2.26/2.32	c INPROCESSING
2.26/2.32	c GARBAGE COLLECT
2.26/2.32	c rational objective 200.5
2.47/2.50	c #Conflicts:      57000 | #Constraints:       6329
2.47/2.50	c #Conflicts:      58000 | #Constraints:       7329
2.47/2.50	c #Conflicts:      59000 | #Constraints:       8329
2.47/2.50	c #Conflicts:      60000 | #Constraints:       9329
2.47/2.50	c cpu time 2.11677 s
2.47/2.50	c deterministic time 94824117 9.48e+07
2.47/2.50	c optimization time 2.2e-05 s
2.47/2.50	c total solve time 2.11549 s
2.47/2.50	c core-guided solve time 0 s
2.47/2.50	c propagation time 1.2231 s
2.47/2.50	c conflict analysis time 0.452465 s
2.47/2.50	c propagations 998337
2.47/2.50	c resolve steps 181587
2.47/2.50	c decisions 381733
2.47/2.50	c conflicts 60634
2.47/2.50	c restarts 188
2.47/2.50	c inprocessing phases 16
2.47/2.50	c garbage collections 16 ,( 100.00 )
2.47/2.50	c input clauses 58 ,( 12.66 )
2.47/2.50	c input cardinalities 400 ,( 87.34 )
2.47/2.50	c input general constraints 0 ,( 0.00 )
2.47/2.50	c input average constraint length 3.86
2.47/2.50	c input average constraint degree 1.87
2.47/2.50	c learned clauses 50133 ,( 82.61 )
2.47/2.50	c learned cardinalities 757 ,( 1.25 )
2.47/2.50	c learned general constraints 9797 ,( 16.14 )
2.47/2.50	c learned average constraint length 16.22
2.47/2.50	c learned average constraint degree 1360381.28
2.47/2.50	c watched  CF 32, 64, 128, Arb: 4382 , 0 , 0 , 0
2.47/2.50	c counting CF 32, 64, 128, Arb: 5415 , 0 , 0 , 0
2.47/2.50	c watched   constraints 4382 ,( 44.73 ) 
2.47/2.50	c counting  constraints 5415 ,( 55.27 ) 
2.47/2.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 6316045 , 1490900 , 2042070 ,( 913460 , 1128610 )
2.47/2.50	c gcd simplifications 285
2.47/2.50	c detected cardinalities 109
2.47/2.50	c weakened non-implied lits 66439
2.47/2.50	c weakened non-implying lits 80
2.47/2.50	c original variables 419
2.47/2.50	c clausal propagations 122128
2.47/2.50	c cardinality propagations 508742
2.47/2.50	c watched propagations 11144
2.47/2.50	c counting propagations 289670
2.47/2.50	c watch lookups 54581880
2.47/2.50	c watch backjump lookups 0
2.47/2.50	c watch checks 19705427
2.47/2.50	c propagation checks 14025764
2.47/2.50	c constraint additions 3683733
2.47/2.50	c trail pops 1440688
2.47/2.50	c formula constraints 458
2.47/2.50	c learned constraints 60631
2.47/2.50	c bound constraints 0
2.47/2.50	c core-guided constraints 0
2.47/2.50	c encountered formula constraints 26068
2.47/2.50	c encountered learned constraints 216031
2.47/2.50	c encountered bound constraints 0
2.47/2.50	c encountered core-guided constraints 0
2.47/2.50	c LP total time 0.269703 s
2.47/2.50	c LP solve time 0.13 s
2.47/2.50	c LP constraints added 514
2.47/2.50	c LP constraints removed 52
2.47/2.50	c LP pivots internal 6069
2.47/2.50	c LP pivots root 485
2.47/2.50	c LP calls 469
2.47/2.50	c LP optimalities 467
2.47/2.50	c LP no pivot count 32
2.47/2.50	c LP infeasibilities 2
2.47/2.50	c LP valid Farkas constraints 2
2.47/2.50	c LP learned Farkas constraints 2
2.47/2.50	c LP basis resets 0
2.47/2.50	c LP cycling count 0
2.47/2.50	c LP singular count 0
2.47/2.50	c LP no primal count 0
2.47/2.50	c LP no farkas count 0
2.47/2.50	c LP other issue count 0
2.47/2.50	c LP Gomory cuts 52
2.47/2.50	c LP learned cuts 4
2.47/2.50	c LP deleted cuts 52
2.47/2.50	c LP encountered Gomory constraints 3
2.47/2.50	c LP encountered Farkas constraints 114
2.47/2.50	c LP encountered learned Farkas constraints 3
2.47/2.50	c CG auxiliary variables introduced 0
2.47/2.50	c CG solutions found 0
2.47/2.50	c CG cores constructed 0
2.47/2.50	c CG core cardinality constraints returned 0
2.47/2.50	c CG unit cores 0
2.47/2.50	c CG single cores 0
2.47/2.50	c CG blocks removed during cardinality reduction 0
2.47/2.50	c CG first core best 0
2.47/2.50	c CG decision core best 0
2.47/2.50	c CG core reduction tie 0
2.47/2.50	c CG core degree average 0.00
2.47/2.50	c CG core slack average 0.00
2.47/2.50	c CG core upper bound improvements 0
2.47/2.50	c STR number of successful calls 0
2.47/2.50	c STR number of unsuccessful calls 0
2.47/2.50	c STR number of inconclusive calls 0
2.47/2.50	c STR number of successful attempts 0
2.47/2.50	c STR number of unsuccessful attempts 0
2.47/2.50	c STR number of inconclusive attempts 0
2.47/2.50	c STR average degree increase per successful call inf
2.47/2.50	c STR average degree increase per successful attempt inf
2.47/2.50	c STR total number of conflicts for successful attempts 0
2.47/2.50	c STR total number of conflicts for unsuccessful attempts 0
2.47/2.50	c STR total number of conflicts for inconclusive attempts 0
2.47/2.50	c STR average number of conflicts per successful attempt inf
2.47/2.50	c STR average number of conflicts per unsuccessful attempt inf
2.47/2.50	c STR average number of conflicts per inconclusive attempt inf
2.47/2.50	c AVG.sumWPerc 41.74 
2.47/2.50	c bigint constraints 0 
2.47/2.50	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: 63708 MiB (62835 MiB free)
  memory of node 1: 64465 MiB (63795 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511412-1751198281/watcher-4511412-1751198281 -o /tmp/evaluation-result-4511412-1751198281/solver-4511412-1751198281 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760 run-dec-break.sh HOME/instance-4511412-1751198281.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=25072, runsolver pid=25069

[startup+0.100058 s]*
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669600/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=57268 memory=14224 CPUtime=0.07 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 917 0 0 0 5 2 0 0 20 0 1 0 35505637 58642432 3556 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14317 3556 2400 1147 0 1744 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61460 KiB
Current children cumulated memory: 17296 KiB

[startup+0.205813 s]*
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669352/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=57676 memory=14608 CPUtime=0.18 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1019 0 0 0 15 3 0 0 20 0 1 0 35505637 59060224 3652 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14419 3652 2400 1147 0 1846 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 61868 KiB
Current children cumulated memory: 17680 KiB

[startup+0.305817 s]*
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669352/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=57952 memory=14992 CPUtime=0.27 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1088 0 0 0 23 4 0 0 20 0 1 0 35505637 59342848 3748 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14488 3748 2400 1147 0 1915 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 62144 KiB
Current children cumulated memory: 18064 KiB

[startup+0.70018 s]
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669668/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=58392 memory=15376 CPUtime=0.67 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1211 0 0 0 56 11 0 0 20 0 1 0 35505637 59793408 3844 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14598 3844 2400 1147 0 2025 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 62584 KiB
Current children cumulated memory: 18448 KiB

[startup+1.50019 s]
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669668/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=59120 memory=16144 CPUtime=1.46 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1378 0 0 0 124 22 0 0 20 0 1 0 35505637 60538880 4036 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14780 4036 2400 1147 0 2207 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 63312 KiB
Current children cumulated memory: 19216 KiB

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

# cumulated CPU time of all completed processes:  user=2.1251 s, system=0.364659 s

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

[startup+1.60021 s]
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669668/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=59420 memory=16400 CPUtime=1.56 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1441 0 0 0 132 24 0 0 20 0 1 0 35505637 60846080 4100 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14855 4100 2400 1147 0 2282 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 63612 KiB
Current children cumulated memory: 19472 KiB

[startup+2.00016 s]*
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669668/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=59720 memory=16656 CPUtime=1.97 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1514 0 0 0 167 30 0 0 20 0 1 0 35505637 61153280 4164 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14930 4164 2400 1147 0 2357 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 63912 KiB
Current children cumulated memory: 19728 KiB

[startup+2.40015 s]
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669668/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=59864 memory=17040 CPUtime=2.36 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1628 0 0 0 202 34 0 0 20 0 1 0 35505637 61300736 4260 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 14966 4260 2400 1147 0 2393 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 64056 KiB
Current children cumulated memory: 20112 KiB

[startup+2.50017 s]
/proc/loadavg: 4.15 4.12 4.08 5/270 25075
/proc/meminfo: memFree=129669668/131250000 swapFree=33010684/33010684
[pid=25072] ppid=25069 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25072/stat : 25072 (run-dec-break.s) S 25069 25072 23358 0 -1 4194304 236 342 0 0 0 0 0 0 20 0 1 0 35505635 4292608 768 18446744073709551615 94514329440256 94514330334789 140732664537200 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94514330573840 94514330621584 94514342764544 140732664543585 140732664543714 140732664543714 140732664549316 0
/proc/25072/statm: 1048 768 704 219 0 110 0
[pid=25075] ppid=25072 vsize=60024 memory=17040 CPUtime=2.47 cores=1,3
/proc/25075/stat : 25075 (roundingsat) R 25072 25072 23358 0 -1 4194304 1635 0 0 0 211 36 0 0 20 0 1 0 35505637 61464576 4260 18446744073709551615 4227072 8923433 140724231160864 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 40468480 140724231166276 140724231166504 140724231166504 140724231172074 0
/proc/25075/statm: 15006 4260 2400 1147 0 2433 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 64216 KiB
Current children cumulated memory: 20112 KiB

Child status: 0

Real time (s): 2.50875
CPU time (s): 2.48976
CPU user time (s): 2.1251
CPU system time (s): 0.364659
CPU usage (%): 99.2432
Max. virtual memory (cumulated for all children) (KiB): 64216
Max. memory (cumulated for all children) (KiB): 20112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.1251
system time used= 0.364659
maximum resident set size= 17040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 25072
#   total CPU time (s): 2.48976
#   total CPU user time (s): 2.1251
#   total CPU system time (s): 0.364659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016431 second user time and 0.041551 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 13:58:01
IDJOB=4511412
IDBENCH=160440
IDSOLVER=3357
FILE ID=nodeC019/4511412-1751198281
RUNJOBID= nodeC019-1751196526-23370
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511412-1751198281/watcher-4511412-1751198281 -o /tmp/evaluation-result-4511412-1751198281/solver-4511412-1751198281 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760  run-dec-break.sh HOME/instance-4511412-1751198281.opb

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=202589394

nodeC019 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.598
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.37
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		: 3598.061
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.37
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		: 3561.765
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.37
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		: 3599.678
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.37
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.824
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.37
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.683
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.37
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		: 3690.108
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.37
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		: 3600.081
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129669424 kB
MemAvailable:   129506496 kB
Buffers:            3280 kB
Cached:           646788 kB
SwapCached:            0 kB
Active:           650420 kB
Inactive:         390028 kB
Active(anon):     408456 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   390028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7204 kB
Writeback:             0 kB
AnonPages:        388728 kB
Mapped:           112896 kB
Shmem:             18064 kB
KReclaimable:      88640 kB
Slab:             173880 kB
SReclaimable:      88640 kB
SUnreclaim:        85240 kB
KernelStack:        4384 kB
PageTables:         4064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     740996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 13:58:04