Trace number 4496320

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 63f22adOPT5852 0.060281 0.0827119

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-8_16.opb
MD5SUM6d71ac2e6bad2e9d7243db6e8fb68322
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5852
Best CPU time to get the best result obtained on this benchmark0.018457
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136
Total number of constraints144
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 136
Biggest coefficient in the objective function 1311
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 58669
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1311
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 58669
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4496320-1751371010.opb'
0.00/0.01	c 	read 0.01MB  (0.19ms)
0.00/0.01	c	 [cnf: #variables 136 #clauses 145 #duplicates 0 #arr 520]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.18ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.05ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 817 #edges 2112]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.07ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4496320-1751371010.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.09ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.19ms 29.70% parse
0.00/0.01	c                   0.18ms 28.72% approx_orbits
0.00/0.01	c                   0.09ms 13.38% output
0.00/0.01	c                   0.07ms 10.53% detect_generic
0.00/0.01	c                   0.06ms  9.01% other
0.00/0.01	c                   0.05ms  7.70% detect_special
0.00/0.01	c                   0.01ms  0.95% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   0.64ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.03	c #variables 136 #constraints 160
0.00/0.03	c objective is ce32 
0.00/0.03	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.03	c bounds 7891 >= 0 @ 0.001627
0.00/0.03	c rational objective 5763
0.00/0.03	c bounds 7746 >= 0 @ 0.00681
0.00/0.03	c bounds 7746 >= 145 @ 0.006894
0.00/0.03	c bounds 7746 >= 417 @ 0.006955
0.00/0.03	c bounds 7746 >= 609 @ 0.007002
0.00/0.03	c bounds 7746 >= 768 @ 0.007064
0.00/0.03	c bounds 7677 >= 768 @ 0.007138
0.00/0.03	c bounds 7677 >= 958 @ 0.007198
0.00/0.03	c bounds 7591 >= 958 @ 0.007266
0.00/0.03	c bounds 7591 >= 1048 @ 0.007329
0.00/0.03	c bounds 7591 >= 1426 @ 0.007384
0.00/0.03	c bounds 7534 >= 1426 @ 0.007603
0.00/0.03	c bounds 7534 >= 1599 @ 0.007673
0.00/0.03	c bounds 7534 >= 1734 @ 0.007733
0.00/0.04	c bounds 7477 >= 1734 @ 0.007983
0.00/0.04	c bounds 7477 >= 1858 @ 0.00805
0.00/0.04	c bounds 7477 >= 2133 @ 0.008106
0.00/0.04	c bounds 7064 >= 2133 @ 0.008222
0.00/0.04	c bounds 7064 >= 2411 @ 0.008282
0.00/0.04	c bounds 7064 >= 2513 @ 0.008335
0.00/0.04	c bounds 7064 >= 2545 @ 0.008393
0.00/0.04	c bounds 6956 >= 2545 @ 0.008675
0.00/0.04	c bounds 6956 >= 2610 @ 0.008744
0.00/0.04	c bounds 6956 >= 2659 @ 0.008802
0.00/0.04	c bounds 6956 >= 2914 @ 0.008854
0.00/0.04	c bounds 6954 >= 2914 @ 0.009078
0.00/0.04	c bounds 6954 >= 2931 @ 0.009141
0.00/0.04	c bounds 6954 >= 3157 @ 0.009197
0.00/0.04	c bounds 6954 >= 3208 @ 0.009257
0.00/0.04	c bounds 6954 >= 3375 @ 0.00931
0.00/0.04	c bounds 6906 >= 3375 @ 0.009519
0.00/0.04	c bounds 6906 >= 3567 @ 0.009593
0.00/0.04	c bounds 6906 >= 3700 @ 0.009659
0.00/0.04	c bounds 6906 >= 3781 @ 0.009723
0.00/0.04	c bounds 6772 >= 3781 @ 0.009815
0.00/0.04	c bounds 6772 >= 3832 @ 0.009879
0.00/0.04	c bounds 6772 >= 4103 @ 0.00994
0.00/0.04	c bounds 6772 >= 4262 @ 0.010033
0.00/0.04	c bounds 6655 >= 4262 @ 0.010682
0.00/0.04	c bounds 6655 >= 4297 @ 0.010761
0.00/0.04	c bounds 6655 >= 4320 @ 0.010826
0.00/0.04	c bounds 6655 >= 4377 @ 0.010887
0.00/0.04	c bounds 6655 >= 4381 @ 0.010951
0.00/0.04	c bounds 6655 >= 4401 @ 0.011012
0.00/0.04	c bounds 6432 >= 4401 @ 0.01275
0.00/0.04	c bounds 6432 >= 4557 @ 0.01283
0.00/0.04	c bounds 6432 >= 4746 @ 0.012909
0.00/0.04	c bounds 6432 >= 4909 @ 0.012928
0.00/0.04	c bounds 6432 >= 4978 @ 0.012928
0.00/0.04	c bounds 6432 >= 5057 @ 0.012928
0.00/0.04	c bounds 6432 >= 5180 @ 0.012928
0.00/0.04	c bounds 6432 >= 5182 @ 0.012928
0.00/0.04	c bounds 6432 >= 5263 @ 0.012928
0.00/0.04	c bounds 6432 >= 5306 @ 0.012932
0.00/0.04	c bounds 6432 >= 5335 @ 0.012937
0.00/0.04	c bounds 6432 >= 5444 @ 0.012937
0.00/0.04	c bounds 6432 >= 5453 @ 0.012937
0.00/0.04	c bounds 6432 >= 5531 @ 0.012937
0.00/0.04	c bounds 6432 >= 5604 @ 0.012937
0.00/0.04	c bounds 6432 >= 5612 @ 0.012937
0.00/0.04	c bounds 6432 >= 5654 @ 0.012937
0.00/0.04	c bounds 6432 >= 5676 @ 0.012965
0.00/0.04	c bounds 6432 >= 5687 @ 0.013115
0.00/0.05	c bounds 6394 >= 5687 @ 0.015651
0.00/0.05	c bounds 6394 >= 5697 @ 0.015813
0.00/0.05	c bounds 6394 >= 5717 @ 0.015905
0.00/0.05	c bounds 6394 >= 5726 @ 0.015905
0.00/0.05	c bounds 6394 >= 5728 @ 0.015905
0.00/0.05	c bounds 6394 >= 5745 @ 0.015905
0.00/0.05	c bounds 6394 >= 5761 @ 0.015905
0.00/0.05	c bounds 6394 >= 5770 @ 0.015905
0.00/0.05	c bounds 6394 >= 5776 @ 0.015908
0.00/0.05	c bounds 6394 >= 5779 @ 0.015908
0.00/0.05	c bounds 6394 >= 5781 @ 0.015908
0.00/0.05	c bounds 6394 >= 5791 @ 0.015908
0.00/0.05	c bounds 6394 >= 5794 @ 0.015908
0.00/0.05	c bounds 6394 >= 5795 @ 0.015908
0.00/0.05	c bounds 6394 >= 5796 @ 0.01605
0.00/0.05	c bounds 6394 >= 5797 @ 0.016259
0.00/0.05	c bounds 6394 >= 5803 @ 0.016483
0.00/0.05	c bounds 6394 >= 5805 @ 0.01666
0.00/0.05	c bounds 6394 >= 5807 @ 0.016927
0.00/0.05	c bounds 6394 >= 5808 @ 0.01759
0.00/0.05	c bounds 6394 >= 5810 @ 0.017796
0.00/0.05	c bounds 6394 >= 5811 @ 0.017903
0.00/0.05	c bounds 6394 >= 5813 @ 0.017903
0.00/0.05	c bounds 6394 >= 5814 @ 0.017903
0.00/0.05	c bounds 6394 >= 5817 @ 0.017903
0.00/0.06	c bounds 6114 >= 5817 @ 0.022704
0.00/0.06	c bounds 6114 >= 5818 @ 0.023029
0.00/0.06	c bounds 6114 >= 5819 @ 0.023351
0.00/0.06	c bounds 6114 >= 5820 @ 0.023632
0.00/0.06	c bounds 6114 >= 5821 @ 0.023885
0.00/0.06	c bounds 6114 >= 5822 @ 0.024146
0.00/0.06	c bounds 6114 >= 5825 @ 0.02436
0.00/0.06	c bounds 6114 >= 5827 @ 0.024565
0.00/0.06	c bounds 6114 >= 5828 @ 0.024903
0.00/0.06	c bounds 6114 >= 5829 @ 0.025136
0.00/0.06	c bounds 6114 >= 5830 @ 0.025437
0.00/0.06	c bounds 6114 >= 5831 @ 0.025744
0.00/0.06	c bounds 6114 >= 5832 @ 0.025871
0.00/0.06	c bounds 6114 >= 5834 @ 0.025871
0.00/0.06	c bounds 6114 >= 5835 @ 0.026869
0.00/0.06	c bounds 6114 >= 5836 @ 0.026869
0.00/0.07	c bounds 5905 >= 5836 @ 0.028249
0.00/0.07	c bounds 5905 >= 5837 @ 0.028712
0.00/0.07	c bounds 5905 >= 5838 @ 0.028981
0.00/0.07	c bounds 5905 >= 5839 @ 0.029261
0.00/0.07	c bounds 5905 >= 5840 @ 0.029559
0.00/0.07	c bounds 5905 >= 5841 @ 0.029962
0.00/0.07	c bounds 5886 >= 5841 @ 0.034833
0.00/0.07	c bounds 5886 >= 5842 @ 0.035186
0.00/0.07	c bounds 5886 >= 5843 @ 0.035483
0.00/0.07	c bounds 5886 >= 5844 @ 0.035731
0.00/0.07	c bounds 5886 >= 5845 @ 0.035963
0.00/0.07	c bounds 5886 >= 5846 @ 0.036203
0.00/0.07	c bounds 5886 >= 5847 @ 0.036482
0.00/0.07	c bounds 5886 >= 5848 @ 0.037511
0.00/0.08	c bounds 5886 >= 5849 @ 0.037906
0.00/0.08	c bounds 5886 >= 5850 @ 0.03826
0.00/0.08	c bounds 5886 >= 5851 @ 0.038789
0.00/0.08	c bounds 5886 >= 5852 @ 0.038832
0.00/0.08	c bounds 5852 >= 5852 @ 0.038832
0.00/0.08	c cpu time 0.038832 s
0.00/0.08	c deterministic time 1036504 1.04e+06
0.00/0.08	c optimization time 0.004662 s
0.00/0.08	c total solve time 0.033238 s
0.00/0.08	c core-guided solve time 0.010979 s
0.00/0.08	c propagation time 0.016617 s
0.00/0.08	c conflict analysis time 0.008052 s
0.00/0.08	c propagations 29610
0.00/0.08	c resolve steps 1968
0.00/0.08	c decisions 19959
0.00/0.08	c conflicts 507
0.00/0.08	c restarts 5
0.00/0.08	c inprocessing phases 0
0.00/0.08	c garbage collections 0 ,( -nan )
0.00/0.08	c input clauses 386 ,( 42.65 )
0.00/0.08	c input cardinalities 206 ,( 22.76 )
0.00/0.08	c input general constraints 313 ,( 34.59 )
0.00/0.08	c input average constraint length 24.62
0.00/0.08	c input average constraint degree 1503.09
0.00/0.08	c learned clauses 127 ,( 23.18 )
0.00/0.08	c learned cardinalities 13 ,( 2.37 )
0.00/0.08	c learned general constraints 408 ,( 74.45 )
0.00/0.08	c learned average constraint length 34.91
0.00/0.08	c learned average constraint degree 509286693.96
0.00/0.08	c watched  CF 32, 64, 128, Arb: 192 , 0 , 0 , 0
0.00/0.08	c counting CF 32, 64, 128, Arb: 530 , 0 , 0 , 0
0.00/0.08	c watched   constraints 192 ,( 26.63 ) 
0.00/0.08	c counting  constraints 529 ,( 73.37 ) 
0.00/0.08	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 13891 , 26802 , 51014 ,( 5926 , 45088 )
0.00/0.08	c gcd simplifications 15
0.00/0.08	c detected cardinalities 0
0.00/0.08	c weakened non-implied lits 15268
0.00/0.08	c weakened non-implying lits 50
0.00/0.08	c original variables 136
0.00/0.08	c clausal propagations 8723
0.00/0.08	c cardinality propagations 6165
0.00/0.08	c watched propagations 88
0.00/0.08	c counting propagations 9426
0.00/0.08	c watch lookups 335517
0.00/0.08	c watch backjump lookups 0
0.00/0.08	c watch checks 204155
0.00/0.08	c propagation checks 312442
0.00/0.08	c constraint additions 84338
0.00/0.08	c trail pops 49890
0.00/0.08	c formula constraints 160
0.00/0.08	c learned constraints 521
0.00/0.08	c bound constraints 280
0.00/0.08	c core-guided constraints 465
0.00/0.08	c encountered formula constraints 683
0.00/0.08	c encountered learned constraints 640
0.00/0.08	c encountered bound constraints 167
0.00/0.08	c encountered core-guided constraints 776
0.00/0.08	c LP total time 0.009375 s
0.00/0.08	c LP solve time 0.01 s
0.00/0.08	c LP constraints added 161
0.00/0.08	c LP constraints removed 0
0.00/0.08	c LP pivots internal 526
0.00/0.08	c LP pivots root 66
0.00/0.08	c LP calls 23
0.00/0.08	c LP optimalities 10
0.00/0.08	c LP no pivot count 0
0.00/0.08	c LP infeasibilities 13
0.00/0.08	c LP valid Farkas constraints 13
0.00/0.08	c LP learned Farkas constraints 13
0.00/0.08	c LP basis resets 0
0.00/0.08	c LP cycling count 0
0.00/0.08	c LP singular count 0
0.00/0.08	c LP no primal count 0
0.00/0.08	c LP no farkas count 0
0.00/0.08	c LP other issue count 0
0.00/0.08	c LP Gomory cuts 1
0.00/0.08	c LP learned cuts 0
0.00/0.08	c LP deleted cuts 0
0.00/0.08	c LP encountered Gomory constraints 0
0.00/0.08	c LP encountered Farkas constraints 181
0.00/0.08	c LP encountered learned Farkas constraints 15
0.00/0.08	c CG auxiliary variables introduced 190
0.00/0.08	c CG solutions found 17
0.00/0.08	c CG cores constructed 105
0.00/0.08	c CG core cardinality constraints returned 0
0.00/0.08	c CG unit cores 0
0.00/0.08	c CG single cores 105
0.00/0.08	c CG blocks removed during cardinality reduction 0
0.00/0.08	c CG first core best 0
0.00/0.08	c CG decision core best 0
0.00/0.08	c CG core reduction tie 0
0.00/0.08	c CG core degree average 1.00
0.00/0.08	c CG core slack average 13.20
0.00/0.08	c CG core upper bound improvements 2
0.00/0.08	c STR number of successful calls 0
0.00/0.08	c STR number of unsuccessful calls 0
0.00/0.08	c STR number of inconclusive calls 0
0.00/0.08	c STR number of successful attempts 0
0.00/0.08	c STR number of unsuccessful attempts 0
0.00/0.08	c STR number of inconclusive attempts 0
0.00/0.08	c STR average degree increase per successful call inf
0.00/0.08	c STR average degree increase per successful attempt inf
0.00/0.08	c STR total number of conflicts for successful attempts 0
0.00/0.08	c STR total number of conflicts for unsuccessful attempts 0
0.00/0.08	c STR total number of conflicts for inconclusive attempts 0
0.00/0.08	c STR average number of conflicts per successful attempt inf
0.00/0.08	c STR average number of conflicts per unsuccessful attempt inf
0.00/0.08	c STR average number of conflicts per inconclusive attempt inf
0.00/0.08	c AVG.sumWPerc 63.55 
0.00/0.08	c bigint constraints 0 
0.00/0.08	o 5852
0.00/0.08	s OPTIMUM FOUND
0.00/0.08	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 x136

Verifier Data

OK	5852

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: 63708 MiB (62877 MiB free)
  memory of node 1: 64465 MiB (63807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496320-1751371010/watcher-4496320-1751371010 -o /tmp/evaluation-result-4496320-1751371010/solver-4496320-1751371010 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751363764-51136 --watchdog 3760 run-opt-ls.sh HOME/instance-4496320-1751371010.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


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

# cumulated CPU time of all completed processes:  user=0.042783 s, system=0.017498 s

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

Child status: 0

Real time (s): 0.0827119
CPU time (s): 0.060281
CPU user time (s): 0.042783
CPU system time (s): 0.017498
CPU usage (%): 72.8807
Max. virtual memory (cumulated for all children) (KiB): 0
Max. memory (cumulated for all children) (KiB): 0

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.042783
system time used= 0.017498
maximum resident set size= 14148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 2


# summary of solver processes directly reported to runsolver:
#   pid: 52647
#   total CPU time (s): 0.060281
#   total CPU user time (s): 0.042783
#   total CPU system time (s): 0.017498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005491 second user time and 0.011535 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 13:56:50
IDJOB=4496320
IDBENCH=148112
IDSOLVER=3355
FILE ID=nodeC023/4496320-1751371010
RUNJOBID= nodeC023-1751363764-51136
SLURM_JOB_ID= 9598180
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-8_16.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496320-1751371010/watcher-4496320-1751371010 -o /tmp/evaluation-result-4496320-1751371010/solver-4496320-1751371010 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751363764-51136 --watchdog 3760  run-opt-ls.sh HOME/instance-4496320-1751371010.opb

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

MD5SUM BENCH= 6d71ac2e6bad2e9d7243db6e8fb68322
RANDOM SEED=885277701

nodeC023 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		: 3601.785
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.78
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.887
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.78
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.857
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.78
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		: 3598.842
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.78
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.892
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.78
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.875
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.78
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		: 3600.592
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129726048 kB
MemAvailable:   129379304 kB
Buffers:            1328 kB
Cached:           449084 kB
SwapCached:          440 kB
Active:           651552 kB
Inactive:         292708 kB
Active(anon):     452580 kB
Inactive(anon):    54640 kB
Active(file):     198972 kB
Inactive(file):   238068 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16052 kB
Writeback:             8 kB
AnonPages:        491256 kB
Mapped:           113316 kB
Shmem:             13368 kB
KReclaimable:     104828 kB
Slab:             192348 kB
SReclaimable:     104828 kB
SUnreclaim:        87520 kB
KernelStack:        4256 kB
PageTables:         4136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     830156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC023 at 2025-07-01 13:56:51