Trace number 4541966

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.778121 0.789704

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-24diag_spec_greater.opb
MD5SUM873561b121a1050aedee7e68f97b01fd
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 benchmark2.02679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1848
Total number of constraints2354
Number of constraints which are clauses1728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints626
Minimum length of a constraint2
Maximum length of a constraint624
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 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421311
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.02	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-4541966-1753211115.opb>
0.00/0.03	c original problem has 1848 variables (1848 bin, 0 int, 0 impl, 0 cont) and 2354 constraints
0.00/0.03	c problem read in 0.02
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.04	c presolving:
0.00/0.05	c (round 1, fast)       73 del vars, 72 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1176 clqs
0.00/0.06	c    (0.0s) running MILP presolver
0.00/0.07	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.09	c (round 2, exhaustive) 73 del vars, 72 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1729 upgd conss, 0 impls, 1176 clqs
0.00/0.09	c (round 3, fast)       73 del vars, 72 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 94 chg coeffs, 1729 upgd conss, 0 impls, 1176 clqs
0.00/0.10	c (round 4, exhaustive) 73 del vars, 1800 del conss, 576 add conss, 0 chg bounds, 1 chg sides, 94 chg coeffs, 1729 upgd conss, 0 impls, 1177 clqs
0.10/0.14	c    (0.1s) probing: 99/1775 (5.6%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.10/0.14	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.10/0.14	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.10/0.14	c    (0.1s) no symmetry present (symcode time: 0.00)
0.10/0.15	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.10/0.15	c  73 deleted vars, 1800 deleted constraints, 576 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 94 changed coefficients
0.10/0.15	c  0 implications, 1180 cliques
0.10/0.15	c presolved problem has 1775 variables (1775 bin, 0 int, 0 impl, 0 cont) and 1130 constraints
0.10/0.15	c       1 constraints of type <knapsack>
0.10/0.15	c     576 constraints of type <and>
0.10/0.15	c     553 constraints of type <linear>
0.10/0.15	c transformed objective value is always integral (scale: 1)
0.10/0.15	c Presolving Time: 0.10
0.10/0.15	c - non default parameters ----------------------------------------------------------------------
0.10/0.15	c # SCIP version 10.0.0
0.10/0.15	c 
0.10/0.15	c # maximal time in seconds to run
0.10/0.15	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.10/0.15	c limits/time = 3596.993096
0.10/0.15	c 
0.10/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.15	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.10/0.15	c limits/memory = 27900
0.10/0.15	c 
0.10/0.15	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.10/0.15	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.10/0.15	c limits/solutions = 1
0.10/0.15	c 
0.10/0.15	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.10/0.15	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.10/0.15	c misc/usesymmetry = 3
0.10/0.15	c 
0.10/0.15	c # belongs reading time to solving time?
0.10/0.15	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.10/0.15	c timing/reading = TRUE
0.10/0.15	c 
0.10/0.15	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.10/0.15	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.10/0.15	c propagating/symmetry/detectdoublelex = FALSE
0.10/0.15	c 
0.10/0.15	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.10/0.15	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.10/0.15	c propagating/symmetry/detectsubgroups = FALSE
0.10/0.15	c 
0.10/0.15	c # Type of symmetries that shall be computed?
0.10/0.15	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.10/0.15	c propagating/symmetry/symtype = 1
0.10/0.15	c 
0.10/0.15	c # Should components consisting of a single full reflection be handled?
0.10/0.15	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.10/0.15	c propagating/symmetry/usesimplesgncomp = FALSE
0.10/0.15	c 
0.10/0.15	c -----------------------------------------------------------------------------------------------
0.10/0.15	c start solving
0.10/0.15	c 
0.20/0.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.20/0.27	c   0.3s|     1 |     0 |    93 |     - |    20M |   0 |1775 |1147 |1706 |   0 |  0 |  16 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.41/0.49	c   0.5s|     1 |     0 |   100 |     - |    23M |   0 |1775 |1199 |1708 |   2 |  1 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.41/0.50	c   0.5s|     1 |     0 |   122 |     - |    23M |   0 |1775 |1199 |1711 |   5 |  2 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.51/0.53	c (node 1) unresolved numerical troubles in LP 6 -- using pseudo solution instead (loop 1)
0.51/0.53	c   0.5s|     1 |     2 |   273 |     - |    24M |   0 |1775 |1199 |1725 |  19 |  3 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.68/0.77	c d 0.8s|    11 |     0 |  1383 | 120.2 |conflict|   7 |1775 |1199 |1730 |   0 |  2 |  68 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
0.68/0.77	c 
0.68/0.77	c SCIP Status        : problem is solved [optimal solution found]
0.68/0.77	c Solving Time (sec) : 0.75
0.68/0.77	c Solving Nodes      : 11
0.68/0.77	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.68/0.77	c Dual Bound         : +0.00000000000000e+00
0.68/0.77	c Gap                : 0.00 %
0.68/0.77	c   [linear] <linear5>: <x49>[B] (+1) +2<x73>[B] (+1) +4<x97>[B] (+0) +8<x121>[B] (+0) +16<x145>[B] (+0) +32<x169>[B] (+0) +64<x193>[B] (+0) +128<x217>[B] (+0) +256<x241>[B] (+0) +512<x265>[B] (+0) +1024<x289>[B] (+0) +2048<x313>[B] (+0) +4096<x337>[B] (+0) +8192<x361>[B] (+0) +16384<x385>[B] (+0) +32768<x409>[B] (+0) +65536<x433>[B] (+0) +131072<x457>[B] (+0) +262144<x481>[B] (+0) +524288<x505>[B] (+0) +1048576<x529>[B] (+0) +2097152<x553>[B] (+0) +4194304<x577>[B] (+0) +8388608<x601>[B] (+0) +2<x50>[B] (+1) +4<x74>[B] (+1) +8<x98>[B] (+0) +16<x122>[B] (+0) +32<x146>[B] (+0) +64<x170>[B] (+0) +128<x194>[B] (+0) +256<x218>[B] (+0) +512<x242>[B] (+0) +1024<x266>[B] (+0) +2048<x290>[B] (+0) +4096<x314>[B] (+0) +8192<x338>[B] (+0) +16384<x362>[B] (+0) +32768<x386>[B] (+0) +65536<x410>[B] (+0) +131072<x434>[B] (+0) +262144<x458>[B] (+0) +524288<x482>[B] (+0) +1048576<x506>[B] (+0) +2097152<x530>[B] (+0) +4194304<x554>[B] (+0) +8388608<x578>[B] (+0) +16777216<x602>[B] (+0) +4<x51>[B] (+1) +8<x75>[B] (+1) +16<x99>[c B] (+0) +32<x123>[B] (+0) +64<x147>[B] (+0) +128<x171>[B] (+0) +256<x195>[B] (+0) +512<x219>[B] (+0) +1024<x243>[B] (+0) +2048<x267>[B] (+0) +4096<x291>[B] (+0) +8192<x315>[B] (+0) +16384<x339>[B] (+0) +32768<x363>[B] (+0) +65536<x387>[B] (+0) +131072<x411>[B] (+0) +262144<x435>[B] (+0) +524288<x459>[B] (+0) +1048576<x483>[B] (+0) +2097152<x507>[B] (+0) +4194304<x531>[B] (+0) +8388608<x555>[B] (+0) +16777216<x579>[B] (+0) +33554432<x603>[B] (+0) +8<x52>[B] (+1) +16<x76>[B] (+1) +32<x100>[B] (+0) +64<x124>[B] (+0) +128<x148>[B] (+0) +256<x172>[B] (+0) +512<x196>[B] (+0) +1024<x220>[B] (+0) +2048<x244>[B] (+0) +4096<x268>[B] (+0) +8192<x292>[B] (+0) +16384<x316>[B] (+0) +32768<x340>[B] (+0) +65536<x364>[B] (+0) +131072<x388>[B] (+0) +262144<x412>[B] (+0) +524288<x436>[B] (+0) +1048576<x460>[B] (+0) +2097152<x484>[B] (+0) +4194304<x508>[B] (+0) +8388608<x532>[B] (+0) +16777216<x556>[B] (+0) +33554432<x580>[B] (+0) +67108864<x604>[B] (+0) +16<x53>[B] (+0) +32<x77>[B] (+0) +64<x101>[B] (+0) +128<x125>[B] (+0) +2c 56<x149>[B] (+0) +512<x173>[B] (+0) +1024<x197>[B] (+0) +2048<x221>[B] (+0) +4096<x245>[B] (+0) +8192<x269>[B] (+0) +16384<x293>[B] (+0) +32768<x317>[B] (+0) +65536<x341>[B] (+0) +131072<x365>[B] (+0) +262144<x389>[B] (+0) +524288<x413>[B] (+0) +1048576<x437>[B] (+0) +2097152<x461>[B] (+0) +4194304<x485>[B] (+0) +8388608<x509>[B] (+0) +16777216<x533>[B] (+0) +33554432<x557>[B] (+0) +67108864<x581>[B] (+0) +134217728<x605>[B] (+0) +32<x54>[B] (+0) +64<x78>[B] (+0) +128<x102>[B] (+0) +256<x126>[B] (+0) +512<x150>[B] (+0) +1024<x174>[B] (+0) +2048<x198>[B] (+0) +4096<x222>[B] (+0) +8192<x246>[B] (+0) +16384<x270>[B] (+0) +32768<x294>[B] (+0) +65536<x318>[B] (+0) +131072<x342>[B] (+0) +262144<x366>[B] (+0) +524288<x390>[B] (+0) +1048576<x414>[B] (+0) +2097152<x438>[B] (+0) +4194304<x462>[B] (+0) +8388608<x486>[B] (+0) +16777216<x510>[B] (+0) +33554432<x534>[B] (+0) +67108864<x558>[B] (+0) +134217728<x582>[B] (+0) +268435456<x606>[B] (+0) +64<x55>[B] (+0) +128<x79>[B] (+0) +256<x103>[B] (+0) +512<x127>[B] (+0) +c 1024<x151>[B] (+0) +2048<x175>[B] (+0) +4096<x199>[B] (+0) +8192<x223>[B] (+0) +16384<x247>[B] (+0) +32768<x271>[B] (+0) +65536<x295>[B] (+0) +131072<x319>[B] (+0) +262144<x343>[B] (+0) +524288<x367>[B] (+0) +1048576<x391>[B] (+0) +2097152<x415>[B] (+0) +4194304<x439>[B] (+0) +8388608<x463>[B] (+0) +16777216<x487>[B] (+0) +33554432<x511>[B] (+0) +67108864<x535>[B] (+0) +134217728<x559>[B] (+0) +268435456<x583>[B] (+0) +536870912<x607>[B] (+0) +128<x56>[B] (+0) +256<x80>[B] (+0) +512<x104>[B] (+0) +1024<x128>[B] (+0) +2048<x152>[B] (+0) +4096<x176>[B] (+0) +8192<x200>[B] (+0) +16384<x224>[B] (+0) +32768<x248>[B] (+0) +65536<x272>[B] (+0) +131072<x296>[B] (+0) +262144<x320>[B] (+0) +524288<x344>[B] (+0) +1048576<x368>[B] (+0) +2097152<x392>[B] (+0) +4194304<x416>[B] (+0) +8388608<x440>[B] (+0) +16777216<x464>[B] (+0) +33554432<x488>[B] (+0) +67108864<x512>[B] (+0) +134217728<x536>[B] (+0) +268435456<x560>[B] (+0) +536870912<x584>[B] (+0) +1.07374182e+09<x608>[B] (+0) +256<x57>[B] (+0) +512<x81>[B] (+0) +1024<c x105>[B] (+0) +2048<x129>[B] (+0) +4096<x153>[B] (+0) +8192<x177>[B] (+0) +16384<x201>[B] (+0) +32768<x225>[B] (+0) +65536<x249>[B] (+0) +131072<x273>[B] (+0) +262144<x297>[B] (+0) +524288<x321>[B] (+0) +1048576<x345>[B] (+0) +2097152<x369>[B] (+0) +4194304<x393>[B] (+0) +8388608<x417>[B] (+0) +16777216<x441>[B] (+0) +33554432<x465>[B] (+0) +67108864<x489>[B] (+0) +134217728<x513>[B] (+0) +268435456<x537>[B] (+0) +536870912<x561>[B] (+0) +1.07374182e+09<x585>[B] (+0) +2.14748365e+09<x609>[B] (+0) +512<x58>[B] (+0) +1024<x82>[B] (+0) +2048<x106>[B] (+0) +4096<x130>[B] (+0) +8192<x154>[B] (+0) +16384<x178>[B] (+0) +32768<x202>[B] (+0) +65536<x226>[B] (+0) +131072<x250>[B] (+0) +262144<x274>[B] (+0) +524288<x298>[B] (+0) +1048576<x322>[B] (+0) +2097152<x346>[B] (+0) +4194304<x370>[B] (+0) +8388608<x394>[B] (+0) +16777216<x418>[B] (+0) +33554432<x442>[B] (+0) +67108864<x466>[B] (+0) +134217728<x490>[B] (+0) +268435456<x514>[B] (+0) +536870912<x538>[B] (+0) +1.07374182e+09<x562>[B] (+0) +2.14748365e+09<x586>[B] c (+0) +4.2949673e+09<x610>[B] (+0) +1024<x59>[B] (+0) +2048<x83>[B] (+0) +4096<x107>[B] (+0) +8192<x131>[B] (+0) +16384<x155>[B] (+0) +32768<x179>[B] (+0) +65536<x203>[B] (+0) +131072<x227>[B] (+0) +262144<x251>[B] (+0) +524288<x275>[B] (+0) +1048576<x299>[B] (+0) +2097152<x323>[B] (+0) +4194304<x347>[B] (+0) +8388608<x371>[B] (+0) +16777216<x395>[B] (+0) +33554432<x419>[B] (+0) +67108864<x443>[B] (+0) +134217728<x467>[B] (+0) +268435456<x491>[B] (+0) +536870912<x515>[B] (+0) +1.07374182e+09<x539>[B] (+0) +2.14748365e+09<x563>[B] (+0) +4.2949673e+09<x587>[B] (+0) +8.58993459e+09<x611>[B] (+0) +2048<x60>[B] (+0) +4096<x84>[B] (+0) +8192<x108>[B] (+0) +16384<x132>[B] (+0) +32768<x156>[B] (+0) +65536<x180>[B] (+0) +131072<x204>[B] (+0) +262144<x228>[B] (+0) +524288<x252>[B] (+0) +1048576<x276>[B] (+0) +2097152<x300>[B] (+0) +4194304<x324>[B] (+0) +8388608<x348>[B] (+0) +16777216<x372>[B] (+0) +33554432<x396>[B] (+0) +67108864<x420>[B] (+0) +134217728<x444>[B] (+0) +268435456<x468>[B] (+0) +536870912<x492>[B] (+c 0) +1.07374182e+09<x516>[B] (+0) +2.14748365e+09<x540>[B] (+0) +4.2949673e+09<x564>[B] (+0) +8.58993459e+09<x588>[B] (+0) +1.71798692e+10<x612>[B] (+0) +4096<x61>[B] (+0) +8192<x85>[B] (+0) +16384<x109>[B] (+0) +32768<x133>[B] (+0) +65536<x157>[B] (+0) +131072<x181>[B] (+0) +262144<x205>[B] (+0) +524288<x229>[B] (+0) +1048576<x253>[B] (+0) +2097152<x277>[B] (+0) +4194304<x301>[B] (+0) +8388608<x325>[B] (+0) +16777216<x349>[B] (+0) +33554432<x373>[B] (+0) +67108864<x397>[B] (+0) +134217728<x421>[B] (+0) +268435456<x445>[B] (+0) +536870912<x469>[B] (+0) +1.07374182e+09<x493>[B] (+0) +2.14748365e+09<x517>[B] (+0) +4.2949673e+09<x541>[B] (+0) +8.58993459e+09<x565>[B] (+0) +1.71798692e+10<x589>[B] (+0) +3.43597384e+10<x613>[B] (+0) +8192<x62>[B] (+0) +16384<x86>[B] (+0) +32768<x110>[B] (+0) +65536<x134>[B] (+0) +131072<x158>[B] (+0) +262144<x182>[B] (+0) +524288<x206>[B] (+0) +1048576<x230>[B] (+0) +2097152<x254>[B] (+0) +4194304<x278>[B] (+0) +8388608<x302>[B] (+0) +16777216<x326>[B] (+0) +33554432<x350>[B] (+0c ) +67108864<x374>[B] (+0) +134217728<x398>[B] (+0) +268435456<x422>[B] (+0) +536870912<x446>[B] (+0) +1.07374182e+09<x470>[B] (+0) +2.14748365e+09<x494>[B] (+0) +4.2949673e+09<x518>[B] (+0) +8.58993459e+09<x542>[B] (+0) +1.71798692e+10<x566>[B] (+0) +3.43597384e+10<x590>[B] (+0) +6.87194767e+10<x614>[B] (+0) +16384<x63>[B] (+0) +32768<x87>[B] (+0) +65536<x111>[B] (+0) +131072<x135>[B] (+0) +262144<x159>[B] (+0) +524288<x183>[B] (+0) +1048576<x207>[B] (+0) +2097152<x231>[B] (+0) +4194304<x255>[B] (+0) +8388608<x279>[B] (+0) +16777216<x303>[B] (+0) +33554432<x327>[B] (+0) +67108864<x351>[B] (+0) +134217728<x375>[B] (+0) +268435456<x399>[B] (+0) +536870912<x423>[B] (+0) +1.07374182e+09<x447>[B] (+0) +2.14748365e+09<x471>[B] (+0) +4.2949673e+09<x495>[B] (+0) +8.58993459e+09<x519>[B] (+0) +1.71798692e+10<x543>[B] (+0) +3.43597384e+10<x567>[B] (+0) +6.87194767e+10<x591>[B] (+0) +1.37438953e+11<x615>[B] (+0) +32768<x64>[B] (+0) +65536<x88>[B] (+0) +131072<x112>[B] (+0) +262144<x136>[B] (+0) +524288<x160>[B] (+0) +c 1048576<x184>[B] (+0) +2097152<x208>[B] (+0) +4194304<x232>[B] (+0) +8388608<x256>[B] (+0) +16777216<x280>[B] (+0) +33554432<x304>[B] (+0) +67108864<x328>[B] (+0) +134217728<x352>[B] (+0) +268435456<x376>[B] (+0) +536870912<x400>[B] (+0) +1.07374182e+09<x424>[B] (+0) +2.14748365e+09<x448>[B] (+0) +4.2949673e+09<x472>[B] (+0) +8.58993459e+09<x496>[B] (+0) +1.71798692e+10<x520>[B] (+0) +3.43597384e+10<x544>[B] (+0) +6.87194767e+10<x568>[B] (+0) +1.37438953e+11<x592>[B] (+0) +2.74877907e+11<x616>[B] (+0) +65536<x65>[B] (+0) +131072<x89>[B] (+0) +262144<x113>[B] (+0) +524288<x137>[B] (+0) +1048576<x161>[B] (+0) +2097152<x185>[B] (+0) +4194304<x209>[B] (+0) +8388608<x233>[B] (+0) +16777216<x257>[B] (+0) +33554432<x281>[B] (+0) +67108864<x305>[B] (+0) +134217728<x329>[B] (+0) +268435456<x353>[B] (+0) +536870912<x377>[B] (+0) +1.07374182e+09<x401>[B] (+0) +2.14748365e+09<x425>[B] (+0) +4.2949673e+09<x449>[B] (+0) +8.58993459e+09<x473>[B] (+0) +1.71798692e+10<x497>[B] (+0) +3.43597384e+10<x521>[B] (+0) +6.87194767ec +10<x545>[B] (+0) +1.37438953e+11<x569>[B] (+0) +2.74877907e+11<x593>[B] (+0) +5.49755814e+11<x617>[B] (+0) +131072<x66>[B] (+0) +262144<x90>[B] (+0) +524288<x114>[B] (+0) +1048576<x138>[B] (+0) +2097152<x162>[B] (+0) +4194304<x186>[B] (+0) +8388608<x210>[B] (+0) +16777216<x234>[B] (+0) +33554432<x258>[B] (+0) +67108864<x282>[B] (+0) +134217728<x306>[B] (+0) +268435456<x330>[B] (+0) +536870912<x354>[B] (+0) +1.07374182e+09<x378>[B] (+0) +2.14748365e+09<x402>[B] (+0) +4.2949673e+09<x426>[B] (+0) +8.58993459e+09<x450>[B] (+0) +1.71798692e+10<x474>[B] (+0) +3.43597384e+10<x498>[B] (+0) +6.87194767e+10<x522>[B] (+0) +1.37438953e+11<x546>[B] (+0) +2.74877907e+11<x570>[B] (+0) +5.49755814e+11<x594>[B] (+0) +1.09951163e+12<x618>[B] (+0) +262144<x67>[B] (+0) +524288<x91>[B] (+0) +1048576<x115>[B] (+0) +2097152<x139>[B] (+0) +4194304<x163>[B] (+0) +8388608<x187>[B] (+0) +16777216<x211>[B] (+0) +33554432<x235>[B] (+0) +67108864<x259>[B] (+0) +134217728<x283>[B] (+0) +268435456<x307>[B] (+0) +536870912<x331>[B] (+0) +c 1.07374182e+09<x355>[B] (+0) +2.14748365e+09<x379>[B] (+0) +4.2949673e+09<x403>[B] (+0) +8.58993459e+09<x427>[B] (+0) +1.71798692e+10<x451>[B] (+0) +3.43597384e+10<x475>[B] (+0) +6.87194767e+10<x499>[B] (+0) +1.37438953e+11<x523>[B] (+0) +2.74877907e+11<x547>[B] (+0) +5.49755814e+11<x571>[B] (+0) +1.09951163e+12<x595>[B] (+0) +2.19902326e+12<x619>[B] (+0) +524288<x68>[B] (+0) +1048576<x92>[B] (+0) +2097152<x116>[B] (+0) +4194304<x140>[B] (+0) +8388608<x164>[B] (+0) +16777216<x188>[B] (+0) +33554432<x212>[B] (+0) +67108864<x236>[B] (+0) +134217728<x260>[B] (+0) +268435456<x284>[B] (+0) +536870912<x308>[B] (+0) +1.07374182e+09<x332>[B] (+0) +2.14748365e+09<x356>[B] (+0) +4.2949673e+09<x380>[B] (+0) +8.58993459e+09<x404>[B] (+0) +1.71798692e+10<x428>[B] (+0) +3.43597384e+10<x452>[B] (+0) +6.87194767e+10<x476>[B] (+0) +1.37438953e+11<x500>[B] (+0) +2.74877907e+11<x524>[B] (+0) +5.49755814e+11<x548>[B] (+0) +1.09951163e+12<x572>[B] (+0) +2.19902326e+12<x596>[B] (+0) +4.39804651e+12<x620>[B] (+0) +1048576<x69>[B]c  (+0) +2097152<x93>[B] (+0) +4194304<x117>[B] (+0) +8388608<x141>[B] (+0) +16777216<x165>[B] (+0) +33554432<x189>[B] (+0) +67108864<x213>[B] (+0) +134217728<x237>[B] (+0) +268435456<x261>[B] (+0) +536870912<x285>[B] (+0) +1.07374182e+09<x309>[B] (+0) +2.14748365e+09<x333>[B] (+0) +4.2949673e+09<x357>[B] (+0) +8.58993459e+09<x381>[B] (+0) +1.71798692e+10<x405>[B] (+0) +3.43597384e+10<x429>[B] (+0) +6.87194767e+10<x453>[B] (+0) +1.37438953e+11<x477>[B] (+0) +2.74877907e+11<x501>[B] (+0) +5.49755814e+11<x525>[B] (+0) +1.09951163e+12<x549>[B] (+0) +2.19902326e+12<x573>[B] (+0) +4.39804651e+12<x597>[B] (+0) +8.79609302e+12<x621>[B] (+0) +2097152<x70>[B] (+0) +4194304<x94>[B] (+0) +8388608<x118>[B] (+0) +16777216<x142>[B] (+0) +33554432<x166>[B] (+0) +67108864<x190>[B] (+0) +134217728<x214>[B] (+0) +268435456<x238>[B] (+0) +536870912<x262>[B] (+0) +1.07374182e+09<x286>[B] (+0) +2.14748365e+09<x310>[B] (+0) +4.2949673e+09<x334>[B] (+0) +8.58993459e+09<x358>[B] (+0) +1.71798692e+10<x382>[B] (+0) +3.43597384e+10<x40c 6>[B] (+0) +6.87194767e+10<x430>[B] (+0) +1.37438953e+11<x454>[B] (+0) +2.74877907e+11<x478>[B] (+0) +5.49755814e+11<x502>[B] (+0) +1.09951163e+12<x526>[B] (+0) +2.19902326e+12<x550>[B] (+0) +4.39804651e+12<x574>[B] (+0) +8.79609302e+12<x598>[B] (+0) +1.7592186e+13<x622>[B] (+0) +4194304<x71>[B] (+0) +8388608<x95>[B] (+0) +16777216<x119>[B] (+0) +33554432<x143>[B] (+0) +67108864<x167>[B] (+0) +134217728<x191>[B] (+0) +268435456<x215>[B] (+0) +536870912<x239>[B] (+0) +1.07374182e+09<x263>[B] (+0) +2.14748365e+09<x287>[B] (+0) +4.2949673e+09<x311>[B] (+0) +8.58993459e+09<x335>[B] (+0) +1.71798692e+10<x359>[B] (+0) +3.43597384e+10<x383>[B] (+0) +6.87194767e+10<x407>[B] (+0) +1.37438953e+11<x431>[B] (+0) +2.74877907e+11<x455>[B] (+0) +5.49755814e+11<x479>[B] (+0) +1.09951163e+12<x503>[B] (+0) +2.19902326e+12<x527>[B] (+0) +4.39804651e+12<x551>[B] (+0) +8.79609302e+12<x575>[B] (+0) +1.7592186e+13<x599>[B] (+0) +3.51843721e+13<x623>[B] (+0) +8388608<x72>[B] (+0) +16777216<x96>[B] (+0) +33554432<x120>[B] (+0) +671c 08864<x144>[B] (+0) +134217728<x168>[B] (+0) +268435456<x192>[B] (+0) +536870912<x216>[B] (+0) +1.07374182e+09<x240>[B] (+0) +2.14748365e+09<x264>[B] (+0) +4.2949673e+09<x288>[B] (+0) +8.58993459e+09<x312>[B] (+0) +1.71798692e+10<x336>[B] (+0) +3.43597384e+10<x360>[B] (+0) +6.87194767e+10<x384>[B] (+0) +1.37438953e+11<x408>[B] (+0) +2.74877907e+11<x432>[B] (+0) +5.49755814e+11<x456>[B] (+0) +1.09951163e+12<x480>[B] (+0) +2.19902326e+12<x504>[B] (+0) +4.39804651e+12<x528>[B] (+0) +8.79609302e+12<x552>[B] (+0) +1.7592186e+13<x576>[B] (+0) +3.51843721e+13<x600>[B] (+0) +7.03687442e+13<x624>[B] (+0) -<x1801>[B] (+1) -2<x1802>[B] (+1) -4<x1803>[B] (+0) -8<x1804>[B] (+0) -16<x1805>[B] (+0) -32<x1806>[B] (+0) -64<x1807>[B] (+0) -128<x1808>[B] (+0) -256<x1809>[B] (+0) -512<x1810>[B] (+0) -1024<x1811>[B] (+0) -2048<x1812>[B] (+0) -4096<x1813>[B] (+0) -8192<x1814>[B] (+0) -16384<x1815>[B] (+0) -32768<x1816>[B] (+0) -65536<x1817>[B] (+0) -131072<x1818>[B] (+0) -262144<x1819>[B] (+0) -524288<x1820>[B] (+0) -1048576<x18c 21>[B] (+0) -2097152<x1822>[B] (+0) -4194304<x1823>[B] (+0) -8388608<x1824>[B] (+0) -16777216<x1825>[B] (+0) -33554432<x1826>[B] (+0) -67108864<x1827>[B] (+0) -134217728<x1828>[B] (+0) -268435456<x1829>[B] (+0) -536870912<x1830>[B] (+0) -1.07374182e+09<x1831>[B] (+0) -2.14748365e+09<x1832>[B] (+0) -4.2949673e+09<x1833>[B] (+0) -8.58993459e+09<x1834>[B] (+0) -1.71798692e+10<x1835>[B] (+0) -3.43597384e+10<x1836>[B] (+0) -6.87194767e+10<x1837>[B] (+0) -1.37438953e+11<x1838>[B] (+0) -2.74877907e+11<x1839>[B] (+0) -5.49755814e+11<x1840>[B] (+0) -1.09951163e+12<x1841>[B] (+0) -2.19902326e+12<x1842>[B] (+0) -4.39804651e+12<x1843>[B] (+0) -8.79609302e+12<x1844>[B] (+0) -1.7592186e+13<x1845>[B] (+0) -3.51843721e+13<x1846>[B] (+0) -7.03687442e+13<x1847>[B] (+0) -1.40737488e+14<x1848>[B] (+0) == 0;
0.68/0.77	c ;
0.68/0.77	c violation: right hand side is violated by 42
0.68/0.77	c best solution is not feasible in original problem
0.68/0.77	c internal error
0.68/0.77	s UNKNOWN
0.68/0.77	c SCIP Status        : problem is solved [optimal solution found]
0.68/0.77	c Total Time         :       0.75
0.68/0.77	c   solving          :       0.75
0.68/0.77	c   presolving       :       0.10 (included in solving)
0.68/0.77	c   reading          :       0.02 (included in solving)
0.68/0.77	c   copying          :       0.03 (3 #copies) (minimal 0.01, maximal 0.01, average 0.01)
0.68/0.77	c Original Problem   :
0.68/0.77	c   Problem name     : HOME/instance-4541966-1753211115.opb
0.68/0.77	c   Variables        : 1848 (1848 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.77	c   Constraints      : 2354 initial, 2354 maximal
0.68/0.77	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
0.68/0.77	c Presolved Problem  :
0.68/0.77	c   Problem name     : t_HOME/instance-4541966-1753211115.opb
0.68/0.77	c   Variables        : 1775 (1775 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.77	c   Constraints      : 1130 initial, 1199 maximal
0.68/0.77	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
0.68/0.77	c   Nonzeros         : 5180 constraint, 2360 clique table
0.68/0.77	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
0.68/0.77	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0       1728        576          0          0
0.68/0.77	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
0.68/0.77	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   milp             :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
0.68/0.77	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   dualfix          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
0.68/0.77	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   probing          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   knapsack         :       0.00       0.00      6          0          0          0          0          0          0          0          1         94
0.68/0.77	c   and              :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
0.68/0.77	c   linear           :       0.03       0.00      7          0         73          0          0          0         72          0          0          0
0.68/0.77	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
0.68/0.77	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
0.68/0.77	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
0.68/0.77	c   benderslp        :          0          0          0          0          6          0          5         12          0          0          0          0          0          0          0
0.68/0.77	c   integral         :          0          0          0          0          6          0          0         12          0          0          0          0          0          0         12
0.68/0.77	c   knapsack         :          1          1          3       4502          0          0          5          7         55          1          0          0          0          0          0
0.68/0.77	c   and              :        576        576         12       4463          0          0          5          4       4075          0         52         11          8          0          0
0.68/0.77	c   linear           :        553        553          3       4504          0          0          5          5       8321         15         32          0          0          0          0
0.68/0.77	c   logicor          :          0+        69          3         77          0          0          0          0          7          1          0         46          3          0          0
0.68/0.77	c   benders          :          0          0          0          0          0          0          5          1          0          0          0          0          0          0          0
0.68/0.77	c   fixedvar         :          0          0          0          0          0          0          5          1          0          0          0          0          0          0          0
0.68/0.77	c   countsols        :          0          0          0          0          0          0          5          1          0          0          0          0          0          0          0
0.68/0.77	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
0.68/0.77	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   knapsack         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   and              :       0.06       0.00       0.01       0.05       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   linear           :       0.11       0.00       0.00       0.08       0.00       0.00       0.00       0.00       0.02       0.00
0.68/0.77	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
0.68/0.77	c   dualfix          :          1          0          0          0
0.68/0.77	c   genvbounds       :          0          0          0          0
0.68/0.77	c   nlobbt           :          0          0          0          0
0.68/0.77	c   obbt             :          0          0          0          0
0.68/0.77	c   probing          :          0          0          0          0
0.68/0.77	c   pseudoobj        :          0          0          0          0
0.68/0.77	c   redcost          :          0          0          0          0
0.68/0.77	c   rootredcost      :          0          0          0          0
0.68/0.77	c   symmetry         :          0          0          0          0
0.68/0.77	c   vbounds          :        305          0          0          0
0.68/0.77	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
0.68/0.77	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
0.68/0.77	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c   symmetry         :       0.01       0.00       0.01       0.00       0.00       0.00
0.68/0.77	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
0.68/0.77	c Symmetry           :
0.68/0.77	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
0.68/0.77	c   orbital reduction:          0 reductions applied,          0 cutoffs
0.68/0.77	c   lexicographic red:          0 reductions applied,          0 cutoffs
0.68/0.77	c   shadow tree time :       0.00 s
0.68/0.77	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
0.68/0.77	c   propagation      :       0.07         15         15          -        343      459.6          0        0.0          -          -          -
0.68/0.77	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
0.68/0.77	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
0.68/0.77	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
0.68/0.77	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
0.68/0.77	c   applied globally :       0.00          -          -          0         68       97.8          -          -          0          -          -
0.68/0.77	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
0.68/0.77	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
0.68/0.77	c   cut pool         :       0.00          -          3          3          -          -         44         44          -          -          -          -          -    (maximal pool size:         44)
0.68/0.77	c   aggregation      :       0.00       0.00          2          2          0          0         24         24          0         12         12          0          0
0.68/0.77	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
0.68/0.77	c   > flowcover      :          -          -          -          -          -          -          -         11          0         11         11          0          -
0.68/0.77	c   > knapsackcover  :          -          -          -          -          -          -          -         13          0          1          1          0          -
0.68/0.77	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
0.68/0.77	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   gomory           :       0.00       0.00          2          2          0          0         16         16          0          1          1          0          0
0.68/0.77	c   > gomorymi       :          -          -          -          -          -          -          -          7          0          1          1          0          -
0.68/0.77	c   > strongcg       :          -          -          -          -          -          -          -          9          0          0          0          0          -
0.68/0.77	c   impliedbounds    :       0.00       0.00          2          2          0          0          3          3          0          3          3          0          0
0.68/0.77	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   multilinear      :       0.00       0.00          3          3          0          0          0          0          0          0          0          0          0
0.68/0.77	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.68/0.77	c   rapidlearning    :       0.17       0.00          3          1          0          0          0          0          0          0          0          0          0
0.68/0.77	c   rlt              :       0.00       0.00          3          3          0          0          0          0          0          0          0          0          0
0.68/0.77	c   zerohalf         :       0.00       0.00          2          2          0          0          1          1          0          0          0          0          0
0.68/0.77	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
0.68/0.77	c   hybrid           :       0.00       0.00          7          3         27          0         74         19          0         74
0.68/0.77	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c Pricers            :   ExecTime  SetupTime      Calls       Vars
0.68/0.77	c   problem variables:       0.00          -          0          0
0.68/0.77	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
0.68/0.77	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   inference        :       0.00       0.00          0          0          5          0          0          0          0         10
0.68/0.77	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c   relpscost        :       0.00       0.00          6          0          0          0          0          0          0         12
0.68/0.77	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
0.68/0.77	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
0.68/0.77	c   LP solutions     :       0.00          -          -          0          0
0.68/0.77	c   relax solutions  :       0.00          -          -          0          0
0.68/0.77	c   pseudo solutions :       0.00          -          -          0          0
0.68/0.77	c   strong branching :       0.00          -          -          0          0
0.68/0.77	c   actconsdiving    :       0.00       0.00          0          0          0
0.68/0.77	c   adaptivediving   :       0.01       0.00          1          0          0
0.68/0.77	c   alns             :       0.00       0.00          0          0          0
0.68/0.77	c   bound            :       0.00       0.00          0          0          0
0.68/0.77	c   clique           :       0.02       0.00          1          0          0
0.68/0.77	c   coefdiving       :       0.00       0.00          0          0          0
0.68/0.77	c   completesol      :       0.00       0.00          0          0          0
0.68/0.77	c   conflictdiving   :       0.01       0.00          1          1          1
0.68/0.77	c   crossover        :       0.00       0.00          0          0          0
0.68/0.77	c   dins             :       0.00       0.00          0          0          0
0.68/0.77	c   distributiondivin:       0.00       0.00          0          0          0
0.68/0.77	c   dps              :       0.00       0.00          0          0          0
0.68/0.77	c   dualval          :       0.00       0.00          0          0          0
0.68/0.77	c   farkasdiving     :       0.00       0.00          0          0          0
0.68/0.77	c   feasjump         :       0.03       0.00          1          0          0
0.68/0.77	c   feaspump         :       0.00       0.00          0          0          0
0.68/0.77	c   fixandinfer      :       0.00       0.00          0          0          0
0.68/0.77	c   fracdiving       :       0.00       0.00          0          0          0
0.68/0.77	c   gins             :       0.00       0.00          0          0          0
0.68/0.77	c   guideddiving     :       0.00       0.00          0          0          0
0.68/0.77	c   indcoefdiving    :       0.00       0.00          0          0          0
0.68/0.77	c   indicator        :       0.00       0.00          0          0          0
0.68/0.77	c   indicatordiving  :       0.00       0.00          0          0          0
0.68/0.77	c   indoneopt        :       0.00       0.00          0          0          0
0.68/0.77	c   indrounding      :       0.00       0.00          0          0          0
0.68/0.77	c   indtwoopt        :       0.00       0.00          0          0          0
0.68/0.77	c   intdiving        :       0.00       0.00          0          0          0
0.68/0.77	c   intshifting      :       0.00       0.00          0          0          0
0.68/0.77	c   linesearchdiving :       0.00       0.00          0          0          0
0.68/0.77	c   localbranching   :       0.00       0.00          0          0          0
0.68/0.77	c   locks            :       0.01       0.00          1          0          0
0.68/0.77	c   lpface           :       0.00       0.00          0          0          0
0.68/0.77	c   mpec             :       0.00       0.00          0          0          0
0.68/0.77	c   multistart       :       0.00       0.00          0          0          0
0.68/0.77	c   mutation         :       0.00       0.00          0          0          0
0.68/0.77	c   nlpdiving        :       0.00       0.00          0          0          0
0.68/0.77	c   objpscostdiving  :       0.00       0.00          0          0          0
0.68/0.77	c   octane           :       0.00       0.00          0          0          0
0.68/0.77	c   ofins            :       0.00       0.00          0          0          0
0.68/0.77	c   oneopt           :       0.00       0.00          0          0          0
0.68/0.77	c   padm             :       0.00       0.00          0          0          0
0.68/0.77	c   proximity        :       0.00       0.00          0          0          0
0.68/0.77	c   pscostdiving     :       0.00       0.00          0          0          0
0.68/0.77	c   randrounding     :       0.00       0.00          2          0          0
0.68/0.77	c   rens             :       0.00       0.00          0          0          0
0.68/0.77	c   reoptsols        :       0.00       0.00          0          0          0
0.68/0.77	c   repair           :       0.00       0.00          0          0          0
0.68/0.77	c   rins             :       0.00       0.00          0          0          0
0.68/0.77	c   rootsoldiving    :       0.00       0.00          0          0          0
0.68/0.77	c   rounding         :       0.00       0.00         12          0          0
0.68/0.77	c   scheduler        :       0.00       0.00          0          0          0
0.68/0.77	c   shiftandpropagate:       0.05       0.00          1          0          0
0.68/0.77	c   shifting         :       0.00       0.00          2          0          0
0.68/0.77	c   simplerounding   :       0.00       0.00          0          0          0
0.68/0.77	c   smallcard        :       0.00       0.00          0          0          0
0.68/0.77	c   subnlp           :       0.00       0.00          0          0          0
0.68/0.77	c   trivial          :       0.00       0.00          2          0          0
0.68/0.77	c   trivialnegation  :       0.00       0.00          0          0          0
0.68/0.77	c   trustregion      :       0.00       0.00          0          0          0
0.68/0.77	c   trysol           :       0.00       0.00          0          0          0
0.68/0.77	c   twoopt           :       0.00       0.00          0          0          0
0.68/0.77	c   undercover       :       0.14       0.00          1          0          0
0.68/0.77	c   vbounds          :       0.00       0.00          0          0          0
0.68/0.77	c   veclendiving     :       0.00       0.00          0          0          0
0.68/0.77	c   zeroobj          :       0.00       0.00          0          0          0
0.68/0.77	c   zirounding       :       0.00       0.00          5          0          0
0.68/0.77	c   other solutions  :          -          -          -          0          -
0.68/0.77	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
0.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	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.68/0.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
0.68/0.77	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
0.68/0.77	c   dual LP          :       0.13         32       1141      51.86    8851.75       0.01         10
0.68/0.77	c   lex dual LP      :       0.00          0          0       0.00          -
0.68/0.77	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
0.68/0.77	c   resolve instable :       0.00          0          0       0.00          -
0.68/0.77	c   diving/probing LP:       0.02          8        242      30.25   13450.42
0.68/0.77	c   strong branching :       0.00          0          0       0.00          -          -          -          0
0.68/0.77	c     (at root node) :          -          0          0       0.00          -
0.68/0.77	c   conflict analysis:       0.00          0          0       0.00          -
0.68/0.77	c B&B Tree           :
0.68/0.77	c   number of runs   :          1
0.68/0.77	c   nodes            :         11 (11 internal, 0 leaves)
0.68/0.77	c   feasible leaves  :          0
0.68/0.77	c   infeas. leaves   :          0
0.68/0.77	c   objective leaves :          0
0.68/0.77	c   nodes (total)    :         11 (11 internal, 0 leaves)
0.68/0.77	c   nodes left       :          0
0.68/0.77	c   max depth        :          7
0.68/0.77	c   max depth (total):          7
0.68/0.77	c   backtracks       :          1 (9.1%)
0.68/0.77	c   early backtracks :          0 (0.0%)
0.68/0.77	c   nodes exc. ref.  :          0 (0.0%)
0.68/0.77	c   delayed cutoffs  :          0
0.68/0.77	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
0.68/0.77	c   avg switch length:       2.00
0.68/0.77	c   switching time   :       0.00
0.68/0.77	c Root Node          :
0.68/0.77	c   First LP value   : +0.00000000000000e+00
0.68/0.77	c   First LP Iters   :          1 (335.46 Iter/sec)
0.68/0.77	c   First LP Time    :       0.00
0.68/0.77	c   Final Dual Bound : +0.00000000000000e+00
0.68/0.77	c   Final Root Iters :        181
0.68/0.77	c   Root LP Estimate :                     -
0.68/0.77	c Solution           :
0.68/0.77	c   Solutions found  :          1 (1 improvements)
0.68/0.77	c   First Solution   : +0.00000000000000e+00   (in run 1, after 11 nodes, 0.75 seconds, depth 64, found by <conflictdiving>)
0.68/0.77	c   Gap First Sol.   :       0.00 %
0.68/0.77	c   Gap Last Sol.    :       0.00 %
0.68/0.77	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 11 nodes, 0.75 seconds, depth 64, found by <conflictdiving>)
0.68/0.77	c   Dual Bound       : +0.00000000000000e+00
0.68/0.77	c   Gap              :       0.00 %
0.68/0.77	c Integrals          :      Total       Avg%
0.68/0.77	c   primal-dual      :      75.11      99.87
0.68/0.77	c   primal-ref       :          -          - (not evaluated)
0.68/0.77	c   dual-ref         :          -          - (not evaluated)
0.68/0.78	c Time complete: 0.767473.

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: 63837 MiB (49366 MiB free)
  memory of node 1: 64465 MiB (52762 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541966-1753211115/watcher-4541966-1753211115 -o /tmp/evaluation-result-4541966-1753211115/solver-4541966-1753211115 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158211 --watchdog 3760 pbscip -f HOME/instance-4541966-1753211115.opb -t 3600 -j 2 -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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=158435, runsolver pid=158429

[startup+0.100067 s]*
/proc/loadavg: 1.57 1.44 2.18 6/255 158444
/proc/meminfo: memFree=104577748/131382112 swapFree=33002444/33010684
[pid=158435] ppid=158429 vsize=55972 memory=30080 CPUtime=0.1 cores=0,2
/proc/158435/stat : 158435 (pbscip) R 158429 158435 158201 0 -1 4194304 4171 0 0 0 8 2 0 0 20 0 1 0 236790938 57315328 7520 18446744073709551615 4235264 18693293 140733609255424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33259520 140733609257351 140733609257450 140733609257450 140733609263054 0
/proc/158435/statm: 13993 7520 3744 3530 0 5444 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 55972 KiB
Current children cumulated memory: 30080 KiB

[startup+0.213443 s]*
/proc/loadavg: 1.57 1.44 2.18 7/255 158449
/proc/meminfo: memFree=104571424/131382112 swapFree=33002444/33010684
[pid=158435] ppid=158429 vsize=64376 memory=36356 CPUtime=0.2 cores=0,2
/proc/158435/stat : 158435 (pbscip) R 158429 158435 158201 0 -1 4194304 5697 0 0 0 18 2 0 0 20 0 1 0 236790938 65921024 9089 18446744073709551615 4235264 18693293 140733609255424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33259520 140733609257351 140733609257450 140733609257450 140733609263054 0
/proc/158435/statm: 16094 9089 3936 3530 0 7545 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 64376 KiB
Current children cumulated memory: 36356 KiB

[startup+0.31369 s]*
/proc/loadavg: 1.57 1.44 2.18 7/254 158449
/proc/meminfo: memFree=104559328/131382112 swapFree=33002444/33010684
[pid=158435] ppid=158429 vsize=74168 memory=45060 CPUtime=0.31 cores=0,2
/proc/158435/stat : 158435 (pbscip) R 158429 158435 158201 0 -1 4194304 7819 0 0 0 28 3 0 0 20 0 1 0 236790938 75948032 11265 18446744073709551615 4235264 18693293 140733609255424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33259520 140733609257351 140733609257450 140733609257450 140733609263054 0
/proc/158435/statm: 18542 11265 3968 3530 0 9993 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 74168 KiB
Current children cumulated memory: 45060 KiB

[startup+0.700333 s]
/proc/loadavg: 1.57 1.44 2.18 7/259 158458
/proc/meminfo: memFree=104552256/131382112 swapFree=33002444/33010684
[pid=158435] ppid=158429 vsize=79376 memory=51328 CPUtime=0.68 cores=0,2
/proc/158435/stat : 158435 (pbscip) R 158429 158435 158201 0 -1 4194304 11149 0 0 0 64 4 0 0 20 0 1 0 236790938 81281024 12832 18446744073709551615 4235264 18693293 140733609255424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33259520 140733609257351 140733609257450 140733609257450 140733609263054 0
/proc/158435/statm: 19844 12832 3968 3530 0 11295 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 79376 KiB
Current children cumulated memory: 51328 KiB

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

# cumulated CPU time of all completed processes:  user=0.726826 s, system=0.051295 s

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

[startup+0.700333 s]
/proc/loadavg: 1.57 1.44 2.18 7/259 158458
/proc/meminfo: memFree=104552256/131382112 swapFree=33002444/33010684
[pid=158435] ppid=158429 vsize=79376 memory=51328 CPUtime=0.68 cores=0,2
/proc/158435/stat : 158435 (pbscip) R 158429 158435 158201 0 -1 4194304 11149 0 0 0 64 4 0 0 20 0 1 0 236790938 81281024 12832 18446744073709551615 4235264 18693293 140733609255424 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33259520 140733609257351 140733609257450 140733609257450 140733609263054 0
/proc/158435/statm: 19844 12832 3968 3530 0 11295 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 79376 KiB
Current children cumulated memory: 51328 KiB

Child status: 0

Real time (s): 0.789704
CPU time (s): 0.778121
CPU user time (s): 0.726826
CPU system time (s): 0.051295
CPU usage (%): 98.5332
Max. virtual memory (cumulated for all children) (KiB): 79376
Max. memory (cumulated for all children) (KiB): 51328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.726826
system time used= 0.051295
maximum resident set size= 54272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11882
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= 81
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 158435
#   total CPU time (s): 0.778121
#   total CPU user time (s): 0.726826
#   total CPU system time (s): 0.051295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033068 second user time and 0.076243 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-22 21:05:15
IDJOB=4541966
IDBENCH=163695
IDSOLVER=3365
FILE ID=nodeC005/4541966-1753211115
RUNJOBID= nodeC005-1753211112-158211
SLURM_JOB_ID= 9687789
Free space on /tmp= 432980 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-24diag_spec_greater.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541966-1753211115/watcher-4541966-1753211115 -o /tmp/evaluation-result-4541966-1753211115/solver-4541966-1753211115 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158211 --watchdog 3760  pbscip -f HOME/instance-4541966-1753211115.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 873561b121a1050aedee7e68f97b01fd
RANDOM SEED=1745204073

nodeC005 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	: 0xb00001f
cpu MHz		: 1197.316
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.718
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.354
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.756
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.242
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.717
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.228
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.713
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        104580036 kB
MemAvailable:   129877980 kB
Buffers:              12 kB
Cached:         26068776 kB
SwapCached:          244 kB
Active:           578036 kB
Inactive:       25575568 kB
Active(anon):      70544 kB
Inactive(anon):    35376 kB
Active(file):     507492 kB
Inactive(file): 25540192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75072 kB
Writeback:            52 kB
AnonPages:         87560 kB
Mapped:           121088 kB
Shmem:             21096 kB
KReclaimable:     179772 kB
Slab:             271584 kB
SReclaimable:     179772 kB
SUnreclaim:        91812 kB
KernelStack:        4144 kB
PageTables:         3308 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     461824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC005 at 2025-07-22 21:05:17