Trace number 4490477

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+pbsuma-opt-log 63f22adUNSAT cert. 16.8291 16.9598

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.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-4490477-1751373040.opb'
0.00/0.01	c 	read 0.00MB  (0.12ms)
0.00/0.01	c	 [cnf: #variables 31 #clauses 10 #duplicates 0 #arr 240]
0.00/0.03	c output proof to 'PROOFDIR/proof-4490477-1751373040'
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 0] (0.09ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (0.04ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 310 #edges 1018]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.04ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4490477-1751373040.opb.pre'
0.00/0.03	c 	wrote 0.00MB (0.11ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                  21.46ms 98.15% other
0.00/0.03	c                   0.12ms  0.56% parse
0.00/0.03	c                   0.11ms  0.48% output
0.00/0.03	c                   0.09ms  0.42% approx_orbits
0.00/0.03	c                   0.04ms  0.20% detect_generic
0.00/0.03	c                   0.04ms  0.17% detect_special
0.00/0.03	c                   0.00ms  0.02% finalize_order
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  21.86ms   100% total
0.00/0.03	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.05	c #variables 31 #constraints 9
0.00/0.05	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: 9 , 0 , 0 , 0
0.00/0.05	c bounds - >= 0 @ 0.000288
0.00/0.05	c rational objective 0
0.15/0.24	c #Conflicts:       1000 | #Constraints:       1502
0.15/0.24	c #Conflicts:       2000 | #Constraints:       3024
0.15/0.24	c INPROCESSING
0.15/0.24	c GARBAGE COLLECT
0.15/0.24	c rational objective 0
0.35/0.49	c #Conflicts:       3000 | #Constraints:       2845
0.35/0.49	c #Conflicts:       4000 | #Constraints:       4149
0.35/0.49	c INPROCESSING
0.35/0.49	c GARBAGE COLLECT
0.35/0.49	c rational objective 0
0.74/0.85	c #Conflicts:       5000 | #Constraints:       3426
0.74/0.85	c #Conflicts:       6000 | #Constraints:       4930
0.74/0.85	c INPROCESSING
0.74/0.85	c GARBAGE COLLECT
0.74/0.85	c rational objective 0
1.14/1.23	c #Conflicts:       7000 | #Constraints:       3431
1.14/1.23	c #Conflicts:       8000 | #Constraints:       4617
1.14/1.23	c #Conflicts:       9000 | #Constraints:       5814
1.14/1.23	c INPROCESSING
1.14/1.23	c GARBAGE COLLECT
1.14/1.23	c rational objective 0
1.64/1.78	c #Conflicts:      10000 | #Constraints:       4189
1.64/1.78	c #Conflicts:      11000 | #Constraints:       5676
1.64/1.78	c #Conflicts:      12000 | #Constraints:       7015
1.64/1.78	c INPROCESSING
1.64/1.78	c GARBAGE COLLECT
1.64/1.78	c rational objective 0
2.33/2.45	c #Conflicts:      13000 | #Constraints:       4866
2.33/2.45	c #Conflicts:      14000 | #Constraints:       6304
2.33/2.45	c #Conflicts:      15000 | #Constraints:       7724
2.33/2.45	c INPROCESSING
2.33/2.45	c GARBAGE COLLECT
2.33/2.45	c rational objective 0
3.13/3.27	c #Conflicts:      16000 | #Constraints:       5375
3.13/3.27	c #Conflicts:      17000 | #Constraints:       6886
3.13/3.27	c #Conflicts:      18000 | #Constraints:       8406
3.13/3.27	c INPROCESSING
3.13/3.27	c GARBAGE COLLECT
3.13/3.27	c rational objective 0
3.94/4.06	c #Conflicts:      19000 | #Constraints:       5170
3.94/4.06	c #Conflicts:      20000 | #Constraints:       6170
3.94/4.06	c #Conflicts:      21000 | #Constraints:       7170
3.94/4.06	c INPROCESSING
3.94/4.06	c GARBAGE COLLECT
3.94/4.06	c rational objective 0
4.93/5.04	c #Conflicts:      22000 | #Constraints:       4475
4.93/5.04	c #Conflicts:      23000 | #Constraints:       5983
4.93/5.04	c #Conflicts:      24000 | #Constraints:       7490
4.93/5.04	c #Conflicts:      25000 | #Constraints:       9003
4.93/5.04	c INPROCESSING
4.93/5.04	c GARBAGE COLLECT
4.93/5.04	c rational objective 0
6.03/6.15	c #Conflicts:      26000 | #Constraints:       5813
6.03/6.15	c #Conflicts:      27000 | #Constraints:       7325
6.03/6.15	c #Conflicts:      28000 | #Constraints:       8857
6.03/6.15	c #Conflicts:      29000 | #Constraints:      10378
6.03/6.15	c INPROCESSING
6.03/6.15	c GARBAGE COLLECT
6.03/6.15	c rational objective 0
7.33/7.41	c #Conflicts:      30000 | #Constraints:       6713
7.33/7.41	c #Conflicts:      31000 | #Constraints:       8238
7.33/7.41	c #Conflicts:      32000 | #Constraints:       9769
7.33/7.41	c #Conflicts:      33000 | #Constraints:      11287
7.33/7.41	c INPROCESSING
7.33/7.41	c GARBAGE COLLECT
7.33/7.41	c rational objective 0
8.62/8.79	c #Conflicts:      34000 | #Constraints:       7144
8.62/8.79	c #Conflicts:      35000 | #Constraints:       8685
8.62/8.79	c #Conflicts:      36000 | #Constraints:      10208
8.62/8.79	c #Conflicts:      37000 | #Constraints:      11731
8.62/8.79	c INPROCESSING
8.62/8.79	c GARBAGE COLLECT
8.62/8.79	c rational objective 0
10.11/10.26	c #Conflicts:      38000 | #Constraints:       7249
10.11/10.26	c #Conflicts:      39000 | #Constraints:       8751
10.11/10.26	c #Conflicts:      40000 | #Constraints:      10278
10.11/10.26	c #Conflicts:      41000 | #Constraints:      11727
10.11/10.26	c INPROCESSING
10.11/10.26	c GARBAGE COLLECT
10.11/10.26	c rational objective 0
11.70/11.87	c #Conflicts:      42000 | #Constraints:       6929
11.70/11.87	c #Conflicts:      43000 | #Constraints:       8453
11.70/11.87	c #Conflicts:      44000 | #Constraints:       9925
11.70/11.87	c #Conflicts:      45000 | #Constraints:      11438
11.70/11.87	c #Conflicts:      46000 | #Constraints:      12923
11.70/11.87	c INPROCESSING
11.70/11.87	c GARBAGE COLLECT
11.70/11.87	c rational objective 0
13.41/13.57	c #Conflicts:      47000 | #Constraints:       7849
13.41/13.57	c #Conflicts:      48000 | #Constraints:       9372
13.41/13.57	c #Conflicts:      49000 | #Constraints:      10896
13.41/13.57	c #Conflicts:      50000 | #Constraints:      12418
13.41/13.57	c #Conflicts:      51000 | #Constraints:      13930
13.41/13.57	c INPROCESSING
13.41/13.57	c GARBAGE COLLECT
13.41/13.57	c rational objective 0
15.20/15.37	c #Conflicts:      52000 | #Constraints:       8495
15.20/15.37	c #Conflicts:      53000 | #Constraints:       9841
15.20/15.37	c #Conflicts:      54000 | #Constraints:      11348
15.20/15.37	c #Conflicts:      55000 | #Constraints:      12868
15.20/15.37	c #Conflicts:      56000 | #Constraints:      14391
15.20/15.37	c INPROCESSING
15.20/15.37	c GARBAGE COLLECT
15.20/15.37	c rational objective 0
16.79/16.95	c #Conflicts:      57000 | #Constraints:       8679
16.79/16.95	c #Conflicts:      58000 | #Constraints:      10193
16.79/16.95	c #Conflicts:      59000 | #Constraints:      11658
16.79/16.95	c #Conflicts:      60000 | #Constraints:      13118
16.79/16.95	c cpu time 16.2868 s
16.79/16.95	c deterministic time 1449848702 1.45e+09
16.79/16.95	c optimization time 5.9e-05 s
16.79/16.95	c total solve time 16.2865 s
16.79/16.95	c core-guided solve time 8.60595 s
16.79/16.95	c propagation time 12.0351 s
16.79/16.95	c conflict analysis time 3.63765 s
16.79/16.95	c propagations 652964
16.79/16.95	c resolve steps 326577
16.79/16.95	c decisions 66673
16.79/16.95	c conflicts 60400
16.79/16.95	c restarts 188
16.79/16.95	c inprocessing phases 16
16.79/16.95	c garbage collections 16 ,( 100.00 )
16.79/16.95	c input clauses 1 ,( 11.11 )
16.79/16.95	c input cardinalities 0 ,( 0.00 )
16.79/16.95	c input general constraints 8 ,( 88.89 )
16.79/16.95	c input average constraint length 26.56
16.79/16.95	c input average constraint degree 690.78
16.79/16.95	c learned clauses 24360 ,( 27.85 )
16.79/16.95	c learned cardinalities 3 ,( 0.00 )
16.79/16.95	c learned general constraints 63108 ,( 72.15 )
16.79/16.95	c learned average constraint length 19.56
16.79/16.95	c learned average constraint degree 1392951368.52
16.79/16.95	c watched  CF 32, 64, 128, Arb: 4759 , 0 , 0 , 0
16.79/16.95	c counting CF 32, 64, 128, Arb: 58358 , 0 , 0 , 0
16.79/16.95	c watched   constraints 4759 ,( 7.54 ) 
16.79/16.95	c counting  constraints 58357 ,( 92.46 ) 
16.79/16.95	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2553855 , 1375 , 162965000 ,( 1360091 , 161604909 )
16.79/16.95	c gcd simplifications 22953
16.79/16.95	c detected cardinalities 3
16.79/16.95	c weakened non-implied lits 454992
16.79/16.95	c weakened non-implying lits 7361
16.79/16.95	c original variables 31
16.79/16.95	c clausal propagations 9911
16.79/16.95	c cardinality propagations 0
16.79/16.95	c watched propagations 829
16.79/16.95	c counting propagations 580488
16.79/16.95	c watch lookups 547187056
16.79/16.95	c watch backjump lookups 0
16.79/16.95	c watch checks 9769234
16.79/16.95	c propagation checks 881734345
16.79/16.95	c constraint additions 9623706
16.79/16.95	c trail pops 779997
16.79/16.95	c formula constraints 9
16.79/16.95	c learned constraints 60381
16.79/16.95	c bound constraints 0
16.79/16.95	c core-guided constraints 0
16.79/16.95	c encountered formula constraints 54311
16.79/16.95	c encountered learned constraints 80478
16.79/16.95	c encountered bound constraints 0
16.79/16.95	c encountered core-guided constraints 0
16.79/16.95	c LP total time 1.57913 s
16.79/16.95	c LP solve time 0.56 s
16.79/16.95	c LP constraints added 39
16.79/16.95	c LP constraints removed 28
16.79/16.95	c LP pivots internal 34604
16.79/16.95	c LP pivots root 122
16.79/16.95	c LP calls 31294
16.79/16.95	c LP optimalities 4241
16.79/16.95	c LP no pivot count 411
16.79/16.95	c LP infeasibilities 27053
16.79/16.95	c LP valid Farkas constraints 27053
16.79/16.95	c LP learned Farkas constraints 18
16.79/16.95	c LP basis resets 0
16.79/16.95	c LP cycling count 0
16.79/16.95	c LP singular count 0
16.79/16.95	c LP no primal count 0
16.79/16.95	c LP no farkas count 0
16.79/16.95	c LP other issue count 0
16.79/16.95	c LP Gomory cuts 19
16.79/16.95	c LP learned cuts 11
16.79/16.95	c LP deleted cuts 28
16.79/16.95	c LP encountered Gomory constraints 0
16.79/16.95	c LP encountered Farkas constraints 249240
16.79/16.95	c LP encountered learned Farkas constraints 2930
16.79/16.95	c CG auxiliary variables introduced 0
16.79/16.95	c CG solutions found 0
16.79/16.95	c CG cores constructed 0
16.79/16.95	c CG core cardinality constraints returned 0
16.79/16.95	c CG unit cores 0
16.79/16.95	c CG single cores 0
16.79/16.95	c CG blocks removed during cardinality reduction 0
16.79/16.95	c CG first core best 0
16.79/16.95	c CG decision core best 0
16.79/16.95	c CG core reduction tie 0
16.79/16.95	c CG core degree average 0.00
16.79/16.95	c CG core slack average 0.00
16.79/16.95	c CG core upper bound improvements 0
16.79/16.95	c STR number of successful calls 0
16.79/16.95	c STR number of unsuccessful calls 0
16.79/16.95	c STR number of inconclusive calls 0
16.79/16.95	c STR number of successful attempts 0
16.79/16.95	c STR number of unsuccessful attempts 0
16.79/16.95	c STR number of inconclusive attempts 0
16.79/16.95	c STR average degree increase per successful call inf
16.79/16.95	c STR average degree increase per successful attempt inf
16.79/16.95	c STR total number of conflicts for successful attempts 0
16.79/16.95	c STR total number of conflicts for unsuccessful attempts 0
16.79/16.95	c STR total number of conflicts for inconclusive attempts 0
16.79/16.95	c STR average number of conflicts per successful attempt inf
16.79/16.95	c STR average number of conflicts per unsuccessful attempt inf
16.79/16.95	c STR average number of conflicts per inconclusive attempt inf
16.79/16.95	c AVG.sumWPerc 67.35 
16.79/16.95	c bigint constraints 0 
16.79/16.95	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 17:48:15 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: 63665 MiB (36553 MiB free)
  memory of node 1: 64507 MiB (47499 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490477-1751373040/watcher-4490477-1751373040 -o /tmp/evaluation-result-4490477-1751373040/solver-4490477-1751373040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751371625-51010 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4490477-1751373040.opb PROOFDIR/proof-4490477-1751373040 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=51623, runsolver pid=51620

[startup+0.100066 s]*
/proc/loadavg: 4.15 4.15 3.84 5/274 51626
/proc/meminfo: memFree=86059904/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=55820 memory=11008 CPUtime=0.05 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 548 0 0 0 4 1 0 0 20 0 1 0 52982892 57159680 2752 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 13955 2752 2432 1147 0 1382 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 60012 KiB
Current children cumulated memory: 14080 KiB

[startup+0.206198 s]*
/proc/loadavg: 4.15 4.15 3.84 5/274 51626
/proc/meminfo: memFree=86059904/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=56548 memory=11904 CPUtime=0.15 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 778 0 0 0 14 1 0 0 20 0 1 0 52982892 57905152 2976 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 14137 2976 2432 1147 0 1564 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 60740 KiB
Current children cumulated memory: 14976 KiB

[startup+0.306123 s]*
/proc/loadavg: 4.15 4.15 3.84 5/274 51626
/proc/meminfo: memFree=86059904/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=56868 memory=12288 CPUtime=0.26 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 862 0 0 0 24 2 0 0 20 0 1 0 52982892 58232832 3072 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 14217 3072 2432 1147 0 1644 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 61060 KiB
Current children cumulated memory: 15360 KiB

[startup+0.700205 s]
/proc/loadavg: 4.15 4.15 3.84 5/274 51626
/proc/meminfo: memFree=86051840/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=57180 memory=12800 CPUtime=0.64 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 1013 0 0 0 60 4 0 0 20 0 1 0 52982892 58552320 3200 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 14295 3200 2432 1147 0 1722 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 61372 KiB
Current children cumulated memory: 15872 KiB

[startup+1.50021 s]
/proc/loadavg: 4.15 4.15 3.84 5/274 51626
/proc/meminfo: memFree=86046060/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=58164 memory=13824 CPUtime=1.44 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 1254 0 0 0 135 9 0 0 20 0 1 0 52982892 59559936 3456 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 14541 3456 2432 1147 0 1968 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 62356 KiB
Current children cumulated memory: 16896 KiB

[startup+3.10597 s]
/proc/loadavg: 4.13 4.14 3.85 5/274 51627
/proc/meminfo: memFree=86034752/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=58804 memory=14848 CPUtime=3.04 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 1514 0 0 0 289 15 0 0 20 0 1 0 52982892 60215296 3712 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 14701 3712 2432 1147 0 2128 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 62996 KiB
Current children cumulated memory: 17920 KiB

[startup+6.30021 s]
/proc/loadavg: 4.13 4.14 3.85 5/274 51627
/proc/meminfo: memFree=86018572/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=60988 memory=16896 CPUtime=6.23 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2035 0 0 0 597 26 0 0 20 0 1 0 52982892 62451712 4224 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15247 4224 2432 1147 0 2674 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 65180 KiB
Current children cumulated memory: 19968 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85955952/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62164 memory=20512 CPUtime=12.61 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2407 0 0 0 1219 42 0 0 20 0 1 0 52982892 63655936 5128 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15541 5128 2432 1147 0 2968 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 66356 KiB
Current children cumulated memory: 23584 KiB

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

# cumulated CPU time of all completed processes:  user=16.2909 s, system=0.538231 s

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

[startup+12.8002 s]
/proc/loadavg: 4.12 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85955952/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62164 memory=20512 CPUtime=12.7 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2407 0 0 0 1228 42 0 0 20 0 1 0 52982892 63655936 5128 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15541 5128 2432 1147 0 2968 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 66356 KiB
Current children cumulated memory: 23584 KiB

[startup+14.4002 s]
/proc/loadavg: 4.11 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85925152/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62164 memory=20640 CPUtime=14.3 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2434 0 0 0 1384 46 0 0 20 0 1 0 52982892 63655936 5160 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15541 5160 2432 1147 0 2968 0
Current children cumulated CPU time: 14.3 s
Current children cumulated vsize: 66356 KiB
Current children cumulated memory: 23712 KiB

[startup+16.0002 s]*
/proc/loadavg: 4.11 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85854848/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62292 memory=20768 CPUtime=15.9 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2472 0 0 0 1541 49 0 0 20 0 1 0 52982892 63787008 5192 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15573 5192 2432 1147 0 3000 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 66484 KiB
Current children cumulated memory: 23840 KiB

[startup+16.4002 s]
/proc/loadavg: 4.11 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85854848/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62292 memory=20768 CPUtime=16.29 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2472 0 0 0 1579 50 0 0 20 0 1 0 52982892 63787008 5192 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15573 5192 2432 1147 0 3000 0
Current children cumulated CPU time: 16.29 s
Current children cumulated vsize: 66484 KiB
Current children cumulated memory: 23840 KiB

[startup+16.8002 s]
/proc/loadavg: 4.11 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85854848/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62292 memory=20768 CPUtime=16.69 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2472 0 0 0 1617 52 0 0 20 0 1 0 52982892 63787008 5192 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15573 5192 2432 1147 0 3000 0
Current children cumulated CPU time: 16.69 s
Current children cumulated vsize: 66484 KiB
Current children cumulated memory: 23840 KiB

[startup+16.9002 s]
/proc/loadavg: 4.11 4.14 3.85 5/274 51627
/proc/meminfo: memFree=85854848/131249988 swapFree=33010160/33010684
[pid=51623] ppid=51620 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/51623/stat : 51623 (run-opt-break-l) S 51620 51623 50997 0 -1 4194304 238 206 0 0 0 0 0 0 20 0 1 0 52982888 4292608 768 18446744073709551615 94149261529088 94149262423621 140731232325280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94149262662672 94149262710416 94149289181184 140731232327957 140731232328158 140731232328158 140731232333760 0
/proc/51623/statm: 1048 768 704 219 0 110 0
[pid=51626] ppid=51623 vsize=62292 memory=20768 CPUtime=16.79 cores=5,7
/proc/51626/stat : 51626 (roundingsat) R 51623 51623 50997 0 -1 4194304 2472 0 0 0 1627 52 0 0 20 0 1 0 52982892 63787008 5192 18446744073709551615 4227072 8923433 140733812819408 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23130112 140733812828436 140733812828712 140733812828712 140733812834282 0
/proc/51626/statm: 15573 5192 2432 1147 0 3000 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 66484 KiB
Current children cumulated memory: 23840 KiB

Child status: 0

Real time (s): 16.9598
CPU time (s): 16.8291
CPU user time (s): 16.2909
CPU system time (s): 0.538231
CPU usage (%): 99.2296
Max. virtual memory (cumulated for all children) (KiB): 66484
Max. memory (cumulated for all children) (KiB): 23840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2909
system time used= 0.538231
maximum resident set size= 20768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1194
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 51623
#   total CPU time (s): 16.8291
#   total CPU user time (s): 16.2909
#   total CPU system time (s): 0.538231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046502 second user time and 0.115716 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-01 14:30:40
IDJOB=4490477
IDBENCH=147587
IDSOLVER=3360
FILE ID=nodeC034/4490477-1751373040
RUNJOBID= nodeC034-1751371625-51010
SLURM_JOB_ID= 9598197
Free space on /tmp= 433000 MiB

SOLVER NAME= roundingsat+pbsuma-opt-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-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4490477-1751373040/watcher-4490477-1751373040 -o /tmp/evaluation-result-4490477-1751373040/solver-4490477-1751373040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751371625-51010 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4490477-1751373040.opb PROOFDIR/proof-4490477-1751373040

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=819274988

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.763
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.765
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.789
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3633.134
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.697
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.757
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3544.214
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3572.766
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        86070084 kB
MemAvailable:   127131360 kB
Buffers:            2128 kB
Cached:         41808288 kB
SwapCached:           36 kB
Active:          2642552 kB
Inactive:       41369116 kB
Active(anon):    2214856 kB
Inactive(anon):     4208 kB
Active(file):     427696 kB
Inactive(file): 41364908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:          11818492 kB
Writeback:             0 kB
AnonPages:       2200640 kB
Mapped:           118520 kB
Shmem:             18068 kB
KReclaimable:     215420 kB
Slab:             676696 kB
SReclaimable:     215420 kB
SUnreclaim:       461276 kB
KernelStack:        4368 kB
PageTables:         7648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2917056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1996800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC034 at 2025-07-01 14:30:57