Trace number 4542117

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. 7.28127 7.3211

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height18_pigeons17_holes16.opb
MD5SUMe61ecd0a39d46c66c4c3e779f400bc97
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 benchmark3.367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52060
Total number of constraints7300
Number of constraints which are clauses3745
Number of constraints which are cardinality constraints (but not clauses)2852
Number of constraints which are nor clauses,nor cardinality constraints703
Minimum length of a constraint16
Maximum length of a constraint21
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4542117-1753211729.opb'
0.00/0.06	c 	read 1.29MB  (43.01ms)
0.00/0.06	c	 [cnf: #variables 52060 #clauses 7300 #duplicates 0 #arr 125907]
0.00/0.06	c output proof to '/tmp/proof-4542117-1753211729'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.08/0.15	c	 [group: #orbits ~= 980] (88.35ms)
0.08/0.15	c 
0.08/0.15	c detect special group actions
0.08/0.15	c 	probe for Johnson action (limit=64)
0.08/0.22	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.40/0.43	c 	probe for row symmetry (limit=64, splits=16.78M)
1.17/1.25	c 	 (1099.78ms)
1.17/1.25	c 
1.17/1.25	c detect symmetries on remainder
1.17/1.25	c 	[graph: #vertices 215540 #edges 564174]
1.17/1.25	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
1.37/1.42	c 	 [group: #symmetries 3.54*10^4890 #generators 480] (171.10ms)
1.37/1.42	c 
1.37/1.42	c optimize generators (opt_passes=64, conjugate_limit=256)
1.37/1.43	c 	ran it=0, +gens=14 
1.37/1.48	c 	con best_support=4, best_gens=167, +gens=0
1.37/1.48	c 	(56.41ms)
1.37/1.48	c 
1.37/1.48	c finalize break order and special generators
1.37/1.48	c 
1.37/1.48	c add generic predicates (break_depth=10)
1.37/1.48	c 	added predicates for 494 generators (0.64ms)
1.46/1.51	c 
1.46/1.51	c generation finished
1.46/1.51	c 	[sbp: #constraints 8921 #add_vars 2809]
1.46/1.51	c 
1.46/1.51	c write result to 'HOME/instance-4542117-1753211729.opb.pre'
1.46/1.52	c 	wrote 1.63MB (6.52ms)
1.46/1.52	c ------------------------------------------------------------------
1.46/1.52	c                1099.78ms 73.41% detect_special
1.46/1.52	c                 171.10ms 11.42% detect_generic
1.46/1.52	c                  88.35ms  5.90% approx_orbits
1.46/1.52	c                  56.41ms  3.76% optimize_gens
1.46/1.52	c                  43.00ms  2.87% parse
1.46/1.52	c                  28.93ms  1.93% other
1.46/1.52	c                   6.52ms  0.43% output
1.46/1.52	c                   3.49ms  0.23% finalize_order
1.46/1.52	c                   0.64ms  0.04% break_generic
1.46/1.52	c         ───────────────────────────────────────────────
1.46/1.52	c                1498.23ms   100% total
1.46/1.52	c ------------------------------------------------------------------
1.46/1.54	c RoundingSat 2
1.46/1.54	c branch pb25
1.46/1.54	c commit 63f22ad
1.49/1.76	c #variables 54869 #constraints 16221
7.23/7.31	c #Conflicts:       1000 | #Constraints:      17220
7.23/7.31	c #Conflicts:       2000 | #Constraints:      18220
7.23/7.31	c INPROCESSING
7.23/7.31	c GARBAGE COLLECT
7.23/7.31	c #Conflicts:       3000 | #Constraints:      18005
7.23/7.31	c cpu time 3.80934 s
7.23/7.31	c deterministic time 17999407 1.80e+07
7.23/7.31	c optimization time 8.7e-05 s
7.23/7.31	c total solve time 3.62405 s
7.23/7.31	c core-guided solve time 0 s
7.23/7.31	c propagation time 0.826072 s
7.23/7.31	c conflict analysis time 0.0268 s
7.23/7.31	c propagations 736120
7.23/7.31	c resolve steps 7987
7.23/7.31	c decisions 3145945
7.23/7.31	c conflicts 3606
7.23/7.31	c restarts 18
7.23/7.31	c inprocessing phases 1
7.23/7.31	c garbage collections 1 ,( 100.00 )
7.23/7.31	c input clauses 12666 ,( 78.08 )
7.23/7.31	c input cardinalities 3555 ,( 21.92 )
7.23/7.31	c input general constraints 0 ,( 0.00 )
7.23/7.31	c input average constraint length 9.34
7.23/7.31	c input average constraint degree 4.29
7.23/7.31	c learned clauses 557 ,( 15.45 )
7.23/7.31	c learned cardinalities 2946 ,( 81.72 )
7.23/7.31	c learned general constraints 102 ,( 2.83 )
7.23/7.31	c learned average constraint length 86.62
7.23/7.31	c learned average constraint degree 45.11
7.23/7.31	c watched  CF 32, 64, 128, Arb: 13 , 0 , 0 , 0
7.23/7.31	c counting CF 32, 64, 128, Arb: 89 , 0 , 0 , 0
7.23/7.31	c watched   constraints 13 ,( 12.75 ) 
7.23/7.31	c counting  constraints 89 ,( 87.25 ) 
7.23/7.31	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 436487 , 239837 , 2799 ,( 294 , 2505 )
7.23/7.31	c gcd simplifications 0
7.23/7.31	c detected cardinalities 1
7.23/7.31	c weakened non-implied lits 5263
7.23/7.31	c weakened non-implying lits 0
7.23/7.31	c original variables 54869
7.23/7.31	c clausal propagations 373597
7.23/7.31	c cardinality propagations 329562
7.23/7.31	c watched propagations 242
7.23/7.31	c counting propagations 236
7.23/7.31	c watch lookups 772154
7.23/7.31	c watch backjump lookups 0
7.23/7.31	c watch checks 4177870
7.23/7.31	c propagation checks 4838356
7.23/7.31	c constraint additions 440489
7.23/7.31	c trail pops 3885472
7.23/7.31	c formula constraints 16221
7.23/7.31	c learned constraints 3605
7.23/7.31	c bound constraints 0
7.23/7.31	c core-guided constraints 0
7.23/7.31	c encountered formula constraints 8259
7.23/7.31	c encountered learned constraints 3334
7.23/7.31	c encountered bound constraints 0
7.23/7.31	c encountered core-guided constraints 0
7.23/7.31	c LP total time 0.117578 s
7.23/7.31	c LP solve time 0.09 s
7.23/7.31	c LP constraints added 16221
7.23/7.31	c LP constraints removed 0
7.23/7.31	c LP pivots internal 2000
7.23/7.31	c LP pivots root 1000
7.23/7.31	c LP calls 2
7.23/7.31	c LP optimalities 0
7.23/7.31	c LP no pivot count 0
7.23/7.31	c LP infeasibilities 0
7.23/7.31	c LP valid Farkas constraints 0
7.23/7.31	c LP learned Farkas constraints 0
7.23/7.31	c LP basis resets 0
7.23/7.31	c LP cycling count 0
7.23/7.31	c LP singular count 0
7.23/7.31	c LP no primal count 0
7.23/7.31	c LP no farkas count 0
7.23/7.31	c LP other issue count 0
7.23/7.31	c LP Gomory cuts 0
7.23/7.31	c LP learned cuts 0
7.23/7.31	c LP deleted cuts 0
7.23/7.31	c LP encountered Gomory constraints 0
7.23/7.31	c LP encountered Farkas constraints 0
7.23/7.31	c LP encountered learned Farkas constraints 0
7.23/7.31	c CG auxiliary variables introduced 0
7.23/7.31	c CG solutions found 0
7.23/7.31	c CG cores constructed 0
7.23/7.31	c CG core cardinality constraints returned 0
7.23/7.31	c CG unit cores 0
7.23/7.31	c CG single cores 0
7.23/7.31	c CG blocks removed during cardinality reduction 0
7.23/7.31	c CG first core best 0
7.23/7.31	c CG decision core best 0
7.23/7.31	c CG core reduction tie 0
7.23/7.31	c CG core degree average 0.00
7.23/7.31	c CG core slack average 0.00
7.23/7.31	c CG core upper bound improvements 0
7.23/7.31	c STR number of successful calls 0
7.23/7.31	c STR number of unsuccessful calls 0
7.23/7.31	c STR number of inconclusive calls 0
7.23/7.31	c STR number of successful attempts 0
7.23/7.31	c STR number of unsuccessful attempts 0
7.23/7.31	c STR number of inconclusive attempts 0
7.23/7.31	c STR average degree increase per successful call inf
7.23/7.31	c STR average degree increase per successful attempt inf
7.23/7.31	c STR total number of conflicts for successful attempts 0
7.23/7.31	c STR total number of conflicts for unsuccessful attempts 0
7.23/7.31	c STR total number of conflicts for inconclusive attempts 0
7.23/7.31	c STR average number of conflicts per successful attempt inf
7.23/7.31	c STR average number of conflicts per unsuccessful attempt inf
7.23/7.31	c STR average number of conflicts per inconclusive attempt inf
7.23/7.31	c AVG.sumWPerc 59.66 
7.23/7.31	c bigint constraints 0 
7.23/7.31	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 22 21:34:19 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: 63837 MiB (54205 MiB free)
  memory of node 1: 64465 MiB (53314 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=157599, runsolver pid=157586

[startup+0.100101 s]*
/proc/loadavg: 1.17 1.31 1.43 5/256 157603
/proc/meminfo: memFree=110066344/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157602] ppid=157599 vsize=44872 memory=33284 CPUtime=0.08 cores=5,7
/proc/157602/stat : 157602 (pbsuma) R 157599 157599 157528 0 -1 4194304 7527 0 0 0 6 2 0 0 20 0 1 0 236851586 45948928 8321 18446744073709551615 4210688 4653049 140726617983632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 23109632 140726617987335 140726617987632 140726617987632 140726617993199 0
/proc/157602/statm: 11218 8321 992 108 0 8626 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 49064 KiB
Current children cumulated memory: 36356 KiB

[startup+0.213725 s]*
/proc/loadavg: 1.17 1.31 1.43 5/256 157604
/proc/meminfo: memFree=110038496/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157602] ppid=157599 vsize=69148 memory=40552 CPUtime=0.2 cores=5,7
/proc/157602/stat : 157602 (pbsuma) R 157599 157599 157528 0 -1 4194304 12096 0 0 0 16 4 0 0 20 0 1 0 236851586 70807552 10138 18446744073709551615 4210688 4653049 140726617983632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 23109632 140726617987335 140726617987632 140726617987632 140726617993199 0
/proc/157602/statm: 17287 10138 1024 108 0 14695 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 73340 KiB
Current children cumulated memory: 43624 KiB

[startup+0.313523 s]*
/proc/loadavg: 1.17 1.31 1.43 5/256 157604
/proc/meminfo: memFree=110033644/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157602] ppid=157599 vsize=77104 memory=48232 CPUtime=0.3 cores=5,7
/proc/157602/stat : 157602 (pbsuma) R 157599 157599 157528 0 -1 4194304 12997 0 0 0 25 5 0 0 20 0 1 0 236851586 78954496 12058 18446744073709551615 4210688 4653049 140726617983632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 23109632 140726617987335 140726617987632 140726617987632 140726617993199 0
/proc/157602/statm: 19276 12058 1024 108 0 16684 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 81296 KiB
Current children cumulated memory: 51304 KiB

[startup+0.700396 s]
/proc/loadavg: 1.17 1.31 1.43 5/256 157604
/proc/meminfo: memFree=110019972/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157602] ppid=157599 vsize=77104 memory=51816 CPUtime=0.67 cores=5,7
/proc/157602/stat : 157602 (pbsuma) R 157599 157599 157528 0 -1 4194304 13899 0 0 0 62 5 0 0 20 0 1 0 236851586 78954496 12954 18446744073709551615 4210688 4653049 140726617983632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 23109632 140726617987335 140726617987632 140726617987632 140726617993199 0
/proc/157602/statm: 19276 12954 1024 108 0 16684 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 81296 KiB
Current children cumulated memory: 54888 KiB

[startup+1.50041 s]
/proc/loadavg: 1.17 1.31 1.43 5/256 157604
/proc/meminfo: memFree=110001328/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157602] ppid=157599 vsize=110024 memory=80916 CPUtime=1.46 cores=5,7
/proc/157602/stat : 157602 (pbsuma) R 157599 157599 157528 0 -1 4194304 24746 0 0 0 138 8 0 0 20 0 1 0 236851586 112664576 20229 18446744073709551615 4210688 4653049 140726617983632 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 23109632 140726617987335 140726617987632 140726617987632 140726617993199 0
/proc/157602/statm: 27506 20229 1024 108 0 24914 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 114216 KiB
Current children cumulated memory: 83988 KiB

[startup+3.11259 s]
/proc/loadavg: 1.40 1.35 1.44 5/256 157605
/proc/meminfo: memFree=109884620/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=1.49 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 237 24876 0 0 0 0 140 9 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157605] ppid=157599 vsize=128716 memory=83852 CPUtime=1.57 cores=5,7
/proc/157605/stat : 157605 (roundingsat) R 157599 157599 157528 0 -1 4194304 17719 0 0 0 142 15 0 0 20 0 1 0 236851738 131805184 20963 18446744073709551615 4227072 8923433 140720782819696 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 37777408 140720782825752 140720782826022 140720782826022 140720782831594 0
/proc/157605/statm: 32179 20963 2368 1147 0 19606 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 132908 KiB
Current children cumulated memory: 86924 KiB

[startup+6.30038 s]
/proc/loadavg: 1.40 1.35 1.44 5/256 157605
/proc/meminfo: memFree=109804932/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=1.49 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 237 24876 0 0 0 0 140 9 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157605] ppid=157599 vsize=131824 memory=86924 CPUtime=4.74 cores=5,7
/proc/157605/stat : 157605 (roundingsat) R 157599 157599 157528 0 -1 4194304 18488 0 0 0 336 138 0 0 20 0 1 0 236851738 134987776 21731 18446744073709551615 4227072 8923433 140720782819696 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 37777408 140720782825752 140720782826022 140720782826022 140720782831594 0
/proc/157605/statm: 32956 21731 2368 1147 0 20383 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 136016 KiB
Current children cumulated memory: 89996 KiB

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

# cumulated CPU time of all completed processes:  user=5.23242 s, system=2.04885 s

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

[startup+6.40042 s]
/proc/loadavg: 1.40 1.35 1.44 5/256 157605
/proc/meminfo: memFree=109804932/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=1.49 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 237 24876 0 0 0 0 140 9 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157605] ppid=157599 vsize=131824 memory=86924 CPUtime=4.84 cores=5,7
/proc/157605/stat : 157605 (roundingsat) R 157599 157599 157528 0 -1 4194304 18499 0 0 0 340 144 0 0 20 0 1 0 236851738 134987776 21731 18446744073709551615 4227072 8923433 140720782819696 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 37777408 140720782825752 140720782826022 140720782826022 140720782831594 0
/proc/157605/statm: 32956 21731 2368 1147 0 20383 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 136016 KiB
Current children cumulated memory: 89996 KiB

[startup+6.80035 s]
/proc/loadavg: 1.40 1.35 1.44 5/256 157605
/proc/meminfo: memFree=109804932/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=1.49 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 237 24876 0 0 0 0 140 9 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157605] ppid=157599 vsize=132088 memory=87180 CPUtime=5.24 cores=5,7
/proc/157605/stat : 157605 (roundingsat) R 157599 157599 157528 0 -1 4194304 18566 0 0 0 358 166 0 0 20 0 1 0 236851738 135258112 21795 18446744073709551615 4227072 8923433 140720782819696 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 37777408 140720782825752 140720782826022 140720782826022 140720782831594 0
/proc/157605/statm: 33022 21795 2368 1147 0 20449 0
Current children cumulated CPU time: 6.73 s
Current children cumulated vsize: 136280 KiB
Current children cumulated memory: 90252 KiB

[startup+7.20031 s]
/proc/loadavg: 1.40 1.35 1.44 5/256 157605
/proc/meminfo: memFree=109770596/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=1.49 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 237 24876 0 0 0 0 140 9 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157605] ppid=157599 vsize=132220 memory=87308 CPUtime=5.64 cores=5,7
/proc/157605/stat : 157605 (roundingsat) R 157599 157599 157528 0 -1 4194304 18604 0 0 0 376 188 0 0 20 0 1 0 236851738 135393280 21827 18446744073709551615 4227072 8923433 140720782819696 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 37777408 140720782825752 140720782826022 140720782826022 140720782831594 0
/proc/157605/statm: 33055 21827 2368 1147 0 20482 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 136412 KiB
Current children cumulated memory: 90380 KiB

[startup+7.30032 s]
/proc/loadavg: 1.40 1.35 1.44 5/256 157605
/proc/meminfo: memFree=109770596/131382120 swapFree=33010160/33010684
[pid=157599] ppid=157586 vsize=4192 memory=3072 CPUtime=1.49 cores=5,7
/proc/157599/stat : 157599 (run-dec-break-l) S 157586 157599 157528 0 -1 4194304 237 24876 0 0 0 0 140 9 20 0 1 0 236851585 4292608 768 18446744073709551615 94597687549952 94597688444485 140724352432128 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94597688683536 94597688731280 94597713809408 140724352440633 140724352440796 140724352440796 140724352446400 0
/proc/157599/statm: 1048 768 704 219 0 110 0
[pid=157605] ppid=157599 vsize=132220 memory=87436 CPUtime=5.74 cores=5,7
/proc/157605/stat : 157605 (roundingsat) R 157599 157599 157528 0 -1 4194304 18615 0 0 0 380 194 0 0 20 0 1 0 236851738 135393280 21859 18446744073709551615 4227072 8923433 140720782819696 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 37777408 140720782825752 140720782826022 140720782826022 140720782831594 0
/proc/157605/statm: 33055 21859 2368 1147 0 20482 0
Current children cumulated CPU time: 7.23 s
Current children cumulated vsize: 136412 KiB
Current children cumulated memory: 90508 KiB

Child status: 0

Real time (s): 7.3211
CPU time (s): 7.28127
CPU user time (s): 5.23242
CPU system time (s): 2.04885
CPU usage (%): 99.456
Max. virtual memory (cumulated for all children) (KiB): 136412
Max. memory (cumulated for all children) (KiB): 96888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.23242
system time used= 2.04885
maximum resident set size= 94584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 157599
#   total CPU time (s): 7.28127
#   total CPU user time (s): 5.23242
#   total CPU system time (s): 2.04885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07227 second user time and 0.138658 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-22 21:15:29
IDJOB=4542117
IDBENCH=163901
IDSOLVER=3358
FILE ID=nodeC003/4542117-1753211729
RUNJOBID= nodeC003-1753211729-157541
SLURM_JOB_ID= 9687799
Free space on /tmp= 432260 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height18_pigeons17_holes16.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4542117-1753211729/watcher-4542117-1753211729 -o /tmp/evaluation-result-4542117-1753211729/solver-4542117-1753211729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157541 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4542117-1753211729.opb /tmp/proof-4542117-1753211729

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

MD5SUM BENCH= e61ecd0a39d46c66c4c3e779f400bc97
RANDOM SEED=485286513

nodeC003 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	: 0xb00001f
cpu MHz		: 2538.771
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.235
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.155
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.191
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.123
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.115
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.123
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1203.389
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        110111600 kB
MemAvailable:   129894100 kB
Buffers:            2736 kB
Cached:         20550892 kB
SwapCached:           36 kB
Active:          1177424 kB
Inactive:       19445588 kB
Active(anon):      87896 kB
Inactive(anon):     7604 kB
Active(file):    1089528 kB
Inactive(file): 19437984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30348 kB
Writeback:            24 kB
AnonPages:         72516 kB
Mapped:           107780 kB
Shmem:             26116 kB
KReclaimable:     189232 kB
Slab:             279944 kB
SReclaimable:     189232 kB
SUnreclaim:        90712 kB
KernelStack:        3976 kB
PageTables:         2692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     345084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432096 MiB
End job on nodeC003 at 2025-07-22 21:15:37