Trace number 4532401

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 0f876b3UNSAT cert. 16.6863 16.7966

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUM3b6cd88d51672ff5fa8d3ce8152b7bd3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.6414
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532401-1752683038.opb'
0.00/0.02	c 	read 0.00MB  (0.13ms)
0.00/0.02	c	 [cnf: #variables 31 #clauses 10 #duplicates 0 #arr 240]
0.00/0.02	c output proof to '/tmp/proof-4532401-1752683038'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.08ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.03ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 310 #edges 1018]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.04ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4532401-1752683038.opb.pre'
0.00/0.02	c 	wrote 0.00MB (0.05ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.13ms 29.84% parse
0.00/0.02	c                   0.09ms 20.95% other
0.00/0.02	c                   0.08ms 18.87% approx_orbits
0.00/0.02	c                   0.05ms 11.73% output
0.00/0.02	c                   0.04ms 10.19% detect_generic
0.00/0.02	c                   0.03ms  7.74% detect_special
0.00/0.02	c                   0.00ms  0.69% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   0.44ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 0f876b3
0.00/0.04	c #variables 31 #constraints 9
0.00/0.04	c objective is ce32 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
0.00/0.04	c bounds - >= 0 @ 0.00023
0.00/0.04	c rational objective 0
0.16/0.24	c #Conflicts:       1000 | #Constraints:       1502
0.16/0.24	c #Conflicts:       2000 | #Constraints:       3024
0.16/0.24	c INPROCESSING
0.16/0.24	c GARBAGE COLLECT
0.16/0.24	c rational objective 0
0.36/0.49	c #Conflicts:       3000 | #Constraints:       2845
0.36/0.49	c #Conflicts:       4000 | #Constraints:       4149
0.36/0.49	c INPROCESSING
0.36/0.49	c GARBAGE COLLECT
0.36/0.49	c rational objective 0
0.75/0.84	c #Conflicts:       5000 | #Constraints:       3426
0.75/0.84	c #Conflicts:       6000 | #Constraints:       4930
0.75/0.84	c INPROCESSING
0.75/0.84	c GARBAGE COLLECT
0.75/0.84	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.76	c #Conflicts:      10000 | #Constraints:       4189
1.64/1.76	c #Conflicts:      11000 | #Constraints:       5676
1.64/1.76	c #Conflicts:      12000 | #Constraints:       7015
1.64/1.76	c INPROCESSING
1.64/1.76	c GARBAGE COLLECT
1.64/1.76	c rational objective 0
2.33/2.42	c #Conflicts:      13000 | #Constraints:       4866
2.33/2.42	c #Conflicts:      14000 | #Constraints:       6304
2.33/2.42	c #Conflicts:      15000 | #Constraints:       7724
2.33/2.42	c INPROCESSING
2.33/2.42	c GARBAGE COLLECT
2.33/2.42	c rational objective 0
3.14/3.25	c #Conflicts:      16000 | #Constraints:       5375
3.14/3.25	c #Conflicts:      17000 | #Constraints:       6886
3.14/3.25	c #Conflicts:      18000 | #Constraints:       8406
3.14/3.25	c INPROCESSING
3.14/3.25	c GARBAGE COLLECT
3.14/3.25	c rational objective 0
3.94/4.03	c #Conflicts:      19000 | #Constraints:       5170
3.94/4.03	c #Conflicts:      20000 | #Constraints:       6170
3.94/4.03	c #Conflicts:      21000 | #Constraints:       7170
3.94/4.03	c INPROCESSING
3.94/4.03	c GARBAGE COLLECT
3.94/4.03	c rational objective 0
4.82/5.00	c #Conflicts:      22000 | #Constraints:       4475
4.82/5.00	c #Conflicts:      23000 | #Constraints:       5983
4.82/5.00	c #Conflicts:      24000 | #Constraints:       7490
4.82/5.00	c #Conflicts:      25000 | #Constraints:       9003
4.82/5.00	c INPROCESSING
4.82/5.00	c GARBAGE COLLECT
4.82/5.00	c rational objective 0
6.02/6.10	c #Conflicts:      26000 | #Constraints:       5813
6.02/6.10	c #Conflicts:      27000 | #Constraints:       7325
6.02/6.10	c #Conflicts:      28000 | #Constraints:       8857
6.02/6.10	c #Conflicts:      29000 | #Constraints:      10378
6.02/6.10	c INPROCESSING
6.02/6.10	c GARBAGE COLLECT
6.02/6.10	c rational objective 0
7.22/7.34	c #Conflicts:      30000 | #Constraints:       6713
7.22/7.34	c #Conflicts:      31000 | #Constraints:       8238
7.22/7.34	c #Conflicts:      32000 | #Constraints:       9769
7.22/7.34	c #Conflicts:      33000 | #Constraints:      11287
7.22/7.34	c INPROCESSING
7.22/7.34	c GARBAGE COLLECT
7.22/7.34	c rational objective 0
8.61/8.72	c #Conflicts:      34000 | #Constraints:       7144
8.61/8.72	c #Conflicts:      35000 | #Constraints:       8685
8.61/8.72	c #Conflicts:      36000 | #Constraints:      10208
8.61/8.72	c #Conflicts:      37000 | #Constraints:      11731
8.61/8.72	c INPROCESSING
8.61/8.72	c GARBAGE COLLECT
8.61/8.72	c rational objective 0
10.01/10.17	c #Conflicts:      38000 | #Constraints:       7249
10.01/10.17	c #Conflicts:      39000 | #Constraints:       8751
10.01/10.17	c #Conflicts:      40000 | #Constraints:      10278
10.01/10.17	c #Conflicts:      41000 | #Constraints:      11727
10.01/10.17	c INPROCESSING
10.01/10.17	c GARBAGE COLLECT
10.01/10.17	c rational objective 0
11.60/11.78	c #Conflicts:      42000 | #Constraints:       6929
11.60/11.78	c #Conflicts:      43000 | #Constraints:       8453
11.60/11.78	c #Conflicts:      44000 | #Constraints:       9925
11.60/11.78	c #Conflicts:      45000 | #Constraints:      11438
11.60/11.78	c #Conflicts:      46000 | #Constraints:      12923
11.60/11.78	c INPROCESSING
11.60/11.78	c GARBAGE COLLECT
11.60/11.78	c rational objective 0
13.29/13.46	c #Conflicts:      47000 | #Constraints:       7849
13.29/13.46	c #Conflicts:      48000 | #Constraints:       9372
13.29/13.46	c #Conflicts:      49000 | #Constraints:      10896
13.29/13.46	c #Conflicts:      50000 | #Constraints:      12418
13.29/13.46	c #Conflicts:      51000 | #Constraints:      13930
13.29/13.46	c INPROCESSING
13.29/13.46	c GARBAGE COLLECT
13.29/13.46	c rational objective 0
15.09/15.24	c #Conflicts:      52000 | #Constraints:       8495
15.09/15.24	c #Conflicts:      53000 | #Constraints:       9841
15.09/15.24	c #Conflicts:      54000 | #Constraints:      11348
15.09/15.24	c #Conflicts:      55000 | #Constraints:      12868
15.09/15.24	c #Conflicts:      56000 | #Constraints:      14391
15.09/15.24	c INPROCESSING
15.09/15.24	c GARBAGE COLLECT
15.09/15.24	c rational objective 0
16.57/16.79	c #Conflicts:      57000 | #Constraints:       8679
16.57/16.79	c #Conflicts:      58000 | #Constraints:      10193
16.57/16.79	c #Conflicts:      59000 | #Constraints:      11658
16.57/16.79	c #Conflicts:      60000 | #Constraints:      13118
16.57/16.79	c cpu time 16.1291 s
16.57/16.79	c deterministic time 1449848702 1.45e+09
16.57/16.79	c optimization time 5.2e-05 s
16.57/16.79	c total solve time 16.1288 s
16.57/16.79	c core-guided solve time 8.54397 s
16.57/16.79	c propagation time 11.9003 s
16.57/16.79	c conflict analysis time 3.62078 s
16.57/16.79	c propagations 652964
16.57/16.79	c resolve steps 326577
16.57/16.79	c decisions 66673
16.57/16.79	c conflicts 60400
16.57/16.79	c restarts 188
16.57/16.79	c inprocessing phases 16
16.57/16.79	c garbage collections 16 ,( 100.00 )
16.57/16.79	c input clauses 1 ,( 11.11 )
16.57/16.79	c input cardinalities 0 ,( 0.00 )
16.57/16.79	c input general constraints 8 ,( 88.89 )
16.57/16.79	c input average constraint length 26.56
16.57/16.79	c input average constraint degree 690.78
16.57/16.79	c learned clauses 24360 ,( 27.85 )
16.57/16.79	c learned cardinalities 3 ,( 0.00 )
16.57/16.79	c learned general constraints 63108 ,( 72.15 )
16.57/16.79	c learned average constraint length 19.56
16.57/16.79	c learned average constraint degree 1392951368.52
16.57/16.79	c watched  CF 32, 64, 128, Arb: 4759 , 0 , 0 , 0
16.57/16.79	c counting CF 32, 64, 128, Arb: 58358 , 0 , 0 , 0
16.57/16.79	c watched   constraints 4759 ,( 7.54 ) 
16.57/16.79	c counting  constraints 58357 ,( 92.46 ) 
16.57/16.79	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2553855 , 1375 , 162965000 ,( 1360091 , 161604909 )
16.57/16.79	c gcd simplifications 22953
16.57/16.79	c detected cardinalities 3
16.57/16.79	c weakened non-implied lits 454992
16.57/16.79	c weakened non-implying lits 7361
16.57/16.79	c original variables 31
16.57/16.79	c clausal propagations 9911
16.57/16.79	c cardinality propagations 0
16.57/16.79	c watched propagations 829
16.57/16.79	c counting propagations 580488
16.57/16.79	c watch lookups 547187056
16.57/16.79	c watch backjump lookups 0
16.57/16.79	c watch checks 9769234
16.57/16.79	c propagation checks 881734345
16.57/16.79	c constraint additions 9623706
16.57/16.79	c trail pops 779997
16.57/16.79	c formula constraints 9
16.57/16.79	c learned constraints 60381
16.57/16.79	c bound constraints 0
16.57/16.79	c core-guided constraints 0
16.57/16.79	c encountered formula constraints 54311
16.57/16.79	c encountered learned constraints 80478
16.57/16.79	c encountered bound constraints 0
16.57/16.79	c encountered core-guided constraints 0
16.57/16.79	c LP total time 1.57401 s
16.57/16.79	c LP solve time 0.64 s
16.57/16.79	c LP constraints added 39
16.57/16.79	c LP constraints removed 28
16.57/16.79	c LP pivots internal 34604
16.57/16.79	c LP pivots root 122
16.57/16.79	c LP calls 31294
16.57/16.79	c LP optimalities 4241
16.57/16.79	c LP no pivot count 411
16.57/16.79	c LP infeasibilities 27053
16.57/16.79	c LP valid Farkas constraints 27053
16.57/16.79	c LP learned Farkas constraints 18
16.57/16.79	c LP basis resets 0
16.57/16.79	c LP cycling count 0
16.57/16.79	c LP singular count 0
16.57/16.79	c LP no primal count 0
16.57/16.79	c LP no farkas count 0
16.57/16.79	c LP other issue count 0
16.57/16.79	c LP Gomory cuts 19
16.57/16.79	c LP learned cuts 11
16.57/16.79	c LP deleted cuts 28
16.57/16.79	c LP encountered Gomory constraints 0
16.57/16.79	c LP encountered Farkas constraints 249240
16.57/16.79	c LP encountered learned Farkas constraints 2930
16.57/16.79	c CG auxiliary variables introduced 0
16.57/16.79	c CG solutions found 0
16.57/16.79	c CG cores constructed 0
16.57/16.79	c CG core cardinality constraints returned 0
16.57/16.79	c CG unit cores 0
16.57/16.79	c CG single cores 0
16.57/16.79	c CG blocks removed during cardinality reduction 0
16.57/16.79	c CG first core best 0
16.57/16.79	c CG decision core best 0
16.57/16.79	c CG core reduction tie 0
16.57/16.79	c CG core degree average 0.00
16.57/16.79	c CG core slack average 0.00
16.57/16.79	c CG core upper bound improvements 0
16.57/16.79	c STR number of successful calls 0
16.57/16.79	c STR number of unsuccessful calls 0
16.57/16.79	c STR number of inconclusive calls 0
16.57/16.79	c STR number of successful attempts 0
16.57/16.79	c STR number of unsuccessful attempts 0
16.57/16.79	c STR number of inconclusive attempts 0
16.57/16.79	c STR average degree increase per successful call inf
16.57/16.79	c STR average degree increase per successful attempt inf
16.57/16.79	c STR total number of conflicts for successful attempts 0
16.57/16.79	c STR total number of conflicts for unsuccessful attempts 0
16.57/16.79	c STR total number of conflicts for inconclusive attempts 0
16.57/16.79	c STR average number of conflicts per successful attempt inf
16.57/16.79	c STR average number of conflicts per unsuccessful attempt inf
16.57/16.79	c STR average number of conflicts per inconclusive attempt inf
16.57/16.79	c AVG.sumWPerc 67.35 
16.57/16.79	c bigint constraints 0 
16.57/16.79	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 18:45:41 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 (50163 MiB free)
  memory of node 1: 64507 MiB (41366 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532401-1752683038/watcher-4532401-1752683038 -o /tmp/evaluation-result-4532401-1752683038/solver-4532401-1752683038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752683038-143897 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532401-1752683038.opb /tmp/proof-4532401-1752683038 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100056 s]*
/proc/loadavg: 0.08 0.09 0.09 4/264 143957
/proc/meminfo: memFree=93709404/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=55824 memory=10496 CPUtime=0.06 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 551 0 0 0 5 1 0 0 20 0 1 0 183981737 57163776 2624 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 13956 2624 2336 1147 0 1382 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 60016 KiB
Current children cumulated memory: 13440 KiB

[startup+0.205291 s]*
/proc/loadavg: 0.08 0.09 0.09 5/267 143963
/proc/meminfo: memFree=93595544/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=56552 memory=11392 CPUtime=0.16 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 767 0 0 0 14 2 0 0 20 0 1 0 183981737 57909248 2848 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 14138 2848 2336 1147 0 1564 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 60744 KiB
Current children cumulated memory: 14336 KiB

[startup+0.305158 s]*
/proc/loadavg: 0.08 0.09 0.09 5/267 143963
/proc/meminfo: memFree=93413812/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=56872 memory=11776 CPUtime=0.25 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 859 0 0 0 23 2 0 0 20 0 1 0 183981737 58236928 2944 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 14218 2944 2336 1147 0 1644 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 61064 KiB
Current children cumulated memory: 14720 KiB

[startup+0.700134 s]
/proc/loadavg: 0.08 0.09 0.09 5/267 143963
/proc/meminfo: memFree=93345948/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=57184 memory=12416 CPUtime=0.64 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 1012 0 0 0 61 3 0 0 20 0 1 0 183981737 58556416 3104 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 14296 3104 2336 1147 0 1722 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 61376 KiB
Current children cumulated memory: 15360 KiB

[startup+1.50016 s]
/proc/loadavg: 0.47 0.18 0.12 5/267 143963
/proc/meminfo: memFree=93188304/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=58232 memory=13312 CPUtime=1.44 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 1253 0 0 0 137 7 0 0 20 0 1 0 183981737 59629568 3328 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 14558 3328 2336 1147 0 1984 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 62424 KiB
Current children cumulated memory: 16256 KiB

[startup+3.10533 s]
/proc/loadavg: 0.47 0.18 0.12 5/262 143972
/proc/meminfo: memFree=93293360/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=58808 memory=14336 CPUtime=3.04 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 1522 0 0 0 291 13 0 0 20 0 1 0 183981737 60219392 3584 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 14702 3584 2336 1147 0 2128 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 63000 KiB
Current children cumulated memory: 17280 KiB

[startup+6.30016 s]
/proc/loadavg: 0.75 0.24 0.14 4/264 143993
/proc/meminfo: memFree=93175772/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=60992 memory=16384 CPUtime=6.22 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2033 0 0 0 599 23 0 0 20 0 1 0 183981737 62455808 4096 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15248 4096 2336 1147 0 2674 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 65184 KiB
Current children cumulated memory: 19328 KiB

[startup+12.7001 s]
/proc/loadavg: 1.01 0.30 0.16 5/269 144016
/proc/meminfo: memFree=92957020/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62168 memory=20016 CPUtime=12.6 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2404 0 0 0 1218 42 0 0 20 0 1 0 183981737 63660032 5004 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15542 5004 2336 1147 0 2968 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 66360 KiB
Current children cumulated memory: 22960 KiB

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

# cumulated CPU time of all completed processes:  user=16.133 s, system=0.553336 s

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

[startup+12.8002 s]
/proc/loadavg: 1.01 0.30 0.16 5/269 144016
/proc/meminfo: memFree=92957020/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62168 memory=20016 CPUtime=12.7 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2404 0 0 0 1228 42 0 0 20 0 1 0 183981737 63660032 5004 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15542 5004 2336 1147 0 2968 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 66360 KiB
Current children cumulated memory: 22960 KiB

[startup+14.4002 s]
/proc/loadavg: 1.01 0.30 0.16 4/264 144024
/proc/meminfo: memFree=92973952/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62168 memory=20144 CPUtime=14.29 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2432 0 0 0 1381 48 0 0 20 0 1 0 183981737 63660032 5036 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15542 5036 2336 1147 0 2968 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 66360 KiB
Current children cumulated memory: 23088 KiB

[startup+16.0002 s]*
/proc/loadavg: 1.25 0.36 0.18 4/264 144074
/proc/meminfo: memFree=93118500/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62296 memory=20272 CPUtime=15.89 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2470 0 0 0 1536 53 0 0 20 0 1 0 183981737 63791104 5068 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15574 5068 2336 1147 0 3000 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 66488 KiB
Current children cumulated memory: 23216 KiB

[startup+16.4002 s]
/proc/loadavg: 1.25 0.36 0.18 4/264 144074
/proc/meminfo: memFree=93118500/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62296 memory=20272 CPUtime=16.28 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2470 0 0 0 1574 54 0 0 20 0 1 0 183981737 63791104 5068 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15574 5068 2336 1147 0 3000 0
Current children cumulated CPU time: 16.28 s
Current children cumulated vsize: 66488 KiB
Current children cumulated memory: 23216 KiB

[startup+16.6002 s]
/proc/loadavg: 1.25 0.36 0.18 4/264 144074
/proc/meminfo: memFree=93118500/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62296 memory=20272 CPUtime=16.47 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2470 0 0 0 1593 54 0 0 20 0 1 0 183981737 63791104 5068 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15574 5068 2336 1147 0 3000 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 66488 KiB
Current children cumulated memory: 23216 KiB

[startup+16.7002 s]
/proc/loadavg: 1.25 0.36 0.18 4/264 144074
/proc/meminfo: memFree=93118500/131249996 swapFree=33010684/33010684
[pid=143942] ppid=143938 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/143942/stat : 143942 (run-opt-break-l) S 143938 143942 143880 0 -1 4194304 238 204 0 0 0 0 0 0 20 0 1 0 183981735 4292608 736 18446744073709551615 94919900676096 94919901570629 140724494933328 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94919901809680 94919901857424 94919924596736 140724494936377 140724494936540 140724494936540 140724494942144 0
/proc/143942/statm: 1048 736 672 219 0 110 0
[pid=143947] ppid=143942 vsize=62296 memory=20272 CPUtime=16.57 cores=0,2
/proc/143947/stat : 143947 (roundingsat) R 143942 143942 143880 0 -1 4194304 2470 0 0 0 1603 54 0 0 20 0 1 0 183981737 63791104 5068 18446744073709551615 4227072 8923577 140725998334176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 18333696 140725998340408 140725998340646 140725998340646 140725998346218 0
/proc/143947/statm: 15574 5068 2336 1147 0 3000 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 66488 KiB
Current children cumulated memory: 23216 KiB

Child status: 0

Real time (s): 16.7966
CPU time (s): 16.6863
CPU user time (s): 16.133
CPU system time (s): 0.553336
CPU usage (%): 99.3431
Max. virtual memory (cumulated for all children) (KiB): 66488
Max. memory (cumulated for all children) (KiB): 23216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.133
system time used= 0.553336
maximum resident set size= 20272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2937
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= 216
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 143942
#   total CPU time (s): 16.6863
#   total CPU user time (s): 16.133
#   total CPU system time (s): 0.553336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04193 second user time and 0.097031 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-16 18:23:58
IDJOB=4532401
IDBENCH=147587
IDSOLVER=3393
FILE ID=nodeC024/4532401-1752683038
RUNJOBID= nodeC024-1752683038-143897
SLURM_JOB_ID= 9686919
Free space on /tmp= 432888 MiB

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

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=210464024

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        93756368 kB
MemAvailable:   129729252 kB
Buffers:            2144 kB
Cached:         36737080 kB
SwapCached:            0 kB
Active:           758648 kB
Inactive:       36057952 kB
Active(anon):     103596 kB
Inactive(anon):       36 kB
Active(file):     655052 kB
Inactive(file): 36057916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44968 kB
Writeback:             8 kB
AnonPages:         80588 kB
Mapped:           108072 kB
Shmem:             26256 kB
KReclaimable:     197912 kB
Slab:             295360 kB
SReclaimable:     197912 kB
SUnreclaim:        97448 kB
KernelStack:        4128 kB
PageTables:         2988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     383568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432380 MiB
End job on nodeC024 at 2025-07-16 18:24:15