Trace number 4490475

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 63f22adUNSAT cert. 18.2262 18.4566

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUM3b6cd88d51672ff5fa8d3ce8152b7bd3
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 benchmark14.6414
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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-4490475-1751372203.opb'
0.00/0.02	c 	read 0.00MB  (0.30ms)
0.00/0.02	c	 [cnf: #variables 31 #clauses 10 #duplicates 0 #arr 240]
0.00/0.02	c output proof to 'PROOFDIR/proof-4490475-1751372203'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.21ms)
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.09ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 310 #edges 1018]
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-4490475-1751372203.opb.pre'
0.00/0.02	c 	wrote 0.00MB (0.14ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   1.16ms 57.20% other
0.00/0.02	c                   0.29ms 14.51% parse
0.00/0.02	c                   0.21ms 10.30% approx_orbits
0.00/0.02	c                   0.14ms  6.95% output
0.00/0.02	c                   0.13ms  6.17% detect_generic
0.00/0.02	c                   0.09ms  4.44% detect_special
0.00/0.02	c                   0.01ms  0.42% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   2.03ms   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 63f22ad
0.00/0.04	c #variables 31 #constraints 9
0.00/0.04	c objective is ce32 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
0.00/0.04	c bounds - >= 0 @ 0.001748
0.00/0.04	c rational objective 0
0.52/0.64	c #Conflicts:       1000 | #Constraints:       1502
0.52/0.64	c #Conflicts:       2000 | #Constraints:       3024
0.52/0.64	c INPROCESSING
0.52/0.64	c GARBAGE COLLECT
0.52/0.64	c rational objective 0
1.11/1.26	c #Conflicts:       3000 | #Constraints:       2845
1.11/1.26	c #Conflicts:       4000 | #Constraints:       4149
1.11/1.26	c INPROCESSING
1.11/1.26	c GARBAGE COLLECT
1.11/1.26	c rational objective 0
1.71/1.84	c #Conflicts:       5000 | #Constraints:       3426
1.71/1.84	c #Conflicts:       6000 | #Constraints:       4930
1.71/1.84	c INPROCESSING
1.71/1.84	c GARBAGE COLLECT
1.71/1.84	c rational objective 0
2.21/2.33	c #Conflicts:       7000 | #Constraints:       3431
2.21/2.33	c #Conflicts:       8000 | #Constraints:       4617
2.21/2.33	c #Conflicts:       9000 | #Constraints:       5814
2.21/2.33	c INPROCESSING
2.21/2.33	c GARBAGE COLLECT
2.21/2.33	c rational objective 0
2.80/2.92	c #Conflicts:      10000 | #Constraints:       4189
2.80/2.92	c #Conflicts:      11000 | #Constraints:       5676
2.80/2.92	c #Conflicts:      12000 | #Constraints:       7015
2.80/2.92	c INPROCESSING
2.80/2.92	c GARBAGE COLLECT
2.80/2.92	c rational objective 0
3.50/3.61	c #Conflicts:      13000 | #Constraints:       4866
3.50/3.61	c #Conflicts:      14000 | #Constraints:       6304
3.50/3.61	c #Conflicts:      15000 | #Constraints:       7724
3.50/3.61	c INPROCESSING
3.50/3.61	c GARBAGE COLLECT
3.50/3.61	c rational objective 0
4.30/4.45	c #Conflicts:      16000 | #Constraints:       5375
4.30/4.45	c #Conflicts:      17000 | #Constraints:       6886
4.30/4.45	c #Conflicts:      18000 | #Constraints:       8406
4.30/4.45	c INPROCESSING
4.30/4.45	c GARBAGE COLLECT
4.30/4.45	c rational objective 0
5.12/5.33	c #Conflicts:      19000 | #Constraints:       5170
5.12/5.33	c #Conflicts:      20000 | #Constraints:       6170
5.12/5.33	c #Conflicts:      21000 | #Constraints:       7170
5.12/5.33	c INPROCESSING
5.12/5.33	c GARBAGE COLLECT
5.12/5.33	c rational objective 0
6.12/6.33	c #Conflicts:      22000 | #Constraints:       4475
6.12/6.33	c #Conflicts:      23000 | #Constraints:       5983
6.12/6.33	c #Conflicts:      24000 | #Constraints:       7490
6.12/6.33	c #Conflicts:      25000 | #Constraints:       9003
6.12/6.33	c INPROCESSING
6.12/6.33	c GARBAGE COLLECT
6.12/6.33	c rational objective 0
7.22/7.47	c #Conflicts:      26000 | #Constraints:       5813
7.22/7.47	c #Conflicts:      27000 | #Constraints:       7325
7.22/7.47	c #Conflicts:      28000 | #Constraints:       8857
7.22/7.47	c #Conflicts:      29000 | #Constraints:      10378
7.22/7.47	c INPROCESSING
7.22/7.47	c GARBAGE COLLECT
7.22/7.47	c rational objective 0
8.51/8.74	c #Conflicts:      30000 | #Constraints:       6713
8.51/8.74	c #Conflicts:      31000 | #Constraints:       8238
8.51/8.74	c #Conflicts:      32000 | #Constraints:       9769
8.51/8.74	c #Conflicts:      33000 | #Constraints:      11287
8.51/8.74	c INPROCESSING
8.51/8.74	c GARBAGE COLLECT
8.51/8.74	c rational objective 0
9.92/10.14	c #Conflicts:      34000 | #Constraints:       7144
9.92/10.14	c #Conflicts:      35000 | #Constraints:       8685
9.92/10.14	c #Conflicts:      36000 | #Constraints:      10208
9.92/10.14	c #Conflicts:      37000 | #Constraints:      11731
9.92/10.14	c INPROCESSING
9.92/10.14	c GARBAGE COLLECT
9.92/10.14	c rational objective 0
11.40/11.64	c #Conflicts:      38000 | #Constraints:       7249
11.40/11.64	c #Conflicts:      39000 | #Constraints:       8751
11.40/11.64	c #Conflicts:      40000 | #Constraints:      10278
11.40/11.64	c #Conflicts:      41000 | #Constraints:      11727
11.40/11.64	c INPROCESSING
11.40/11.64	c GARBAGE COLLECT
11.40/11.64	c rational objective 0
12.99/13.29	c #Conflicts:      42000 | #Constraints:       6929
12.99/13.29	c #Conflicts:      43000 | #Constraints:       8453
12.99/13.29	c #Conflicts:      44000 | #Constraints:       9925
12.99/13.29	c #Conflicts:      45000 | #Constraints:      11438
12.99/13.29	c #Conflicts:      46000 | #Constraints:      12923
12.99/13.29	c INPROCESSING
12.99/13.29	c GARBAGE COLLECT
12.99/13.29	c rational objective 0
14.80/15.01	c #Conflicts:      47000 | #Constraints:       7849
14.80/15.01	c #Conflicts:      48000 | #Constraints:       9372
14.80/15.01	c #Conflicts:      49000 | #Constraints:      10896
14.80/15.01	c #Conflicts:      50000 | #Constraints:      12418
14.80/15.01	c #Conflicts:      51000 | #Constraints:      13930
14.80/15.01	c INPROCESSING
14.80/15.01	c GARBAGE COLLECT
14.80/15.01	c rational objective 0
16.58/16.84	c #Conflicts:      52000 | #Constraints:       8495
16.58/16.84	c #Conflicts:      53000 | #Constraints:       9841
16.58/16.84	c #Conflicts:      54000 | #Constraints:      11348
16.58/16.84	c #Conflicts:      55000 | #Constraints:      12868
16.58/16.84	c #Conflicts:      56000 | #Constraints:      14391
16.58/16.84	c INPROCESSING
16.58/16.84	c GARBAGE COLLECT
16.58/16.84	c rational objective 0
18.18/18.45	c #Conflicts:      57000 | #Constraints:       8679
18.18/18.45	c #Conflicts:      58000 | #Constraints:      10193
18.18/18.45	c #Conflicts:      59000 | #Constraints:      11658
18.18/18.45	c #Conflicts:      60000 | #Constraints:      13118
18.18/18.45	c cpu time 17.6214 s
18.18/18.45	c deterministic time 1449848702 1.45e+09
18.18/18.45	c optimization time 0.000731 s
18.18/18.45	c total solve time 17.6196 s
18.18/18.45	c core-guided solve time 9.33979 s
18.18/18.45	c propagation time 12.8878 s
18.18/18.45	c conflict analysis time 4.04079 s
18.18/18.45	c propagations 652964
18.18/18.45	c resolve steps 326577
18.18/18.45	c decisions 66673
18.18/18.45	c conflicts 60400
18.18/18.45	c restarts 188
18.18/18.45	c inprocessing phases 16
18.18/18.45	c garbage collections 16 ,( 100.00 )
18.18/18.45	c input clauses 1 ,( 11.11 )
18.18/18.45	c input cardinalities 0 ,( 0.00 )
18.18/18.45	c input general constraints 8 ,( 88.89 )
18.18/18.45	c input average constraint length 26.56
18.18/18.45	c input average constraint degree 690.78
18.18/18.45	c learned clauses 24360 ,( 27.85 )
18.18/18.45	c learned cardinalities 3 ,( 0.00 )
18.18/18.45	c learned general constraints 63108 ,( 72.15 )
18.18/18.45	c learned average constraint length 19.56
18.18/18.45	c learned average constraint degree 1392951368.52
18.18/18.45	c watched  CF 32, 64, 128, Arb: 4759 , 0 , 0 , 0
18.18/18.45	c counting CF 32, 64, 128, Arb: 58358 , 0 , 0 , 0
18.18/18.45	c watched   constraints 4759 ,( 7.54 ) 
18.18/18.45	c counting  constraints 58357 ,( 92.46 ) 
18.18/18.45	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2553855 , 1375 , 162965000 ,( 1360091 , 161604909 )
18.18/18.45	c gcd simplifications 22953
18.18/18.45	c detected cardinalities 3
18.18/18.45	c weakened non-implied lits 454992
18.18/18.45	c weakened non-implying lits 7361
18.18/18.45	c original variables 31
18.18/18.45	c clausal propagations 9911
18.18/18.45	c cardinality propagations 0
18.18/18.45	c watched propagations 829
18.18/18.45	c counting propagations 580488
18.18/18.45	c watch lookups 547187056
18.18/18.45	c watch backjump lookups 0
18.18/18.45	c watch checks 9769234
18.18/18.45	c propagation checks 881734345
18.18/18.45	c constraint additions 9623706
18.18/18.45	c trail pops 779997
18.18/18.45	c formula constraints 9
18.18/18.45	c learned constraints 60381
18.18/18.45	c bound constraints 0
18.18/18.45	c core-guided constraints 0
18.18/18.45	c encountered formula constraints 54311
18.18/18.45	c encountered learned constraints 80478
18.18/18.45	c encountered bound constraints 0
18.18/18.45	c encountered core-guided constraints 0
18.18/18.45	c LP total time 1.82266 s
18.18/18.45	c LP solve time 0.78 s
18.18/18.45	c LP constraints added 39
18.18/18.45	c LP constraints removed 28
18.18/18.45	c LP pivots internal 34604
18.18/18.45	c LP pivots root 122
18.18/18.45	c LP calls 31294
18.18/18.45	c LP optimalities 4241
18.18/18.45	c LP no pivot count 411
18.18/18.45	c LP infeasibilities 27053
18.18/18.45	c LP valid Farkas constraints 27053
18.18/18.45	c LP learned Farkas constraints 18
18.18/18.45	c LP basis resets 0
18.18/18.45	c LP cycling count 0
18.18/18.45	c LP singular count 0
18.18/18.45	c LP no primal count 0
18.18/18.45	c LP no farkas count 0
18.18/18.45	c LP other issue count 0
18.18/18.45	c LP Gomory cuts 19
18.18/18.45	c LP learned cuts 11
18.18/18.45	c LP deleted cuts 28
18.18/18.45	c LP encountered Gomory constraints 0
18.18/18.45	c LP encountered Farkas constraints 249240
18.18/18.45	c LP encountered learned Farkas constraints 2930
18.18/18.45	c CG auxiliary variables introduced 0
18.18/18.45	c CG solutions found 0
18.18/18.45	c CG cores constructed 0
18.18/18.45	c CG core cardinality constraints returned 0
18.18/18.45	c CG unit cores 0
18.18/18.45	c CG single cores 0
18.18/18.45	c CG blocks removed during cardinality reduction 0
18.18/18.45	c CG first core best 0
18.18/18.45	c CG decision core best 0
18.18/18.45	c CG core reduction tie 0
18.18/18.45	c CG core degree average 0.00
18.18/18.45	c CG core slack average 0.00
18.18/18.45	c CG core upper bound improvements 0
18.18/18.45	c STR number of successful calls 0
18.18/18.45	c STR number of unsuccessful calls 0
18.18/18.45	c STR number of inconclusive calls 0
18.18/18.45	c STR number of successful attempts 0
18.18/18.45	c STR number of unsuccessful attempts 0
18.18/18.45	c STR number of inconclusive attempts 0
18.18/18.45	c STR average degree increase per successful call inf
18.18/18.45	c STR average degree increase per successful attempt inf
18.18/18.45	c STR total number of conflicts for successful attempts 0
18.18/18.45	c STR total number of conflicts for unsuccessful attempts 0
18.18/18.45	c STR total number of conflicts for inconclusive attempts 0
18.18/18.45	c STR average number of conflicts per successful attempt inf
18.18/18.45	c STR average number of conflicts per unsuccessful attempt inf
18.18/18.45	c STR average number of conflicts per inconclusive attempt inf
18.18/18.45	c AVG.sumWPerc 67.35 
18.18/18.45	c bigint constraints 0 
18.18/18.45	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 17:47:40 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 (46483 MiB free)
  memory of node 1: 64507 MiB (43702 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10007 s]*
/proc/loadavg: 4.17 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92341704/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=55684 memory=10624 CPUtime=0.06 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 471 0 0 0 6 0 0 0 20 0 1 0 52900093 57020416 2656 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 13921 2656 2400 1147 0 1348 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 59876 KiB
Current children cumulated memory: 13696 KiB

[startup+0.219311 s]*
/proc/loadavg: 4.17 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92341704/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=55820 memory=10880 CPUtime=0.15 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 546 0 0 0 15 0 0 0 20 0 1 0 52900093 57159680 2720 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 13955 2720 2400 1147 0 1382 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 60012 KiB
Current children cumulated memory: 13952 KiB

[startup+0.314079 s]*
/proc/loadavg: 4.17 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92333640/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=56248 memory=11264 CPUtime=0.25 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 640 0 0 0 24 1 0 0 20 0 1 0 52900093 57597952 2816 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 14062 2816 2400 1147 0 1489 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 60440 KiB
Current children cumulated memory: 14336 KiB

[startup+0.700354 s]
/proc/loadavg: 4.17 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92333640/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=56888 memory=12032 CPUtime=0.61 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 859 0 0 0 58 3 0 0 20 0 1 0 52900093 58253312 3008 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 14222 3008 2400 1147 0 1649 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 61080 KiB
Current children cumulated memory: 15104 KiB

[startup+1.50038 s]
/proc/loadavg: 4.17 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92295700/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=57200 memory=12544 CPUtime=1.41 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 987 0 0 0 132 9 0 0 20 0 1 0 52900093 58572800 3136 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 14300 3136 2400 1147 0 1727 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 61392 KiB
Current children cumulated memory: 15616 KiB

[startup+3.11383 s]
/proc/loadavg: 4.17 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92189500/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=58436 memory=14208 CPUtime=3.01 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 1393 0 0 0 286 15 0 0 20 0 1 0 52900093 59838464 3552 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 14609 3552 2400 1147 0 2036 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 62628 KiB
Current children cumulated memory: 17280 KiB

[startup+6.30035 s]
/proc/loadavg: 4.16 4.13 3.96 5/264 54112
/proc/meminfo: memFree=92073896/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=60248 memory=16000 CPUtime=6.12 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 1851 0 0 0 585 27 0 0 20 0 1 0 52900093 61693952 4000 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15062 4000 2400 1147 0 2489 0
Current children cumulated CPU time: 6.12 s
Current children cumulated vsize: 64440 KiB
Current children cumulated memory: 19072 KiB

[startup+12.7003 s]
/proc/loadavg: 4.39 4.17 3.97 5/264 54112
/proc/meminfo: memFree=91780616/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=61992 memory=18048 CPUtime=12.5 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 2352 0 0 0 1206 44 0 0 20 0 1 0 52900093 63479808 4512 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15498 4512 2400 1147 0 2925 0
Current children cumulated CPU time: 12.5 s
Current children cumulated vsize: 66184 KiB
Current children cumulated memory: 21120 KiB

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

# cumulated CPU time of all completed processes:  user=17.6294 s, system=0.596857 s

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

[startup+12.8004 s]
/proc/loadavg: 4.39 4.17 3.97 5/264 54112
/proc/meminfo: memFree=91780616/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=61992 memory=18048 CPUtime=12.6 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 2352 0 0 0 1216 44 0 0 20 0 1 0 52900093 63479808 4512 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15498 4512 2400 1147 0 2925 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 66184 KiB
Current children cumulated memory: 21120 KiB

[startup+16.0003 s]*
/proc/loadavg: 4.35 4.17 3.98 5/264 54112
/proc/meminfo: memFree=91568756/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=62252 memory=20484 CPUtime=15.8 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 2462 0 0 0 1529 51 0 0 20 0 1 0 52900093 63746048 5121 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15563 5121 2400 1147 0 2990 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 66444 KiB
Current children cumulated memory: 23556 KiB

[startup+17.6003 s]
/proc/loadavg: 4.35 4.17 3.98 5/264 54112
/proc/meminfo: memFree=91512308/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=62380 memory=20740 CPUtime=17.38 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 2501 0 0 0 1682 56 0 0 20 0 1 0 52900093 63877120 5185 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15595 5185 2400 1147 0 3022 0
Current children cumulated CPU time: 17.38 s
Current children cumulated vsize: 66572 KiB
Current children cumulated memory: 23812 KiB

[startup+18.0003 s]*
/proc/loadavg: 4.35 4.17 3.98 5/264 54112
/proc/meminfo: memFree=91469600/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=62380 memory=20740 CPUtime=17.8 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 2501 0 0 0 1723 57 0 0 20 0 1 0 52900093 63877120 5185 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15595 5185 2400 1147 0 3022 0
Current children cumulated CPU time: 17.8 s
Current children cumulated vsize: 66572 KiB
Current children cumulated memory: 23812 KiB

[startup+18.4003 s]
/proc/loadavg: 4.35 4.17 3.98 5/264 54112
/proc/meminfo: memFree=91469600/131382112 swapFree=33010684/33010684
[pid=54109] ppid=54106 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/54109/stat : 54109 (run-opt-ls-log.) S 54106 54109 53513 0 -1 4194304 242 205 0 0 0 0 0 0 20 0 1 0 52900090 4292608 768 18446744073709551615 94918066307072 94918067201605 140733916992128 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94918067440656 94918067488400 94918079242240 140733916997915 140733916998113 140733916998113 140733917003715 0
/proc/54109/statm: 1048 768 704 219 0 110 0
[pid=54112] ppid=54109 vsize=62380 memory=20740 CPUtime=18.18 cores=4,6
/proc/54112/stat : 54112 (roundingsat) R 54109 54109 53513 0 -1 4194304 2501 0 0 0 1761 57 0 0 20 0 1 0 52900093 63877120 5185 18446744073709551615 4227072 8923433 140722524684784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41181184 140722524690678 140722524690984 140722524690984 140722524696554 0
/proc/54112/statm: 15595 5185 2400 1147 0 3022 0
Current children cumulated CPU time: 18.18 s
Current children cumulated vsize: 66572 KiB
Current children cumulated memory: 23812 KiB

Child status: 0

Real time (s): 18.4566
CPU time (s): 18.2262
CPU user time (s): 17.6294
CPU system time (s): 0.596857
CPU usage (%): 98.752
Max. virtual memory (cumulated for all children) (KiB): 66572
Max. memory (cumulated for all children) (KiB): 23812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6294
system time used= 0.596857
maximum resident set size= 20740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1607
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 54109
#   total CPU time (s): 18.2262
#   total CPU user time (s): 17.6294
#   total CPU system time (s): 0.596857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.119485 second user time and 0.270076 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 14:16:43
IDJOB=4490475
IDBENCH=147587
IDSOLVER=3356
FILE ID=nodeC009/4490475-1751372203
RUNJOBID= nodeC009-1751371444-53524
SLURM_JOB_ID= 9598195
Free space on /tmp= 432604 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490475-1751372203/watcher-4490475-1751372203 -o /tmp/evaluation-result-4490475-1751372203/solver-4490475-1751372203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751371444-53524 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4490475-1751372203.opb PROOFDIR/proof-4490475-1751372203

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=1172916818

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		: 3658.629
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		: 3592.002
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.386
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.419
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		: 1197.238
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		: 3592.019
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		: 1895.556
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.428
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:        92364220 kB
MemAvailable:   126097532 kB
Buffers:            3280 kB
Cached:         34498064 kB
SwapCached:            0 kB
Active:          3770216 kB
Inactive:       34198344 kB
Active(anon):    3484312 kB
Inactive(anon):      968 kB
Active(file):     285904 kB
Inactive(file): 34197376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:          12263940 kB
Writeback:             0 kB
AnonPages:       3470392 kB
Mapped:           117416 kB
Shmem:             17960 kB
KReclaimable:     178936 kB
Slab:             647272 kB
SReclaimable:     178936 kB
SUnreclaim:       468336 kB
KernelStack:        4240 kB
PageTables:        10692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4780856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149608 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1703936 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= 432596 MiB
End job on nodeC009 at 2025-07-01 14:17:02