Trace number 4532011

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 0f876b3OPT cert.22 2.19851 2.23385

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_4_shg.opb
MD5SUMf8cbff203f2ec66bcdec19280bdd1d00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.101308
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints240
Number of constraints which are clauses240
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint21
Number of terms in the objective function 147
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 147
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 147
Number of bits of the biggest sum of numbers8
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-4532011-1752683093.opb'
0.00/0.02	c 	read 0.02MB  (0.58ms)
0.00/0.02	c	 [cnf: #variables 147 #clauses 241 #duplicates 0 #arr 2731]
0.00/0.02	c output proof to '/tmp/proof-4532011-1752683093'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.35ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.07ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 682 #edges 6050]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.13ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4532011-1752683093.opb.pre'
0.00/0.02	c 	wrote 0.02MB (0.16ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.58ms 39.05% parse
0.00/0.02	c                   0.35ms 23.81% approx_orbits
0.00/0.02	c                   0.19ms 13.01% other
0.00/0.02	c                   0.16ms 10.45% output
0.00/0.02	c                   0.13ms  8.54% detect_generic
0.00/0.02	c                   0.07ms  4.43% detect_special
0.00/0.02	c                   0.01ms  0.72% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   1.49ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 0f876b3
0.00/0.04	c #variables 147 #constraints 240
0.00/0.04	c objective is ce32 
0.00/0.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.05	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.05	c bounds 29 >= 0 @ 0.009467
0.00/0.06	c rational objective 20.0235
0.18/0.22	c bounds 28 >= 0 @ 0.18409
0.18/0.22	c bounds 28 >= 1 @ 0.184476
0.18/0.22	c bounds 28 >= 2 @ 0.184872
0.18/0.23	c bounds 28 >= 3 @ 0.18522
0.18/0.23	c bounds 28 >= 4 @ 0.185556
0.18/0.23	c bounds 28 >= 5 @ 0.185866
0.18/0.23	c bounds 28 >= 6 @ 0.186184
0.18/0.23	c bounds 28 >= 7 @ 0.186494
0.18/0.23	c bounds 27 >= 7 @ 0.187382
0.18/0.23	c bounds 27 >= 8 @ 0.187753
0.18/0.23	c bounds 27 >= 9 @ 0.188024
0.18/0.23	c bounds 27 >= 10 @ 0.188024
0.18/0.23	c bounds 27 >= 11 @ 0.188024
0.18/0.23	c bounds 27 >= 12 @ 0.188096
0.18/0.23	c bounds 27 >= 13 @ 0.188353
0.18/0.23	c bounds 27 >= 14 @ 0.188663
0.18/0.23	c bounds 27 >= 15 @ 0.189172
0.18/0.23	c bounds 27 >= 16 @ 0.189463
0.18/0.23	c bounds 26 >= 16 @ 0.192342
0.18/0.23	c bounds 26 >= 17 @ 0.192936
0.18/0.23	c bounds 26 >= 18 @ 0.193419
0.18/0.24	c bounds 26 >= 19 @ 0.194596
0.18/0.26	c bounds 26 >= 20 @ 0.213364
0.18/0.26	c bounds 25 >= 20 @ 0.217674
0.18/0.27	c bounds 24 >= 20 @ 0.218974
0.18/0.27	c bounds 23 >= 20 @ 0.220556
0.18/0.28	c bounds 22 >= 20 @ 0.229366
0.27/0.34	c bounds 22 >= 21 @ 0.289618
0.65/0.71	c #Conflicts:       1000 | #Constraints:       1438
0.65/0.71	c #Conflicts:       2000 | #Constraints:       2466
0.65/0.71	c INPROCESSING
0.65/0.71	c GARBAGE COLLECT
0.65/0.71	c rational objective 21
1.25/1.30	c #Conflicts:       3000 | #Constraints:       2428
1.25/1.30	c #Conflicts:       4000 | #Constraints:       3447
1.25/1.30	c INPROCESSING
1.25/1.30	c GARBAGE COLLECT
1.25/1.30	c rational objective 21
1.75/1.83	c #Conflicts:       5000 | #Constraints:       2832
1.75/1.83	c #Conflicts:       6000 | #Constraints:       3851
1.75/1.83	c INPROCESSING
1.75/1.83	c GARBAGE COLLECT
1.75/1.83	c rational objective 21
2.15/2.23	c #Conflicts:       7000 | #Constraints:       2460
2.15/2.23	c #Conflicts:       8000 | #Constraints:       3480
2.15/2.23	c bounds 22 >= 22 @ 2.09978
2.15/2.23	c cpu time 2.09979 s
2.15/2.23	c deterministic time 36317777 3.63e+07
2.15/2.23	c optimization time 0.010958 s
2.15/2.23	c total solve time 2.08396 s
2.15/2.23	c core-guided solve time 0.923614 s
2.15/2.23	c propagation time 0.9069 s
2.15/2.23	c conflict analysis time 0.56523 s
2.15/2.23	c propagations 441755
2.15/2.23	c resolve steps 49591
2.15/2.23	c decisions 20418
2.15/2.23	c conflicts 8595
2.15/2.23	c restarts 36
2.15/2.23	c inprocessing phases 3
2.15/2.23	c garbage collections 3 ,( 100.00 )
2.15/2.23	c input clauses 294 ,( 66.67 )
2.15/2.23	c input cardinalities 96 ,( 21.77 )
2.15/2.23	c input general constraints 51 ,( 11.56 )
2.15/2.23	c input average constraint length 19.20
2.15/2.23	c input average constraint degree 5.03
2.15/2.23	c learned clauses 3620 ,( 41.26 )
2.15/2.23	c learned cardinalities 396 ,( 4.51 )
2.15/2.23	c learned general constraints 4758 ,( 54.23 )
2.15/2.23	c learned average constraint length 31.77
2.15/2.23	c learned average constraint degree 778043027.05
2.15/2.23	c watched  CF 32, 64, 128, Arb: 325 , 0 , 0 , 0
2.15/2.23	c counting CF 32, 64, 128, Arb: 4485 , 0 , 0 , 0
2.15/2.23	c watched   constraints 325 ,( 6.76 ) 
2.15/2.23	c counting  constraints 4484 ,( 93.24 ) 
2.15/2.23	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 382707 , 1381082 , 1075746 ,( 45201 , 1030545 )
2.15/2.23	c gcd simplifications 662
2.15/2.23	c detected cardinalities 50
2.15/2.23	c weakened non-implied lits 376113
2.15/2.23	c weakened non-implying lits 1040
2.15/2.23	c original variables 147
2.15/2.23	c clausal propagations 33224
2.15/2.23	c cardinality propagations 97741
2.15/2.23	c watched propagations 1275
2.15/2.23	c counting propagations 280179
2.15/2.23	c watch lookups 22226685
2.15/2.23	c watch backjump lookups 0
2.15/2.23	c watch checks 4320718
2.15/2.23	c propagation checks 6827419
2.15/2.23	c constraint additions 2001061
2.15/2.23	c trail pops 470581
2.15/2.23	c formula constraints 240
2.15/2.23	c learned constraints 8426
2.15/2.23	c bound constraints 43
2.15/2.23	c core-guided constraints 158
2.15/2.23	c encountered formula constraints 12200
2.15/2.23	c encountered learned constraints 25758
2.15/2.23	c encountered bound constraints 12
2.15/2.23	c encountered core-guided constraints 6653
2.15/2.23	c LP total time 0.802758 s
2.15/2.23	c LP solve time 0.23 s
2.15/2.23	c LP constraints added 244
2.15/2.23	c LP constraints removed 3
2.15/2.23	c LP pivots internal 8627
2.15/2.23	c LP pivots root 512
2.15/2.23	c LP calls 190
2.15/2.23	c LP optimalities 18
2.15/2.23	c LP no pivot count 1
2.15/2.23	c LP infeasibilities 172
2.15/2.23	c LP valid Farkas constraints 172
2.15/2.23	c LP learned Farkas constraints 172
2.15/2.23	c LP basis resets 0
2.15/2.23	c LP cycling count 0
2.15/2.23	c LP singular count 0
2.15/2.23	c LP no primal count 0
2.15/2.23	c LP no farkas count 0
2.15/2.23	c LP other issue count 0
2.15/2.23	c LP Gomory cuts 4
2.15/2.23	c LP learned cuts 0
2.15/2.23	c LP deleted cuts 3
2.15/2.23	c LP encountered Gomory constraints 0
2.15/2.23	c LP encountered Farkas constraints 10956
2.15/2.23	c LP encountered learned Farkas constraints 2435
2.15/2.23	c CG auxiliary variables introduced 59
2.15/2.23	c CG solutions found 7
2.15/2.23	c CG cores constructed 22
2.15/2.23	c CG core cardinality constraints returned 0
2.15/2.23	c CG unit cores 0
2.15/2.23	c CG single cores 22
2.15/2.23	c CG blocks removed during cardinality reduction 0
2.15/2.23	c CG first core best 0
2.15/2.23	c CG decision core best 0
2.15/2.23	c CG core reduction tie 0
2.15/2.23	c CG core degree average 1.00
2.15/2.23	c CG core slack average 7.77
2.15/2.23	c CG core upper bound improvements 6
2.15/2.23	c STR number of successful calls 0
2.15/2.23	c STR number of unsuccessful calls 0
2.15/2.23	c STR number of inconclusive calls 0
2.15/2.23	c STR number of successful attempts 0
2.15/2.23	c STR number of unsuccessful attempts 0
2.15/2.23	c STR number of inconclusive attempts 0
2.15/2.23	c STR average degree increase per successful call inf
2.15/2.23	c STR average degree increase per successful attempt inf
2.15/2.23	c STR total number of conflicts for successful attempts 0
2.15/2.23	c STR total number of conflicts for unsuccessful attempts 0
2.15/2.23	c STR total number of conflicts for inconclusive attempts 0
2.15/2.23	c STR average number of conflicts per successful attempt inf
2.15/2.23	c STR average number of conflicts per unsuccessful attempt inf
2.15/2.23	c STR average number of conflicts per inconclusive attempt inf
2.15/2.23	c AVG.sumWPerc 71.71 
2.15/2.23	c bigint constraints 0 
2.15/2.23	o 22
2.15/2.23	s OPTIMUM FOUND
2.15/2.23	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147

Verifier Data

OK	22

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 22:38:37 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 22 <= obj <= 22
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 22 <= obj <= 22
--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 (50058 MiB free)
  memory of node 1: 64465 MiB (50638 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=138682, runsolver pid=138679

[startup+0.100097 s]*
/proc/loadavg: 2.08 0.66 0.28 5/255 138685
/proc/meminfo: memFree=103111724/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=56740 memory=11648 CPUtime=0.07 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 727 0 0 0 7 0 0 0 20 0 1 0 183988719 58101760 2912 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 14185 2912 2400 1147 0 1611 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 60932 KiB
Current children cumulated memory: 14720 KiB

[startup+0.213273 s]*
/proc/loadavg: 2.08 0.66 0.28 5/255 138685
/proc/meminfo: memFree=103101644/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=57404 memory=12416 CPUtime=0.18 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 888 0 0 0 18 0 0 0 20 0 1 0 183988719 58781696 3104 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 14351 3104 2432 1147 0 1777 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 61596 KiB
Current children cumulated memory: 15488 KiB

[startup+0.312539 s]*
/proc/loadavg: 2.08 0.66 0.28 5/255 138685
/proc/meminfo: memFree=103101644/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=57804 memory=15176 CPUtime=0.27 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 1038 0 0 0 26 1 0 0 20 0 1 0 183988719 59191296 3794 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 14451 3794 2464 1147 0 1877 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 61996 KiB
Current children cumulated memory: 18248 KiB

[startup+0.700334 s]
/proc/loadavg: 2.08 0.66 0.28 5/255 138685
/proc/meminfo: memFree=103085516/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=59396 memory=16584 CPUtime=0.65 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 1410 0 0 0 62 3 0 0 20 0 1 0 183988719 60821504 4146 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 14849 4146 2464 1147 0 2275 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 63588 KiB
Current children cumulated memory: 19656 KiB

[startup+1.50038 s]
/proc/loadavg: 2.24 0.71 0.30 5/255 138685
/proc/meminfo: memFree=103063392/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=60040 memory=17224 CPUtime=1.45 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 1567 0 0 0 140 5 0 0 20 0 1 0 183988719 61480960 4306 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 15010 4306 2464 1147 0 2436 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 64232 KiB
Current children cumulated memory: 20296 KiB

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

# cumulated CPU time of all completed processes:  user=2.10749 s, system=0.091022 s

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

[startup+1.60038 s]
/proc/loadavg: 2.24 0.71 0.30 5/255 138685
/proc/meminfo: memFree=103063392/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=60176 memory=17224 CPUtime=1.55 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 1571 0 0 0 149 6 0 0 20 0 1 0 183988719 61620224 4306 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 15044 4306 2464 1147 0 2470 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 64368 KiB
Current children cumulated memory: 20296 KiB

[startup+2.00033 s]*
/proc/loadavg: 2.24 0.71 0.30 5/255 138685
/proc/meminfo: memFree=103046044/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=60760 memory=17864 CPUtime=1.96 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 1719 0 0 0 189 7 0 0 20 0 1 0 183988719 62218240 4466 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 15190 4466 2464 1147 0 2616 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 64952 KiB
Current children cumulated memory: 20936 KiB

[startup+2.20034 s]
/proc/loadavg: 2.24 0.71 0.30 5/255 138685
/proc/meminfo: memFree=103046044/131382116 swapFree=33005528/33010684
[pid=138682] ppid=138679 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/138682/stat : 138682 (run-opt-ls-log.) S 138679 138682 138264 0 -1 4194304 236 271 0 0 0 0 0 0 20 0 1 0 183988717 4292608 768 18446744073709551615 93946239934464 93946240828997 140721094442112 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93946241068048 93946241115792 93946243469312 140721094445375 140721094445535 140721094445535 140721094451139 0
/proc/138682/statm: 1048 768 704 219 0 110 0
[pid=138685] ppid=138682 vsize=60760 memory=17864 CPUtime=2.15 cores=0,2
/proc/138685/stat : 138685 (roundingsat) R 138682 138682 138264 0 -1 4194304 1720 0 0 0 207 8 0 0 20 0 1 0 183988719 62218240 4466 18446744073709551615 4227072 8923577 140723537584480 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 17371136 140723537590554 140723537590822 140723537590822 140723537596394 0
/proc/138685/statm: 15190 4466 2464 1147 0 2616 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 64952 KiB
Current children cumulated memory: 20936 KiB

Child status: 0

Real time (s): 2.23385
CPU time (s): 2.19851
CPU user time (s): 2.10749
CPU system time (s): 0.091022
CPU usage (%): 98.418
Max. virtual memory (cumulated for all children) (KiB): 64952
Max. memory (cumulated for all children) (KiB): 20936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.10749
system time used= 0.091022
maximum resident set size= 17864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 36000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 138682
#   total CPU time (s): 2.19851
#   total CPU user time (s): 2.10749
#   total CPU system time (s): 0.091022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039306 second user time and 0.088598 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-16 18:24:53
IDJOB=4532011
IDBENCH=155398
IDSOLVER=3392
FILE ID=nodeC010/4532011-1752683093
RUNJOBID= nodeC010-1752683069-138490
SLURM_JOB_ID= 9686905
Free space on /tmp= 429764 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_4_shg.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532011-1752683093/watcher-4532011-1752683093 -o /tmp/evaluation-result-4532011-1752683093/solver-4532011-1752683093 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1752683069-138490 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532011-1752683093.opb /tmp/proof-4532011-1752683093

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

MD5SUM BENCH= f8cbff203f2ec66bcdec19280bdd1d00
RANDOM SEED=1497076968

nodeC010 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		: 2094.903
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.764
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.625
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.588
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.490
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.017
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.331
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2094.977
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        103113660 kB
MemAvailable:   129662880 kB
Buffers:             228 kB
Cached:         27322240 kB
SwapCached:         4296 kB
Active:           847444 kB
Inactive:       26778884 kB
Active(anon):     276348 kB
Inactive(anon):    49036 kB
Active(file):     571096 kB
Inactive(file): 26729848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            640556 kB
Writeback:             0 kB
AnonPages:        302428 kB
Mapped:           113420 kB
Shmem:             21820 kB
KReclaimable:     175804 kB
Slab:             265468 kB
SReclaimable:     175804 kB
SUnreclaim:        89664 kB
KernelStack:        4128 kB
PageTables:         3752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     661080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429728 MiB
End job on nodeC010 at 2025-07-16 18:24:56