Trace number 4484411

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
SCIP 2025-06-13OPT2 21.2933 21.3569

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:100.opb
MD5SUMef7e1a396aea94ad22e53d7673ab3bc9
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 benchmark2
Best CPU time to get the best result obtained on this benchmark1.13516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4617
Total number of constraints5280
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)885
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 4617
Biggest coefficient in the objective function 2642
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13340
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2642
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13340
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4484411-1751301435.opb>
0.00/0.01	c original problem has 4617 variables (4617 bin, 0 int, 0 cont) and 5280 constraints
0.00/0.01	c problem read in 0.014 seconds
0.00/0.03	o 8056
0.00/0.03	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 8.056000e+03
0.00/0.03	c presolving:
0.00/0.04	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 4394 clqs
0.00/0.04	c    (0.0s) running MILP presolver
0.00/0.05	c    (0.1s) MILP presolver found nothing
0.00/0.07	c (round 2, exhaustive) 5 del vars, 5 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 5220 upgd conss, 0 impls, 4393 clqs
0.00/0.08	c (round 3, exhaustive) 5 del vars, 5 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 5275 upgd conss, 0 impls, 4393 clqs
0.00/0.09	c (round 4, medium)     13 del vars, 17 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 5275 upgd conss, 0 impls, 4385 clqs
0.68/0.70	c    (0.7s) probing: 1000/4604 (21.7%) - 0 fixings, 0 aggregations, 2141 implications, 0 bound changes
0.68/0.70	c    (0.7s) probing: 1001/4604 (21.7%) - 0 fixings, 0 aggregations, 2143 implications, 0 bound changes
0.68/0.70	c    (0.7s) probing aborted: 1000/1000 successive useless probings
0.68/0.71	c    (0.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.68/0.72	c    (0.7s) no symmetry present (symcode time: 0.00)
0.68/0.72	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
0.68/0.72	c  13 deleted vars, 17 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.68/0.72	c  0 implications, 6532 cliques
0.68/0.72	c presolved problem has 4604 variables (4604 bin, 0 int, 0 cont) and 5267 constraints
0.68/0.72	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.68/0.72	c     876 constraints of type <knapsack>
0.68/0.72	c    4385 constraints of type <setppc>
0.68/0.72	c       6 constraints of type <logicor>
0.68/0.72	c transformed objective value is always integral (scale: 1)
0.68/0.72	c Presolving Time: 0.70
0.68/0.72	c 
0.68/0.72	c - non default parameters ----------------------------------------------------------------------
0.68/0.72	c 
0.68/0.72	c # SCIP version 10.0.0
0.68/0.72	c 
0.68/0.72	c # maximal time in seconds to run
0.68/0.72	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.68/0.72	c limits/time = 3596.998008
0.68/0.72	c 
0.68/0.72	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.68/0.72	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.68/0.72	c limits/memory = 27900
0.68/0.72	c 
0.68/0.72	c # belongs reading time to solving time?
0.68/0.72	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.68/0.72	c timing/reading = TRUE
0.68/0.72	c 
0.68/0.72	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.68/0.72	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.68/0.72	c reading/opbreader/maxintsize = 47
0.68/0.72	c 
0.68/0.72	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.68/0.72	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.68/0.72	c propagating/genvbounds/timingmask = 0
0.68/0.72	c 
0.68/0.72	c -----------------------------------------------------------------------------------------------
0.68/0.72	c 
0.68/0.73	o 8047
0.68/0.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.68/0.73	c t 0.7s|     1 |     0 |     0 |     - | trivial|   0 |4604 |5267 |   0 |   0 |  0 |   0 |   0 |-2.630000e+03 | 8.047000e+03 |    Inf | unknown
0.68/0.73	o 8003
0.68/0.73	c t 0.7s|     1 |     0 |     0 |     - | trivial|   0 |4604 |5267 |   0 |   0 |  0 |   0 |   0 |-2.630000e+03 | 8.003000e+03 |    Inf | unknown
0.78/0.82	o 387
0.78/0.82	c p 0.8s|     1 |     0 |     0 |     - |  clique|   0 |4604 |5267 |5267 |   0 |  0 |   0 |   0 |-2.630000e+03 | 3.870000e+02 |    Inf | unknown
0.88/0.96	o 281
0.88/0.96	c i 1.0s|     1 |     0 |     0 |     - |  oneopt|   0 |4604 |5281 |5267 |   0 |  0 |  14 |   0 |-2.630000e+03 | 2.810000e+02 |    Inf | unknown
4.27/4.35	c   4.3s|     1 |     0 | 12595 |     - |    56M |   0 |4604 |5281 |5267 |   0 |  0 |  14 |   0 | 2.000000e+00 | 2.810000e+02 |  Large | unknown
5.46/5.54	o 276
5.46/5.54	c * 5.5s|     1 |     0 | 12595 |     - |    LP  |   0 |4604 |5281 |5267 |   0 |  0 |  14 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
6.16/6.21	c   6.2s|     1 |     0 | 13942 |     - |    61M |   0 |4604 |5281 |5276 |  12 |  1 |  14 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
6.66/6.78	c   6.8s|     1 |     0 | 14316 |     - |    64M |   0 |4604 |5278 |5289 |  25 |  2 |  14 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
7.26/7.33	c   7.3s|     1 |     0 | 14578 |     - |    66M |   0 |4604 |5278 |5298 |  34 |  3 |  14 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
7.86/7.90	c   7.9s|     1 |     0 | 14769 |     - |    67M |   0 |4604 |5279 |5301 |  37 |  4 |  15 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
8.36/8.49	c   8.5s|     1 |     0 | 14988 |     - |    69M |   0 |4604 |5279 |5305 |  41 |  5 |  15 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
8.96/9.08	c   9.1s|     1 |     0 | 15194 |     - |    70M |   0 |4604 |5279 |5307 |  43 |  6 |  15 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
9.65/9.71	c   9.7s|     1 |     0 | 15441 |     - |    70M |   0 |4604 |5279 |5312 |  48 |  7 |  15 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
10.25/10.39	c  10.4s|     1 |     0 | 15846 |     - |    71M |   0 |4604 |5279 |5319 |  55 |  8 |  15 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
10.96/11.00	c  11.0s|     1 |     0 | 16023 |     - |    71M |   0 |4604 |5280 |5328 |  64 |  9 |  16 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
11.55/11.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.55/11.69	c  11.7s|     1 |     0 | 16372 |     - |    72M |   0 |4604 |5280 |5340 |  76 | 10 |  16 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
11.95/12.06	c  12.1s|     1 |     0 | 16713 |     - |    74M |   0 |4604 |5281 |5347 |  84 | 11 |  17 |   0 | 2.000000e+00 | 2.760000e+02 |  Large | unknown
21.22/21.31	o 2
21.22/21.31	c d21.3s|     1 |     0 | 53160 |     - |farkasdi|   0 |4604 |5281 |5347 |   0 | 11 |  17 |   0 | 2.000000e+00 | 2.000000e+00 |   0.00%| unknown
21.22/21.32	c  21.3s|     1 |     0 | 53160 |     - |    75M |   0 |4604 |5281 |5347 |  84 | 11 |  17 |   0 | 2.000000e+00 | 2.000000e+00 |   0.00%| unknown
21.22/21.32	c 
21.22/21.32	c SCIP Status        : problem is solved [optimal solution found]
21.22/21.32	c Solving Time (sec) : 21.32
21.22/21.32	c Solving Nodes      : 1
21.22/21.32	c Primal Bound       : +2.00000000000000e+00 (7 solutions)
21.22/21.32	c Dual Bound         : +2.00000000000000e+00
21.22/21.32	c Gap                : 0.00 %
21.22/21.32	s OPTIMUM FOUND
21.22/21.32	v x4076 x3896 -x669 -x177 x4077 x181 x3895 -x2908 -x1569 -x1451 -x672 x3179 x1574 -x1455 -x673 x3901 x3178 -x2877 x1573 -x3899 x2882
21.22/21.32	v -x1266 x3180 x2881 x1576 -x1265 -x1035 -x79 -x3900 -x3182 x1577 x1267 -x1039 -x3904 x2884 x1580 x1268 -x1010 -x78 -x3183 x2885 -x1578
21.22/21.32	v x1269 -x1014 x82 -x3921 -x3185 x2888 -x1579 x1276 -x8 -x3186 x2886 x1270 x83 -x12 -x3924 x2887 -x2381 x1271 -x197 -x3925 x3072 x1272
21.22/21.32	v x4617 x3071 -x3455 -x2334 -x1616 x200 -x3571 -x2333 x1621 x201 -x4287 -x3570 -x3079 x2335 -x1638 x1620 x204 -x4291 -x4118 -x3572
21.22/21.32	v x3073 -x2338 -x1637 x202 -x4117 -x3573 -x3312 x3074 x2337 -x1639 -x1623 x203 -x4119 x3574 -x3311 -x3075 -x2560 x2342 -x1955 x1642
21.22/21.32	v -x1624 -x4120 x3581 -x3313 -x2559 x2341 -x1954 x1641 -x1627 x4121 x3575 -x3316 -x2561 -x2339 x1646 -x1625 x4128 -x3576 x3315 -x2562
21.22/21.32	v -x2340 -x1956 x1645 -x1626 x4122 -x3577 -x3319 x2563 x1958 -x1643 x4123 -x3317 x2568 -x1644 -x626 x4124 -x3318 x2564 x1959 -x3381
21.22/21.32	v -x3385 -x4141 x4078 -x3891 -x2904 -x668 -x176 x180 x3897 -x2907 -x2671 -x1450 -x674 -x237 -x3174 -x1568 -x1454 -x241 -x4081 x3902
21.22/21.32	v x3173 -x1570 -x2876 x1575 -x3905 x3181 x2878 x1572 -x1034 -x677 -x3903 -x3184 x2883 x1581 -x1038 -x3188 x2880 x1279 -x1009 -x80
21.22/21.32	v -x3187 x2889 x1280 -x1013 x84 -x3920 x1275 -x761 -x7 -x11 x3926 x2380 -x1273 -x86 -x196 -x87 -x3451 x198 -x3929 -x3454 x3082 x3083
21.22/21.32	v -x1615 x205 x4286 -x3078 -x2385 -x1617 -x4290 x2336 x1622 -x3584 -x3076 x2350 x1619 -x3585 x2346 -x1950 x1640 x1628 -x4131 x3580
21.22/21.32	v x2345 -x1949 x1654 x4132 -x3314 x1650 -x4127 x3578 x3327 x2571 -x1957 -x1649 -x622 x3323 x2572 x1960 -x4125 -x3322 x2567 x1961 x625
21.22/21.32	v x1962 -x4137 -x3380 -x3112 -x664 -x3384 -x3116 -x4140 x4079 -x2903 -x2672 -x1904 -x670 x178 -x3890 -x2670 x182 -x4457 -x4082 x3892
21.22/21.32	v -x2909 -x2217 -x1452 x675 -x236 -x4080 x3898 -x2221 x1456 -x240 x3894 -x678 -x184 x3906 x3175 x1571 -x676 -x185 -x74 -x4391 x3176
21.22/21.32	v -x2912 x1589 -x1458 -x1278 -x1036 -x73 x3177 x2879 x1585 -x1459 -x1277 -x1040 -x3916 x3192 x2897 -x1981 x1584 -x1011 -x757 -x81
21.22/21.32	v x2893 -x1015 x85 -x3922 -x3094 x2892 -x2377 x1042 -x760 x89 -x9 x1043 -x88 -x13 x3927 -x2773 x2382 -x1274 -x1017 -x1018 x3930 -x3450
21.22/21.32	v -x3081 -x15 x3928 -x3080 x199 -x16 x3456 -x2386 x213 -x2384 x209 x4288 -x3583 x2347 x208 -x4292 -x3582 x2349 x1618 -x4130 -x3459
21.22/21.32	v -x3077 -x1651 x1636 -x383 -x266 -x4129 x1653 x1632 -x387 -x4294 x3324 -x2570 -x2343 -x1631 -x4295 x3326 -x2569 x1951 x3579 -x2344
21.22/21.32	v x1952 -x1647 -x621 -x335 x1953 -x339 -x4126 x3950 -x3320 x2565 -x1966 -x1648 x627 -x4136 x4075 -x3382 -x3111 -x2899 -x1900 -x173
21.22/21.32	v -x3386 -x3115 -x2673 -x1446 -x663 x4458 -x4142 -x3031 -x2905 -x1903 -x1500 -x1445 -x665 x179 -x4456 x4083 -x1504 x671 x183 -x3388
21.22/21.32	v -x3004 -x2910 -x2216 -x1453 x667 x238 -x187 x3893 -x3389 -x3008 -x2220 x1457 -x1030 -x679 x242 -x186 -x4387 -x4145 -x3914 -x2913
21.22/21.32	v -x1586 x1461 -x1060 -x1029 x3910 -x2911 x1588 -x1460 -x1064 -x1005 -x4390 -x3909 x3195 -x2894 -x1977 -x1037 -x1004 x244 x3196 x2896
21.22/21.32	v -x1041 -x245 -x75 -x3 -x3191 -x3090 -x1980 -x1582 x1045 -x1012 -x756 -x362 x76 -x2 -x3915 x1044 -x1016 x77 -x3917 -x3189 -x3093
21.22/21.32	v -x2890 -x2769 -x1583 x1020 x762 -x93 -x10 x3923 -x2376 -x1019 x14 x3919 -x3446 -x2891 -x2772 x2378 x18 x3931 x2383 x17 x3452 -x765
21.22/21.32	v -x210 -x4282 -x2387 x212 x4281 x3457 -x1790 -x2348 x4289 x3460 -x1633 -x262 x206 -x4293 x3458 -x1652 -x1635 x4297 -x3480 -x382 x265
21.22/21.32	v -x207 x4296 x3325 x386 -x1629 -x617 -x3946 -x1969 -x1630 -x1356 -x1239 x623 x334 x1970 -x1360 x338 x3949 -x3321 x2566 -x1965 x628
21.22/21.32	v -x4138 x3383 -x3113 -x3027 -x2681 -x1933 -x1899 x4459 x4074 -x3387 -x3117 -x2898 x2677 -x232 -x172 -x4143 x4091 -x3391 -x3030 -x2900
21.22/21.32	v -x2676 -x1905 -x1499 -x231 x174 x4087 -x3390 -x2906 -x1503 -x1447 -x666 x175 -x4146 -x4086 -x3911 -x3119 -x3003 x2902 x2218 -x1448
21.22/21.32	v -x687 x239 -x191 -x4144 -x3913 -x3120 -x3007 x2914 -x2222 -x1587 x1449 -x683 x243 x4386 -x4013 -x3194 -x1908 x1465 -x1059 -x682
21.22/21.32	v x247 x3193 -x2895 -x1063 -x1031 x246 -x4392 -x4316 -x3907 -x2224 -x1976 x1032 -x752 -x358 -x2225 x1033 x1006 -x3908 -x3089 -x2097
21.22/21.32	v x1982 -x1049 x1007 x758 -x361 -x96 -x2101 x1008 -x97 -x4 -x4395 -x3190 -x3095 -x2768 -x1024 x763 -x92 x5 -x3918 x6 x3939 x2774 -x1985
21.22/21.32	v -x766 -x90 -x22 x3935 -x3445 x2379 -x764 -x211 x3934 x3447 -x3098 x2395 -x1786 x3453 x2391 x3449 -x3296 -x2777 x2390 -x1789 x4283
21.22/21.32	v x3461 -x1634 x4284 -x3984 -x3476 x261 x4285 -x3988 x4301 x3479 -x1877 -x384 x267 -x1881 x388 -x4266 -x1968 -x1235 -x1967 -x616 x3945
21.22/21.32	v -x1355 -x1238 -x618 -x390 x336 -x270 -x1359 x624 -x391 x340 x3951 -x1963 x620 x629 x4467 -x4134 x4088 x3379 -x3114 -x3026 -x2680
21.22/21.32	v -x1932 -x1901 -x4463 -x4139 x4090 x3378 x3118 -x2212 -x4462 x4135 x3395 -x3122 -x3032 -x2674 -x2211 -x1906 -x1501 -x684 -x314 -x194
21.22/21.32	v x4147 -x3912 -x3121 -x2901 -x1505 -x686 -x233 x195 -x4382 -x4084 -x4009 x3005 x2922 -x2675 -x2402 x2219 -x1909 -x1468 -x234 -x190
21.22/21.32	v -x3009 -x2918 -x2406 -x2223 -x1907 x1469 x235 x4388 -x4312 -x4085 -x4012 -x3035 -x2917 x2227 -x1972 -x1761 -x1507 -x1464 -x1061
21.22/21.32	v -x680 x251 -x188 x2226 -x1765 -x1508 -x1065 x4393 x4315 -x3085 -x3011 -x1978 -x1462 -x1052 -x681 -x357 -x95 -x3012 x1053 -x751 -x94
21.22/21.32	v x4396 x3091 -x2764 -x2096 x1983 -x1067 -x1048 -x1027 -x753 -x363 -x4394 -x2100 -x1068 -x1028 x759 -x3936 x3096 -x2770 x1986 -x1046
21.22/21.32	v -x1023 x755 -x25 x3938 -x1984 x767 -x26 x3099 x2775 -x2392 -x1021 -x366 -x91 -x21 x3097 -x2394 x3932 -x3292 x2778 -x1785 -x19 x3448
21.22/21.32	v -x2776 -x3933 x3469 -x3295 -x2388 x1791 -x572 -x257 x3465 -x576 -x378 -x4304 -x3983 x3475 -x3464 -x2389 x377 x263 -x4305 -x3987
21.22/21.32	v -x4300 -x4262 x3481 -x1876 -x1794 -x526 x385 x268 -x1880 x389 -x330 -x4298 -x4265 -x4187 -x3941 -x1234 x393 -x329 x271 -x4191 x392
21.22/21.32	v -x269 x3947 -x3484 x1357 -x1240 x337 -x33 -x1361 x619 x341 -x37 x3952 -x1964 x637 x342 x633 x343 x4466 x4089 x3398 -x3110 -x3028
21.22/21.32	v -x2678 -x2289 -x1934 -x1897 -x1496 -x310 -x193 -x4133 x3399 x3109 -x2999 -x2293 -x1902 -x685 -x192 -x4460 -x4155 -x3394 x3126 -x3033
21.22/21.32	v -x2998 -x2919 x1898 -x1502 -x1467 -x313 -x4151 -x2921 -x2213 x1910 x1506 -x1466 -x1055 -x4461 -x4150 -x4008 -x3392 x3036 x3006 -x2401
21.22/21.32	v -x2214 -x1938 x1510 -x1054 -x254 -x4381 x3034 x3010 -x2405 x2215 -x1509 -x255 -x4383 -x4311 x4014 -x3014 -x2915 x2231 -x1760 x1062
21.22/21.32	v -x1051 -x353 -x250 -x189 x4389 -x3013 -x1971 -x1764 x1066 -x1050 x4385 x4317 -x2916 -x1973 -x1463 x1070 -x1026 -x359 -x248 x4397
21.22/21.32	v -x3084 x1979 -x1069 -x1025 -x4017 -x3086 -x2098 x1975 -x364 -x24 -x3937 x3092 -x2763 -x2102 x1987 x754 -x23 -x4320 x3088 -x2765
21.22/21.32	v -x1047 -x775 x367 x3100 x2771 -x2393 x771 -x365 x2767 x2104 -x1781 -x1022 -x770 x2779 -x2105 -x3466 x3291 x1787 -x20 x3468 -x4303
21.22/21.32	v -x3471 -x3297 x1792 x571 -x4302 -x575 x256 -x3985 x3477 -x3462 -x1795 -x522 x258 -x3989 -x1793 x379 x264 -x4261 -x3638 x3482 -x3463
21.22/21.32	v -x3300 -x1878 -x1230 -x525 x380 x260 -x1882 -x1351 x381 x272 -x4299 -x4267 -x4186 x3991 -x3485 -x1350 -x1236 x397 -x4190 -x3992
21.22/21.32	v -x3940 -x3483 x331 -x3942 -x3779 -x1884 x1358 -x1241 x634 x332 -x32 x3948 -x1885 -x1362 x636 x333 -x36 -x4270 x3944 -x1363 -x1242
21.22/21.32	v x347 x3953 -x1364 -x1243 x632 -x4464 -x4152 x3396 -x3129 -x3024 -x2679 -x2288 x1935 x309 -x4154 -x3130 -x3029 -x2920 -x2292 -x1896
21.22/21.32	v -x1495 -x4004 -x3125 x3025 -x1939 -x1918 -x1497 x809 -x315 -x253 x3037 -x3000 -x1937 x1914 x1498 -x252 -x4307 -x4148 -x4010 -x3393
21.22/21.32	v -x3123 -x3001 x2403 -x2234 -x1913 x1514 x3002 x2407 -x2235 -x1056 -x4313 -x4149 x4015 -x3018 x2230 -x1762 -x1057 -x318 -x4384 -x2092
21.22/21.32	v -x1766 x1058 -x352 x4405 x4318 -x4018 -x2409 -x2228 -x2091 x1074 -x948 -x354 -x249 x4401 -x4016 -x2410 x1974 -x360 x4400 x4321 -x3659
21.22/21.32	v -x2099 -x1995 -x1768 -x772 x356 -x4319 -x3663 x3087 -x2103 x1991 -x1769 -x774 x368 x3108 x2107 -x1990 x3104 x2766 x2106 -x3287 x3103
21.22/21.32	v x2787 -x768 -x3467 x2783 -x1780 x3293 x2782 -x1782 -x769 -x3979 x1788 -x3978 x3298 x1784 x573 -x3470 -x1872 x1796 x577 -x4257 -x3986
21.22/21.32	v -x3634 -x3472 -x3301 -x1871 -x521 -x3990 x3478 -x3299 x259 -x4263 x3994 -x3803 -x3637 x3474 -x1879 x579 -x527 -x400 -x280 x3993
21.22/21.32	v -x3486 x1883 -x1229 x580 -x401 -x276 x4268 -x4188 -x3775 x1887 -x1231 -x648 -x396 -x275 -x4192 -x1886 x1352 x1237 -x635 -x4271 -x3778
21.22/21.32	v x1353 x1233 -x530 -x394 x350 -x34 -x4269 -x3943 x1354 -x1244 x351 -x38 -x4194 x3961 -x1368 x346 -x4195 x3957 x630 -x4465 -x4153
21.22/21.32	v x3397 -x3127 -x2290 x1936 -x1915 -x805 -x403 x311 x3023 -x2397 -x2294 -x1940 -x1917 x3045 -x2396 -x2233 -x1852 -x1517 x808 x316
21.22/21.32	v -x4003 x3041 -x2232 -x1856 -x1756 -x1518 -x4362 -x4005 -x3124 x3040 -x3021 x2404 -x2296 -x1911 -x1755 -x1513 -x319 -x4366 -x4306
21.22/21.32	v -x4011 x3022 x2408 -x2297 -x317 -x4402 -x4308 -x4212 x4007 -x3017 -x2655 -x2412 -x1912 x1763 -x1511 x1077 -x944 x4404 -x4314 -x4216
21.22/21.32	v -x4019 -x2411 x1767 x1078 x4310 -x3015 -x2229 -x1992 x1771 -x1073 -x947 x4322 -x2093 -x1994 -x1770 -x773 x355 x4398 -x3658 -x3105
21.22/21.32	v -x2094 -x1686 -x1071 x376 -x3662 -x3107 x2095 -x1690 x372 -x4399 x2784 x2111 -x1988 -x1405 x371 x2786 x3101 -x1989 x3286 -x567 x3288
21.22/21.32	v -x3102 x2780 x566 x3294 -x1783 x3290 -x2781 x1804 x574 -x517 -x3980 -x3302 x1800 x578 x3981 -x3799 -x3633 x1799 -x834 x582 -x523
21.22/21.32	v -x399 -x277 -x4256 -x4182 x3982 x3473 -x1873 x581 -x398 -x279 -x4258 -x4181 x3998 -x3802 -x3639 -x3494 x1874 -x644 -x528 -x4264
21.22/21.32	v -x3490 x1875 -x28 x4260 -x4189 -x3774 -x3489 x1891 -x647 -x531 -x349 -x273 -x27 x4272 -x4193 -x1232 -x529 x348 -x4197 -x3958 -x3780
21.22/21.32	v -x3642 x1371 x1252 -x395 -x274 -x35 -x4196 x3960 x1372 -x1248 -x39 -x1367 x1291 -x1247 x344 -x220 -x40 x3956 x631 -x224 -x41 -x3134
21.22/21.32	v -x3128 -x3042 x2291 x1948 -x1916 -x1516 -x804 -x402 x307 -x3138 -x3044 -x2295 x1944 -x1515 x312 -x3020 -x2299 -x1943 x1851 x810
21.22/21.32	v x308 -x3019 -x2398 -x2298 -x1855 x320 -x4361 x3038 -x2651 x2399 -x1076 -x4403 -x4365 -x4006 x2400 -x1757 -x1075 x4211 -x4027 -x3039
21.22/21.32	v -x2654 x2416 x1758 -x1512 -x943 -x813 -x4309 -x4215 x4023 -x1993 x1759 x4330 x4022 -x3016 x1775 -x949 -x373 x4326 -x3106 x375 -x4325
21.22/21.32	v -x3660 x2114 x1685 -x1401 -x1072 -x3664 -x2785 x2115 x1689 x2110 x1404 -x952 -x369 x3666 x3596 -x2108 -x370 x3667 x1801 x3289 x1803
21.22/21.32	v x568 -x3629 x3310 -x830 x569 x3306 x570 -x516 -x278 -x4001 -x3798 -x3635 -x3491 x3305 x1797 -x833 x586 -x518 -x4002 -x3493 x524
21.22/21.32	v -x3997 -x3804 -x3770 x3640 -x1894 -x1798 -x643 x520 x4259 -x4183 -x1895 x532 x4280 x4184 -x3995 -x3776 x3643 -x3487 -x2983 -x1890
21.22/21.32	v -x1426 -x1370 -x1249 -x649 x4276 x4185 -x3959 -x3641 -x1430 -x1369 x1251 -x29 x4275 x4201 -x3807 -x3781 -x3488 -x1888 -x1287 -x30
21.22/21.32	v x31 x3782 -x3275 -x1365 x1290 -x1245 -x652 x345 -x219 -x45 x3954 -x3783 -x3279 -x223 -x3133 -x3043 -x2287 x1947 -x806 -x404 -x3137
21.22/21.32	v x2286 x306 -x2303 -x1941 x1853 x811 x328 x1857 -x324 x4363 -x4024 -x2650 -x2419 -x1942 -x939 -x814 -x408 -x323 x4367 -x4026 x2420
21.22/21.32	v -x812 -x4327 x4213 -x2656 -x2415 -x2072 x1859 -x1778 -x945 -x4329 -x4217 -x3654 -x2076 x1860 x1779 -x374 -x4369 -x4020 -x3653 -x2413
21.22/21.32	v -x2113 x1774 -x1139 x950 -x4370 x2112 -x4323 x4219 -x4021 -x3661 -x3334 -x2659 -x1772 x1687 -x1400 -x953 -x4220 x3665 -x3338 x1691
21.22/21.32	v -x951 -x4324 x3669 -x3592 -x2002 x1406 x3668 -x2006 -x4416 x3595 -x2109 -x1693 -x1802 -x1694 x3307 -x1409 x3309 -x4000 -x3794 -x829
21.22/21.32	v x589 -x3999 -x3628 -x3492 x590 -x3846 -x3800 x3630 x3303 -x1893 -x1665 -x835 -x639 x585 -x3850 -x3636 -x1892 x519 -x4277 x3805 x3632
21.22/21.32	v -x3304 -x2979 -x645 -x583 x540 -x4279 -x3769 x3644 -x1250 x536 -x4204 -x3996 x3808 -x3771 -x2982 -x1425 -x838 -x650 x535 x4205 -x3806
21.22/21.32	v x3777 -x1429 x4273 x4200 x3773 -x1889 -x1286 -x737 -x653 -x48 x3784 -x651 -x49 -x4274 x4198 -x3274 -x1366 x1292 -x1246 -x221 -x44
21.22/21.32	v x3955 -x3278 x225 -x3135 x2306 -x1945 -x1848 -x802 x405 x325 -x4357 -x3139 x2307 -x807 x327 -x4356 -x3254 -x2646 -x2418 -x2302 x1854
21.22/21.32	v x803 -x409 -x4207 -x4025 -x2417 x1858 x815 -x407 x4364 -x4206 x3141 -x2652 -x2300 -x2271 x1862 -x1777 -x321 x4368 -x4328 -x3142
21.22/21.32	v x1861 -x1776 -x938 -x4372 x4214 -x3231 x2657 -x2071 -x1135 -x940 -x919 -x322 -x4371 x4218 -x2075 -x1681 x946 -x923 x4222 -x2660
21.22/21.32	v -x2540 -x2414 x1680 -x1396 -x1138 -x1089 x942 x4221 x3655 -x2658 -x2544 -x954 x3656 -x3333 -x1773 x1688 -x1402 -x1335 x3657 -x3337
21.22/21.32	v x1692 -x4412 x3673 -x3591 -x2001 x1696 x1407 -x2005 x1695 -x4415 x3597 -x2929 x1410 -x3308 -x2933 x1408 -x4162 x825 x588 -x4166
21.22/21.32	v x587 -x3600 x2314 -x1661 -x831 x3793 -x2318 -x3845 x3795 -x1664 x836 -x537 -x4278 -x3849 x3801 x3631 -x638 x539 -x4598 -x4203 x3797
21.22/21.32	v -x3652 -x2978 x839 -x640 -x584 -x4602 -x4202 x3809 x3648 -x837 -x646 x3647 -x2984 -x1427 -x1282 -x733 x642 -x533 -x287 -x132 -x47
21.22/21.32	v x3772 -x1431 x654 -x291 -x215 -x46 x3792 x1288 -x736 -x534 -x214 x3788 -x4199 x3787 x3276 -x2987 -x1433 x1293 -x222 -x42 x3280 -x1434
21.22/21.32	v x226 -x3250 x3136 x2304 -x1946 x406 -x326 -x3140 -x1847 -x801 x410 -x3253 x3144 -x2267 x1849 -x823 x4358 x3143 -x2645 x1850 -x819
21.22/21.32	v x4359 -x3227 -x2647 -x2301 -x2270 x1866 -x818 x4360 -x4208 x2653 x4376 -x4209 -x3230 x2649 -x2073 -x1134 -x1085 -x918 x4210 -x2661
21.22/21.32	v -x2077 x941 -x922 x4226 -x2539 -x1331 x1140 -x1088 -x962 -x2543 x1682 -x1395 -x958 -x4528 -x3676 -x3587 x3335 -x2079 x1683 -x1397
21.22/21.32	v -x1334 -x957 -x3677 x3339 -x2080 x1684 x1403 -x4411 -x3672 x3593 -x2003 -x1700 x1399 -x1143 -x985 -x2007 x1411 -x989 -x4417 -x3670
21.22/21.32	v x3598 -x3505 -x3341 x2928 -x3342 -x2932 -x4161 x3601 -x2196 -x2009 -x4165 -x3599 -x2010 x824 -x4420 x2313 -x1660 x826 -x2317 x832
21.22/21.32	v -x538 -x3847 -x3649 -x2974 -x2431 x1666 x828 x3851 x3796 -x3651 -x1421 x840 -x4597 -x3817 x2980 -x1420 -x128 -x4601 -x3813 x641
21.22/21.32	v x3853 -x3812 -x3789 -x3645 x2985 -x1669 -x1428 -x732 x662 -x286 -x131 -x3854 x3791 -x3270 -x1432 x1281 x658 -x290 -x3646 -x3269
21.22/21.32	v -x2988 -x1436 x1283 -x738 x657 -x2986 -x1435 x1289 -x216 x3785 x3277 -x2031 x1285 -x217 -x43 x3281 -x1294 x218 x3249 x3132 -x2305
21.22/21.32	v -x1806 -x820 x418 x3131 -x822 -x414 x3255 x3148 -x2266 x1869 -x413 -x2067 x1870 -x4379 -x3226 x2272 -x2066 x1865 -x1130 -x816 x4380
21.22/21.32	v x2648 -x4375 x4229 -x3258 -x3232 x2669 -x2074 -x1863 -x1136 -x1084 -x959 x920 -x817 x4230 -x3329 -x2665 x2078 -x961 -x924 -x4524
21.22/21.32	v -x4373 -x4225 -x3675 -x3328 -x2664 -x2541 -x2275 x2082 -x1330 x1141 -x1090 -x3674 -x2545 -x2081 -x1997 -x4527 -x4407 -x4223 x3336
21.22/21.32	v -x3235 -x1996 x1703 -x1336 -x1144 -x955 x926 -x3586 x3340 x1704 x1398 -x1142 -x927 -x4413 -x3588 -x3501 x3344 -x2547 -x2515 x2004
21.22/21.32	v -x1699 -x1419 -x1093 -x984 -x956 x3594 -x3343 -x2548 -x2519 x2008 -x1415 -x988 -x4418 -x3671 x3590 -x3504 x2930 -x2192 x2012 -x1697
21.22/21.32	v -x1414 -x1339 x3602 -x2934 -x2011 -x4421 -x4163 -x2195 -x1656 -x472 -x4419 x4167 -x3841 -x476 -x3840 -x2936 -x2427 x2315 -x1662
21.22/21.32	v -x3650 -x2937 -x2319 x827 -x4169 x3848 -x3814 -x2430 x1667 x848 -x4170 x3852 -x3816 x2973 -x844 -x4599 x3856 x2975 -x2321 -x2171
21.22/21.32	v -x1670 -x843 -x728 x659 -x127 -x4603 x3855 -x3790 x2981 -x2322 -x1668 -x1422 x661 -x3810 x2977 -x1423 -x734 -x288 -x133 -x2989 x1424
21.22/21.32	v -x292 -x4605 -x3811 -x2027 -x1440 x739 x655 -x4606 -x3271 x1284 -x3786 x3272 -x2126 -x2030 x1302 -x740 -x656 -x294 x229 -x136 x3273
21.22/21.32	v x1298 -x741 -x295 x230 x3251 -x3151 -x2262 -x1868 x1805 -x821 x417 x3152 x1867 -x4378 x3256 -x3222 x3147 -x2268 -x877 -x411 -x4377
21.22/21.32	v -x914 -x881 -x4228 x3259 -x3228 -x3145 -x2666 x2273 x1080 -x913 -x412 -x4227 -x3257 -x2668 -x2535 x2068 -x1129 -x960 -x3233 -x2794
21.22/21.32	v -x2534 -x2276 x2069 -x1864 -x1326 -x1131 x1086 x921 -x786 -x2798 -x2274 x2070 -x1137 -x925 -x4523 -x4374 -x3236 -x2662 -x2542 -x2086
21.22/21.32	v -x1702 -x1332 x1133 x1091 x929 x3330 -x3234 x2546 -x1701 -x1145 x928 -x4529 -x4224 x3331 -x2663 x2550 -x1416 -x1337 -x1094 x4406
21.22/21.32	v x3332 -x2924 -x2549 -x1998 -x1418 -x1092 x4408 -x3500 x3348 -x2923 -x2514 -x1999 -x1340 x986 x4414 -x4157 -x3589 -x2518 x2000 -x1338
21.22/21.32	v -x990 -x4532 x4410 -x4156 -x3610 -x3506 x2931 -x2191 x2016 -x1698 -x1412 x4422 x3606 x2935 -x2309 x4164 x3605 -x2939 -x2308 -x2197
21.22/21.32	v -x1413 -x992 -x471 x4168 -x2938 -x1655 -x993 -x475 x4172 -x3509 x2426 x2316 -x1657 -x845 -x4593 -x4171 -x3842 -x3815 x2320 x1663
21.22/21.32	v -x847 -x4592 x3843 -x3684 -x2432 x2324 -x2200 -x2167 -x1832 x1659 -x123 x3844 -x3688 x2323 -x1671 -x660 -x282 x4600 -x3860 -x3056
21.22/21.32	v -x2170 -x841 x281 -x129 -x4604 x2976 -x727 -x4608 -x2997 -x2435 -x1443 -x842 -x729 x289 -x134 -x4607 -x2993 -x1444 x735 -x293 -x2992
21.22/21.32	v -x2122 x2026 -x1439 -x1299 x731 x297 -x228 -x137 -x56 x1301 x742 -x296 -x227 -x135 -x60 x3284 x2125 -x2032 -x1437 x3285 x1297 x3247
21.22/21.32	v -x3149 x1807 -x711 x415 x3252 x2261 x3248 x2263 -x876 x3260 -x3221 -x2667 x2269 -x880 -x3223 -x3146 x2265 -x1811 -x782 x3229 -x2277
21.22/21.32	v x1079 -x915 -x4519 -x4059 x3225 -x2793 x2089 x1081 -x916 -x785 -x3237 -x2797 -x2536 x2090 -x1325 -x1132 x1087 x917 -x4525 -x2537
21.22/21.32	v -x2085 x1327 -x1153 x1083 x933 x2538 -x1417 -x1333 -x1149 -x1095 -x980 -x4530 -x3496 -x3351 x2554 -x2083 x1329 -x1148 -x979 -x3352
21.22/21.32	v x1341 x4533 -x3607 -x3502 -x3347 -x2516 -x2187 -x2019 x987 -x4531 x4409 -x3609 -x2925 x2520 x2020 -x991 x4430 -x3507 -x3345 -x2926
21.22/21.32	v -x2193 -x2015 x995 -x4426 -x4158 x2927 x994 -x4437 -x4425 -x4159 x3603 -x3510 x2943 -x2522 -x2422 x2198 -x2013 -x473 -x4441 x4160
21.22/21.32	v -x3508 -x2523 -x2310 -x846 -x477 x4176 -x3604 x2428 -x2311 x2201 -x1828 x2312 -x2199 x1658 -x3863 -x3683 -x3052 x2433 x2328 -x2166
21.22/21.32	v -x1831 -x1715 x1679 -x1210 -x479 -x4594 x3864 -x3687 -x1675 -x1214 -x480 -x122 -x4595 -x3859 -x3055 -x2994 x2436 x2172 -x1674 -x1442
21.22/21.32	v -x124 x4596 -x2996 x2434 -x1441 x283 -x130 x4612 -x3857 -x2022 x284 x126 -x1300 -x730 x285 x138 -x3283 -x2990 -x2175 x2121 x2028
21.22/21.32	v x750 -x301 -x55 -x3282 x746 -x59 -x2991 -x2583 x2127 x2033 -x1438 x745 x1295 -x3150 x1808 -x1306 x710 -x416 x3246 -x1310 x3268 x1812
21.22/21.32	v -x878 x3264 x2264 x1810 -x882 -x4055 x3263 x2285 -x2088 -x781 x3224 x2281 -x2087 -x4058 -x3551 x3245 -x2795 x2280 -x1150 -x936 -x884
21.22/21.32	v -x787 -x4518 -x3555 -x3241 -x2799 -x1152 x1082 x937 -x885 -x4520 -x3350 -x3240 x2557 x1103 -x932 -x4526 -x3349 x2558 -x2510 x1328
21.22/21.32	v x1099 x4522 -x2801 -x2553 x2509 -x2084 -x2018 x1349 -x1146 -x1098 -x930 -x790 x4534 -x3608 -x3495 -x2802 -x2017 x1345 -x981 -x4427
21.22/21.32	v -x3497 -x2551 -x2517 x1344 -x1147 x982 x4429 -x3503 x2521 -x2186 x983 -x467 x3499 -x3346 -x2954 -x2946 x2525 -x2188 -x999 -x466
21.22/21.32	v -x3511 -x2958 -x2947 -x2524 x2194 x4436 -x4423 -x4179 x2942 -x2605 -x2452 x2190 -x2014 -x474 -x4440 -x4180 -x2456 -x2421 x2202 x478
21.22/21.32	v -x4424 -x4237 x4175 -x3862 -x3729 -x2940 -x2423 -x2331 -x2162 -x1827 -x1711 -x1676 x482 -x4241 -x3861 x2429 -x2332 -x1678 x481 -x4173
21.22/21.32	v -x3685 -x3051 x2425 x2327 x2168 -x1833 -x1714 -x1209 -x3689 -x2995 x2437 -x1213 -x4615 -x4337 -x3530 -x3057 -x2325 x2173 -x1672
21.22/21.32	v -x4616 -x4341 -x125 -x4611 -x3858 -x3691 x2176 -x2117 -x1836 -x1673 x747 -x597 -x304 x146 -x3692 x2174 -x2021 x749 -x601 -x305 -x142
21.22/21.32	v -x4609 -x3060 -x2579 x2123 x2023 -x300 -x141 -x57 x2029 -x61 -x2582 x2128 x2025 x743 -x298 x2034 -x1296 -x3265 x1809 x1305 -x873
21.22/21.32	v x712 -x3267 x1813 -x1309 -x2282 x879 -x777 -x2789 -x2284 x883 -x4054 -x3261 -x3242 x2788 -x935 x887 -x783 -x716 -x3244 -x1151 -x934
21.22/21.32	v x886 x4060 -x3550 -x3262 x2796 -x2556 -x2278 -x1185 -x1100 x788 -x3554 x2800 x2555 -x1189 x1102 -x3238 -x2804 -x2279 -x1346 x791
21.22/21.32	v -x4521 -x2803 x1348 x789 x4542 -x4063 -x3239 -x1096 -x931 x4538 -x4428 x2511 -x4553 x4537 -x2945 -x2552 x2512 x1342 -x1097 -x1002
21.22/21.32	v x3498 -x2944 x2513 -x1003 -x4178 x3519 x2953 -x2601 -x2529 -x1343 -x998 -x157 -x4177 x3515 -x2957 x2189 -x468 x4438 -x3725 x3514
21.22/21.32	v -x2604 -x2451 -x2357 -x2330 x2210 -x1823 -x996 -x469 -x4442 -x3679 x2455 -x2361 -x2329 x2206 -x1677 x470 -x4236 -x3728 -x3678 -x3047
21.22/21.32	v -x2941 -x2710 x2205 x1829 -x1710 -x486 -x4240 -x2714 x2424 -x2161 -x4614 -x4444 -x4174 -x3686 -x3526 x3053 x2445 -x2163 x1834 -x1716
21.22/21.32	v -x1211 -x4613 -x4445 -x3690 x2441 x2169 -x1215 -x4336 x3694 -x3529 -x3058 -x2440 -x2326 x2165 -x1837 -x1480 -x303 x143 -x4340 -x3693
21.22/21.32	v x2177 -x1835 -x748 -x302 x145 -x51 x3061 -x1719 -x1217 -x596 -x551 -x50 -x3059 -x2116 -x1218 x600 -x4610 -x2578 -x2118 -x139 -x58
21.22/21.32	v x2124 x2024 -x62 -x2584 x2120 -x2042 x744 -x299 -x140 x63 -x2129 x2038 x64 -x3266 x1821 x1307 x713 -x2283 -x1817 x1311 x872 -x4050
21.22/21.32	v -x1816 x874 x717 -x3243 x875 x776 -x715 -x4056 -x1313 x891 x778 x2790 -x1314 -x1101 x784 x4061 -x3552 x2791 -x1184 x780 -x3556 x2792
21.22/21.32	v -x1347 -x1188 x792 -x4539 x4064 x2808 x4541 -x4062 -x4549 x3558 -x1525 -x1001 -x3559 -x1529 -x1000 -x4552 x4535 -x3516 x2532 -x1600
21.22/21.32	v -x153 -x4432 -x3518 x2533 -x4536 -x4431 x2955 x2626 -x2600 -x2528 x2207 -x156 -x2959 -x2630 x2209 x4439 -x3724 x3512 -x2606 -x2526
21.22/21.32	v -x2453 -x2356 -x1706 -x997 -x489 -x4443 x2457 -x2360 -x1822 -x1205 -x490 -x4447 x4238 -x3730 -x3513 -x2961 -x2709 -x2442 -x2203
21.22/21.32	v -x1824 x1712 -x1204 -x485 -x4446 -x4242 -x3680 -x3046 -x2962 -x2713 -x2444 x1830 -x3681 -x3525 -x3048 -x2861 -x2609 x2459 -x2204
21.22/21.32	v x1826 -x1717 -x1476 x1212 -x483 x3682 x3054 -x2460 -x2164 x1838 -x1216 -x144 -x4338 -x4244 -x3733 x3698 -x3531 x3050 -x2438 x2185
21.22/21.32	v -x1720 -x1479 -x1220 -x547 -x4342 -x4245 x3062 x2181 -x1718 -x1219 -x2574 -x2439 x2180 -x598 -x550 x602 x52 x4344 -x3534 -x2580
21.22/21.32	v -x2039 x53 -x4345 -x2119 -x2041 x54 x2585 -x2137 -x902 x604 x68 -x2133 x2037 -x906 x605 -x2732 x1820 x1308 x714 -x2736 x1312 x718
21.22/21.32	v -x1814 x1316 x894 x4049 -x3546 -x1315 x895 x4051 -x3545 -x1815 -x890 x4057 x779 x4053 -x3553 x2811 -x1186 -x888 x800 -x4540 x4065
21.22/21.32	v x3557 x2812 -x1190 -x796 x3561 x2807 -x795 x3560 -x4548 x2805 -x2531 -x1596 x1524 -x1192 -x3517 -x2949 x2530 x1528 -x1193 -x4554
21.22/21.32	v -x4503 -x2948 -x2596 -x1599 -x152 -x2447 -x2208 -x3720 x2956 x2625 x2602 -x2446 -x488 -x158 -x4433 -x4232 -x2960 -x2629 -x487 -x4557
21.22/21.32	v x4434 -x4231 -x3871 -x3726 -x2964 -x2607 -x2527 x2454 -x2358 x4435 -x3875 -x2963 x2458 -x2443 -x2362 -x1705 -x4451 x4239 x3731 -x3521
21.22/21.32	v -x2857 -x2711 -x2610 x2462 -x1707 -x161 -x4332 -x4243 -x2715 -x2608 x2461 x1825 x1713 -x1206 -x4331 -x4247 -x3734 -x3701 -x3527
21.22/21.32	v -x2860 -x2364 -x2182 x1846 x1709 -x1475 -x1207 -x1114 -x484 -x4246 -x3732 x3702 -x3049 -x2365 -x2184 x1842 -x1721 x1208 -x592 -x4339
21.22/21.32	v x3697 -x3532 x3070 -x2717 -x1841 -x1481 x1224 -x591 -x546 -x4343 x3066 -x2718 x4347 -x3695 x3535 -x3065 -x2178 -x1160 -x599 x552
21.22/21.32	v x4346 -x3533 -x2573 -x2040 -x1164 x603 -x2575 -x2179 -x2144 -x2134 -x1484 x607 x71 x2581 -x2148 -x2136 x606 x72 x2577 -x901 -x698
21.22/21.32	v -x555 x67 x2586 -x2132 -x2035 -x905 -x2731 -x2685 x1818 x1304 -x893 x726 -x2735 -x2689 x1303 x892 x722 -x2051 -x1549 x1320 x721
21.22/21.32	v -x1553 -x1180 -x2810 x1179 x797 x4052 -x3547 x2809 x799 x4073 -x3548 -x1187 -x889 -x4069 x3549 x1191 -x4544 -x4068 x3565 -x1195
21.22/21.32	v -x793 -x1194 -x4550 -x4499 -x2806 x1595 x1526 -x794 -x148 x1530 x4555 -x4502 -x1601 -x154 -x2950 -x2595 -x2352 x4558 -x4474 x2951
21.22/21.32	v x2627 -x2597 -x2351 -x1532 -x159 -x4556 -x4478 -x3719 x2952 -x2705 -x2631 x2603 x2448 -x1533 -x4454 -x3870 -x3721 x2968 -x2704 x2599
21.22/21.32	v x2449 -x2359 -x1604 -x162 x4455 -x4233 -x3874 -x3727 -x2611 x2450 x2363 -x160 -x4450 -x4234 x3723 -x3700 -x2856 -x2712 -x2633 x2466
21.22/21.32	v x2367 -x1843 -x1471 -x1110 x4235 -x3735 -x3699 -x3520 x2716 -x2634 -x2366 -x2183 -x1845 -x1708 -x4448 -x4251 -x3522 -x3067 -x2862
21.22/21.32	v -x2720 x1729 -x1477 x1227 -x1113 -x542 -x4333 x3528 x3069 -x2719 -x1725 x1228 -x4334 x3524 -x1839 -x1724 x1482 -x1223 -x548 x4335
21.22/21.32	v x3536 x593 -x4351 -x3696 -x3410 -x3063 -x2865 -x1840 -x1485 -x1221 -x1159 x594 x553 -x70 -x2135 -x1483 -x1163 x595 -x69 -x3064 -x2477
21.22/21.32	v x2143 -x694 -x611 x556 x2576 -x2481 -x2147 -x554 -x3617 x2594 x903 -x697 -x65 -x3621 x2590 -x2130 -x2036 x907 -x3821 x2733 -x2684
21.22/21.32	v -x2047 -x1819 x1323 x725 -x3825 x2737 -x2688 x1324 -x3202 -x2050 x1548 x1319 -x719 -x3206 -x1552 -x798 x4070 -x2739 x1317 -x720
21.22/21.32	v x4072 -x2740 x1181 -x3568 -x2242 x1182 x3569 -x2246 -x1520 x1183 -x4066 x3564 -x1591 x1519 x1199 -x4543 -x4545 x4498 -x4067 -x3562
21.22/21.32	v x1597 x1527 -x501 -x4551 -x2621 x1531 -x147 x4547 -x4504 -x2620 x1602 x1535 -x149 x4559 x1534 -x155 -x4473 -x4453 -x2971 x2628 -x1605
21.22/21.32	v x151 -x4477 -x4452 -x2972 x2632 -x2598 x2353 -x1603 -x163 -x4507 -x3872 x2967 -x2852 -x2636 -x2619 x2469 x2354 -x3876 -x3722 -x2706
21.22/21.32	v -x2635 -x2615 x2470 x2355 -x1844 -x4254 x3743 -x3363 -x2965 -x2858 x2707 -x2614 -x2465 x2371 -x1726 -x1226 -x1109 -x4255 x3739 -x3068
21.22/21.32	v x2708 x1728 -x1470 -x1225 -x4449 -x4250 -x3878 x3738 -x2863 x2724 -x2463 -x1472 -x1115 -x3879 x3523 x1478 -x541 -x4354 -x4248 -x3544
21.22/21.32	v -x3406 x2866 -x1722 x1474 x543 -x4355 x3540 -x2864 x1486 -x549 -x4350 -x3539 -x3409 -x1723 -x1222 -x1161 -x1118 x614 x545 -x1165
21.22/21.32	v -x897 x615 x557 -x4348 -x2591 -x2476 x2145 -x896 x693 -x610 x2593 -x2480 -x2149 -x3616 -x1167 x904 x699 -x608 -x66 x3620 -x2589
21.22/21.32	v -x2131 -x1168 x908 -x3820 x2734 -x2686 -x2046 -x1321 x723 -x3824 x2738 -x2690 -x3201 x2742 -x2052 x1550 -x857 -x4071 -x3205 x2741
21.22/21.32	v x1554 -x3567 x2692 -x1318 -x3566 x2693 -x2241 -x2055 x1556 x1202 x2245 x1557 x1203 -x4494 x1198 -x497 -x1590 x1521 x4500 -x3563
21.22/21.32	v -x1592 x1522 x1196 -x500 -x4546 x1598 x1523 x4567 -x4505 -x3754 -x2970 x1594 x1539 x4563 -x3866 -x2969 -x2622 x1606 -x150 x4562
21.22/21.32	v x4508 -x4475 -x3865 x2623 -x2616 -x2468 -x451 -x171 -x4506 x4479 x2624 -x2618 -x2467 -x167 -x4253 x3873 -x3740 -x3359 x2640 -x2374
21.22/21.32	v -x1105 -x166 -x4252 x3877 -x3742 -x2851 x2375 -x1727 -x4481 x3881 -x3362 -x2966 -x2853 x2727 -x2612 -x2370 x1111 -x4482 -x3880 -x2859
21.22/21.32	v x2728 -x4353 -x3736 -x3541 x2855 x2723 -x2613 -x2464 -x2368 -x1736 x1116 -x4352 -x3543 x2867 -x1740 x1473 -x1155 -x4249 -x3737 -x3405
21.22/21.32	v -x2721 x1494 -x1154 -x1119 -x613 -x2139 x1490 -x1117 x612 x544 -x3537 -x3411 -x2823 -x2138 x1489 -x1162 -x689 x565 -x2592 -x1166
21.22/21.32	v -x561 -x4349 -x3538 -x2478 x2146 x1170 x695 -x560 x2482 x2150 -x1169 -x898 -x3618 -x3414 -x2151 x899 x700 -x609 x3622 -x2587 -x2152
21.22/21.32	v x900 -x4031 -x3822 x2730 x2687 x2048 -x1545 -x1322 -x853 -x724 -x4035 -x3826 x2729 -x2691 -x3203 -x2746 x2695 x2053 x1551 -x856
21.22/21.32	v -x3207 x2694 x1555 -x3828 x2056 x1559 -x1201 -x3829 -x2054 x1558 x1200 -x3209 x2243 -x3210 x2247 -x496 -x4493 -x4564 x4495 x3750
21.22/21.32	v -x2249 -x1542 -x1197 x502 x4566 x4501 -x4469 -x2250 -x1593 -x1543 -x4578 x4497 -x4468 -x3753 x1614 -x1538 -x447 -x168 x4509 -x2617
21.22/21.32	v x1610 -x170 -x4560 x4476 x2643 -x2373 -x1609 -x1536 -x505 -x450 x4480 x3867 -x3741 x2644 -x2372 -x4561 x4484 x3868 -x3358 -x2726
21.22/21.32	v x2639 -x164 x4483 x3869 -x2725 -x1104 x3885 -x3364 x2637 x1106 -x165 -x3542 x2854 x1112 -x3401 x2875 -x2369 -x1735 x1491 x1108 x2871
21.22/21.32	v -x1739 x1493 x1120 -x3407 -x3367 x2870 -x2819 -x2722 x562 -x108 -x2472 x1156 x564 -x4098 x3412 -x2822 -x2471 -x1487 x1157 -x4102
21.22/21.32	v -x3612 x2140 x1158 -x688 -x3611 -x3415 x2479 x2141 -x1488 -x1174 x690 -x558 -x3413 x2483 x2142 x696 x3619 -x2484 -x2156 x911 x692
21.22/21.32	v -x559 x3623 -x2588 -x2485 x912 x701 -x4030 -x3823 x3198 -x2752 -x2749 x2683 -x2044 x852 -x4034 -x3827 -x2750 x2682 x2049 -x1544
21.22/21.32	v -x3831 -x3204 -x2745 -x2699 x2045 x1546 x858 -x3830 -x3208 -x2237 x2057 x1547 x3212 -x2743 -x2236 -x1563 -x3211 x2244 x861 -x492
21.22/21.32	v x2248 x2252 -x1541 x498 -x4565 x2251 -x1540 -x4574 x3749 -x1611 -x1379 x503 x4496 -x1613 -x1383 -x169 -x4577 x4517 x3755 -x2642
21.22/21.32	v -x506 x446 x4513 -x4470 x2641 -x504 x4512 -x4471 -x3354 -x1607 -x1537 x452 x4472 x4488 x3888 -x3758 -x3360 -x1608 x3889 x3884 x3365
21.22/21.32	v -x2872 -x2638 -x455 -x425 x2874 -x1492 x1107 -x429 -x3882 -x3435 -x3368 x1737 x1128 -x104 -x3400 -x3366 -x1741 x1124 -x563 x3402
21.22/21.32	v -x3163 -x2868 -x2818 x1123 -x107 x3408 -x4097 x3404 -x2869 -x2824 -x1743 x1177 -x4101 x3416 -x2473 -x1744 x1178 x2474 x2159 -x1173
21.22/21.32	v -x910 -x3613 x2475 x2160 -x909 x691 x3713 x3614 -x2827 -x2489 -x2155 -x1171 x709 x3615 x705 -x4032 -x3819 -x2751 -x2747 x2702 x854
21.22/21.32	v -x4036 -x3818 x3197 x2703 -x2043 -x3835 x3199 -x2698 x2065 -x1566 x859 x3200 -x2061 x1567 x4038 x3216 -x2744 -x2696 -x2060 -x1927
21.22/21.32	v -x1562 x862 x4039 -x2238 x860 x2502 x2239 -x1560 x2240 x491 x3745 x2256 x493 -x1612 x499 x4573 -x4514 x3751 -x1378 -x1258 x495 -x442
21.22/21.32	v -x4516 -x1382 -x507 x4579 x3756 x448 -x4510 x4491 -x3887 x3759 x453 x4492 -x3886 -x3757 -x3353 -x4582 -x4511 x4487 x3355 x456 -x3361
21.22/21.32	v -x2873 -x1731 x454 -x4485 -x3431 x3357 x1730 -x1125 x424 x3369 x1127 -x428 -x3883 -x3434 -x3159 -x2814 x1738 x103 x1742 -x3162 x2820
21.22/21.32	v -x1746 x1176 -x1121 -x109 x3403 -x1745 x1175 x4099 -x3424 x2825 -x2158 -x1122 -x972 x4103 x3420 -x2157 -x3968 -x3709 -x3419 x2828
21.22/21.32	v x2492 -x706 -x112 -x3972 -x2826 x2493 x708 -x4105 x3712 x3626 -x2847 -x2488 -x2153 -x1172 -x4106 x3627 x704 x4033 -x3838 -x2753
21.22/21.32	v -x2748 x2700 -x2062 -x1565 -x850 -x4037 -x3839 -x2064 -x1564 x855 x4041 -x3834 -x3219 x1923 x851 x4040 -x3220 x863 -x3832 x3215
21.22/21.32	v -x2757 -x2697 -x2498 -x2058 -x1926 -x3213 x2501 x2259 -x2059 -x1561 x2260 -x4569 -x2255 -x1254 -x4515 x3744 x494 x4575 x3746 -x2253
21.22/21.32	v -x1380 -x1257 x515 x3752 -x1384 x511 -x441 x4580 -x4490 x3748 -x510 x443 -x4489 x3760 x449 -x4583 x1386 x445 -x4581 x1387 x457 x3356
21.22/21.32	v -x1126 -x4486 -x3430 x3377 x426 -x99 x3373 x1732 -x430 -x3436 x3372 -x3158 x1733 x105 x4093 -x2813 x1734 x4092 -x3421 x3164 -x2815
21.22/21.32	v -x1750 -x968 -x432 x110 -x3423 x2821 -x433 x4100 -x3439 x2817 -x2491 -x971 -x113 x4104 x2829 -x2490 -x707 -x111 x4108 x3967 -x3708
21.22/21.32	v -x3625 -x3417 -x3167 -x2843 x4107 -x3971 x3624 x3714 -x3418 x2846 -x2486 -x2154 x702 x4029 -x3836 -x3218 x2754 -x2701 -x2063 x4028
21.22/21.32	v -x3217 -x849 x4045 -x2758 x1922 x871 -x2756 x867 -x3833 -x2497 -x2258 x1928 x866 x2257 -x3214 x2503 -x1374 -x1931 x1373 -x1253 -x512
21.22/21.32	v x4568 -x514 x4570 -x2506 -x2254 -x1381 x1259 x4576 x3747 x1385 x4572 -x3768 x1389 -x508 x4584 -x3764 x1388 x444 -x3763 x1262 -x509
21.22/21.32	v x465 x461 x420 x3426 x3374 -x460 x419 x3376 -x3432 -x3154 x427 x431 -x98 x3437 -x3370 -x3160 -x1753 x435 x100 -x3422 x1754 -x434
21.22/21.32	v x106 -x3440 -x3371 x3165 -x1749 -x967 x102 x4094 -x3438 -x2816 x114 x4095 x3704 -x3168 -x2837 -x1747 -x973 x4096 -x3166 -x2833 x4112
21.22/21.32	v x3969 x3710 -x2842 -x2832 x3973 x3715 x2848 -x2487 -x976 -x703 x4046 -x3837 x2755 x1921 -x868 x4048 x2759 -x870 x4044 x2496 x1924
21.22/21.32	v x4042 x2499 x1929 -x864 x2504 -x865 x1930 -x513 x2507 -x1255 -x2505 x1375 -x3765 x1376 x1260 x4571 -x3767 x1377 x4591 x1392 x1263
21.22/21.32	v -x462 x4588 x1261 -x464 x4587 -x3761 x3375 -x3762 -x458 x3425 x421 x3427 -x1752 -x459 x422 x3433 x3153 -x1751 x423 x3429 x3155 -x965
21.22/21.32	v -x438 -x3441 x3161 x101 x3157 -x2834 -x969 x121 -x3963 x3169 -x2836 x118 -x4115 -x3962 -x2840 -x1748 x974 x117 x4116 x3703 -x4111
21.22/21.32	v x3970 x3705 x2844 -x2830 -x977 x3974 x3711 -x975 -x4109 x3975 x3707 x2849 -x2831 x3976 x3716 x4047 x2762 -x869 x2760 x1920 -x2761
21.22/21.32	v x1919 x2495 x1925 x4043 x2494 x2500 x2508 -x3766 x1256 x4590 x1394 x4589 x1393 x1264 -x463 x1390 x4585 x1391 x4586 x440 x3428 x439
21.22/21.32	v x3444 -x436 x120 -x3442 x3156 -x2835 -x964 x119 -x4114 -x3443 x3172 x963 -x437 -x4113 x3170 x970 -x3171 x966 x115 -x3964 -x2839
21.22/21.32	v x978 x3965 -x2838 x116 x3966 x3706 x2845 -x4110 x3977 x3718 x2841 x3717 x2850 x1
21.22/21.32	c SCIP Status        : problem is solved [optimal solution found]
21.22/21.32	c Total Time         :      21.32
21.22/21.32	c   solving          :      21.32
21.22/21.32	c   presolving       :       0.70 (included in solving)
21.22/21.32	c   reading          :       0.01 (included in solving)
21.22/21.32	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
21.22/21.32	c Original Problem   :
21.22/21.32	c   Problem name     : HOME/instance-4484411-1751301435.opb
21.22/21.32	c   Variables        : 4617 (4617 binary, 0 integer, 0 continuous)
21.22/21.32	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
21.22/21.32	c   Constraints      : 5280 initial, 5280 maximal
21.22/21.32	c   Objective        : minimize, 4617 non-zeros (abs.min = 1, abs.max = 2642)
21.22/21.32	c Presolved Problem  :
21.22/21.32	c   Problem name     : t_HOME/instance-4484411-1751301435.opb
21.22/21.32	c   Variables        : 4604 (4604 binary, 0 integer, 0 continuous)
21.22/21.32	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
21.22/21.32	c   Constraints      : 5267 initial, 5281 maximal
21.22/21.32	c   Objective        : minimize, 4604 non-zeros (abs.min = 1, abs.max = 4)
21.22/21.32	c   Nonzeros         : 19429 constraint, 13083 clique table
21.22/21.32	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
21.22/21.32	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   domcol           :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   gateextraction   :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
21.22/21.32	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
21.22/21.32	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
21.22/21.32	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   dualfix          :       0.00       0.00      5          4          0          0          0          0          0          0          0          0
21.22/21.32	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   probing          :       0.59       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   pseudoobj        :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
21.22/21.32	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   knapsack         :       0.01       0.00      8          0          0          0          0          0          0          0          0          0
21.22/21.32	c   setppc           :       0.01       0.00      8          0          8          0          0          0         12          0          0          0
21.22/21.32	c   linear           :       0.02       0.00      7          1          0          0          1          0          5          0          0          0
21.22/21.32	c   logicor          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
21.22/21.32	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   root node        :          -          -      -          1          -          -          1          -          -          -          -          -
21.22/21.32	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
21.22/21.32	c   integral         :          0          0          0          0          0          0          0         22          0          0          0          0          0          0          0
21.22/21.32	c   knapsack         :        876        876         11      28051          0          0          0         16         11          1          0          0          0          0          0
21.22/21.32	c   setppc           :       4385+      4398         11      27925          0          0          0          6         43         15          0          0          0          0          0
21.22/21.32	c   logicor          :          6+         8         11         94          0          0          0          6          0          0          0          0          0          0          0
21.22/21.32	c   fixedvar         :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
21.22/21.32	c   countsols        :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
21.22/21.32	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
21.22/21.32	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   knapsack         :       0.18       0.00       0.06       0.12       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   setppc           :       0.14       0.00       0.00       0.13       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
21.22/21.32	c   dualfix          :          3          0          0          0
21.22/21.32	c   genvbounds       :          0          0          0          0
21.22/21.32	c   nlobbt           :          0          0          0          0
21.22/21.32	c   obbt             :          0          0          0          0
21.22/21.32	c   probing          :          0          0          0          0
21.22/21.32	c   pseudoobj        :         17          0          0          0
21.22/21.32	c   redcost          :         14          0          0          0
21.22/21.32	c   rootredcost      :          0          0          0          0
21.22/21.32	c   symmetry         :          0          0          0          0
21.22/21.32	c   vbounds          :      23216          0          0          0
21.22/21.32	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
21.22/21.32	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   probing          :       0.59       0.00       0.59       0.00       0.00       0.00
21.22/21.32	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
21.22/21.32	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
21.22/21.32	c   symmetry         :       0.01       0.00       0.01       0.00       0.00       0.00
21.22/21.32	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
21.22/21.32	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
21.22/21.32	c   propagation      :       0.00         16         16          -         17        2.4          0        0.0          -          -          -
21.22/21.32	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
21.22/21.32	c   bound exceed. LP :       0.06          3          0          -          0        0.0          0        0.0          0        0.0         30
21.22/21.32	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
21.22/21.32	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
21.22/21.32	c   applied globally :       0.00          -          -          0         17        2.4          -          -          0          -          -
21.22/21.32	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
21.22/21.32	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
21.22/21.32	c   cut pool         :       0.00          -         21         21          -          -        104        154          -          -          -          -          -    (maximal pool size:        104)
21.22/21.32	c   aggregation      :       0.06       0.00         11         11          0          0          0          0          0          0          0          0          0
21.22/21.32	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
21.22/21.32	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
21.22/21.32	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
21.22/21.32	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   clique           :       1.00       0.00         11         11          0          0          0          0          0          0          0          0          0
21.22/21.32	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   gomory           :       2.90       0.00         10         10          0          0         27         76          0          7          7          0          0
21.22/21.32	c   > gomorymi       :          -          -          -          -          -          -          -         14          0          2          2          0          -
21.22/21.32	c   > strongcg       :          -          -          -          -          -          -          -         62          0          5          5          0          -
21.22/21.32	c   impliedbounds    :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
21.22/21.32	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
21.22/21.32	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   multilinear      :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
21.22/21.32	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
21.22/21.32	c   rapidlearning    :       0.84       0.00          1          1          0          1          0          0          0          0          0          0          0
21.22/21.32	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
21.22/21.32	c   zerohalf         :       0.45       0.00         11         11          0          0         77         78          0         77         77          0          0
21.22/21.32	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
21.22/21.32	c   hybrid           :       0.00       0.00         11         11         84          0         70         84          0         70
21.22/21.32	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c Pricers            :   ExecTime  SetupTime      Calls       Vars
21.22/21.32	c   problem variables:       0.00          -          0          0
21.22/21.32	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
21.22/21.32	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
21.22/21.32	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
21.22/21.32	c   LP solutions     :       0.00          -          -          0          0
21.22/21.32	c   relax solutions  :       0.00          -          -          0          0
21.22/21.32	c   pseudo solutions :       0.00          -          -          0          0
21.22/21.32	c   strong branching :       0.00          -          -          0          0
21.22/21.32	c   actconsdiving    :       0.00       0.00          0          0          0
21.22/21.32	c   adaptivediving   :       0.00       0.00          0          0          0
21.22/21.32	c   alns             :       0.00       0.00          0          0          0
21.22/21.32	c   bound            :       0.00       0.00          0          0          0
21.22/21.32	c   clique           :       0.09       0.00          1          1          1
21.22/21.32	c   coefdiving       :       0.00       0.00          0          0          0
21.22/21.32	c   completesol      :       0.00       0.00          0          0          0
21.22/21.32	c   conflictdiving   :       0.00       0.00          0          0          0
21.22/21.32	c   crossover        :       0.00       0.00          0          0          0
21.22/21.32	c   dins             :       0.00       0.00          0          0          0
21.22/21.32	c   distributiondivin:       0.00       0.00          0          0          0
21.22/21.32	c   dks              :       0.00       0.00          0          0          0
21.22/21.32	c   dps              :       0.00       0.00          0          0          0
21.22/21.32	c   dualval          :       0.00       0.00          0          0          0
21.22/21.32	c   farkasdiving     :       9.20       0.00          1          1          1
21.22/21.32	c   feaspump         :       0.00       0.00          0          0          0
21.22/21.32	c   fixandinfer      :       0.00       0.00          0          0          0
21.22/21.32	c   fracdiving       :       0.00       0.00          0          0          0
21.22/21.32	c   gins             :       0.00       0.00          0          0          0
21.22/21.32	c   guideddiving     :       0.00       0.00          0          0          0
21.22/21.32	c   indicator        :       0.00       0.00          0          0          0
21.22/21.32	c   indicatordiving  :       0.00       0.00          0          0          0
21.22/21.32	c   intdiving        :       0.00       0.00          0          0          0
21.22/21.32	c   intshifting      :       0.00       0.00          0          0          0
21.22/21.32	c   linesearchdiving :       0.00       0.00          0          0          0
21.22/21.32	c   localbranching   :       0.00       0.00          0          0          0
21.22/21.32	c   locks            :       0.04       0.00          1          0          0
21.22/21.32	c   lpface           :       0.00       0.00          0          0          0
21.22/21.32	c   mpec             :       0.00       0.00          0          0          0
21.22/21.32	c   multistart       :       0.00       0.00          0          0          0
21.22/21.32	c   mutation         :       0.00       0.00          0          0          0
21.22/21.32	c   nlpdiving        :       0.00       0.00          0          0          0
21.22/21.32	c   objpscostdiving  :       0.00       0.00          0          0          0
21.22/21.32	c   octane           :       0.00       0.00          0          0          0
21.22/21.32	c   ofins            :       0.00       0.00          0          0          0
21.22/21.32	c   oneopt           :       0.00       0.00          2          1          1
21.22/21.32	c   padm             :       0.00       0.00          0          0          0
21.22/21.32	c   proximity        :       0.00       0.00          0          0          0
21.22/21.32	c   pscostdiving     :       0.00       0.00          0          0          0
21.22/21.32	c   randrounding     :       0.11       0.00         12          0          0
21.22/21.32	c   rens             :       0.00       0.00          0          0          0
21.22/21.32	c   reoptsols        :       0.00       0.00          0          0          0
21.22/21.32	c   repair           :       0.00       0.00          0          0          0
21.22/21.32	c   rins             :       0.00       0.00          0          0          0
21.22/21.32	c   rootsoldiving    :       0.00       0.00          0          0          0
21.22/21.32	c   rounding         :       0.23       0.00         12          0          0
21.22/21.32	c   scheduler        :       0.00       0.00          0          0          0
21.22/21.32	c   shiftandpropagate:       0.00       0.00          0          0          0
21.22/21.32	c   shifting         :       0.26       0.00         12          0          0
21.22/21.32	c   simplerounding   :       0.00       0.00         12          0          0
21.22/21.32	c   subnlp           :       0.00       0.00          0          0          0
21.22/21.32	c   trivial          :       0.01       0.00          2          3          3
21.22/21.32	c   trivialnegation  :       0.00       0.00          0          0          0
21.22/21.32	c   trustregion      :       0.00       0.00          0          0          0
21.22/21.32	c   trysol           :       0.00       0.00          0          0          0
21.22/21.32	c   twoopt           :       0.00       0.00          0          0          0
21.22/21.32	c   undercover       :       0.00       0.00          0          0          0
21.22/21.32	c   vbounds          :       0.10       0.00          1          0          0
21.22/21.32	c   veclendiving     :       0.00       0.00          0          0          0
21.22/21.32	c   zeroobj          :       0.00       0.00          0          0          0
21.22/21.32	c   zirounding       :       0.00       0.00          1          0          0
21.22/21.32	c   other solutions  :          -          -          -          0          -
21.22/21.32	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
21.22/21.32	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
21.22/21.32	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
21.22/21.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
21.22/21.32	c   primal LP        :       0.01          1          0       0.00          -       0.01          1
21.22/21.32	c   dual LP          :       5.20         13      16713    1392.75    3211.72       0.22          1
21.22/21.32	c   lex dual LP      :       0.00          0          0       0.00          -
21.22/21.32	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
21.22/21.32	c   resolve instable :       0.00          0          0       0.00          -
21.22/21.32	c   diving/probing LP:       8.88        398      36447      91.58    4103.12
21.22/21.32	c   strong branching :       0.00          0          0       0.00          -          -          -          0
21.22/21.32	c     (at root node) :          -          0          0       0.00          -
21.22/21.32	c   conflict analysis:       0.03          3         30      10.00     951.23
21.22/21.32	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
21.22/21.32	c   benders          :       0.00          0          0          0       0.00          0          0          0
21.22/21.32	c B&B Tree           :
21.22/21.32	c   number of runs   :          1
21.22/21.32	c   nodes            :          1 (0 internal, 1 leaves)
21.22/21.32	c   feasible leaves  :          0
21.22/21.32	c   infeas. leaves   :          0
21.22/21.32	c   objective leaves :          1
21.22/21.32	c   nodes (total)    :          1 (0 internal, 1 leaves)
21.22/21.32	c   nodes left       :          0
21.22/21.32	c   max depth        :          0
21.22/21.32	c   max depth (total):          0
21.22/21.32	c   backtracks       :          0 (0.0%)
21.22/21.32	c   early backtracks :          0 (0.0%)
21.22/21.32	c   nodes exc. ref.  :          0 (0.0%)
21.22/21.32	c   delayed cutoffs  :          0
21.22/21.32	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
21.22/21.32	c   avg switch length:       2.00
21.22/21.32	c   switching time   :       0.00
21.22/21.32	c Root Node          :
21.22/21.32	c   First LP value   : +2.00000000000000e+00
21.22/21.32	c   First LP Iters   :      12595 (3721.13 Iter/sec)
21.22/21.32	c   First LP Time    :       3.38
21.22/21.32	c   Final Dual Bound :          -
21.22/21.32	c   Final Root Iters :      16713
21.22/21.32	c   Root LP Estimate :                     -
21.22/21.32	c Solution           :
21.22/21.32	c   Solutions found  :          7 (7 improvements)
21.22/21.32	c   First Solution   : +8.05600000000000e+03   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
21.22/21.32	c   Gap First Sol.   :   infinite
21.22/21.32	c   Gap Last Sol.    :       0.00 %
21.22/21.32	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 1 nodes, 21.31 seconds, depth 399, found by <farkasdiving>)
21.22/21.32	c   Dual Bound       : +2.00000000000000e+00
21.22/21.32	c   Gap              :       0.00 %
21.22/21.32	c Integrals          :      Total       Avg%
21.22/21.32	c   primal-dual      :    2118.96      99.39
21.22/21.32	c   primal-ref       :          -          - (not evaluated)
21.22/21.32	c   dual-ref         :          -          - (not evaluated)
21.22/21.35	c Time complete (sec):     21.289

Verifier Data

OK	2

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 (61828 MiB free)
  memory of node 1: 64507 MiB (62248 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484411-1751301435/watcher-4484411-1751301435 -o /tmp/evaluation-result-4484411-1751301435/solver-4484411-1751301435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751301413-37233 --watchdog 3760 pbsolver -f HOME/instance-4484411-1751301435.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37604, runsolver pid=37601

[startup+0.100063 s]*
/proc/loadavg: 1.36 1.87 3.02 5/267 37605
/proc/meminfo: memFree=127039172/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=53924 memory=43972 CPUtime=0.09 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 9725 0 0 0 8 1 0 0 20 0 1 0 45823072 55218176 10993 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 13481 10993 2560 2575 0 10388 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 53924 KiB
Current children cumulated memory: 43972 KiB

[startup+0.205648 s]*
/proc/loadavg: 1.36 1.87 3.02 5/267 37605
/proc/meminfo: memFree=127039172/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=54804 memory=44868 CPUtime=0.2 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 9926 0 0 0 19 1 0 0 20 0 1 0 45823072 56119296 11217 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 13701 11217 2592 2575 0 10608 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 54804 KiB
Current children cumulated memory: 44868 KiB

[startup+0.3055 s]*
/proc/loadavg: 1.36 1.87 3.02 5/267 37605
/proc/meminfo: memFree=127039172/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=55236 memory=45252 CPUtime=0.29 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 10045 0 0 0 28 1 0 0 20 0 1 0 45823072 56561664 11313 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 13809 11313 2592 2575 0 10716 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 55236 KiB
Current children cumulated memory: 45252 KiB

[startup+0.700134 s]
/proc/loadavg: 1.36 1.87 3.02 5/267 37605
/proc/meminfo: memFree=127038920/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=56404 memory=46404 CPUtime=0.68 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 10338 0 0 0 67 1 0 0 20 0 1 0 45823072 57757696 11601 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 14101 11601 2592 2575 0 11008 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 56404 KiB
Current children cumulated memory: 46404 KiB

[startup+1.50013 s]
/proc/loadavg: 1.65 1.92 3.03 5/267 37605
/proc/meminfo: memFree=127030352/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=84828 memory=66364 CPUtime=1.48 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 16100 0 0 0 146 2 0 0 20 0 1 0 45823072 86863872 16591 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 21207 16591 2688 2575 0 18114 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 84828 KiB
Current children cumulated memory: 66364 KiB

[startup+3.10502 s]
/proc/loadavg: 1.65 1.92 3.03 5/267 37605
/proc/meminfo: memFree=127004744/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=84828 memory=66492 CPUtime=3.08 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 16123 0 0 0 306 2 0 0 20 0 1 0 45823072 86863872 16623 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 21207 16623 2688 2575 0 18114 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 84828 KiB
Current children cumulated memory: 66492 KiB

[startup+6.3001 s]
/proc/loadavg: 1.84 1.96 3.03 5/267 37605
/proc/meminfo: memFree=126909796/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=113772 CPUtime=6.26 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26928 0 0 0 623 3 0 0 20 0 1 0 45823072 138207232 28443 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28443 2688 2575 0 30649 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 113772 KiB

[startup+12.7001 s]
/proc/loadavg: 2.01 1.99 3.04 5/267 37605
/proc/meminfo: memFree=126530624/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=12.65 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 1262 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

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

# cumulated CPU time of all completed processes:  user=21.2505 s, system=0.042874 s

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

[startup+12.8002 s]
/proc/loadavg: 2.01 1.99 3.04 5/267 37605
/proc/meminfo: memFree=126530624/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=12.75 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 1272 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

[startup+16.0001 s]*
/proc/loadavg: 2.17 2.02 3.04 5/267 37606
/proc/meminfo: memFree=126522360/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=15.94 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 1591 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

[startup+19.2001 s]
/proc/loadavg: 2.17 2.02 3.04 5/267 37606
/proc/meminfo: memFree=126522176/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=19.13 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 1910 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 19.13 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

[startup+20.0001 s]*
/proc/loadavg: 2.17 2.02 3.04 5/267 37606
/proc/meminfo: memFree=126522176/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=19.93 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 1990 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 19.93 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

[startup+20.8001 s]
/proc/loadavg: 2.17 2.02 3.04 5/267 37606
/proc/meminfo: memFree=126522176/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=20.72 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 2069 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 20.72 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

[startup+21.2001 s]
/proc/loadavg: 2.32 2.06 3.05 5/267 37606
/proc/meminfo: memFree=126505992/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=21.12 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 2109 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 21.12 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

[startup+21.3001 s]
/proc/loadavg: 2.32 2.06 3.05 5/267 37606
/proc/meminfo: memFree=126505992/131249996 swapFree=33010416/33010684
[pid=37604] ppid=37601 vsize=134968 memory=114028 CPUtime=21.22 cores=1,3
/proc/37604/stat : 37604 (pbsolver) R 37601 37604 37216 0 -1 4194304 26984 0 0 0 2119 3 0 0 20 0 1 0 45823072 138207232 28507 18446744073709551615 4198400 14743177 140734057778720 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 54747136 140734057781642 140734057781738 140734057781738 140734057787340 0
/proc/37604/statm: 33742 28507 2688 2575 0 30649 0
Current children cumulated CPU time: 21.22 s
Current children cumulated vsize: 134968 KiB
Current children cumulated memory: 114028 KiB

Child status: 0

Real time (s): 21.3569
CPU time (s): 21.2933
CPU user time (s): 21.2505
CPU system time (s): 0.042874
CPU usage (%): 99.7024
Max. virtual memory (cumulated for all children) (KiB): 134968
Max. memory (cumulated for all children) (KiB): 114028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2505
system time used= 0.042874
maximum resident set size= 114028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 37604
#   total CPU time (s): 21.2933
#   total CPU user time (s): 21.2505
#   total CPU system time (s): 0.042874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048041 second user time and 0.114806 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-30 18:37:15
IDJOB=4484411
IDBENCH=146656
IDSOLVER=3366
FILE ID=nodeC030/4484411-1751301435
RUNJOBID= nodeC030-1751301413-37233
SLURM_JOB_ID= 9594278
Free space on /tmp= 432984 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:30:4.5:0.95:100.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484411-1751301435/watcher-4484411-1751301435 -o /tmp/evaluation-result-4484411-1751301435/solver-4484411-1751301435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751301413-37233 --watchdog 3760  pbsolver -f HOME/instance-4484411-1751301435.opb -t 3600 -m 31000

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

MD5SUM BENCH= ef7e1a396aea94ad22e53d7673ab3bc9
RANDOM SEED=1927224006

nodeC030 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		: 3600.317
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	: 7000.62
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		: 3600.120
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	: 7000.62
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		: 3558.819
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	: 7000.62
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		: 3600.312
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	: 7000.62
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		: 3600.318
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	: 7000.62
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		: 3600.326
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	: 7000.62
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		: 3595.664
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	: 7000.62
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127054856 kB
MemAvailable:   128495576 kB
Buffers:            2564 kB
Cached:          2235504 kB
SwapCached:           16 kB
Active:          1582280 kB
Inactive:        1935164 kB
Active(anon):    1292764 kB
Inactive(anon):     4660 kB
Active(file):     289516 kB
Inactive(file):  1930504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30856 kB
Writeback:            40 kB
AnonPages:       1282552 kB
Mapped:           135108 kB
Shmem:             18048 kB
KReclaimable:     119480 kB
Slab:             205972 kB
SReclaimable:     119480 kB
SUnreclaim:        86492 kB
KernelStack:        4304 kB
PageTables:         5616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1782428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC030 at 2025-06-30 18:37:36