Trace number 4517084

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 2024-07-07? 0.353557 0.365428

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq5/normalized-16array_alg_ineq5.opb
MD5SUM2e54c08f901c8d3e55b254d9ae7919ac
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.034052
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables656
Total number of constraints1651
Number of constraints which are clauses1632
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4517084-1751242432.opb>
0.00/0.01	c original problem has 656 variables (656 bin, 0 int, 0 impl, 0 cont) and 1651 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.02	c presolving:
0.00/0.02	c (round 1, fast)       162 del vars, 16 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 656 clqs
0.00/0.02	c (round 2, fast)       314 del vars, 608 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 785 clqs
0.00/0.02	c (round 3, fast)       322 del vars, 624 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 769 clqs
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.02	c    (0.0s) MILP presolver (3 rounds): 128 aggregations, 0 fixings, 0 bound changes
0.00/0.02	c (round 4, medium)     450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 513 clqs
0.00/0.03	c (round 5, exhaustive) 450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 769 upgd conss, 0 impls, 513 clqs
0.00/0.03	c (round 6, fast)       450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 513 clqs
0.00/0.03	c (round 7, exhaustive) 450 del vars, 2419 del conss, 1027 add conss, 16 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 515 clqs
0.00/0.03	c    (0.0s) probing: 52/350 (14.9%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03	c presolving (8 rounds: 8 fast, 4 medium, 3 exhaustive):
0.00/0.03	c  450 deleted vars, 2419 deleted constraints, 1027 added constraints, 16 tightened bounds, 0 added holes, 1 changed sides, 62 changed coefficients
0.00/0.03	c  0 implications, 518 cliques
0.00/0.03	c presolved problem has 350 variables (350 bin, 0 int, 0 impl, 0 cont) and 259 constraints
0.00/0.03	c       1 constraints of type <knapsack>
0.00/0.03	c     256 constraints of type <and>
0.00/0.03	c       2 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.998017
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.03	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.03	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.03	c misc/usesymmetry = 3
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.03	c 
0.00/0.03	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.03	c 
0.00/0.03	c # Type of symmetries that shall be computed?
0.00/0.03	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.03	c propagating/symmetry/symtype = 1
0.00/0.03	c 
0.00/0.03	c # Should components consisting of a single full reflection be handled?
0.00/0.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.04	c 
0.00/0.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.06	c   0.1s|     1 |     0 |     2 |     - |  9019k |   0 | 350 | 287 | 515 |   0 |  0 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |     7 |     - |  9166k |   0 | 350 | 293 | 517 |   2 |  1 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |    12 |     - |  9271k |   0 | 350 | 294 | 520 |   5 |  2 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |    16 |     - |  9338k |   0 | 350 | 294 | 523 |   8 |  3 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |    22 |     - |  9396k |   0 | 350 | 294 | 526 |  11 |  4 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |    29 |     - |  9612k |   0 | 350 | 294 | 531 |  16 |  5 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.10	c   0.1s|     1 |     0 |    35 |     - |  9786k |   0 | 350 | 294 | 537 |  22 |  6 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.11	c   0.1s|     1 |     0 |    68 |     - |  9853k |   0 | 350 | 294 | 539 |  24 |  7 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.11	c   0.1s|     1 |     0 |   105 |     - |  9913k |   0 | 350 | 294 | 541 |  26 |  8 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.12	c   0.1s|     1 |     0 |   112 |     - |  9986k |   0 | 350 | 294 | 548 |  33 |  9 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.13	c   0.1s|     1 |     0 |   134 |     - |    10M |   0 | 350 | 295 | 554 |  39 | 10 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.14	c   0.1s|     1 |     0 |   198 |     - |    10M |   0 | 350 | 295 | 564 |  50 | 11 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.15	c   0.1s|     1 |     0 |   220 |     - |    10M |   0 | 350 | 295 | 568 |  54 | 12 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.15	c   0.1s|     1 |     0 |   268 |     - |    10M |   0 | 350 | 295 | 571 |  57 | 13 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.15	c   0.1s|     1 |     0 |   288 |     - |    10M |   0 | 350 | 295 | 580 |  66 | 14 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.08/0.16	c   0.1s|     1 |     0 |   331 |     - |    10M |   0 | 350 | 295 | 588 |  74 | 15 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.16	c   0.2s|     1 |     0 |   478 |     - |    10M |   0 | 350 | 295 | 599 |  85 | 16 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.17	c   0.2s|     1 |     0 |   668 |     - |    10M |   0 | 350 | 295 | 597 |  96 | 17 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.18/0.26	c   0.2s|     1 |     0 |  1551 |     - |    11M |   0 | 350 | 295 | 597 |  96 | 17 |  38 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.18/0.26	c   0.3s|     1 |     0 |  1568 |     - |    11M |   0 | 350 | 294 | 600 |  99 | 18 |  38 |  18 | 0.000000e+00 |      --      |    Inf | unknown
0.18/0.28	c   0.3s|     1 |     2 |  1584 |     - |    11M |   0 | 350 | 294 | 600 |  99 | 19 |  38 |  28 | 0.000000e+00 |      --      |    Inf | unknown
0.28/0.36	c * 0.3s|    21 |     0 |  2764 | 104.0 |    LP  |  15 | 350 | 303 | 616 | 173 |  2 |  47 |  28 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
0.28/0.36	c 
0.28/0.36	c SCIP Status        : problem is solved [optimal solution found]
0.28/0.36	c Solving Time (sec) : 0.35
0.28/0.36	c Solving Nodes      : 21
0.28/0.36	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.28/0.36	c Dual Bound         : +0.00000000000000e+00
0.28/0.36	c Gap                : 0.00 %
0.28/0.36	c   [linear] <linear119>: <x337>[B] (+0) +2<x353>[B] (+0) +4<x369>[B] (-0) +8<x385>[B] (+0) +16<x401>[B] (-0) +32<x417>[B] (+0) +64<x433>[B] (-0) +128<x449>[B] (+0) +256<x465>[B] (-0) +512<x481>[B] (+0) +1024<x497>[B] (-0) +2048<x513>[B] (+0) +4096<x529>[B] (-0) +8192<x545>[B] (+0) +16384<x561>[B] (-0) +32768<x577>[B] (+0) +2<x338>[B] (-0) +4<x354>[B] (+0) +8<x370>[B] (-0) +16<x386>[B] (+0) +32<x402>[B] (-0) +64<x418>[B] (+0) +128<x434>[B] (-0) +256<x450>[B] (+0) +512<x466>[B] (-0) +1024<x482>[B] (+0) +2048<x498>[B] (-0) +4096<x514>[B] (+0) +8192<x530>[B] (-0) +16384<x546>[B] (+0) +32768<x562>[B] (-0) +65536<x578>[B] (+0) +4<x339>[B] (-0) +8<x355>[B] (+0) +16<x371>[B] (-0) +32<x387>[B] (+0) +64<x403>[B] (-0) +128<x419>[B] (+0) +256<x435>[B] (-0) +512<x451>[B] (+0) +1024<x467>[B] (-0) +2048<x483>[B] (+0) +4096<x499>[B] (-0) +8192<x515>[B] (+0) +16384<x531>[B] (-0) +32768<x547>[B] (+0) +65536<x563>[B] (-0) +131072<x579>[B] (+0) +8<x340>[B] (-0) +16<x356>[B] (+0) +32<x372>[B] (-0) +64<x388>[B] (+0) +128<x404>[B]c  (-0) +256<x420>[B] (+0) +512<x436>[B] (-0) +1024<x452>[B] (+0) +2048<x468>[B] (-0) +4096<x484>[B] (+0) +8192<x500>[B] (-0) +16384<x516>[B] (+0) +32768<x532>[B] (-0) +65536<x548>[B] (+0) +131072<x564>[B] (-0) +262144<x580>[B] (+0) +16<x341>[B] (-0) +32<x357>[B] (+0) +64<x373>[B] (-0) +128<x389>[B] (+0) +256<x405>[B] (-0) +512<x421>[B] (+0) +1024<x437>[B] (-0) +2048<x453>[B] (+0) +4096<x469>[B] (-0) +8192<x485>[B] (+0) +16384<x501>[B] (-0) +32768<x517>[B] (+0) +65536<x533>[B] (-0) +131072<x549>[B] (+0) +262144<x565>[B] (-0) +524288<x581>[B] (+0) +32<x342>[B] (-0) +64<x358>[B] (+0) +128<x374>[B] (-0) +256<x390>[B] (+0) +512<x406>[B] (-0) +1024<x422>[B] (+0) +2048<x438>[B] (-0) +4096<x454>[B] (+0) +8192<x470>[B] (-0) +16384<x486>[B] (+0) +32768<x502>[B] (-0) +65536<x518>[B] (+0) +131072<x534>[B] (-0) +262144<x550>[B] (+0) +524288<x566>[B] (-0) +1048576<x582>[B] (+0) +64<x343>[B] (-0) +128<x359>[B] (+0) +256<x375>[B] (-0) +512<x391>[B] (+0) +1024<x407>[B] (-0) +2048<x423>[B] (+0) +4096<x439>[B] (-0) +8192<x455>c [B] (+0) +16384<x471>[B] (-0) +32768<x487>[B] (+0) +65536<x503>[B] (-0) +131072<x519>[B] (+0) +262144<x535>[B] (-0) +524288<x551>[B] (+0) +1048576<x567>[B] (-0) +2097152<x583>[B] (+0) +128<x344>[B] (-0) +256<x360>[B] (+0) +512<x376>[B] (-0) +1024<x392>[B] (+0) +2048<x408>[B] (-0) +4096<x424>[B] (+0) +8192<x440>[B] (-0) +16384<x456>[B] (+0) +32768<x472>[B] (-0) +65536<x488>[B] (+0) +131072<x504>[B] (-0) +262144<x520>[B] (+0) +524288<x536>[B] (-0) +1048576<x552>[B] (+0) +2097152<x568>[B] (-0) +4194304<x584>[B] (+0) +256<x345>[B] (-0) +512<x361>[B] (+0) +1024<x377>[B] (-0) +2048<x393>[B] (+0) +4096<x409>[B] (-0) +8192<x425>[B] (+0) +16384<x441>[B] (-0) +32768<x457>[B] (+0) +65536<x473>[B] (-0) +131072<x489>[B] (+0) +262144<x505>[B] (-0) +524288<x521>[B] (+0) +1048576<x537>[B] (-0) +2097152<x553>[B] (+0) +4194304<x569>[B] (-0) +8388608<x585>[B] (+0) +512<x346>[B] (-0) +1024<x362>[B] (+0) +2048<x378>[B] (-0) +4096<x394>[B] (+0) +8192<x410>[B] (-0) +16384<x426>[B] (+0) +32768<x442>[B] (-0) +65536<x458>[B] (+0) +1c 31072<x474>[B] (-0) +262144<x490>[B] (+0) +524288<x506>[B] (-0) +1048576<x522>[B] (+0) +2097152<x538>[B] (-0) +4194304<x554>[B] (+0) +8388608<x570>[B] (-0) +16777216<x586>[B] (+0) +1024<x347>[B] (-0) +2048<x363>[B] (+0) +4096<x379>[B] (-0) +8192<x395>[B] (+0) +16384<x411>[B] (-0) +32768<x427>[B] (+0) +65536<x443>[B] (-0) +131072<x459>[B] (+0) +262144<x475>[B] (-0) +524288<x491>[B] (+0) +1048576<x507>[B] (-0) +2097152<x523>[B] (+0) +4194304<x539>[B] (-0) +8388608<x555>[B] (+0) +16777216<x571>[B] (-0) +33554432<x587>[B] (+0) +2048<x348>[B] (-0) +4096<x364>[B] (+0) +8192<x380>[B] (-0) +16384<x396>[B] (+0) +32768<x412>[B] (-0) +65536<x428>[B] (+0) +131072<x444>[B] (-0) +262144<x460>[B] (+0) +524288<x476>[B] (-0) +1048576<x492>[B] (+0) +2097152<x508>[B] (-0) +4194304<x524>[B] (+0) +8388608<x540>[B] (-0) +16777216<x556>[B] (+0) +33554432<x572>[B] (-0) +67108864<x588>[B] (+0) +4096<x349>[B] (-0) +8192<x365>[B] (+0) +16384<x381>[B] (-0) +32768<x397>[B] (+0) +65536<x413>[B] (-0) +131072<x429>[B] (+0) +262144<x445>[Bc ] (-0) +524288<x461>[B] (+0) +1048576<x477>[B] (-0) +2097152<x493>[B] (+0) +4194304<x509>[B] (-0) +8388608<x525>[B] (+0) +16777216<x541>[B] (-0) +33554432<x557>[B] (+0) +67108864<x573>[B] (-0) +134217728<x589>[B] (+0) +8192<x350>[B] (-0) +16384<x366>[B] (+0) +32768<x382>[B] (-0) +65536<x398>[B] (+0) +131072<x414>[B] (-0) +262144<x430>[B] (+0) +524288<x446>[B] (-0) +1048576<x462>[B] (+0) +2097152<x478>[B] (-0) +4194304<x494>[B] (+0) +8388608<x510>[B] (-0) +16777216<x526>[B] (+0) +33554432<x542>[B] (-0) +67108864<x558>[B] (+0) +134217728<x574>[B] (-0) +268435456<x590>[B] (+0) +16384<x351>[B] (-0) +32768<x367>[B] (+0) +65536<x383>[B] (-0) +131072<x399>[B] (+0) +262144<x415>[B] (-0) +524288<x431>[B] (+0) +1048576<x447>[B] (-0) +2097152<x463>[B] (+0) +4194304<x479>[B] (-0) +8388608<x495>[B] (+0) +16777216<x511>[B] (-0) +33554432<x527>[B] (+0) +67108864<x543>[B] (-0) +134217728<x559>[B] (+0) +268435456<x575>[B] (-0) +536870912<x591>[B] (+0) +32768<x352>[B] (-0) +65536<x368>[B] (+0) +131072<x384>[B] (-0) +262144<xc 400>[B] (+0) +524288<x416>[B] (-0) +1048576<x432>[B] (+0) +2097152<x448>[B] (-0) +4194304<x464>[B] (+0) +8388608<x480>[B] (-0) +16777216<x496>[B] (+0) +33554432<x512>[B] (-0) +67108864<x528>[B] (+0) +134217728<x544>[B] (-0) +268435456<x560>[B] (+0) +536870912<x576>[B] (-0) +1.07374182e+09<x592>[B] (+0) -<x625>[B] (-0) -2<x626>[B] (+1) -4<x627>[B] (+0) -8<x628>[B] (+0) -16<x629>[B] (+0) -32<x630>[B] (+0) -64<x631>[B] (+0) -128<x632>[B] (+0) -256<x633>[B] (+0) -512<x634>[B] (+0) -1024<x635>[B] (+0) -2048<x636>[B] (+0) -4096<x637>[B] (+0) -8192<x638>[B] (+0) -16384<x639>[B] (+0) -32768<x640>[B] (+0) -65536<x641>[B] (+0) -131072<x642>[B] (+0) -262144<x643>[B] (+0) -524288<x644>[B] (+0) -1048576<x645>[B] (+0) -2097152<x646>[B] (+0) -4194304<x647>[B] (+0) -8388608<x648>[B] (+0) -16777216<x649>[B] (+0) -33554432<x650>[B] (+0) -67108864<x651>[B] (+0) -134217728<x652>[B] (+0) -268435456<x653>[B] (+0) -536870912<x654>[B] (+0) -1.07374182e+09<x655>[B] (+0) -2.14748365e+09<x656>[B] (+0) == 0;
0.28/0.36	c ;
0.28/0.36	c violation: left hand side is violated by 2
0.28/0.36	c best solution is not feasible in original problem
0.28/0.36	c internal error
0.28/0.36	s UNKNOWN
0.28/0.36	c SCIP Status        : problem is solved [optimal solution found]
0.28/0.36	c Total Time         :       0.35
0.28/0.36	c   solving          :       0.35
0.28/0.36	c   presolving       :       0.02 (included in solving)
0.28/0.36	c   reading          :       0.00 (included in solving)
0.28/0.36	c   copying          :       0.01 (4 #copies) (minimal 0.00, maximal 0.00, average 0.00)
0.28/0.36	c Original Problem   :
0.28/0.36	c   Problem name     : HOME/instance-4517084-1751242432.opb
0.28/0.36	c   Variables        : 656 (656 binary, 0 integer, 0 implicit integer, 0 continuous)
0.28/0.36	c   Constraints      : 1651 initial, 1651 maximal
0.28/0.36	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
0.28/0.36	c Presolved Problem  :
0.28/0.36	c   Problem name     : t_HOME/instance-4517084-1751242432.opb
0.28/0.36	c   Variables        : 350 (350 binary, 0 integer, 0 implicit integer, 0 continuous)
0.28/0.36	c   Constraints      : 259 initial, 303 maximal
0.28/0.36	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
0.28/0.36	c   Nonzeros         : 1163 constraint, 1004 clique table
0.28/0.36	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
0.28/0.36	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0        768        256          0          0
0.28/0.36	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
0.28/0.36	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   milp             :       0.00       0.00      1          0        128          0          0          0       1027        771          0          0
0.28/0.36	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   trivial          :       0.00       0.00      8        144          0          0          0          0          0          0          0          0
0.28/0.36	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   dualfix          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
0.28/0.36	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   knapsack         :       0.00       0.00      6          0          0          0          0          0          0          0          1         62
0.28/0.36	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
0.28/0.36	c   and              :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
0.28/0.36	c   linear           :       0.01       0.00     10         16         18          0         16          0        624          0          0          0
0.28/0.36	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
0.28/0.36	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   root node        :          -          -      -          1          -          -          1          -          -          -          -          -
0.28/0.36	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
0.28/0.36	c   benderslp        :          0          0          0          0         17          0          0         26          0          0          0          0          0          0          0
0.28/0.36	c   integral         :          0          0          0          0         17          0          0         26          0          0          0          0          0          0         30
0.28/0.36	c   knapsack         :          1          1         18       1210          1          0          0         21        101         11          5         19          4          0          0
0.28/0.36	c   setppc           :          0+         3         18        347          0          0          0          0          7          0          1          8          0          0          0
0.28/0.36	c   and              :        256        256         50       1195          1          0          0         11       1217          1        185        144         79          0          0
0.28/0.36	c   linear           :          2          2         18       1198          1          0          0         10        293         10         11          0          0          0          0
0.28/0.36	c   logicor          :          0+        43         18        195          0          0          0          0          6          4          1         26          2          0          0
0.28/0.36	c   benders          :          0          0          0          0          1          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   fixedvar         :          0          0          0          0          1          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
0.28/0.36	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   integral         :       0.08       0.00       0.00       0.00       0.08       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   and              :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
0.28/0.36	c   dualfix          :          2          0          0          0
0.28/0.36	c   genvbounds       :          0          0          0          0
0.28/0.36	c   nlobbt           :          0          0          0          0
0.28/0.36	c   obbt             :          0          0          0          0
0.28/0.36	c   probing          :          0          0          0          0
0.28/0.36	c   pseudoobj        :          0          0          0          0
0.28/0.36	c   redcost          :          0          0          0          0
0.28/0.36	c   rootredcost      :          0          0          0          0
0.28/0.36	c   symmetry         :          0          0          0          0
0.28/0.36	c   vbounds          :        442          0          0          0
0.28/0.36	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
0.28/0.36	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
0.28/0.36	c Symmetry           :
0.28/0.36	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
0.28/0.36	c   orbital reduction:          0 reductions applied,          0 cutoffs
0.28/0.36	c   lexicographic red:          0 reductions applied,          0 cutoffs
0.28/0.36	c   shadow tree time :       0.00 s
0.28/0.36	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
0.28/0.36	c   propagation      :       0.00         19         19          -        121       59.2          1       10.0          -          -          -
0.28/0.36	c   infeasible LP    :       0.00         10          2          -         13       38.8          0        0.0          0        0.0          0
0.28/0.36	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
0.28/0.36	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
0.28/0.36	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
0.28/0.36	c   applied globally :       0.00          -          -          0         46       18.7          -          -          0          -          -
0.28/0.36	c   applied locally  :          -          -          -          0          1      128.0          -          -          0          -          -
0.28/0.36	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
0.28/0.36	c   cut pool         :       0.00          -         38         34          -          -        239        467          -          -          -          -          -    (maximal pool size:        239)
0.28/0.36	c   aggregation      :       0.02       0.00         19         17          0          0         67        104          1         24         23          1          0
0.28/0.36	c   > cmir           :          -          -          -          -          -          -          -         50          0          4          4          0          -
0.28/0.36	c   > flowcover      :          -          -          -          -          -          -          -         38          0         13         13          0          -
0.28/0.36	c   > knapsackcover  :          -          -          -          -          -          -          -         16          1          7          6          1          -
0.28/0.36	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   clique           :       0.00       0.00         17         17          0          0          0          0          0          0          0          0          0
0.28/0.36	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   gomory           :       0.06       0.00         12         10          0          0         99        259          1          5          5          0          0
0.28/0.36	c   > gomorymi       :          -          -          -          -          -          -          -        189          1          4          4          0          -
0.28/0.36	c   > strongcg       :          -          -          -          -          -          -          -         70          0          1          1          0          -
0.28/0.36	c   impliedbounds    :       0.00       0.00         19         17          0          0         60         67          0         53         53          0          0
0.28/0.36	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   multilinear      :       0.00       0.00         23         18          0          0          0          0          0          0          0          0          0
0.28/0.36	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.28/0.36	c   rapidlearning    :       0.02       0.00          2          1          0          0          0          0          0          0          0          0          0
0.28/0.36	c   rlt              :       0.00       0.00         11         10          0          0          7         21          0          5          5          0          0
0.28/0.36	c   zerohalf         :       0.00       0.00         19         17          0          0          8         16          0          1          1          0          0
0.28/0.36	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
0.28/0.36	c   hybrid           :       0.00       0.00         49         18        173          0        493         99          0        472
0.28/0.36	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c Pricers            :   ExecTime  SetupTime      Calls       Vars
0.28/0.36	c   problem variables:       0.00          -          0          0
0.28/0.36	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
0.28/0.36	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c   relpscost        :       0.08       0.00         16          0          0          0          0          0          0         30
0.28/0.36	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
0.28/0.36	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
0.28/0.36	c   LP solutions     :       0.00          -          -          1          1
0.28/0.36	c   relax solutions  :       0.00          -          -          0          0
0.28/0.36	c   pseudo solutions :       0.00          -          -          0          0
0.28/0.36	c   strong branching :       0.00          -          -          0          0
0.28/0.36	c   actconsdiving    :       0.00       0.00          0          0          0
0.28/0.36	c   adaptivediving   :       0.00       0.00          0          0          0
0.28/0.36	c   alns             :       0.00       0.00          1          0          0
0.28/0.36	c   bound            :       0.00       0.00          0          0          0
0.28/0.36	c   clique           :       0.00       0.00          1          0          0
0.28/0.36	c   coefdiving       :       0.00       0.00          0          0          0
0.28/0.36	c   completesol      :       0.00       0.00          0          0          0
0.28/0.36	c   conflictdiving   :       0.01       0.00          1          0          0
0.28/0.36	c   crossover        :       0.00       0.00          0          0          0
0.28/0.36	c   dins             :       0.00       0.00          0          0          0
0.28/0.36	c   distributiondivin:       0.00       0.00          0          0          0
0.28/0.36	c   dps              :       0.00       0.00          0          0          0
0.28/0.36	c   dualval          :       0.00       0.00          0          0          0
0.28/0.36	c   farkasdiving     :       0.00       0.00          0          0          0
0.28/0.36	c   feasjump         :       0.02       0.00          1          0          0
0.28/0.36	c   feaspump         :       0.01       0.00          1          0          0
0.28/0.36	c   fixandinfer      :       0.00       0.00          0          0          0
0.28/0.36	c   fracdiving       :       0.00       0.00          0          0          0
0.28/0.36	c   gins             :       0.00       0.00          0          0          0
0.28/0.36	c   guideddiving     :       0.00       0.00          0          0          0
0.28/0.36	c   indcoefdiving    :       0.00       0.00          0          0          0
0.28/0.36	c   indicator        :       0.00       0.00          0          0          0
0.28/0.36	c   indicatordiving  :       0.00       0.00          0          0          0
0.28/0.36	c   indoneopt        :       0.00       0.00          0          0          0
0.28/0.36	c   indrounding      :       0.00       0.00          0          0          0
0.28/0.36	c   indtwoopt        :       0.00       0.00          0          0          0
0.28/0.36	c   intdiving        :       0.00       0.00          0          0          0
0.28/0.36	c   intshifting      :       0.00       0.00          0          0          0
0.28/0.36	c   linesearchdiving :       0.00       0.00          0          0          0
0.28/0.36	c   localbranching   :       0.00       0.00          0          0          0
0.28/0.36	c   locks            :       0.00       0.00          1          0          0
0.28/0.36	c   lpface           :       0.00       0.00          0          0          0
0.28/0.36	c   mpec             :       0.00       0.00          0          0          0
0.28/0.36	c   multistart       :       0.00       0.00          0          0          0
0.28/0.36	c   mutation         :       0.00       0.00          0          0          0
0.28/0.36	c   nlpdiving        :       0.00       0.00          0          0          0
0.28/0.36	c   objpscostdiving  :       0.00       0.00          0          0          0
0.28/0.36	c   octane           :       0.00       0.00          0          0          0
0.28/0.36	c   ofins            :       0.00       0.00          0          0          0
0.28/0.36	c   oneopt           :       0.00       0.00          0          0          0
0.28/0.36	c   padm             :       0.00       0.00          0          0          0
0.28/0.36	c   proximity        :       0.00       0.00          0          0          0
0.28/0.36	c   pscostdiving     :       0.00       0.00          1          0          0
0.28/0.36	c   randrounding     :       0.00       0.00         19          0          0
0.28/0.36	c   rens             :       0.00       0.00          1          0          0
0.28/0.36	c   reoptsols        :       0.00       0.00          0          0          0
0.28/0.36	c   repair           :       0.00       0.00          0          0          0
0.28/0.36	c   rins             :       0.00       0.00          0          0          0
0.28/0.36	c   rootsoldiving    :       0.00       0.00          0          0          0
0.28/0.36	c   rounding         :       0.00       0.00         64          0          0
0.28/0.36	c   scheduler        :       0.00       0.00          0          0          0
0.28/0.36	c   shiftandpropagate:       0.00       0.00          1          0          0
0.28/0.36	c   shifting         :       0.01       0.00         22          0          0
0.28/0.36	c   simplerounding   :       0.00       0.00          0          0          0
0.28/0.36	c   smallcard        :       0.00       0.00          0          0          0
0.28/0.36	c   subnlp           :       0.00       0.00          0          0          0
0.28/0.36	c   trivial          :       0.00       0.00          2          0          0
0.28/0.36	c   trivialnegation  :       0.00       0.00          0          0          0
0.28/0.36	c   trustregion      :       0.00       0.00          0          0          0
0.28/0.36	c   trysol           :       0.00       0.00          0          0          0
0.28/0.36	c   twoopt           :       0.00       0.00          0          0          0
0.28/0.36	c   undercover       :       0.01       0.00          1          0          0
0.28/0.36	c   vbounds          :       0.00       0.00          1          0          0
0.28/0.36	c   veclendiving     :       0.00       0.00          0          0          0
0.28/0.36	c   zeroobj          :       0.00       0.00          0          0          0
0.28/0.36	c   zirounding       :       0.00       0.00         15          0          0
0.28/0.36	c   other solutions  :          -          -          -          0          -
0.28/0.36	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	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
0.28/0.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
0.28/0.36	c   primal LP        :       0.00          4          0       0.00          -       0.00          4
0.28/0.36	c   dual LP          :       0.05         70       1609      22.99   31465.11       0.00          0
0.28/0.36	c   lex dual LP      :       0.00          0          0       0.00          -
0.28/0.36	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
0.28/0.36	c   resolve instable :       0.00          0          0       0.00          -
0.28/0.36	c   diving/probing LP:       0.02         26       1155      44.42   48032.94
0.28/0.36	c   strong branching :       0.07         28       2700      96.43   39182.11          -          -          0
0.28/0.36	c     (at root node) :          -         28       2700      96.43          -
0.28/0.36	c   conflict analysis:       0.00          0          0       0.00          -
0.28/0.36	c B&B Tree           :
0.28/0.36	c   number of runs   :          1
0.28/0.36	c   nodes            :         21 (15 internal, 6 leaves)
0.28/0.36	c   feasible leaves  :          1
0.28/0.36	c   infeas. leaves   :          5
0.28/0.36	c   objective leaves :          0
0.28/0.36	c   nodes (total)    :         21 (15 internal, 6 leaves)
0.28/0.36	c   nodes left       :          0
0.28/0.36	c   max depth        :         15
0.28/0.36	c   max depth (total):         15
0.28/0.36	c   backtracks       :          2 (9.5%)
0.28/0.36	c   early backtracks :          0 (0.0%)
0.28/0.36	c   nodes exc. ref.  :          0 (0.0%)
0.28/0.36	c   delayed cutoffs  :          0
0.28/0.36	c   repropagations   :          4 (18 domain reductions, 0 cutoffs)
0.28/0.36	c   avg switch length:       2.38
0.28/0.36	c   switching time   :       0.00
0.28/0.36	c Root Node          :
0.28/0.36	c   First LP value   : +0.00000000000000e+00
0.28/0.36	c   First LP Iters   :          2 (6711.41 Iter/sec)
0.28/0.36	c   First LP Time    :       0.00
0.28/0.36	c   Final Dual Bound : +0.00000000000000e+00
0.28/0.36	c   Final Root Iters :        685
0.28/0.36	c   Root LP Estimate : +9.58694901681388e-04
0.28/0.36	c Solution           :
0.28/0.36	c   Solutions found  :          1 (1 improvements)
0.28/0.36	c   First Solution   : +0.00000000000000e+00   (in run 1, after 21 nodes, 0.35 seconds, depth 15, found by <relaxation>)
0.28/0.36	c   Gap First Sol.   :       0.00 %
0.28/0.36	c   Gap Last Sol.    :       0.00 %
0.28/0.36	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 21 nodes, 0.35 seconds, depth -1, found by <relaxation>)
0.28/0.36	c   Dual Bound       : +0.00000000000000e+00
0.28/0.36	c   Gap              :       0.00 %
0.28/0.36	c Integrals          :      Total       Avg%
0.28/0.36	c   primal-dual      :      34.55      99.97
0.28/0.36	c   primal-ref       :          -          - (not evaluated)
0.28/0.36	c   dual-ref         :          -          - (not evaluated)
0.28/0.36	c Time complete: 0.349926.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517084-1751242432/watcher-4517084-1751242432 -o /tmp/evaluation-result-4517084-1751242432/solver-4517084-1751242432 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751242432-35360 --watchdog 3760 pbscip -f HOME/instance-4517084-1751242432.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=35410, runsolver pid=35401

[startup+0.100059 s]*
/proc/loadavg: 0.53 0.93 1.36 7/268 35421
/proc/meminfo: memFree=129623728/131249996 swapFree=33010684/33010684
[pid=35410] ppid=35401 vsize=56356 memory=29568 CPUtime=0.08 cores=4,6
/proc/35410/stat : 35410 (pbscip) R 35401 35410 35349 0 -1 4194304 3846 0 0 0 8 0 0 0 20 0 1 0 39920895 57708544 7392 18446744073709551615 4235264 18693293 140728736514944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40398848 140728736520585 140728736520684 140728736520684 140728736526286 0
/proc/35410/statm: 14089 7392 3936 3530 0 5540 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 56356 KiB
Current children cumulated memory: 29568 KiB

[startup+0.204594 s]*
/proc/loadavg: 0.53 0.93 1.36 7/268 35421
/proc/meminfo: memFree=129623728/131249996 swapFree=33010684/33010684
[pid=35410] ppid=35401 vsize=57812 memory=31104 CPUtime=0.18 cores=4,6
/proc/35410/stat : 35410 (pbscip) R 35401 35410 35349 0 -1 4194304 4235 0 0 0 18 0 0 0 20 0 1 0 39920895 59199488 7776 18446744073709551615 4235264 18693293 140728736514944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40398848 140728736520585 140728736520684 140728736520684 140728736526286 0
/proc/35410/statm: 14453 7776 3936 3530 0 5904 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 57812 KiB
Current children cumulated memory: 31104 KiB

[startup+0.305402 s]*
/proc/loadavg: 0.53 0.93 1.36 7/268 35421
/proc/meminfo: memFree=129623476/131249996 swapFree=33010684/33010684
[pid=35410] ppid=35401 vsize=58328 memory=31488 CPUtime=0.28 cores=4,6
/proc/35410/stat : 35410 (pbscip) R 35401 35410 35349 0 -1 4194304 4320 0 0 0 28 0 0 0 20 0 1 0 39920895 59727872 7872 18446744073709551615 4235264 18693293 140728736514944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40398848 140728736520585 140728736520684 140728736520684 140728736526286 0
/proc/35410/statm: 14582 7872 3936 3530 0 6033 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 58328 KiB
Current children cumulated memory: 31488 KiB

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

# cumulated CPU time of all completed processes:  user=0.343621 s, system=0.009936 s

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

[startup+0.305402 s]*
/proc/loadavg: 0.53 0.93 1.36 7/268 35421
/proc/meminfo: memFree=129623476/131249996 swapFree=33010684/33010684
[pid=35410] ppid=35401 vsize=58328 memory=31488 CPUtime=0.28 cores=4,6
/proc/35410/stat : 35410 (pbscip) R 35401 35410 35349 0 -1 4194304 4320 0 0 0 28 0 0 0 20 0 1 0 39920895 59727872 7872 18446744073709551615 4235264 18693293 140728736514944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40398848 140728736520585 140728736520684 140728736520684 140728736526286 0
/proc/35410/statm: 14582 7872 3936 3530 0 6033 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 58328 KiB
Current children cumulated memory: 31488 KiB

Child status: 0

Real time (s): 0.365428
CPU time (s): 0.353557
CPU user time (s): 0.343621
CPU system time (s): 0.009936
CPU usage (%): 96.7515
Max. virtual memory (cumulated for all children) (KiB): 58328
Max. memory (cumulated for all children) (KiB): 31488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.343621
system time used= 0.009936
maximum resident set size= 31744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4383
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= 103
involuntary context switches= 1


# summary of solver processes directly reported to runsolver:
#   pid: 35410
#   total CPU time (s): 0.353557
#   total CPU user time (s): 0.343621
#   total CPU system time (s): 0.009936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007175 second user time and 0.02234 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 02:13:52
IDJOB=4517084
IDBENCH=175980
IDSOLVER=3365
FILE ID=nodeC021/4517084-1751242432
RUNJOBID= nodeC021-1751242432-35360
SLURM_JOB_ID= 9587737
Free space on /tmp= 433064 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq5/normalized-16array_alg_ineq5.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517084-1751242432/watcher-4517084-1751242432 -o /tmp/evaluation-result-4517084-1751242432/solver-4517084-1751242432 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751242432-35360 --watchdog 3760  pbscip -f HOME/instance-4517084-1751242432.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 2e54c08f901c8d3e55b254d9ae7919ac
RANDOM SEED=285468312

nodeC021 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.825
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.56
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.772
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.56
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		: 3403.044
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.56
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		: 3597.881
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.56
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.796
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.56
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.330
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.56
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		: 3599.791
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129683732 kB
MemAvailable:   129775384 kB
Buffers:            3280 kB
Cached:           899992 kB
SwapCached:            0 kB
Active:           335056 kB
Inactive:         642652 kB
Active(anon):      92496 kB
Inactive(anon):        0 kB
Active(file):     242560 kB
Inactive(file):   642652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74760 kB
Writeback:             8 kB
AnonPages:         77540 kB
Mapped:           102696 kB
Shmem:             18060 kB
KReclaimable:      90960 kB
Slab:             176744 kB
SReclaimable:      90960 kB
SUnreclaim:        85784 kB
KernelStack:        4080 kB
PageTables:         2820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     347456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC021 at 2025-06-30 02:13:53