Trace number 4511413

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adUNSAT cert. 2.92575 2.96724

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-4511413-1751199655.opb'
0.00/0.01	c 	read 0.01MB  (0.19ms)
0.00/0.01	c	 [cnf: #variables 401 #clauses 201 #duplicates 0 #arr 802]
0.00/0.01	c output proof to 'PROOFDIR/proof-4511413-1751199655'
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.57ms)
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.64ms)
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.01ms)
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-4511413-1751199655.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.11ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   3.57ms 50.62% detect_special
0.00/0.01	c                   2.23ms 31.71% other
0.00/0.01	c                   0.64ms  9.09% detect_generic
0.00/0.01	c                   0.27ms  3.86% approx_orbits
0.00/0.01	c                   0.19ms  2.70% parse
0.00/0.01	c                   0.11ms  1.50% output
0.00/0.01	c                   0.02ms  0.34% finalize_order
0.00/0.01	c                   0.01ms  0.12% break_generic
0.00/0.01	c                   0.00ms  0.05% optimize_gens
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   7.04ms   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.03	c #variables 419 #constraints 458
0.00/0.03	c rational objective 200.5
0.17/0.28	c #Conflicts:       1000 | #Constraints:       1461
0.17/0.28	c #Conflicts:       2000 | #Constraints:       2461
0.17/0.28	c INPROCESSING
0.17/0.28	c GARBAGE COLLECT
0.17/0.28	c #Conflicts:       3000 | #Constraints:       2483
0.17/0.28	c #Conflicts:       4000 | #Constraints:       3483
0.17/0.28	c INPROCESSING
0.17/0.28	c GARBAGE COLLECT
0.17/0.28	c #Conflicts:       5000 | #Constraints:       2901
0.17/0.28	c #Conflicts:       6000 | #Constraints:       3902
0.17/0.28	c INPROCESSING
0.17/0.28	c GARBAGE COLLECT
0.17/0.28	c rational objective 200.5
0.37/0.41	c #Conflicts:       7000 | #Constraints:       2908
0.37/0.41	c #Conflicts:       8000 | #Constraints:       3908
0.37/0.41	c #Conflicts:       9000 | #Constraints:       4908
0.37/0.41	c INPROCESSING
0.37/0.41	c GARBAGE COLLECT
0.37/0.41	c rational objective 200.5
0.47/0.54	c #Conflicts:      10000 | #Constraints:       3613
0.47/0.54	c #Conflicts:      11000 | #Constraints:       4613
0.47/0.54	c #Conflicts:      12000 | #Constraints:       5613
0.47/0.54	c INPROCESSING
0.47/0.54	c GARBAGE COLLECT
0.47/0.54	c rational objective 200.5
0.66/0.70	c #Conflicts:      13000 | #Constraints:       4065
0.66/0.70	c #Conflicts:      14000 | #Constraints:       5065
0.66/0.70	c #Conflicts:      15000 | #Constraints:       6065
0.66/0.70	c INPROCESSING
0.66/0.70	c GARBAGE COLLECT
0.66/0.70	c rational objective 200.5
0.76/0.88	c #Conflicts:      16000 | #Constraints:       4294
0.76/0.88	c #Conflicts:      17000 | #Constraints:       5294
0.76/0.88	c #Conflicts:      18000 | #Constraints:       6294
0.76/0.88	c INPROCESSING
0.76/0.88	c GARBAGE COLLECT
0.76/0.88	c rational objective 200.5
0.96/1.06	c #Conflicts:      19000 | #Constraints:       4308
0.96/1.06	c #Conflicts:      20000 | #Constraints:       5308
0.96/1.06	c #Conflicts:      21000 | #Constraints:       6308
0.96/1.06	c INPROCESSING
0.96/1.06	c GARBAGE COLLECT
0.96/1.06	c rational objective 200.5
1.16/1.23	c #Conflicts:      22000 | #Constraints:       4115
1.16/1.23	c #Conflicts:      23000 | #Constraints:       5115
1.16/1.23	c #Conflicts:      24000 | #Constraints:       6115
1.16/1.23	c #Conflicts:      25000 | #Constraints:       7115
1.16/1.23	c INPROCESSING
1.16/1.23	c GARBAGE COLLECT
1.16/1.23	c rational objective 200.5
1.36/1.41	c #Conflicts:      26000 | #Constraints:       4724
1.36/1.41	c #Conflicts:      27000 | #Constraints:       5724
1.36/1.41	c #Conflicts:      28000 | #Constraints:       6724
1.36/1.41	c #Conflicts:      29000 | #Constraints:       7724
1.36/1.41	c INPROCESSING
1.36/1.41	c GARBAGE COLLECT
1.36/1.41	c rational objective 200.5
1.56/1.62	c #Conflicts:      30000 | #Constraints:       5128
1.56/1.62	c #Conflicts:      31000 | #Constraints:       6128
1.56/1.62	c #Conflicts:      32000 | #Constraints:       7128
1.56/1.62	c #Conflicts:      33000 | #Constraints:       8128
1.56/1.62	c INPROCESSING
1.56/1.62	c GARBAGE COLLECT
1.56/1.62	c rational objective 200.5
1.76/1.83	c #Conflicts:      34000 | #Constraints:       5330
1.76/1.83	c #Conflicts:      35000 | #Constraints:       6330
1.76/1.83	c #Conflicts:      36000 | #Constraints:       7330
1.76/1.83	c #Conflicts:      37000 | #Constraints:       8330
1.76/1.83	c INPROCESSING
1.76/1.83	c GARBAGE COLLECT
1.76/1.83	c rational objective 200.5
1.96/2.04	c #Conflicts:      38000 | #Constraints:       5329
1.96/2.04	c #Conflicts:      39000 | #Constraints:       6329
1.96/2.04	c #Conflicts:      40000 | #Constraints:       7329
1.96/2.04	c #Conflicts:      41000 | #Constraints:       8329
1.96/2.04	c INPROCESSING
1.96/2.04	c GARBAGE COLLECT
1.96/2.04	c rational objective 200.5
2.15/2.26	c #Conflicts:      42000 | #Constraints:       5133
2.15/2.26	c #Conflicts:      43000 | #Constraints:       6133
2.15/2.26	c #Conflicts:      44000 | #Constraints:       7133
2.15/2.26	c #Conflicts:      45000 | #Constraints:       8133
2.15/2.26	c #Conflicts:      46000 | #Constraints:       9133
2.15/2.26	c INPROCESSING
2.15/2.26	c GARBAGE COLLECT
2.15/2.26	c rational objective 200.5
2.46/2.50	c #Conflicts:      47000 | #Constraints:       5727
2.46/2.50	c #Conflicts:      48000 | #Constraints:       6727
2.46/2.50	c #Conflicts:      49000 | #Constraints:       7727
2.46/2.50	c #Conflicts:      50000 | #Constraints:       8727
2.46/2.50	c #Conflicts:      51000 | #Constraints:       9727
2.46/2.50	c INPROCESSING
2.46/2.50	c GARBAGE COLLECT
2.46/2.50	c rational objective 200.5
2.66/2.73	c #Conflicts:      52000 | #Constraints:       6131
2.66/2.73	c #Conflicts:      53000 | #Constraints:       7131
2.66/2.73	c #Conflicts:      54000 | #Constraints:       8131
2.66/2.73	c #Conflicts:      55000 | #Constraints:       9131
2.66/2.73	c #Conflicts:      56000 | #Constraints:      10131
2.66/2.73	c INPROCESSING
2.66/2.73	c GARBAGE COLLECT
2.66/2.73	c rational objective 200.5
2.85/2.96	c #Conflicts:      57000 | #Constraints:       6329
2.85/2.96	c #Conflicts:      58000 | #Constraints:       7329
2.85/2.96	c #Conflicts:      59000 | #Constraints:       8329
2.85/2.96	c #Conflicts:      60000 | #Constraints:       9329
2.85/2.96	c cpu time 2.52437 s
2.85/2.96	c deterministic time 94824117 9.48e+07
2.85/2.96	c optimization time 2.6e-05 s
2.85/2.96	c total solve time 2.52124 s
2.85/2.96	c core-guided solve time 0 s
2.85/2.96	c propagation time 1.32609 s
2.85/2.96	c conflict analysis time 0.602794 s
2.85/2.96	c propagations 998337
2.85/2.96	c resolve steps 181587
2.85/2.96	c decisions 381733
2.85/2.96	c conflicts 60634
2.85/2.96	c restarts 188
2.85/2.96	c inprocessing phases 16
2.85/2.96	c garbage collections 16 ,( 100.00 )
2.85/2.96	c input clauses 58 ,( 12.66 )
2.85/2.96	c input cardinalities 400 ,( 87.34 )
2.85/2.96	c input general constraints 0 ,( 0.00 )
2.85/2.96	c input average constraint length 3.86
2.85/2.96	c input average constraint degree 1.87
2.85/2.96	c learned clauses 50133 ,( 82.61 )
2.85/2.96	c learned cardinalities 757 ,( 1.25 )
2.85/2.96	c learned general constraints 9797 ,( 16.14 )
2.85/2.96	c learned average constraint length 16.22
2.85/2.96	c learned average constraint degree 1360381.28
2.85/2.96	c watched  CF 32, 64, 128, Arb: 4382 , 0 , 0 , 0
2.85/2.96	c counting CF 32, 64, 128, Arb: 5415 , 0 , 0 , 0
2.85/2.96	c watched   constraints 4382 ,( 44.73 ) 
2.85/2.96	c counting  constraints 5415 ,( 55.27 ) 
2.85/2.96	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 6316045 , 1490900 , 2042070 ,( 913460 , 1128610 )
2.85/2.96	c gcd simplifications 285
2.85/2.96	c detected cardinalities 109
2.85/2.96	c weakened non-implied lits 66439
2.85/2.96	c weakened non-implying lits 80
2.85/2.96	c original variables 419
2.85/2.96	c clausal propagations 122128
2.85/2.96	c cardinality propagations 508742
2.85/2.96	c watched propagations 11144
2.85/2.96	c counting propagations 289670
2.85/2.96	c watch lookups 54581880
2.85/2.96	c watch backjump lookups 0
2.85/2.96	c watch checks 19705427
2.85/2.96	c propagation checks 14025764
2.85/2.96	c constraint additions 3683733
2.85/2.96	c trail pops 1440688
2.85/2.96	c formula constraints 458
2.85/2.96	c learned constraints 60631
2.85/2.96	c bound constraints 0
2.85/2.96	c core-guided constraints 0
2.85/2.96	c encountered formula constraints 26068
2.85/2.96	c encountered learned constraints 216031
2.85/2.96	c encountered bound constraints 0
2.85/2.96	c encountered core-guided constraints 0
2.85/2.96	c LP total time 0.373448 s
2.85/2.96	c LP solve time 0.18 s
2.85/2.96	c LP constraints added 514
2.85/2.96	c LP constraints removed 52
2.85/2.96	c LP pivots internal 6069
2.85/2.96	c LP pivots root 485
2.85/2.96	c LP calls 469
2.85/2.96	c LP optimalities 467
2.85/2.96	c LP no pivot count 32
2.85/2.96	c LP infeasibilities 2
2.85/2.96	c LP valid Farkas constraints 2
2.85/2.96	c LP learned Farkas constraints 2
2.85/2.96	c LP basis resets 0
2.85/2.96	c LP cycling count 0
2.85/2.96	c LP singular count 0
2.85/2.96	c LP no primal count 0
2.85/2.96	c LP no farkas count 0
2.85/2.96	c LP other issue count 0
2.85/2.96	c LP Gomory cuts 52
2.85/2.96	c LP learned cuts 4
2.85/2.96	c LP deleted cuts 52
2.85/2.96	c LP encountered Gomory constraints 3
2.85/2.96	c LP encountered Farkas constraints 114
2.85/2.96	c LP encountered learned Farkas constraints 3
2.85/2.96	c CG auxiliary variables introduced 0
2.85/2.96	c CG solutions found 0
2.85/2.96	c CG cores constructed 0
2.85/2.96	c CG core cardinality constraints returned 0
2.85/2.96	c CG unit cores 0
2.85/2.96	c CG single cores 0
2.85/2.96	c CG blocks removed during cardinality reduction 0
2.85/2.96	c CG first core best 0
2.85/2.96	c CG decision core best 0
2.85/2.96	c CG core reduction tie 0
2.85/2.96	c CG core degree average 0.00
2.85/2.96	c CG core slack average 0.00
2.85/2.96	c CG core upper bound improvements 0
2.85/2.96	c STR number of successful calls 0
2.85/2.96	c STR number of unsuccessful calls 0
2.85/2.96	c STR number of inconclusive calls 0
2.85/2.96	c STR number of successful attempts 0
2.85/2.96	c STR number of unsuccessful attempts 0
2.85/2.96	c STR number of inconclusive attempts 0
2.85/2.96	c STR average degree increase per successful call inf
2.85/2.96	c STR average degree increase per successful attempt inf
2.85/2.96	c STR total number of conflicts for successful attempts 0
2.85/2.96	c STR total number of conflicts for unsuccessful attempts 0
2.85/2.96	c STR total number of conflicts for inconclusive attempts 0
2.85/2.96	c STR average number of conflicts per successful attempt inf
2.85/2.96	c STR average number of conflicts per unsuccessful attempt inf
2.85/2.96	c STR average number of conflicts per inconclusive attempt inf
2.85/2.96	c AVG.sumWPerc 41.74 
2.85/2.96	c bigint constraints 0 
2.85/2.96	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:43:16 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (59970 MiB free)
  memory of node 1: 64507 MiB (59059 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=22988, runsolver pid=22985
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.07 4.09 3.85 5/273 22991
/proc/meminfo: memFree=121877760/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=57408 memory=14084 CPUtime=0.07 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 950 0 0 0 6 1 0 0 20 0 1 0 35645062 58785792 3521 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 14352 3521 2336 1147 0 1779 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61600 KiB
Current children cumulated memory: 17028 KiB

[startup+0.206183 s]*
/proc/loadavg: 4.07 4.09 3.85 5/273 22991
/proc/meminfo: memFree=121884508/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=57680 memory=14340 CPUtime=0.17 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1026 0 0 0 16 1 0 0 20 0 1 0 35645062 59064320 3585 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 14420 3585 2336 1147 0 1847 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 61872 KiB
Current children cumulated memory: 17284 KiB

[startup+0.30608 s]*
/proc/loadavg: 4.07 4.09 3.85 5/273 22991
/proc/meminfo: memFree=121883752/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=58136 memory=14852 CPUtime=0.27 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1131 0 0 0 25 2 0 0 20 0 1 0 35645062 59531264 3713 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 14534 3713 2336 1147 0 1961 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 62328 KiB
Current children cumulated memory: 17796 KiB

[startup+0.700168 s]
/proc/loadavg: 4.07 4.09 3.85 5/273 22991
/proc/meminfo: memFree=121882744/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=58572 memory=15364 CPUtime=0.66 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1257 0 0 0 58 8 0 0 20 0 1 0 35645062 59977728 3841 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 14643 3841 2336 1147 0 2070 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 62764 KiB
Current children cumulated memory: 18308 KiB

[startup+1.50019 s]
/proc/loadavg: 4.06 4.09 3.86 5/273 22991
/proc/meminfo: memFree=121880728/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=59372 memory=16132 CPUtime=1.46 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1463 0 0 0 127 19 0 0 20 0 1 0 35645062 60796928 4033 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 14843 4033 2336 1147 0 2270 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 63564 KiB
Current children cumulated memory: 19076 KiB

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

# cumulated CPU time of all completed processes:  user=2.53337 s, system=0.392382 s

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

[startup+1.6002 s]
/proc/loadavg: 4.06 4.09 3.86 5/273 22991
/proc/meminfo: memFree=121880728/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=59372 memory=16132 CPUtime=1.56 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1463 0 0 0 136 20 0 0 20 0 1 0 35645062 60796928 4033 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 14843 4033 2336 1147 0 2270 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 63564 KiB
Current children cumulated memory: 19076 KiB

[startup+2.40016 s]
/proc/loadavg: 4.06 4.09 3.86 5/273 22991
/proc/meminfo: memFree=121884764/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=60268 memory=16772 CPUtime=2.36 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1644 0 0 0 207 29 0 0 20 0 1 0 35645062 61714432 4193 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 15067 4193 2336 1147 0 2494 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 64460 KiB
Current children cumulated memory: 19716 KiB

[startup+2.80015 s]
/proc/loadavg: 4.06 4.09 3.86 5/273 22991
/proc/meminfo: memFree=121884764/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=60380 memory=17156 CPUtime=2.76 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1753 0 0 0 240 36 0 0 20 0 1 0 35645062 61829120 4289 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 15095 4289 2336 1147 0 2522 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 64572 KiB
Current children cumulated memory: 20100 KiB

[startup+2.90016 s]
/proc/loadavg: 4.06 4.09 3.86 5/273 22991
/proc/meminfo: memFree=121884764/131249996 swapFree=33010684/33010684
[pid=22988] ppid=22985 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/22988/stat : 22988 (run-dec-break-l) S 22985 22988 21214 0 -1 4194304 240 347 0 0 0 0 0 0 20 0 1 0 35645060 4292608 736 18446744073709551615 94333695582208 94333696476741 140736396251664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94333696715792 94333696763536 94333724463104 140736396257557 140736396257758 140736396257758 140736396263360 0
/proc/22988/statm: 1048 736 672 219 0 110 0
[pid=22991] ppid=22988 vsize=60380 memory=17156 CPUtime=2.85 cores=0,2
/proc/22991/stat : 22991 (roundingsat) R 22988 22988 21214 0 -1 4194304 1753 0 0 0 248 37 0 0 20 0 1 0 35645062 61829120 4289 18446744073709551615 4227072 8923433 140724538098880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34336768 140724538108148 140724538108456 140724538108456 140724538114026 0
/proc/22991/statm: 15095 4289 2336 1147 0 2522 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 64572 KiB
Current children cumulated memory: 20100 KiB

Child status: 0

Real time (s): 2.96724
CPU time (s): 2.92575
CPU user time (s): 2.53337
CPU system time (s): 0.392382
CPU usage (%): 98.6017
Max. virtual memory (cumulated for all children) (KiB): 64600
Max. memory (cumulated for all children) (KiB): 20100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.53337
system time used= 0.392382
maximum resident set size= 17156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2366
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 532
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 22988
#   total CPU time (s): 2.92575
#   total CPU user time (s): 2.53337
#   total CPU system time (s): 0.392382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022683 second user time and 0.037835 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 14:20:55
IDJOB=4511413
IDBENCH=160440
IDSOLVER=3358
FILE ID=nodeC030/4511413-1751199655
RUNJOBID= nodeC030-1751197546-21224
SLURM_JOB_ID= 9587610
Free space on /tmp= 433008 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511413-1751199655/watcher-4511413-1751199655 -o /tmp/evaluation-result-4511413-1751199655/solver-4511413-1751199655 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21224 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4511413-1751199655.opb PROOFDIR/proof-4511413-1751199655

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=736960163

nodeC030 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		: 3604.797
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	: 7000.62
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		: 3600.252
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	: 7000.62
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		: 3599.990
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	: 7000.62
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		: 3611.448
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	: 7000.62
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		: 3600.327
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	: 7000.62
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		: 3600.316
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	: 7000.62
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		: 3603.328
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	: 7000.62
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121889196 kB
MemAvailable:   129359192 kB
Buffers:            3280 kB
Cached:          8270992 kB
SwapCached:            0 kB
Active:           675776 kB
Inactive:        8014136 kB
Active(anon):     433820 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  8014136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26744 kB
Writeback:           280 kB
AnonPages:        410584 kB
Mapped:           113336 kB
Shmem:             18064 kB
KReclaimable:     105884 kB
Slab:             191940 kB
SReclaimable:     105884 kB
SUnreclaim:        86056 kB
KernelStack:        4400 kB
PageTables:         4028 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     766780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150712 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC030 at 2025-06-29 14:20:58