Trace number 4491799

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 NameAnswerCPU timeWall clock time
SCIP 2025-06-13UNSAT 1.52134 1.52716

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.rf6.ucl.opb
MD5SUM9fc3d58150bcb180b1afc26803acc376
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.020939
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1804
Total number of constraints4931
Number of constraints which are clauses4707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints224
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4491799-1751144566.opb>
0.00/0.01	c original problem has 1804 variables (1804 bin, 0 int, 0 cont) and 4931 constraints
0.00/0.01	c problem read in 0.009 seconds
0.00/0.01	c problem without objective
0.00/0.01	c presolving:
0.00/0.02	c (round 1, fast)       20 del vars, 7 del conss, 0 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 0 impls, 3167 clqs
0.00/0.02	c (round 2, fast)       35 del vars, 55 del conss, 0 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 0 impls, 3180 clqs
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.10	c    (0.1s) MILP presolver (25 rounds): 457 aggregations, 403 fixings, 0 bound changes
0.09/0.10	c (round 3, medium)     895 del vars, 4931 del conss, 2500 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 0 impls, 1505 clqs
0.09/0.11	c (round 4, exhaustive) 895 del vars, 4932 del conss, 2500 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1548 clqs
0.09/0.12	c (round 5, exhaustive) 895 del vars, 7103 del conss, 3218 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1548 clqs
0.09/0.12	c (round 6, exhaustive) 897 del vars, 7106 del conss, 3221 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1560 clqs
0.09/0.12	c (round 7, exhaustive) 910 del vars, 7121 del conss, 3223 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1537 clqs
0.09/0.12	c (round 8, fast)       910 del vars, 7123 del conss, 3223 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1538 clqs
0.09/0.12	c (round 9, exhaustive) 911 del vars, 7123 del conss, 3223 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1536 clqs
0.09/0.13	c (round 10, exhaustive) 911 del vars, 7124 del conss, 3224 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1536 clqs
0.09/0.13	c (round 11, fast)       911 del vars, 7125 del conss, 3224 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 1536 clqs
0.19/0.22	c (round 12, exhaustive) 936 del vars, 7125 del conss, 3224 add conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 2499 upgd conss, 0 impls, 11266 clqs
0.19/0.22	c (round 13, fast)       938 del vars, 7131 del conss, 3224 add conss, 1 chg bounds, 112 chg sides, 228 chg coeffs, 2504 upgd conss, 0 impls, 11246 clqs
0.19/0.22	c (round 14, exhaustive) 938 del vars, 7132 del conss, 3224 add conss, 1 chg bounds, 112 chg sides, 228 chg coeffs, 2504 upgd conss, 0 impls, 11250 clqs
0.19/0.22	c (round 15, exhaustive) 938 del vars, 7133 del conss, 3224 add conss, 1 chg bounds, 112 chg sides, 228 chg coeffs, 2504 upgd conss, 0 impls, 11250 clqs
0.19/0.22	c (round 16, exhaustive) 942 del vars, 7166 del conss, 3257 add conss, 1 chg bounds, 112 chg sides, 228 chg coeffs, 2504 upgd conss, 0 impls, 11215 clqs
0.19/0.22	c (round 17, exhaustive) 948 del vars, 7176 del conss, 3261 add conss, 1 chg bounds, 112 chg sides, 228 chg coeffs, 2504 upgd conss, 0 impls, 10935 clqs
0.29/0.33	c    (0.3s) probing cycle finished: starting next cycle
0.29/0.34	c (round 18, exhaustive) 974 del vars, 7176 del conss, 3261 add conss, 1 chg bounds, 112 chg sides, 228 chg coeffs, 2504 upgd conss, 0 impls, 11465 clqs
0.29/0.34	c (round 19, fast)       986 del vars, 7201 del conss, 3261 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11334 clqs
0.29/0.34	c (round 20, medium)     988 del vars, 7201 del conss, 3261 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11329 clqs
0.29/0.34	c (round 21, fast)       988 del vars, 7205 del conss, 3261 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11329 clqs
0.29/0.34	c (round 22, exhaustive) 989 del vars, 7223 del conss, 3279 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11272 clqs
0.29/0.35	c (round 23, exhaustive) 989 del vars, 7224 del conss, 3279 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11287 clqs
0.29/0.35	c (round 24, exhaustive) 993 del vars, 7229 del conss, 3280 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11203 clqs
0.29/0.35	c (round 25, exhaustive) 995 del vars, 7231 del conss, 3280 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11164 clqs
0.39/0.44	c (round 26, exhaustive) 1020 del vars, 7231 del conss, 3280 add conss, 1 chg bounds, 112 chg sides, 239 chg coeffs, 2514 upgd conss, 0 impls, 11471 clqs
0.39/0.44	c (round 27, fast)       1021 del vars, 7254 del conss, 3280 add conss, 1 chg bounds, 112 chg sides, 247 chg coeffs, 2517 upgd conss, 0 impls, 11463 clqs
0.39/0.44	c (round 28, fast)       1021 del vars, 7255 del conss, 3280 add conss, 1 chg bounds, 112 chg sides, 247 chg coeffs, 2517 upgd conss, 0 impls, 11465 clqs
0.39/0.44	c (round 29, medium)     1022 del vars, 7255 del conss, 3283 add conss, 1 chg bounds, 115 chg sides, 253 chg coeffs, 2517 upgd conss, 0 impls, 11466 clqs
0.39/0.44	c (round 30, fast)       1022 del vars, 7257 del conss, 3283 add conss, 1 chg bounds, 115 chg sides, 253 chg coeffs, 2517 upgd conss, 0 impls, 11466 clqs
0.39/0.44	c (round 31, medium)     1022 del vars, 7258 del conss, 3286 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 11469 clqs
0.39/0.44	c (round 32, exhaustive) 1025 del vars, 7263 del conss, 3291 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 11353 clqs
0.39/0.44	c (round 33, fast)       1025 del vars, 7268 del conss, 3291 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 11354 clqs
0.39/0.44	c (round 34, exhaustive) 1025 del vars, 7269 del conss, 3291 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 11354 clqs
0.39/0.44	c (round 35, exhaustive) 1030 del vars, 7278 del conss, 3294 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 11163 clqs
0.39/0.44	c (round 36, fast)       1030 del vars, 7281 del conss, 3294 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 11164 clqs
0.49/0.52	c    (0.5s) probing: 820/848 (96.7%) - 35 fixings, 51 aggregations, 78813 implications, 0 bound changes
0.49/0.52	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.49/0.52	c (round 37, exhaustive) 1040 del vars, 7281 del conss, 3294 add conss, 1 chg bounds, 118 chg sides, 259 chg coeffs, 2517 upgd conss, 0 impls, 12422 clqs
0.49/0.52	c (round 38, fast)       1051 del vars, 7302 del conss, 3296 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 12261 clqs
0.49/0.52	c (round 39, exhaustive) 1051 del vars, 7306 del conss, 3298 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 12266 clqs
0.49/0.52	c (round 40, fast)       1053 del vars, 7308 del conss, 3298 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 12154 clqs
0.49/0.52	c (round 41, exhaustive) 1053 del vars, 7309 del conss, 3298 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 12154 clqs
0.49/0.52	c (round 42, exhaustive) 1055 del vars, 7323 del conss, 3312 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 12108 clqs
0.49/0.53	c (round 43, exhaustive) 1056 del vars, 7328 del conss, 3316 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 12106 clqs
0.49/0.53	c    (0.5s) probing cycle finished: starting next cycle
0.49/0.54	c (round 44, exhaustive) 1082 del vars, 7328 del conss, 3316 add conss, 1 chg bounds, 120 chg sides, 273 chg coeffs, 2522 upgd conss, 0 impls, 11182 clqs
0.49/0.54	c (round 45, fast)       1096 del vars, 7366 del conss, 3317 add conss, 1 chg bounds, 120 chg sides, 290 chg coeffs, 2526 upgd conss, 0 impls, 10980 clqs
0.49/0.55	c (round 46, medium)     1098 del vars, 7366 del conss, 3317 add conss, 1 chg bounds, 120 chg sides, 290 chg coeffs, 2526 upgd conss, 0 impls, 10950 clqs
0.49/0.55	c (round 47, fast)       1098 del vars, 7370 del conss, 3317 add conss, 1 chg bounds, 120 chg sides, 290 chg coeffs, 2526 upgd conss, 0 impls, 10950 clqs
0.49/0.55	c (round 48, exhaustive) 1100 del vars, 7373 del conss, 3320 add conss, 1 chg bounds, 120 chg sides, 290 chg coeffs, 2526 upgd conss, 0 impls, 10901 clqs
0.49/0.55	c (round 49, exhaustive) 1106 del vars, 7381 del conss, 3322 add conss, 1 chg bounds, 120 chg sides, 290 chg coeffs, 2526 upgd conss, 0 impls, 10758 clqs
0.49/0.58	c (round 50, exhaustive) 1132 del vars, 7381 del conss, 3322 add conss, 1 chg bounds, 120 chg sides, 290 chg coeffs, 2526 upgd conss, 0 impls, 11315 clqs
0.49/0.58	c (round 51, fast)       1136 del vars, 7392 del conss, 3322 add conss, 1 chg bounds, 120 chg sides, 297 chg coeffs, 2531 upgd conss, 0 impls, 11261 clqs
0.49/0.58	c (round 52, exhaustive) 1138 del vars, 7412 del conss, 3342 add conss, 1 chg bounds, 120 chg sides, 297 chg coeffs, 2531 upgd conss, 0 impls, 11145 clqs
0.49/0.58	c (round 53, fast)       1138 del vars, 7414 del conss, 3342 add conss, 1 chg bounds, 120 chg sides, 297 chg coeffs, 2531 upgd conss, 0 impls, 11164 clqs
0.49/0.58	c (round 54, exhaustive) 1140 del vars, 7418 del conss, 3344 add conss, 1 chg bounds, 120 chg sides, 297 chg coeffs, 2531 upgd conss, 0 impls, 10979 clqs
0.49/0.58	c (round 55, fast)       1140 del vars, 7420 del conss, 3344 add conss, 1 chg bounds, 120 chg sides, 297 chg coeffs, 2531 upgd conss, 0 impls, 10979 clqs
0.59/0.67	c    (0.7s) probing: 697/762 (91.5%) - 72 fixings, 85 aggregations, 95240 implications, 0 bound changes
0.59/0.67	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.59/0.67	c (round 56, exhaustive) 1159 del vars, 7420 del conss, 3344 add conss, 1 chg bounds, 120 chg sides, 297 chg coeffs, 2531 upgd conss, 0 impls, 11050 clqs
0.59/0.67	c (round 57, fast)       1165 del vars, 7432 del conss, 3344 add conss, 1 chg bounds, 120 chg sides, 301 chg coeffs, 2539 upgd conss, 0 impls, 10656 clqs
0.59/0.67	c (round 58, exhaustive) 1167 del vars, 7449 del conss, 3359 add conss, 1 chg bounds, 120 chg sides, 301 chg coeffs, 2539 upgd conss, 0 impls, 10460 clqs
0.59/0.67	c (round 59, exhaustive) 1168 del vars, 7451 del conss, 3360 add conss, 1 chg bounds, 120 chg sides, 301 chg coeffs, 2539 upgd conss, 0 impls, 10390 clqs
0.59/0.67	c    (0.7s) probing: 702/762 (92.1%) - 72 fixings, 85 aggregations, 95240 implications, 0 bound changes
0.59/0.67	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.59/0.67	c    (0.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.59/0.68	c    (0.7s) no symmetry present (symcode time: 0.00)
0.59/0.68	c presolving (60 rounds: 60 fast, 40 medium, 35 exhaustive):
0.59/0.68	c  1168 deleted vars, 7451 deleted constraints, 3360 added constraints, 1 tightened bounds, 0 added holes, 120 changed sides, 301 changed coefficients
0.59/0.68	c  0 implications, 10390 cliques
0.59/0.68	c presolved problem has 651 variables (651 bin, 0 int, 0 cont) and 812 constraints
0.59/0.68	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.59/0.68	c     220 constraints of type <knapsack>
0.59/0.68	c     184 constraints of type <setppc>
0.59/0.68	c     405 constraints of type <and>
0.59/0.68	c       3 constraints of type <logicor>
0.59/0.68	c transformed objective value is always integral (scale: 1)
0.59/0.68	c Presolving Time: 0.66
0.59/0.68	c 
0.59/0.68	c - non default parameters ----------------------------------------------------------------------
0.59/0.68	c 
0.59/0.68	c # SCIP version 10.0.0
0.59/0.68	c 
0.59/0.68	c # maximal time in seconds to run
0.59/0.68	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.59/0.68	c limits/time = 3596.998009
0.59/0.68	c 
0.59/0.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.68	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.59/0.68	c limits/memory = 27900
0.59/0.68	c 
0.59/0.68	c # belongs reading time to solving time?
0.59/0.68	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.59/0.68	c timing/reading = TRUE
0.59/0.68	c 
0.59/0.68	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.59/0.68	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.59/0.68	c reading/opbreader/maxintsize = 47
0.59/0.68	c 
0.59/0.68	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.59/0.68	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.59/0.68	c propagating/genvbounds/timingmask = 0
0.59/0.68	c 
0.59/0.68	c -----------------------------------------------------------------------------------------------
0.59/0.68	c 
0.59/0.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.69	c   0.7s|     1 |     0 |   272 |     - |    24M |   0 | 651 | 834 |1217 |   0 |  0 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.69/0.78	c   0.8s|     1 |     0 |   675 |     - |    25M |   0 | 651 | 923 |1161 |  56 |  1 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.79/0.81	c   0.8s|     1 |     0 |   754 |     - |    27M |   0 | 651 | 902 |1194 |  89 |  2 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.79/0.83	c   0.8s|     1 |     0 |   843 |     - |    27M |   0 | 651 | 903 |1232 | 127 |  3 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.79/0.86	c   0.9s|     1 |     0 |   906 |     - |    28M |   0 | 651 | 905 |1261 | 156 |  4 |  29 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.89/0.91	c   0.9s|     1 |     0 |   950 |     - |    30M |   0 | 651 | 908 |1282 | 177 |  5 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.89/0.96	c   1.0s|     1 |     0 |   993 |     - |    31M |   0 | 651 | 909 |1301 | 196 |  6 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.01	c   1.0s|     1 |     0 |  1040 |     - |    34M |   0 | 651 | 911 |1319 | 214 |  7 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.06	c   1.1s|     1 |     0 |  1083 |     - |    36M |   0 | 651 | 912 |1339 | 234 |  8 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.10	c   1.1s|     1 |     0 |  1146 |     - |    37M |   0 | 651 | 913 |1356 | 251 |  9 |  38 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.14	c   1.1s|     1 |     0 |  1181 |     - |    39M |   0 | 651 | 914 |1374 | 269 | 10 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.15	c   1.2s|     1 |     0 |  1210 |     - |    40M |   0 | 651 | 915 |1388 | 283 | 11 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.16	c   1.2s|     1 |     0 |  1210 |     - |    40M |   0 | 651 | 861 |1391 | 283 | 11 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.17	c   1.2s|     1 |     0 |  1249 |     - |    40M |   0 | 651 | 861 |1405 | 297 | 12 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.18	c   1.2s|     1 |     0 |  1279 |     - |    40M |   0 | 651 | 863 |1419 | 311 | 13 |  44 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.18/1.20	c   1.2s|     1 |     0 |  1317 |     - |    40M |   0 | 651 | 864 |1433 | 325 | 14 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.22	c   1.2s|     1 |     0 |  1385 |     - |    42M |   0 | 651 | 865 |1355 | 340 | 15 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.23	c   1.2s|     1 |     0 |  1418 |     - |    42M |   0 | 651 | 866 |1373 | 358 | 16 |  47 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.24	c   1.2s|     1 |     0 |  1467 |     - |    42M |   0 | 651 | 869 |1387 | 372 | 17 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.26	c   1.3s|     1 |     0 |  1506 |     - |    42M |   0 | 651 | 870 |1397 | 382 | 18 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.27	c   1.3s|     1 |     0 |  1531 |     - |    42M |   0 | 651 | 871 |1406 | 391 | 19 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.29	c   1.3s|     1 |     0 |  1548 |     - |    43M |   0 | 651 | 872 |1417 | 402 | 20 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.30	c   1.3s|     1 |     0 |  1575 |     - |    43M |   0 | 651 | 873 |1351 | 412 | 21 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.31	c   1.3s|     1 |     0 |  1592 |     - |    43M |   0 | 651 | 877 |1361 | 422 | 22 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.38	c   1.4s|     1 |     0 |  1756 |     - |    43M |   0 | 651 | 880 |1368 | 422 | 22 |  65 |   8 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.39	c   1.4s|     1 |     0 |  1810 |     - |    43M |   0 | 651 | 882 |1385 | 439 | 23 |  67 |   8 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.39	c   1.4s|     1 |     0 |  1846 |     - |    43M |   0 | 651 | 883 |1395 | 449 | 24 |  68 |   8 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.44	c   1.4s|     1 |     0 |  1880 |     - |    43M |   0 | 651 | 881 |1396 | 449 | 24 |  69 |  19 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.45	c   1.4s|     1 |     0 |  1907 |     - |    43M |   0 | 651 | 882 |1406 | 459 | 25 |  70 |  19 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.45	c   1.5s|     1 |     0 |  1924 |     - |    43M |   0 | 651 | 883 |1414 | 467 | 26 |  71 |  19 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.39/1.47	c   1.5s|     1 |     0 |  1986 |     - |    43M |   0 | 651 | 861 |1416 | 467 | 26 |  76 |  23 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.47	c   1.5s|     1 |     0 |  1998 |     - |    43M |   0 | 651 | 859 |1308 | 479 | 27 |  77 |  23 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.48	c   1.5s|     1 |     0 |  2004 |     - |    43M |   0 | 651 | 860 |1175 | 484 | 28 |  78 |  23 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.48	c   1.5s|     1 |     0 |  2004 |     - |    43M |   0 | 651 | 823 |1176 | 484 | 28 |  79 |  23 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.48	c   1.5s|     1 |     0 |  2011 |     - |    43M |   0 | 651 | 816 |1180 | 488 | 29 |  79 |  23 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.49	c   1.5s|     1 |     0 |  2092 |     - |    43M |   0 | 651 | 816 |1185 | 493 | 30 |  80 |  23 | 0.000000e+00 |      --      |    Inf | unknown
1.39/1.49	c (run 1, node 1) restarting after 95 global fixings of integer variables
1.39/1.49	c 
1.39/1.49	c (restart) converted 121 cuts from the global cut pool into linear constraints
1.39/1.49	c 
1.49/1.50	c presolving:
1.49/1.50	c (round 1, fast)       189 del vars, 122 del conss, 0 add conss, 0 chg bounds, 2 chg sides, 93 chg coeffs, 2 upgd conss, 0 impls, 3599 clqs
1.49/1.50	c (round 2, fast)       209 del vars, 156 del conss, 0 add conss, 0 chg bounds, 2 chg sides, 103 chg coeffs, 2 upgd conss, 0 impls, 3543 clqs
1.49/1.50	c (round 3, medium)     212 del vars, 156 del conss, 3 add conss, 0 chg bounds, 5 chg sides, 109 chg coeffs, 2 upgd conss, 0 impls, 3409 clqs
1.49/1.50	c (round 4, fast)       212 del vars, 170 del conss, 3 add conss, 0 chg bounds, 14 chg sides, 123 chg coeffs, 3 upgd conss, 0 impls, 3412 clqs
1.49/1.50	c (round 5, medium)     212 del vars, 181 del conss, 23 add conss, 0 chg bounds, 41 chg sides, 170 chg coeffs, 3 upgd conss, 0 impls, 3423 clqs
1.49/1.50	c (round 6, exhaustive) 212 del vars, 181 del conss, 23 add conss, 0 chg bounds, 41 chg sides, 174 chg coeffs, 3 upgd conss, 0 impls, 3423 clqs
1.49/1.50	c (round 7, medium)     213 del vars, 186 del conss, 25 add conss, 0 chg bounds, 43 chg sides, 180 chg coeffs, 3 upgd conss, 0 impls, 3421 clqs
1.49/1.50	c (round 8, fast)       214 del vars, 192 del conss, 25 add conss, 0 chg bounds, 43 chg sides, 181 chg coeffs, 3 upgd conss, 0 impls, 3420 clqs
1.49/1.50	c (round 9, medium)     214 del vars, 193 del conss, 27 add conss, 0 chg bounds, 46 chg sides, 186 chg coeffs, 3 upgd conss, 0 impls, 3420 clqs
1.49/1.50	c (round 10, fast)       214 del vars, 194 del conss, 27 add conss, 0 chg bounds, 46 chg sides, 186 chg coeffs, 3 upgd conss, 0 impls, 3420 clqs
1.49/1.50	c (round 11, exhaustive) 214 del vars, 199 del conss, 27 add conss, 0 chg bounds, 46 chg sides, 186 chg coeffs, 3 upgd conss, 0 impls, 3420 clqs
1.49/1.51	c (round 12, exhaustive) 230 del vars, 204 del conss, 32 add conss, 0 chg bounds, 46 chg sides, 186 chg coeffs, 3 upgd conss, 0 impls, 2884 clqs
1.49/1.51	c (round 13, fast)       235 del vars, 227 del conss, 32 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2787 clqs
1.49/1.51	c (round 14, exhaustive) 235 del vars, 231 del conss, 32 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2788 clqs
1.49/1.51	c (round 15, exhaustive) 244 del vars, 249 del conss, 41 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2601 clqs
1.49/1.51	c (round 16, fast)       244 del vars, 254 del conss, 41 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2602 clqs
1.49/1.51	c (round 17, exhaustive) 244 del vars, 258 del conss, 41 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2602 clqs
1.49/1.51	c (round 18, exhaustive) 248 del vars, 263 del conss, 42 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2540 clqs
1.49/1.51	c (round 19, exhaustive) 248 del vars, 264 del conss, 42 add conss, 0 chg bounds, 46 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2540 clqs
1.49/1.51	c (round 20, exhaustive) 248 del vars, 289 del conss, 42 add conss, 0 chg bounds, 70 chg sides, 189 chg coeffs, 4 upgd conss, 0 impls, 2540 clqs
1.49/1.51	c (round 21, exhaustive) 248 del vars, 289 del conss, 42 add conss, 0 chg bounds, 70 chg sides, 189 chg coeffs, 148 upgd conss, 0 impls, 2540 clqs
1.49/1.51	c (round 22, fast)       248 del vars, 294 del conss, 44 add conss, 0 chg bounds, 71 chg sides, 191 chg coeffs, 148 upgd conss, 0 impls, 2541 clqs
1.49/1.51	c (round 23, medium)     248 del vars, 295 del conss, 45 add conss, 0 chg bounds, 74 chg sides, 196 chg coeffs, 148 upgd conss, 0 impls, 2541 clqs
1.49/1.51	c (round 24, exhaustive) 248 del vars, 299 del conss, 46 add conss, 0 chg bounds, 74 chg sides, 196 chg coeffs, 148 upgd conss, 0 impls, 2541 clqs
1.49/1.51	c (round 25, exhaustive) 248 del vars, 299 del conss, 46 add conss, 0 chg bounds, 74 chg sides, 200 chg coeffs, 148 upgd conss, 0 impls, 2541 clqs
1.49/1.51	c (round 26, exhaustive) 248 del vars, 319 del conss, 46 add conss, 0 chg bounds, 74 chg sides, 225 chg coeffs, 148 upgd conss, 0 impls, 2541 clqs
1.49/1.51	c (round 27, exhaustive) 248 del vars, 320 del conss, 46 add conss, 0 chg bounds, 74 chg sides, 225 chg coeffs, 148 upgd conss, 0 impls, 2541 clqs
1.49/1.51	c (round 28, exhaustive) 249 del vars, 328 del conss, 46 add conss, 0 chg bounds, 74 chg sides, 233 chg coeffs, 148 upgd conss, 0 impls, 1386 clqs
1.49/1.51	c presolving (29 rounds: 29 fast, 20 medium, 15 exhaustive):
1.49/1.51	c  304 deleted vars, 354 deleted constraints, 48 added constraints, 0 tightened bounds, 0 added holes, 91 changed sides, 261 changed coefficients
1.49/1.51	c  0 implications, 1386 cliques
1.49/1.51	c presolving detected infeasibility
1.49/1.51	c Presolving Time: 0.68
1.49/1.51	c 
1.49/1.51	c SCIP Status        : problem is solved [infeasible]
1.49/1.51	c Solving Time (sec) : 1.52
1.49/1.51	c Solving Nodes      : 0 (total of 1 nodes in 2 runs)
1.49/1.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1.49/1.51	c Dual Bound         : +1.00000000000000e+20
1.49/1.51	c Gap                : 0.00 %
1.49/1.51	s UNSATISFIABLE
1.49/1.51	c SCIP Status        : problem is solved [infeasible]
1.49/1.51	c Total Time         :       1.52
1.49/1.51	c   solving          :       1.52
1.49/1.51	c   presolving       :       0.68 (included in solving)
1.49/1.51	c   reading          :       0.01 (included in solving)
1.49/1.51	c   copying          :       0.01 (3 #copies) (minimal 0.00, maximal 0.00, average 0.00)
1.49/1.51	c Original Problem   :
1.49/1.51	c   Problem name     : HOME/instance-4491799-1751144566.opb
1.49/1.51	c   Variables        : 1804 (1804 binary, 0 integer, 0 continuous)
1.49/1.51	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
1.49/1.51	c   Constraints      : 4931 initial, 4931 maximal
1.49/1.51	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1.49/1.51	c Presolved Problem  :
1.49/1.51	c   Problem name     : t_HOME/instance-4491799-1751144566.opb
1.49/1.51	c   Variables        : 358 (358 binary, 0 integer, 0 continuous)
1.49/1.51	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
1.49/1.51	c   Constraints      : 596 initial, 596 maximal
1.49/1.51	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1.49/1.51	c   Nonzeros         : 3186 constraint, 2779 clique table
1.49/1.51	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1.49/1.51	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   domcol           :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
1.49/1.51	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.49/1.51	c   gateextraction   :       0.00       0.00     49          0          0          0          0          0       2180        721          0          0
1.49/1.51	c   implics          :       0.00       0.00     60          0          0          0          0          0          0          0          0          0
1.49/1.51	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   milp             :       0.08       0.00      1        403        457          0          0          0       4876       2500          0          0
1.49/1.51	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.49/1.51	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   trivial          :       0.00       0.00     89        164          0          0          0          0          0          0          0          0
1.49/1.51	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   dualfix          :       0.00       0.00     89          1          0          0          0          0          0          0          0          0
1.49/1.51	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   probing          :       0.50       0.00      8         72         85          0          0          0          0          0          0          0
1.49/1.51	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.49/1.51	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.49/1.51	c   vbounds          :       0.01       0.00      7          1          7          0          0          0          0          0          0          0
1.49/1.51	c   knapsack         :       0.01       0.00    188          3          0          0          0          0         12         41         72        133
1.49/1.51	c   setppc           :       0.01       0.00    186          0         60          0          0          0        238          0          0          0
1.49/1.51	c   and              :       0.03       0.00    118         15        172          0          0          0        318        146          0        116
1.49/1.51	c   linear           :       0.02       0.00     28          1          4          0          1          0        120          0        139        229
1.49/1.51	c   logicor          :       0.00       0.00    153          1          0          0          0          0         61          0          0         84
1.49/1.51	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.49/1.51	c   root node        :          -          -      -         95          -          -         95          -          -          -          -          -
1.49/1.51	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1.49/1.51	c   integral         :          0          0          0          0          3          0          0         11          0          0          7          0          0          1          0
1.49/1.51	c   knapsack         :        237        237         27      12255          0          0          0          6         61         15          0       2989         42          0          0
1.49/1.51	c   setppc           :         78         78         27      12133          0          0          0          0        181         11          2          7          1          0          0
1.49/1.51	c   and              :        204        204         27      12227          0          0          0          0        622         53         10        211          3          0          0
1.49/1.51	c   logicor          :         77         77         27       2278          0          0          0          0         24          5          0         22          8          0          0
1.49/1.51	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1.49/1.51	c   integral         :       0.09       0.00       0.00       0.00       0.09       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   knapsack         :       0.06       0.00       0.02       0.04       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   setppc           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   and              :       0.15       0.00       0.00       0.14       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1.49/1.51	c   dualfix          :         14          0          0          0
1.49/1.51	c   genvbounds       :          0          0          0          0
1.49/1.51	c   nlobbt           :          0          0          0          0
1.49/1.51	c   obbt             :          0          0          0          0
1.49/1.51	c   probing          :          0          0          0          0
1.49/1.51	c   pseudoobj        :          0          0          0          0
1.49/1.51	c   redcost          :          0          0          0          0
1.49/1.51	c   rootredcost      :          0          0          0          0
1.49/1.51	c   symmetry         :          0          0          0          0
1.49/1.51	c   vbounds          :        993          0          0          0
1.49/1.51	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1.49/1.51	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   probing          :       0.50       0.00       0.50       0.00       0.00       0.00
1.49/1.51	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
1.49/1.51	c   vbounds          :       0.01       0.00       0.01       0.00       0.00       0.00
1.49/1.51	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
1.49/1.51	c   propagation      :       0.00         85         51          -         88        5.3          7        4.1          -          -          -
1.49/1.51	c   infeasible LP    :       0.00          1          1          -          1        2.0          0        0.0          1        2.0          0
1.49/1.51	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1.49/1.51	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1.49/1.51	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
1.49/1.51	c   applied globally :       0.00          -          -          0         80        4.4          -          -          1          -          -
1.49/1.51	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
1.49/1.51	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1.49/1.51	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
1.49/1.51	c   aggregation      :       0.13       0.00         26         26          0          0       1992       6169          0        206        206          0          0
1.49/1.51	c   > cmir           :          -          -          -          -          -          -          -       3510          0         74         74          0          -
1.49/1.51	c   > flowcover      :          -          -          -          -          -          -          -       2123          0         86         86          0          -
1.49/1.51	c   > knapsackcover  :          -          -          -          -          -          -          -        536          0         46         46          0          -
1.49/1.51	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   clique           :       0.03       0.00         26         26          0          0         67         97          0         12         12          0          0
1.49/1.51	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   gomory           :       0.25       0.00         10         10          0          0       2005       2781          0         43         43          0          0
1.49/1.51	c   > gomorymi       :          -          -          -          -          -          -          -       1609          0         17         17          0          -
1.49/1.51	c   > strongcg       :          -          -          -          -          -          -          -       1172          0         26         26          0          -
1.49/1.51	c   impliedbounds    :       0.01       0.00         26         26          0         16        416        483          0        148        148          0          0
1.49/1.51	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
1.49/1.51	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   multilinear      :       0.00       0.00         26         26          0          0          0          0          0          0          0          0          0
1.49/1.51	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.49/1.51	c   rapidlearning    :       0.05       0.00          1          1          0         55          0          0          0          0          0          0         90
1.49/1.51	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
1.49/1.51	c   zerohalf         :       0.02       0.00         20         20          0          0         39        100          0         23         23          0          0
1.49/1.51	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1.49/1.51	c   hybrid           :       0.01       0.00         30         30        501          0      12414        501          0      12414
1.49/1.51	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1.49/1.51	c   problem variables:       0.00          -          0          0
1.49/1.51	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1.49/1.51	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c   relpscost        :       0.09       0.00          3          0          0          0          7          0          1          0
1.49/1.51	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1.49/1.51	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1.49/1.51	c   LP solutions     :       0.00          -          -          0          0
1.49/1.51	c   relax solutions  :       0.00          -          -          0          0
1.49/1.51	c   pseudo solutions :       0.00          -          -          0          0
1.49/1.51	c   strong branching :       0.00          -          -          0          0
1.49/1.51	c   actconsdiving    :       0.00       0.00          0          0          0
1.49/1.51	c   adaptivediving   :       0.00       0.00          0          0          0
1.49/1.51	c   alns             :       0.01       0.00          1          0          0
1.49/1.51	c   bound            :       0.00       0.00          0          0          0
1.49/1.51	c   clique           :       0.00       0.00          1          0          0
1.49/1.51	c   coefdiving       :       0.00       0.00          0          0          0
1.49/1.51	c   completesol      :       0.00       0.00          0          0          0
1.49/1.51	c   conflictdiving   :       0.02       0.00          1          0          0
1.49/1.51	c   crossover        :       0.00       0.00          0          0          0
1.49/1.51	c   dins             :       0.00       0.00          0          0          0
1.49/1.51	c   distributiondivin:       0.00       0.00          0          0          0
1.49/1.51	c   dks              :       0.00       0.00          0          0          0
1.49/1.51	c   dps              :       0.00       0.00          0          0          0
1.49/1.51	c   dualval          :       0.00       0.00          0          0          0
1.49/1.51	c   farkasdiving     :       0.00       0.00          0          0          0
1.49/1.51	c   feaspump         :       0.01       0.00          1          0          0
1.49/1.51	c   fixandinfer      :       0.00       0.00          0          0          0
1.49/1.51	c   fracdiving       :       0.00       0.00          0          0          0
1.49/1.51	c   gins             :       0.00       0.00          0          0          0
1.49/1.51	c   guideddiving     :       0.00       0.00          0          0          0
1.49/1.51	c   indicator        :       0.00       0.00          0          0          0
1.49/1.51	c   indicatordiving  :       0.00       0.00          0          0          0
1.49/1.51	c   intdiving        :       0.00       0.00          0          0          0
1.49/1.51	c   intshifting      :       0.00       0.00          0          0          0
1.49/1.51	c   linesearchdiving :       0.00       0.00          0          0          0
1.49/1.51	c   localbranching   :       0.00       0.00          0          0          0
1.49/1.51	c   locks            :       0.00       0.00          1          0          0
1.49/1.51	c   lpface           :       0.00       0.00          0          0          0
1.49/1.51	c   mpec             :       0.00       0.00          0          0          0
1.49/1.51	c   multistart       :       0.00       0.00          0          0          0
1.49/1.51	c   mutation         :       0.00       0.00          0          0          0
1.49/1.51	c   nlpdiving        :       0.00       0.00          0          0          0
1.49/1.51	c   objpscostdiving  :       0.00       0.00          0          0          0
1.49/1.51	c   octane           :       0.00       0.00          0          0          0
1.49/1.51	c   ofins            :       0.00       0.00          0          0          0
1.49/1.51	c   oneopt           :       0.00       0.00          0          0          0
1.49/1.51	c   padm             :       0.00       0.00          0          0          0
1.49/1.51	c   proximity        :       0.00       0.00          0          0          0
1.49/1.51	c   pscostdiving     :       0.00       0.00          0          0          0
1.49/1.51	c   randrounding     :       0.03       0.00         34          0          0
1.49/1.51	c   rens             :       0.01       0.00          1          0          0
1.49/1.51	c   reoptsols        :       0.00       0.00          0          0          0
1.49/1.51	c   repair           :       0.00       0.00          0          0          0
1.49/1.51	c   rins             :       0.00       0.00          0          0          0
1.49/1.51	c   rootsoldiving    :       0.00       0.00          0          0          0
1.49/1.51	c   rounding         :       0.00       0.00         34          0          0
1.49/1.51	c   scheduler        :       0.00       0.00          0          0          0
1.49/1.51	c   shiftandpropagate:       0.00       0.00          1          0          0
1.49/1.51	c   shifting         :       0.02       0.00         34          0          0
1.49/1.51	c   simplerounding   :       0.00       0.00          0          0          0
1.49/1.51	c   subnlp           :       0.00       0.00          0          0          0
1.49/1.51	c   trivial          :       0.00       0.00          3          0          0
1.49/1.51	c   trivialnegation  :       0.00       0.00          0          0          0
1.49/1.51	c   trustregion      :       0.00       0.00          0          0          0
1.49/1.51	c   trysol           :       0.00       0.00          0          0          0
1.49/1.51	c   twoopt           :       0.00       0.00          0          0          0
1.49/1.51	c   undercover       :       0.01       0.00          1          0          0
1.49/1.51	c   vbounds          :       0.00       0.00          1          0          0
1.49/1.51	c   veclendiving     :       0.00       0.00          0          0          0
1.49/1.51	c   zeroobj          :       0.00       0.00          0          0          0
1.49/1.51	c   zirounding       :       0.00       0.00          1          0          0
1.49/1.51	c   other solutions  :          -          -          -          0          -
1.49/1.51	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1.49/1.51	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.49/1.51	c   zeroobjective    :          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
1.49/1.51	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
1.49/1.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1.49/1.51	c   primal LP        :       0.00          3          0       0.00          -       0.00          3
1.49/1.51	c   dual LP          :       0.06         39       1527      46.27   24825.64       0.00          6
1.49/1.51	c   lex dual LP      :       0.00          0          0       0.00          -
1.49/1.51	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1.49/1.51	c   resolve instable :       0.00          0          0       0.00          -
1.49/1.51	c   diving/probing LP:       0.04         19        571      30.05   13624.11
1.49/1.51	c   strong branching :       0.06         23       1559      67.78   25690.04          -          -          0
1.49/1.51	c     (at root node) :          -         23       1559      67.78          -
1.49/1.51	c   conflict analysis:       0.00          0          0       0.00          -
1.49/1.51	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
1.49/1.51	c   benders          :       0.00          0          0          0       0.00          0          0          0
1.49/1.51	c B&B Tree           :
1.49/1.51	c   number of runs   :          2
1.49/1.51	c   nodes            :          0 (0 internal, 0 leaves)
1.49/1.51	c   feasible leaves  :          0
1.49/1.51	c   infeas. leaves   :          0
1.49/1.51	c   objective leaves :          0
1.49/1.51	c   nodes (total)    :          1 (0 internal, 1 leaves)
1.49/1.51	c   nodes left       :          1
1.49/1.51	c   max depth        :         -1
1.49/1.51	c   max depth (total):          0
1.49/1.51	c   backtracks       :          0 (0.0%)
1.49/1.51	c   early backtracks :          0 (0.0%)
1.49/1.51	c   nodes exc. ref.  :          0 (0.0%)
1.49/1.51	c   delayed cutoffs  :          0
1.49/1.51	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1.49/1.51	c   avg switch length:       0.00
1.49/1.51	c   switching time   :       0.00
1.49/1.51	c Root Node          :
1.49/1.51	c   First LP value   : +0.00000000000000e+00
1.49/1.51	c   First LP Iters   :        271 (97167.44 Iter/sec)
1.49/1.51	c   First LP Time    :       0.00
1.49/1.51	c   Final Dual Bound : +0.00000000000000e+00
1.49/1.51	c   Final Root Iters :       1840
1.49/1.51	c   Root LP Estimate :                     -
1.49/1.51	c Solution           :
1.49/1.51	c   Solutions found  :          0 (0 improvements)
1.49/1.51	c   Primal Bound     : infeasible
1.49/1.51	c   Dual Bound       :          -
1.49/1.51	c   Gap              :       0.00 %
1.49/1.51	c Integrals          :      Total       Avg%
1.49/1.51	c   primal-dual      :          -          - (problem infeasible)
1.49/1.51	c   primal-ref       :          -          - (problem infeasible)
1.49/1.51	c   dual-ref         :          -          - (problem infeasible)
1.49/1.52	c Time complete (sec):      1.519

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63133 MiB free)
  memory of node 1: 64465 MiB (63934 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491799-1751144566/watcher-4491799-1751144566 -o /tmp/evaluation-result-4491799-1751144566/solver-4491799-1751144566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13225 --watchdog 3760 pbsolver -f HOME/instance-4491799-1751144566.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 1.75 3.46 3.87 5/265 13284
/proc/meminfo: memFree=130024224/131249988 swapFree=33010684/33010684
[pid=13266] ppid=13257 vsize=37744 memory=28584 CPUtime=0.09 cores=0,2
/proc/13266/stat : 13266 (pbsolver) R 13257 13266 13215 0 -1 4194304 5140 0 0 0 9 0 0 0 20 0 1 0 30135159 38649856 7146 18446744073709551615 4198400 14743177 140728208354448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 41504768 140728208357770 140728208357866 140728208357866 140728208363468 0
/proc/13266/statm: 9436 7146 2528 2575 0 6343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37744 KiB
Current children cumulated memory: 28584 KiB

[startup+0.205536 s]*
/proc/loadavg: 1.75 3.46 3.87 5/265 13284
/proc/meminfo: memFree=129883828/131249988 swapFree=33010684/33010684
[pid=13266] ppid=13257 vsize=40684 memory=32168 CPUtime=0.19 cores=0,2
/proc/13266/stat : 13266 (pbsolver) R 13257 13266 13215 0 -1 4194304 5955 0 0 0 19 0 0 0 20 0 1 0 30135159 41660416 8042 18446744073709551615 4198400 14743177 140728208354448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 41504768 140728208357770 140728208357866 140728208357866 140728208363468 0
/proc/13266/statm: 10171 8042 2624 2575 0 7078 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 40684 KiB
Current children cumulated memory: 32168 KiB

[startup+0.305464 s]*
/proc/loadavg: 1.75 3.46 3.87 5/265 13284
/proc/meminfo: memFree=129755056/131249988 swapFree=33010684/33010684
[pid=13266] ppid=13257 vsize=41280 memory=32680 CPUtime=0.29 cores=0,2
/proc/13266/stat : 13266 (pbsolver) R 13257 13266 13215 0 -1 4194304 6093 0 0 0 29 0 0 0 20 0 1 0 30135159 42270720 8170 18446744073709551615 4198400 14743177 140728208354448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 41504768 140728208357770 140728208357866 140728208357866 140728208363468 0
/proc/13266/statm: 10320 8170 2624 2575 0 7227 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41280 KiB
Current children cumulated memory: 32680 KiB

[startup+0.70018 s]
/proc/loadavg: 1.75 3.46 3.87 5/265 13284
/proc/meminfo: memFree=129608140/131249988 swapFree=33010684/33010684
[pid=13266] ppid=13257 vsize=45964 memory=36108 CPUtime=0.69 cores=0,2
/proc/13266/stat : 13266 (pbsolver) R 13257 13266 13215 0 -1 4194304 7038 0 0 0 68 1 0 0 20 0 1 0 30135159 47067136 9027 18446744073709551615 4198400 14743177 140728208354448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 41504768 140728208357770 140728208357866 140728208357866 140728208363468 0
/proc/13266/statm: 11491 9027 2688 2575 0 8398 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 45964 KiB
Current children cumulated memory: 36108 KiB

[startup+1.50018 s]
/proc/loadavg: 1.75 3.46 3.87 5/265 13284
/proc/meminfo: memFree=129495552/131249988 swapFree=33010684/33010684
[pid=13266] ppid=13257 vsize=71032 memory=58040 CPUtime=1.49 cores=0,2
/proc/13266/stat : 13266 (pbsolver) R 13257 13266 13215 0 -1 4194304 12728 0 0 0 147 2 0 0 20 0 1 0 30135159 72736768 14510 18446744073709551615 4198400 14743177 140728208354448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 41504768 140728208357770 140728208357866 140728208357866 140728208363468 0
/proc/13266/statm: 17758 14510 2688 2575 0 14665 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 71032 KiB
Current children cumulated memory: 58040 KiB

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

# cumulated CPU time of all completed processes:  user=1.49655 s, system=0.024788 s

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

[startup+1.50018 s]
/proc/loadavg: 1.75 3.46 3.87 5/265 13284
/proc/meminfo: memFree=129495552/131249988 swapFree=33010684/33010684
[pid=13266] ppid=13257 vsize=71032 memory=58040 CPUtime=1.49 cores=0,2
/proc/13266/stat : 13266 (pbsolver) R 13257 13266 13215 0 -1 4194304 12728 0 0 0 147 2 0 0 20 0 1 0 30135159 72736768 14510 18446744073709551615 4198400 14743177 140728208354448 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 41504768 140728208357770 140728208357866 140728208357866 140728208363468 0
/proc/13266/statm: 17758 14510 2688 2575 0 14665 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 71032 KiB
Current children cumulated memory: 58040 KiB

Child status: 0

Real time (s): 1.52716
CPU time (s): 1.52134
CPU user time (s): 1.49655
CPU system time (s): 0.024788
CPU usage (%): 99.619
Max. virtual memory (cumulated for all children) (KiB): 71032
Max. memory (cumulated for all children) (KiB): 58040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.49655
system time used= 0.024788
maximum resident set size= 58040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12734
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= 5


# summary of solver processes directly reported to runsolver:
#   pid: 13266
#   total CPU time (s): 1.52134
#   total CPU user time (s): 1.49655
#   total CPU system time (s): 0.024788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018282 second user time and 0.034448 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-28 23:02:46
IDJOB=4491799
IDBENCH=147738
IDSOLVER=3366
FILE ID=nodeC031/4491799-1751144566
RUNJOBID= nodeC031-1751144566-13225
SLURM_JOB_ID= 9587441
Free space on /tmp= 433060 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.rf6.ucl.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491799-1751144566/watcher-4491799-1751144566 -o /tmp/evaluation-result-4491799-1751144566/solver-4491799-1751144566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13225 --watchdog 3760  pbsolver -f HOME/instance-4491799-1751144566.opb -t 3600 -m 31000

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

MD5SUM BENCH= 9fc3d58150bcb180b1afc26803acc376
RANDOM SEED=2038710925

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        130144256 kB
MemAvailable:   129755604 kB
Buffers:            3280 kB
Cached:           388756 kB
SwapCached:            0 kB
Active:           290808 kB
Inactive:         182184 kB
Active(anon):      99020 kB
Inactive(anon):        0 kB
Active(file):     191788 kB
Inactive(file):   182184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46008 kB
Writeback:             0 kB
AnonPages:         83980 kB
Mapped:           102296 kB
Shmem:             18064 kB
KReclaimable:      84076 kB
Slab:             166072 kB
SReclaimable:      84076 kB
SUnreclaim:        81996 kB
KernelStack:        4040 kB
PageTables:         2376 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     342448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC031 at 2025-06-28 23:02:48