Trace number 4531846

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3UNSAT cert. 17.54 17.6661

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.04	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.04	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.04	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.04	c │      (c) 2025 Markus Anders                                    │
0.00/0.04	c └────────────────────────────────────────────────────────────────┘
0.00/0.04	c parse 'HOME/instance-4531846-1752683051.opb'
0.00/0.04	c 	read 0.00MB  (0.33ms)
0.00/0.04	c	 [cnf: #variables 31 #clauses 10 #duplicates 0 #arr 240]
0.00/0.04	c output proof to '/tmp/proof-4531846-1752683051'
0.00/0.04	c 
0.00/0.04	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 0] (0.22ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (0.09ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 310 #edges 1018]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.12ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4531846-1752683051.opb.pre'
0.00/0.04	c 	wrote 0.00MB (0.15ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                   0.32ms 27.73% parse
0.00/0.04	c                   0.25ms 21.49% other
0.00/0.04	c                   0.22ms 18.89% approx_orbits
0.00/0.04	c                   0.15ms 12.82% output
0.00/0.04	c                   0.12ms 10.31% detect_generic
0.00/0.04	c                   0.09ms  8.01% detect_special
0.00/0.04	c                   0.01ms  0.74% finalize_order
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                   1.16ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.06	c RoundingSat 2
0.00/0.06	c branch pb25
0.00/0.06	c commit 0f876b3
0.00/0.07	c #variables 31 #constraints 9
0.00/0.07	c objective is ce32 
0.00/0.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
0.00/0.07	c bounds - >= 0 @ 0.003214
0.00/0.07	c rational objective 0
0.53/0.66	c #Conflicts:       1000 | #Constraints:       1502
0.53/0.66	c #Conflicts:       2000 | #Constraints:       3024
0.53/0.66	c INPROCESSING
0.53/0.66	c GARBAGE COLLECT
0.53/0.66	c rational objective 0
1.03/1.17	c #Conflicts:       3000 | #Constraints:       2845
1.03/1.17	c #Conflicts:       4000 | #Constraints:       4149
1.03/1.17	c INPROCESSING
1.03/1.17	c GARBAGE COLLECT
1.03/1.17	c rational objective 0
1.62/1.71	c #Conflicts:       5000 | #Constraints:       3426
1.62/1.71	c #Conflicts:       6000 | #Constraints:       4930
1.62/1.71	c INPROCESSING
1.62/1.71	c GARBAGE COLLECT
1.62/1.71	c rational objective 0
2.02/2.18	c #Conflicts:       7000 | #Constraints:       3431
2.02/2.18	c #Conflicts:       8000 | #Constraints:       4617
2.02/2.18	c #Conflicts:       9000 | #Constraints:       5814
2.02/2.18	c INPROCESSING
2.02/2.18	c GARBAGE COLLECT
2.02/2.18	c rational objective 0
2.61/2.76	c #Conflicts:      10000 | #Constraints:       4189
2.61/2.76	c #Conflicts:      11000 | #Constraints:       5676
2.61/2.76	c #Conflicts:      12000 | #Constraints:       7015
2.61/2.76	c INPROCESSING
2.61/2.76	c GARBAGE COLLECT
2.61/2.76	c rational objective 0
3.31/3.45	c #Conflicts:      13000 | #Constraints:       4866
3.31/3.45	c #Conflicts:      14000 | #Constraints:       6304
3.31/3.45	c #Conflicts:      15000 | #Constraints:       7724
3.31/3.45	c INPROCESSING
3.31/3.45	c GARBAGE COLLECT
3.31/3.45	c rational objective 0
4.10/4.26	c #Conflicts:      16000 | #Constraints:       5375
4.10/4.26	c #Conflicts:      17000 | #Constraints:       6886
4.10/4.26	c #Conflicts:      18000 | #Constraints:       8406
4.10/4.26	c INPROCESSING
4.10/4.26	c GARBAGE COLLECT
4.10/4.26	c rational objective 0
4.91/5.04	c #Conflicts:      19000 | #Constraints:       5170
4.91/5.04	c #Conflicts:      20000 | #Constraints:       6170
4.91/5.04	c #Conflicts:      21000 | #Constraints:       7170
4.91/5.04	c INPROCESSING
4.91/5.04	c GARBAGE COLLECT
4.91/5.04	c rational objective 0
5.80/6.00	c #Conflicts:      22000 | #Constraints:       4475
5.80/6.00	c #Conflicts:      23000 | #Constraints:       5983
5.80/6.00	c #Conflicts:      24000 | #Constraints:       7490
5.80/6.00	c #Conflicts:      25000 | #Constraints:       9003
5.80/6.00	c INPROCESSING
5.80/6.00	c GARBAGE COLLECT
5.80/6.00	c rational objective 0
6.91/7.10	c #Conflicts:      26000 | #Constraints:       5813
6.91/7.10	c #Conflicts:      27000 | #Constraints:       7325
6.91/7.10	c #Conflicts:      28000 | #Constraints:       8857
6.91/7.10	c #Conflicts:      29000 | #Constraints:      10378
6.91/7.10	c INPROCESSING
6.91/7.10	c GARBAGE COLLECT
6.91/7.10	c rational objective 0
8.19/8.33	c #Conflicts:      30000 | #Constraints:       6713
8.19/8.33	c #Conflicts:      31000 | #Constraints:       8238
8.19/8.33	c #Conflicts:      32000 | #Constraints:       9769
8.19/8.33	c #Conflicts:      33000 | #Constraints:      11287
8.19/8.33	c INPROCESSING
8.19/8.33	c GARBAGE COLLECT
8.19/8.33	c rational objective 0
9.48/9.69	c #Conflicts:      34000 | #Constraints:       7144
9.48/9.69	c #Conflicts:      35000 | #Constraints:       8685
9.48/9.69	c #Conflicts:      36000 | #Constraints:      10208
9.48/9.69	c #Conflicts:      37000 | #Constraints:      11731
9.48/9.69	c INPROCESSING
9.48/9.69	c GARBAGE COLLECT
9.48/9.69	c rational objective 0
10.99/11.13	c #Conflicts:      38000 | #Constraints:       7249
10.99/11.13	c #Conflicts:      39000 | #Constraints:       8751
10.99/11.13	c #Conflicts:      40000 | #Constraints:      10278
10.99/11.13	c #Conflicts:      41000 | #Constraints:      11727
10.99/11.13	c INPROCESSING
10.99/11.13	c GARBAGE COLLECT
10.99/11.13	c rational objective 0
12.57/12.72	c #Conflicts:      42000 | #Constraints:       6929
12.57/12.72	c #Conflicts:      43000 | #Constraints:       8453
12.57/12.72	c #Conflicts:      44000 | #Constraints:       9925
12.57/12.72	c #Conflicts:      45000 | #Constraints:      11438
12.57/12.72	c #Conflicts:      46000 | #Constraints:      12923
12.57/12.72	c INPROCESSING
12.57/12.72	c GARBAGE COLLECT
12.57/12.72	c rational objective 0
14.17/14.38	c #Conflicts:      47000 | #Constraints:       7849
14.17/14.38	c #Conflicts:      48000 | #Constraints:       9372
14.17/14.38	c #Conflicts:      49000 | #Constraints:      10896
14.17/14.38	c #Conflicts:      50000 | #Constraints:      12418
14.17/14.38	c #Conflicts:      51000 | #Constraints:      13930
14.17/14.38	c INPROCESSING
14.17/14.38	c GARBAGE COLLECT
14.17/14.38	c rational objective 0
15.97/16.14	c #Conflicts:      52000 | #Constraints:       8495
15.97/16.14	c #Conflicts:      53000 | #Constraints:       9841
15.97/16.14	c #Conflicts:      54000 | #Constraints:      11348
15.97/16.14	c #Conflicts:      55000 | #Constraints:      12868
15.97/16.14	c #Conflicts:      56000 | #Constraints:      14391
15.97/16.14	c INPROCESSING
15.97/16.14	c GARBAGE COLLECT
15.97/16.14	c rational objective 0
17.46/17.66	c #Conflicts:      57000 | #Constraints:       8679
17.46/17.66	c #Conflicts:      58000 | #Constraints:      10193
17.46/17.66	c #Conflicts:      59000 | #Constraints:      11658
17.46/17.66	c #Conflicts:      60000 | #Constraints:      13118
17.46/17.66	c cpu time 16.8697 s
17.46/17.66	c deterministic time 1449848702 1.45e+09
17.46/17.66	c optimization time 0.000989 s
17.46/17.66	c total solve time 16.8665 s
17.46/17.66	c core-guided solve time 8.88384 s
17.46/17.66	c propagation time 12.356 s
17.46/17.66	c conflict analysis time 3.84915 s
17.46/17.66	c propagations 652964
17.46/17.66	c resolve steps 326577
17.46/17.66	c decisions 66673
17.46/17.66	c conflicts 60400
17.46/17.66	c restarts 188
17.46/17.66	c inprocessing phases 16
17.46/17.66	c garbage collections 16 ,( 100.00 )
17.46/17.66	c input clauses 1 ,( 11.11 )
17.46/17.66	c input cardinalities 0 ,( 0.00 )
17.46/17.66	c input general constraints 8 ,( 88.89 )
17.46/17.66	c input average constraint length 26.56
17.46/17.66	c input average constraint degree 690.78
17.46/17.66	c learned clauses 24360 ,( 27.85 )
17.46/17.66	c learned cardinalities 3 ,( 0.00 )
17.46/17.66	c learned general constraints 63108 ,( 72.15 )
17.46/17.66	c learned average constraint length 19.56
17.46/17.66	c learned average constraint degree 1392951368.52
17.46/17.66	c watched  CF 32, 64, 128, Arb: 4759 , 0 , 0 , 0
17.46/17.66	c counting CF 32, 64, 128, Arb: 58358 , 0 , 0 , 0
17.46/17.66	c watched   constraints 4759 ,( 7.54 ) 
17.46/17.66	c counting  constraints 58357 ,( 92.46 ) 
17.46/17.66	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2553855 , 1375 , 162965000 ,( 1360091 , 161604909 )
17.46/17.66	c gcd simplifications 22953
17.46/17.66	c detected cardinalities 3
17.46/17.66	c weakened non-implied lits 454992
17.46/17.66	c weakened non-implying lits 7361
17.46/17.66	c original variables 31
17.46/17.66	c clausal propagations 9911
17.46/17.66	c cardinality propagations 0
17.46/17.66	c watched propagations 829
17.46/17.66	c counting propagations 580488
17.46/17.66	c watch lookups 547187056
17.46/17.66	c watch backjump lookups 0
17.46/17.66	c watch checks 9769234
17.46/17.66	c propagation checks 881734345
17.46/17.66	c constraint additions 9623706
17.46/17.66	c trail pops 779997
17.46/17.66	c formula constraints 9
17.46/17.66	c learned constraints 60381
17.46/17.66	c bound constraints 0
17.46/17.66	c core-guided constraints 0
17.46/17.66	c encountered formula constraints 54311
17.46/17.66	c encountered learned constraints 80478
17.46/17.66	c encountered bound constraints 0
17.46/17.66	c encountered core-guided constraints 0
17.46/17.66	c LP total time 1.75005 s
17.46/17.66	c LP solve time 0.97 s
17.46/17.66	c LP constraints added 39
17.46/17.66	c LP constraints removed 28
17.46/17.66	c LP pivots internal 34604
17.46/17.66	c LP pivots root 122
17.46/17.66	c LP calls 31294
17.46/17.66	c LP optimalities 4241
17.46/17.66	c LP no pivot count 411
17.46/17.66	c LP infeasibilities 27053
17.46/17.66	c LP valid Farkas constraints 27053
17.46/17.66	c LP learned Farkas constraints 18
17.46/17.66	c LP basis resets 0
17.46/17.66	c LP cycling count 0
17.46/17.66	c LP singular count 0
17.46/17.66	c LP no primal count 0
17.46/17.66	c LP no farkas count 0
17.46/17.66	c LP other issue count 0
17.46/17.66	c LP Gomory cuts 19
17.46/17.66	c LP learned cuts 11
17.46/17.66	c LP deleted cuts 28
17.46/17.66	c LP encountered Gomory constraints 0
17.46/17.66	c LP encountered Farkas constraints 249240
17.46/17.66	c LP encountered learned Farkas constraints 2930
17.46/17.66	c CG auxiliary variables introduced 0
17.46/17.66	c CG solutions found 0
17.46/17.66	c CG cores constructed 0
17.46/17.66	c CG core cardinality constraints returned 0
17.46/17.66	c CG unit cores 0
17.46/17.66	c CG single cores 0
17.46/17.66	c CG blocks removed during cardinality reduction 0
17.46/17.66	c CG first core best 0
17.46/17.66	c CG decision core best 0
17.46/17.66	c CG core reduction tie 0
17.46/17.66	c CG core degree average 0.00
17.46/17.66	c CG core slack average 0.00
17.46/17.66	c CG core upper bound improvements 0
17.46/17.66	c STR number of successful calls 0
17.46/17.66	c STR number of unsuccessful calls 0
17.46/17.66	c STR number of inconclusive calls 0
17.46/17.66	c STR number of successful attempts 0
17.46/17.66	c STR number of unsuccessful attempts 0
17.46/17.66	c STR number of inconclusive attempts 0
17.46/17.66	c STR average degree increase per successful call inf
17.46/17.66	c STR average degree increase per successful attempt inf
17.46/17.66	c STR total number of conflicts for successful attempts 0
17.46/17.66	c STR total number of conflicts for unsuccessful attempts 0
17.46/17.66	c STR total number of conflicts for inconclusive attempts 0
17.46/17.66	c STR average number of conflicts per successful attempt inf
17.46/17.66	c STR average number of conflicts per unsuccessful attempt inf
17.46/17.66	c STR average number of conflicts per inconclusive attempt inf
17.46/17.66	c AVG.sumWPerc 67.35 
17.46/17.66	c bigint constraints 0 
17.46/17.66	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 18:44:51 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 (46564 MiB free)
  memory of node 1: 64507 MiB (50789 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=144352, runsolver pid=144343

[startup+0.100068 s]*
/proc/loadavg: 0.28 0.14 0.10 6/256 144369
/proc/meminfo: memFree=99683560/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=55556 memory=10496 CPUtime=0.04 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 446 0 0 0 4 0 0 0 20 0 1 0 183984847 56889344 2624 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 13889 2624 2400 1147 0 1315 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 59748 KiB
Current children cumulated memory: 13440 KiB

[startup+0.213732 s]*
/proc/loadavg: 0.28 0.14 0.10 6/256 144369
/proc/meminfo: memFree=99680288/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=55824 memory=10880 CPUtime=0.15 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 539 0 0 0 14 1 0 0 20 0 1 0 183984847 57163776 2720 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 13956 2720 2400 1147 0 1382 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 60016 KiB
Current children cumulated memory: 13824 KiB

[startup+0.312955 s]*
/proc/loadavg: 0.28 0.14 0.10 6/256 144369
/proc/meminfo: memFree=99673924/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=56252 memory=11264 CPUtime=0.25 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 642 0 0 0 23 2 0 0 20 0 1 0 183984847 57602048 2816 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 14063 2816 2400 1147 0 1489 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 60444 KiB
Current children cumulated memory: 14208 KiB

[startup+0.700331 s]
/proc/loadavg: 0.28 0.14 0.10 6/256 144369
/proc/meminfo: memFree=99669640/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=56864 memory=12032 CPUtime=0.63 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 854 0 0 0 58 5 0 0 20 0 1 0 183984847 58228736 3008 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 14216 3008 2400 1147 0 1642 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 61056 KiB
Current children cumulated memory: 14976 KiB

[startup+1.50034 s]
/proc/loadavg: 0.28 0.14 0.10 6/256 144369
/proc/meminfo: memFree=99647224/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=57192 memory=12672 CPUtime=1.41 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 1007 0 0 0 131 10 0 0 20 0 1 0 183984847 58564608 3168 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 14298 3168 2400 1147 0 1724 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 61384 KiB
Current children cumulated memory: 15616 KiB

[startup+3.11299 s]
/proc/loadavg: 0.28 0.14 0.10 6/256 144369
/proc/meminfo: memFree=99502100/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=58508 memory=14336 CPUtime=3.02 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 1405 0 0 0 281 21 0 0 20 0 1 0 183984847 59912192 3584 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 14627 3584 2400 1147 0 2053 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 62700 KiB
Current children cumulated memory: 17280 KiB

[startup+6.30032 s]
/proc/loadavg: 0.58 0.20 0.12 6/256 144369
/proc/meminfo: memFree=99301036/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=60652 memory=16384 CPUtime=6.2 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 1921 0 0 0 586 34 0 0 20 0 1 0 183984847 62107648 4096 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15163 4096 2400 1147 0 2589 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 64844 KiB
Current children cumulated memory: 19328 KiB

[startup+12.7003 s]
/proc/loadavg: 0.85 0.27 0.14 6/257 144371
/proc/meminfo: memFree=98966668/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=62264 memory=20472 CPUtime=12.57 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 2430 0 0 0 1204 53 0 0 20 0 1 0 183984847 63758336 5118 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15566 5118 2400 1147 0 2992 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 66456 KiB
Current children cumulated memory: 23416 KiB

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

# cumulated CPU time of all completed processes:  user=16.8774 s, system=0.662608 s

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

[startup+12.8004 s]
/proc/loadavg: 0.85 0.27 0.14 6/257 144371
/proc/meminfo: memFree=98966668/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=62392 memory=20472 CPUtime=12.67 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 2457 0 0 0 1214 53 0 0 20 0 1 0 183984847 63889408 5118 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15598 5118 2400 1147 0 3024 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 66584 KiB
Current children cumulated memory: 23416 KiB

[startup+16.0003 s]*
/proc/loadavg: 1.11 0.33 0.17 6/257 144371
/proc/meminfo: memFree=98760820/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=62392 memory=20600 CPUtime=15.87 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 2489 0 0 0 1526 61 0 0 20 0 1 0 183984847 63889408 5150 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15598 5150 2400 1147 0 3024 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 66584 KiB
Current children cumulated memory: 23544 KiB

[startup+16.8003 s]
/proc/loadavg: 1.11 0.33 0.17 6/257 144371
/proc/meminfo: memFree=98760820/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=62520 memory=20856 CPUtime=16.66 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 2523 0 0 0 1603 63 0 0 20 0 1 0 183984847 64020480 5214 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15630 5214 2400 1147 0 3056 0
Current children cumulated CPU time: 16.66 s
Current children cumulated vsize: 66712 KiB
Current children cumulated memory: 23800 KiB

[startup+17.2003 s]
/proc/loadavg: 1.11 0.33 0.17 6/257 144371
/proc/meminfo: memFree=98704372/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=62520 memory=20856 CPUtime=17.05 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 2523 0 0 0 1641 64 0 0 20 0 1 0 183984847 64020480 5214 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15630 5214 2400 1147 0 3056 0
Current children cumulated CPU time: 17.05 s
Current children cumulated vsize: 66712 KiB
Current children cumulated memory: 23800 KiB

[startup+17.6003 s]
/proc/loadavg: 1.11 0.33 0.17 6/257 144371
/proc/meminfo: memFree=98704372/131382116 swapFree=33010684/33010684
[pid=144352] ppid=144343 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/144352/stat : 144352 (run-opt-ls-log.) S 144343 144352 144152 0 -1 4194304 239 209 0 0 0 0 0 0 20 0 1 0 183984842 4292608 736 18446744073709551615 94283282448384 94283283342917 140724140905232 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94283283581968 94283283629712 94283305111552 140724140906815 140724140906975 140724140906975 140724140912579 0
/proc/144352/statm: 1048 736 672 219 0 110 0
[pid=144366] ppid=144352 vsize=62520 memory=20856 CPUtime=17.46 cores=5,7
/proc/144366/stat : 144366 (roundingsat) R 144352 144352 144152 0 -1 4194304 2523 0 0 0 1681 65 0 0 20 0 1 0 183984847 64020480 5214 18446744073709551615 4227072 8923577 140729382221056 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 40013824 140729382226202 140729382226470 140729382226470 140729382232042 0
/proc/144366/statm: 15630 5214 2400 1147 0 3056 0
Current children cumulated CPU time: 17.46 s
Current children cumulated vsize: 66712 KiB
Current children cumulated memory: 23800 KiB

Child status: 0

Real time (s): 17.6661
CPU time (s): 17.54
CPU user time (s): 16.8774
CPU system time (s): 0.662608
CPU usage (%): 99.2863
Max. virtual memory (cumulated for all children) (KiB): 66712
Max. memory (cumulated for all children) (KiB): 23800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8774
system time used= 0.662608
maximum resident set size= 20856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301
involuntary context switches= 119


# summary of solver processes directly reported to runsolver:
#   pid: 144352
#   total CPU time (s): 17.54
#   total CPU user time (s): 16.8774
#   total CPU system time (s): 0.662608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10476 second user time and 0.248931 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-16 18:24:11
IDJOB=4531846
IDBENCH=147587
IDSOLVER=3392
FILE ID=nodeC011/4531846-1752683051
RUNJOBID= nodeC011-1752683051-144305
SLURM_JOB_ID= 9686940
Free space on /tmp= 432420 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
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 -w /tmp/evaluation-result-4531846-1752683051/watcher-4531846-1752683051 -o /tmp/evaluation-result-4531846-1752683051/solver-4531846-1752683051 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752683051-144305 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531846-1752683051.opb /tmp/proof-4531846-1752683051

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=553295932

nodeC011 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		: 1197.283
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99688848 kB
MemAvailable:   129909512 kB
Buffers:            3276 kB
Cached:         30993264 kB
SwapCached:            0 kB
Active:           586852 kB
Inactive:       30478480 kB
Active(anon):      92868 kB
Inactive(anon):     2076 kB
Active(file):     493984 kB
Inactive(file): 30476404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29300 kB
Writeback:             0 kB
AnonPages:         71848 kB
Mapped:           107792 kB
Shmem:             26152 kB
KReclaimable:     179420 kB
Slab:             272400 kB
SReclaimable:     179420 kB
SUnreclaim:        92980 kB
KernelStack:        3872 kB
PageTables:         2748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     343388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430976 MiB
End job on nodeC011 at 2025-07-16 18:24:29