Trace number 4532044

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3UNSAT cert. 5.51101 5.54147

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_3_ic.opb
MD5SUM9beff3f3155855feaa4c9645b72566dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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.277731
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
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-4532044-1752686508.opb'
0.00/0.03	c 	read 1.42MB  (19.66ms)
0.00/0.03	c	 [cnf: #variables 15725 #clauses 31333 #duplicates 0 #arr 122850]
0.00/0.03	c output proof to '/tmp/proof-4532044-1752686508'
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.06	c	 [group: #orbits ~= 14402] (32.50ms)
0.00/0.06	c 
0.00/0.06	c detect special group actions
0.00/0.06	c 	probe for Johnson action (limit=64)
0.00/0.06	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	 (9.28ms)
0.00/0.07	c 
0.00/0.07	c detect symmetries on remainder
0.00/0.07	c 	[graph: #vertices 111133 #edges 373850]
0.00/0.07	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.10/0.13	c 	 [group: #symmetries 3.16*10^115 #generators 324] (54.64ms)
0.10/0.13	c 
0.10/0.13	c optimize generators (opt_passes=64, conjugate_limit=256)
0.10/0.13	c 	ran it=0, +gens=1 
0.21/0.29	c 	con best_support=4, best_gens=24, +gens=246
0.21/0.29	c 	(166.89ms)
0.21/0.29	c 
0.21/0.29	c finalize break order and special generators
0.21/0.30	c 
0.21/0.30	c add generic predicates (break_depth=20)
0.21/0.30	c 	added predicates for 571 generators (0.33ms)
0.31/0.33	c 
0.31/0.33	c generation finished
0.31/0.33	c 	[sbp: #constraints 17728 #add_vars 5719]
0.31/0.33	c 
0.31/0.33	c write result to 'HOME/instance-4532044-1752686508.opb.pre'
0.31/0.33	c 	wrote 2.11MB (4.90ms)
0.31/0.33	c ------------------------------------------------------------------
0.31/0.33	c                 166.89ms 51.57% optimize_gens
0.31/0.33	c                  54.64ms 16.88% detect_generic
0.31/0.33	c                  34.48ms 10.66% other
0.31/0.33	c                  32.50ms 10.04% approx_orbits
0.31/0.33	c                  19.66ms  6.07% parse
0.31/0.33	c                   9.28ms  2.87% detect_special
0.31/0.33	c                   4.90ms  1.51% output
0.31/0.33	c                   0.95ms  0.29% finalize_order
0.31/0.33	c                   0.33ms  0.10% break_generic
0.31/0.33	c         ───────────────────────────────────────────────
0.31/0.33	c                 323.63ms   100% total
0.31/0.33	c ------------------------------------------------------------------
0.31/0.35	c RoundingSat 2
0.31/0.35	c branch pb25
0.31/0.35	c commit 0f876b3
0.66/0.70	c #variables 21444 #constraints 50594
0.66/0.70	c objective is ce32 
0.76/0.83	c initial watched  CF 32, 64, 128, Arb: 25 , 0 , 0 , 0
0.76/0.83	c initial counting CF 32, 64, 128, Arb: 14751 , 0 , 0 , 0
0.76/0.83	c bounds - >= -25 @ 0.41536
5.45/5.53	c #Conflicts:       1000 | #Constraints:      51593
5.45/5.53	c #Conflicts:       2000 | #Constraints:      52593
5.45/5.53	c INPROCESSING
5.45/5.53	c GARBAGE COLLECT
5.45/5.53	c #Conflicts:       3000 | #Constraints:      52596
5.45/5.53	c #Conflicts:       4000 | #Constraints:      53596
5.45/5.53	c INPROCESSING
5.45/5.53	c GARBAGE COLLECT
5.45/5.53	c #Conflicts:       5000 | #Constraints:      53002
5.45/5.53	c #Conflicts:       6000 | #Constraints:      54004
5.45/5.53	c INPROCESSING
5.45/5.53	c GARBAGE COLLECT
5.45/5.53	c cpu time 5.00446 s
5.45/5.53	c deterministic time 168145254 1.68e+08
5.45/5.53	c optimization time 0.130454 s
5.45/5.53	c total solve time 4.58891 s
5.45/5.53	c core-guided solve time 0.890848 s
5.45/5.53	c propagation time 2.45622 s
5.45/5.53	c conflict analysis time 0.70926 s
5.45/5.53	c propagations 8128557
5.45/5.53	c resolve steps 96245
5.45/5.53	c decisions 23087
5.45/5.53	c conflicts 6601
5.45/5.53	c restarts 30
5.45/5.53	c inprocessing phases 3
5.45/5.53	c garbage collections 3 ,( 100.00 )
5.45/5.53	c input clauses 35809 ,( 70.78 )
5.45/5.53	c input cardinalities 10 ,( 0.02 )
5.45/5.53	c input general constraints 14775 ,( 29.20 )
5.45/5.53	c input average constraint length 3.49
5.45/5.53	c input average constraint degree 1.58
5.45/5.53	c learned clauses 1709 ,( 25.88 )
5.45/5.53	c learned cardinalities 208 ,( 3.15 )
5.45/5.53	c learned general constraints 4687 ,( 70.97 )
5.45/5.53	c learned average constraint length 264.65
5.45/5.53	c learned average constraint degree 8420849.50
5.45/5.53	c watched  CF 32, 64, 128, Arb: 4230 , 0 , 0 , 0
5.45/5.53	c counting CF 32, 64, 128, Arb: 15233 , 0 , 0 , 0
5.45/5.53	c watched   constraints 4230 ,( 21.73 ) 
5.45/5.53	c counting  constraints 15232 ,( 78.27 ) 
5.45/5.53	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2971573 , 254434 , 15597525 ,( 2701152 , 12896373 )
5.45/5.53	c gcd simplifications 72
5.45/5.53	c detected cardinalities 8
5.45/5.53	c weakened non-implied lits 217740
5.45/5.53	c weakened non-implying lits 309
5.45/5.53	c original variables 21444
5.45/5.53	c clausal propagations 2386263
5.45/5.53	c cardinality propagations 23484
5.45/5.53	c watched propagations 69271
5.45/5.53	c counting propagations 5591443
5.45/5.53	c watch lookups 36571469
5.45/5.53	c watch backjump lookups 0
5.45/5.53	c watch checks 70125933
5.45/5.53	c propagation checks 41746723
5.45/5.53	c constraint additions 3378088
5.45/5.53	c trail pops 8158165
5.45/5.53	c formula constraints 50594
5.45/5.53	c learned constraints 6596
5.45/5.53	c bound constraints 0
5.45/5.53	c core-guided constraints 0
5.45/5.53	c encountered formula constraints 86907
5.45/5.53	c encountered learned constraints 15841
5.45/5.53	c encountered bound constraints 0
5.45/5.53	c encountered core-guided constraints 0
5.45/5.53	c LP total time 1.89499 s
5.45/5.53	c LP solve time 1.85 s
5.45/5.53	c LP constraints added 50594
5.45/5.53	c LP constraints removed 0
5.45/5.53	c LP pivots internal 6994
5.45/5.53	c LP pivots root 6237
5.45/5.53	c LP calls 8
5.45/5.53	c LP optimalities 0
5.45/5.53	c LP no pivot count 0
5.45/5.53	c LP infeasibilities 5
5.45/5.53	c LP valid Farkas constraints 4
5.45/5.53	c LP learned Farkas constraints 4
5.45/5.53	c LP basis resets 0
5.45/5.53	c LP cycling count 0
5.45/5.53	c LP singular count 0
5.45/5.53	c LP no primal count 0
5.45/5.53	c LP no farkas count 0
5.45/5.53	c LP other issue count 0
5.45/5.53	c LP Gomory cuts 0
5.45/5.53	c LP learned cuts 0
5.45/5.53	c LP deleted cuts 0
5.45/5.53	c LP encountered Gomory constraints 0
5.45/5.53	c LP encountered Farkas constraints 69
5.45/5.53	c LP encountered learned Farkas constraints 24
5.45/5.53	c CG auxiliary variables introduced 0
5.45/5.53	c CG solutions found 0
5.45/5.53	c CG cores constructed 0
5.45/5.53	c CG core cardinality constraints returned 0
5.45/5.53	c CG unit cores 0
5.45/5.53	c CG single cores 0
5.45/5.53	c CG blocks removed during cardinality reduction 0
5.45/5.53	c CG first core best 0
5.45/5.53	c CG decision core best 0
5.45/5.53	c CG core reduction tie 0
5.45/5.53	c CG core degree average 0.00
5.45/5.53	c CG core slack average 0.00
5.45/5.53	c CG core upper bound improvements 0
5.45/5.53	c STR number of successful calls 0
5.45/5.53	c STR number of unsuccessful calls 0
5.45/5.53	c STR number of inconclusive calls 0
5.45/5.53	c STR number of successful attempts 0
5.45/5.53	c STR number of unsuccessful attempts 0
5.45/5.53	c STR number of inconclusive attempts 0
5.45/5.53	c STR average degree increase per successful call inf
5.45/5.53	c STR average degree increase per successful attempt inf
5.45/5.53	c STR total number of conflicts for successful attempts 0
5.45/5.53	c STR total number of conflicts for unsuccessful attempts 0
5.45/5.53	c STR total number of conflicts for inconclusive attempts 0
5.45/5.53	c STR average number of conflicts per successful attempt inf
5.45/5.53	c STR average number of conflicts per unsuccessful attempt inf
5.45/5.53	c STR average number of conflicts per inconclusive attempt inf
5.45/5.53	c AVG.sumWPerc 80.87 
5.45/5.53	c bigint constraints 0 
5.45/5.53	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 22:57:43 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS INF <= obj <= INF
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS INF <= obj <= INF
--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: 63794 MiB (8534 MiB free)
  memory of node 1: 64507 MiB (33746 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532044-1752686508/watcher-4532044-1752686508 -o /tmp/evaluation-result-4532044-1752686508/solver-4532044-1752686508 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752683177-136527 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532044-1752686508.opb /tmp/proof-4532044-1752686508 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=136889, runsolver pid=136886

[startup+0.100103 s]*
/proc/loadavg: 5.09 5.04 4.90 5/266 136891
/proc/meminfo: memFree=43242420/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184330547 4292608 736 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 736 672 219 0 110 0
[pid=136891] ppid=136889 vsize=71176 memory=49316 CPUtime=0.1 cores=5,7
/proc/136891/stat : 136891 (pbsuma) R 136889 136889 136439 0 -1 4194304 14050 0 0 0 8 2 0 0 20 0 1 0 184330548 72884224 12329 18446744073709551615 4210688 4653049 140733793161408 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 36052992 140733793163527 140733793163824 140733793163824 140733793169391 0
/proc/136891/statm: 17794 12329 1024 108 0 15202 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 75368 KiB
Current children cumulated memory: 52260 KiB

[startup+0.214252 s]*
/proc/loadavg: 5.09 5.04 4.90 5/266 136891
/proc/meminfo: memFree=43234392/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184330547 4292608 736 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 736 672 219 0 110 0
[pid=136891] ppid=136889 vsize=63352 memory=42492 CPUtime=0.21 cores=5,7
/proc/136891/stat : 136891 (pbsuma) R 136889 136889 136439 0 -1 4194304 14397 0 0 0 19 2 0 0 20 0 1 0 184330548 64872448 10623 18446744073709551615 4210688 4653049 140733793161408 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 36052992 140733793163527 140733793163824 140733793163824 140733793169391 0
/proc/136891/statm: 15838 10623 1024 108 0 13246 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 67544 KiB
Current children cumulated memory: 45436 KiB

[startup+0.314744 s]*
/proc/loadavg: 5.09 5.04 4.90 5/266 136891
/proc/meminfo: memFree=43234428/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184330547 4292608 736 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 736 672 219 0 110 0
[pid=136891] ppid=136889 vsize=63352 memory=42620 CPUtime=0.31 cores=5,7
/proc/136891/stat : 136891 (pbsuma) R 136889 136889 136439 0 -1 4194304 14449 0 0 0 29 2 0 0 20 0 1 0 184330548 64872448 10655 18446744073709551615 4210688 4653049 140733793161408 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 36052992 140733793163527 140733793163824 140733793163824 140733793169391 0
/proc/136891/statm: 15838 10655 1024 108 0 13246 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 67544 KiB
Current children cumulated memory: 45564 KiB

[startup+0.700401 s]
/proc/loadavg: 5.09 5.04 4.90 5/266 136892
/proc/meminfo: memFree=43218660/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=121848 memory=71680 CPUtime=0.34 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 11279 0 0 0 28 6 0 0 20 0 1 0 184330582 124772352 17920 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 30462 17920 2336 1147 0 17888 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 126040 KiB
Current children cumulated memory: 74752 KiB

[startup+1.50037 s]
/proc/loadavg: 5.09 5.04 4.90 5/266 136892
/proc/meminfo: memFree=43129732/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=153576 memory=104844 CPUtime=1.14 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 18118 0 0 0 105 9 0 0 20 0 1 0 184330582 157261824 26211 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 38394 26211 2432 1147 0 25820 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 157768 KiB
Current children cumulated memory: 107916 KiB

[startup+3.11405 s]
/proc/loadavg: 5.09 5.04 4.90 5/266 136892
/proc/meminfo: memFree=42794316/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=163872 memory=113932 CPUtime=2.75 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 20370 0 0 0 263 12 0 0 20 0 1 0 184330582 167804928 28483 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 40968 28483 2464 1147 0 28394 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 168064 KiB
Current children cumulated memory: 117004 KiB

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

# cumulated CPU time of all completed processes:  user=5.31805 s, system=0.192953 s

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

[startup+3.20045 s]
/proc/loadavg: 5.09 5.04 4.90 5/266 136892
/proc/meminfo: memFree=42794316/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=163872 memory=113932 CPUtime=2.83 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 20388 0 0 0 271 12 0 0 20 0 1 0 184330582 167804928 28483 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 40968 28483 2464 1147 0 28394 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 168064 KiB
Current children cumulated memory: 117004 KiB

[startup+4.80036 s]
/proc/loadavg: 5.08 5.04 4.90 5/266 136892
/proc/meminfo: memFree=42734024/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=171904 memory=119980 CPUtime=4.43 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 21381 0 0 0 429 14 0 0 20 0 1 0 184330582 176029696 29995 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 42976 29995 2464 1147 0 30402 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 176096 KiB
Current children cumulated memory: 123052 KiB

[startup+5.20036 s]
/proc/loadavg: 5.08 5.04 4.90 5/266 136892
/proc/meminfo: memFree=42670596/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=172480 memory=121516 CPUtime=4.83 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 21758 0 0 0 468 15 0 0 20 0 1 0 184330582 176619520 30379 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 43120 30379 2464 1147 0 30546 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 176672 KiB
Current children cumulated memory: 124588 KiB

[startup+5.40037 s]
/proc/loadavg: 5.08 5.04 4.90 5/266 136892
/proc/meminfo: memFree=42670596/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=174968 memory=123180 CPUtime=5.03 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 22192 0 0 0 488 15 0 0 20 0 1 0 184330582 179167232 30795 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 43742 30795 2464 1147 0 31168 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 179160 KiB
Current children cumulated memory: 126252 KiB

[startup+5.50039 s]
/proc/loadavg: 5.08 5.04 4.90 5/266 136892
/proc/meminfo: memFree=42670596/131382112 swapFree=33010160/33010684
[pid=136889] ppid=136886 vsize=4192 memory=3072 CPUtime=0.32 cores=5,7
/proc/136889/stat : 136889 (run-opt-ls-log.) S 136886 136889 136439 0 -1 4194304 238 14579 0 0 0 0 30 2 20 0 1 0 184330547 4292608 768 18446744073709551615 94833731305472 94833732200005 140732620717952 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94833732439056 94833732486800 94833753608192 140732620724543 140732620724703 140732620724703 140732620730307 0
/proc/136889/statm: 1048 768 704 219 0 110 0
[pid=136892] ppid=136889 vsize=175116 memory=124076 CPUtime=5.13 cores=5,7
/proc/136892/stat : 136892 (roundingsat) R 136889 136889 136439 0 -1 4194304 22413 0 0 0 498 15 0 0 20 0 1 0 184330582 179318784 31019 18446744073709551615 4227072 8923577 140727163754128 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 30478336 140727163758874 140727163759142 140727163759142 140727163764714 0
/proc/136892/statm: 43779 31019 2464 1147 0 31205 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 179308 KiB
Current children cumulated memory: 127148 KiB

Child status: 0

Real time (s): 5.54147
CPU time (s): 5.51101
CPU user time (s): 5.31805
CPU system time (s): 0.192953
CPU usage (%): 99.4502
Max. virtual memory (cumulated for all children) (KiB): 179308
Max. memory (cumulated for all children) (KiB): 127148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.31805
system time used= 0.192953
maximum resident set size= 124204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 136889
#   total CPU time (s): 5.51101
#   total CPU user time (s): 5.31805
#   total CPU system time (s): 0.192953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050992 second user time and 0.135114 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-16 19:21:48
IDJOB=4532044
IDBENCH=155719
IDSOLVER=3392
FILE ID=nodeC009/4532044-1752686508
RUNJOBID= nodeC009-1752683177-136527
SLURM_JOB_ID= 9686904
Free space on /tmp= 181432 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532044-1752686508/watcher-4532044-1752686508 -o /tmp/evaluation-result-4532044-1752686508/solver-4532044-1752686508 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752683177-136527 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532044-1752686508.opb /tmp/proof-4532044-1752686508

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

MD5SUM BENCH= 9beff3f3155855feaa4c9645b72566dc
RANDOM SEED=1891341859

nodeC009 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		: 3691.458
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.85
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		: 3491.909
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.85
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.587
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.85
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.357
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.85
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		: 3691.445
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.85
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		: 3591.205
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.85
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		: 3700.000
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.85
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		: 1197.229
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        43295304 kB
MemAvailable:   111542700 kB
Buffers:            2144 kB
Cached:         68524476 kB
SwapCached:           24 kB
Active:         19320004 kB
Inactive:       67377484 kB
Active(anon):   18192652 kB
Inactive(anon):     4080 kB
Active(file):    1127352 kB
Inactive(file): 67373404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1945844 kB
Writeback:         24484 kB
AnonPages:      18173636 kB
Mapped:           121644 kB
Shmem:             26128 kB
KReclaimable:     807768 kB
Slab:             910848 kB
SReclaimable:     807768 kB
SUnreclaim:       103080 kB
KernelStack:        4288 kB
PageTables:        40764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20876280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149688 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6254592 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 181404 MiB
End job on nodeC009 at 2025-07-16 19:21:54