Trace number 4452635

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-07UNSAT 1581.2 1584.81

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
MD5SUMc3fc1be74d62a91a7a1e7c6ab134a010
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.895225
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11704
Total number of constraints2927
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints2921
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4452635-1721447222.opb>
0.00/0.02	c original problem has 11704 variables (11704 bin, 0 int, 0 impl, 0 cont) and 2927 constraints
0.00/0.02	c problem read in 0.02
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.04	c presolving:
0.00/0.05	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
0.00/0.07	c    (0.1s) running MILP presolver
0.00/0.08	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 4 fixings, 0 bound changes
0.10/0.11	c (round 2, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 0 chg coeffs, 2841 upgd conss, 0 impls, 0 clqs
0.10/0.12	c (round 3, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 0 chg coeffs, 2908 upgd conss, 0 impls, 0 clqs
0.10/0.12	c (round 4, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 0 chg coeffs, 2926 upgd conss, 0 impls, 0 clqs
0.10/0.18	c    (0.2s) probing: 51/11700 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.18	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.10/0.19	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1579.98/1583.61	c    (1583.6s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 3980.0) (symcode time: 1583.40)
1580.08/1583.78	c dynamic symmetry handling statistics:
1580.08/1583.78	c    orbitopal reduction:       no components
1580.08/1583.78	c    orbital reduction:        439 components of sizes 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, c 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 1, 2, 3, 1, 1, 3, 1
1580.08/1583.78	c    lexicographic reduction: 1335 permutations with support sizes 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, c 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,c  2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2c , 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
1580.08/1583.78	c handled 500 out of 500 symmetry components
1580.08/1583.78	c (round 5, exhaustive) 4 del vars, 1 del conss, 165 add conss, 0 chg bounds, 77 chg sides, 0 chg coeffs, 2926 upgd conss, 0 impls, 165 clqs
1580.08/1583.78	c (round 6, exhaustive) 4 del vars, 1 del conss, 165 add conss, 0 chg bounds, 77 chg sides, 0 chg coeffs, 3091 upgd conss, 0 impls, 165 clqs
1580.18/1583.80	c presolving (7 rounds: 7 fast, 6 medium, 6 exhaustive):
1580.18/1583.80	c  4 deleted vars, 1 deleted constraints, 165 added constraints, 0 tightened bounds, 0 added holes, 77 changed sides, 0 changed coefficients
1580.18/1583.80	c  0 implications, 165 cliques
1580.18/1583.80	c presolved problem has 11700 variables (11700 bin, 0 int, 0 impl, 0 cont) and 3091 constraints
1580.18/1583.80	c    2926 constraints of type <knapsack>
1580.18/1583.80	c     165 constraints of type <setppc>
1580.18/1583.80	c transformed objective value is always integral (scale: 1)
1580.18/1583.80	c Presolving Time: 1583.76
1580.18/1583.80	c - non default parameters ----------------------------------------------------------------------
1580.18/1583.80	c # SCIP version 10.0.0
1580.18/1583.80	c 
1580.18/1583.80	c # maximal time in seconds to run
1580.18/1583.80	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
1580.18/1583.80	c limits/time = 3596.998048
1580.18/1583.80	c 
1580.18/1583.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1580.18/1583.80	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
1580.18/1583.80	c limits/memory = 27900
1580.18/1583.80	c 
1580.18/1583.80	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
1580.18/1583.80	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
1580.18/1583.80	c limits/solutions = 1
1580.18/1583.80	c 
1580.18/1583.80	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.
1580.18/1583.80	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
1580.18/1583.80	c misc/usesymmetry = 3
1580.18/1583.80	c 
1580.18/1583.80	c # belongs reading time to solving time?
1580.18/1583.80	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
1580.18/1583.80	c timing/reading = TRUE
1580.18/1583.80	c 
1580.18/1583.80	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
1580.18/1583.80	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
1580.18/1583.80	c propagating/symmetry/detectdoublelex = FALSE
1580.18/1583.80	c 
1580.18/1583.80	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
1580.18/1583.80	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
1580.18/1583.80	c propagating/symmetry/detectsubgroups = FALSE
1580.18/1583.80	c 
1580.18/1583.80	c # Type of symmetries that shall be computed?
1580.18/1583.80	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
1580.18/1583.80	c propagating/symmetry/symtype = 1
1580.18/1583.80	c 
1580.18/1583.80	c # Should components consisting of a single full reflection be handled?
1580.18/1583.80	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
1580.18/1583.80	c propagating/symmetry/usesimplesgncomp = FALSE
1580.18/1583.80	c 
1580.18/1583.80	c -----------------------------------------------------------------------------------------------
1580.18/1583.80	c start solving
1580.18/1583.80	c 
1581.08/1584.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1581.08/1584.76	c  1585s|     1 |     0 |  8957 |     - |   233M |   0 |  11k|3099 |3091 |   0 |  0 |   9 |   0 |    cutoff    |      --      |   0.00%| unknown
1581.08/1584.76	c  1585s|     1 |     0 |  8957 |     - |   233M |   0 |  11k|3099 |3091 |   0 |  0 |   9 |   0 |    cutoff    |      --      |   0.00%| unknown
1581.08/1584.76	c 
1581.08/1584.76	c SCIP Status        : problem is solved [infeasible]
1581.08/1584.76	c Solving Time (sec) : 1584.76
1581.08/1584.76	c Solving Nodes      : 1
1581.08/1584.76	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1581.08/1584.76	c Dual Bound         : +1.00000000000000e+20
1581.08/1584.76	c Gap                : 0.00 %
1581.08/1584.76	s UNSATISFIABLE
1581.08/1584.76	c SCIP Status        : problem is solved [infeasible]
1581.08/1584.76	c Total Time         :    1584.76
1581.08/1584.76	c   solving          :    1584.76
1581.08/1584.76	c   presolving       :    1583.76 (included in solving)
1581.08/1584.76	c   reading          :       0.02 (included in solving)
1581.08/1584.76	c   copying          :       0.00 (0 times copied the problem)
1581.08/1584.76	c Original Problem   :
1581.08/1584.76	c   Problem name     : HOME/instance-4452635-1721447222.opb
1581.08/1584.76	c   Variables        : 11704 (11704 binary, 0 integer, 0 implicit integer, 0 continuous)
1581.08/1584.76	c   Constraints      : 2927 initial, 2927 maximal
1581.08/1584.76	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1581.08/1584.76	c Presolved Problem  :
1581.08/1584.76	c   Problem name     : t_HOME/instance-4452635-1721447222.opb
1581.08/1584.76	c   Variables        : 11700 (11700 binary, 0 integer, 0 implicit integer, 0 continuous)
1581.08/1584.76	c   Constraints      : 3091 initial, 3099 maximal
1581.08/1584.76	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1581.08/1584.76	c   Nonzeros         : 34830 constraint, 330 clique table
1581.08/1584.76	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1581.08/1584.76	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   domcol           :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   milp             :       0.03       0.00      1          4          0          0          0          0          0          0          0          0
1581.08/1584.76	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   trivial          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   probing          :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   symmetry         :    1583.59       0.00      1          0          0          0          0          0          0        165          0          0
1581.08/1584.76	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   knapsack         :       0.01       0.00     15          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   linear           :       0.04       0.00      9          0          0          0          0          0          1          0         77          0
1581.08/1584.76	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   root node        :          -          -      -          2          -          -          2          -          -          -          -          -
1581.08/1584.76	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1581.08/1584.76	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
1581.08/1584.76	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
1581.08/1584.76	c   knapsack         :       2926       2926          0        303          0          0          0          3        149          6          0          0          0          0          0
1581.08/1584.76	c   setppc           :        165        165          0        197          0          0          0          0          3          1          0          0          0          0          0
1581.08/1584.76	c   logicor          :          0+         8          0          7          0          0          0          0          2          0          0          0          0          0          0
1581.08/1584.76	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1581.08/1584.76	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   knapsack         :       0.03       0.00       0.01       0.02       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1581.08/1584.76	c   dualfix          :          1          0          0          0
1581.08/1584.76	c   genvbounds       :          0          0          0          0
1581.08/1584.76	c   nlobbt           :          0          0          0          0
1581.08/1584.76	c   obbt             :          0          0          0          0
1581.08/1584.76	c   probing          :          0          0          0          0
1581.08/1584.76	c   pseudoobj        :          0          0          0          0
1581.08/1584.76	c   redcost          :          0          0          0          0
1581.08/1584.76	c   rootredcost      :          0          0          0          0
1581.08/1584.76	c   symmetry         :          0          0          0          0
1581.08/1584.76	c   vbounds          :        123          0          0          0
1581.08/1584.76	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1581.08/1584.76	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   probing          :       0.04       0.00       0.04       0.00       0.00       0.00
1581.08/1584.76	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c   symmetry         :    1583.59       0.00    1583.59       0.00       0.00       0.00
1581.08/1584.76	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
1581.08/1584.76	c Symmetry           :
1581.08/1584.76	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
1581.08/1584.76	c   orbital reduction:          0 reductions applied,          0 cutoffs
1581.08/1584.76	c   lexicographic red:          0 reductions applied,          0 cutoffs
1581.08/1584.76	c   shadow tree time :       0.00 s
1581.08/1584.76	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
1581.08/1584.76	c   propagation      :       0.00          5          5          -         10        5.0          1        6.0          -          -          -
1581.08/1584.76	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1581.08/1584.76	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1581.08/1584.76	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1581.08/1584.76	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
1581.08/1584.76	c   applied globally :       0.00          -          -          0          9        4.7          -          -          0          -          -
1581.08/1584.76	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
1581.08/1584.76	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1581.08/1584.76	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
1581.08/1584.76	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
1581.08/1584.76	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
1581.08/1584.76	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
1581.08/1584.76	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
1581.08/1584.76	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
1581.08/1584.76	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1581.08/1584.76	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1581.08/1584.76	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1581.08/1584.76	c   problem variables:       0.00          -          0          0
1581.08/1584.76	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1581.08/1584.76	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1581.08/1584.76	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1581.08/1584.76	c   LP solutions     :       0.00          -          -          0          0
1581.08/1584.76	c   relax solutions  :       0.00          -          -          0          0
1581.08/1584.76	c   pseudo solutions :       0.00          -          -          0          0
1581.08/1584.76	c   strong branching :       0.00          -          -          0          0
1581.08/1584.76	c   actconsdiving    :       0.00       0.00          0          0          0
1581.08/1584.76	c   adaptivediving   :       0.00       0.00          0          0          0
1581.08/1584.76	c   alns             :       0.00       0.00          0          0          0
1581.08/1584.76	c   bound            :       0.00       0.00          0          0          0
1581.08/1584.76	c   clique           :       0.01       0.00          1          0          0
1581.08/1584.76	c   coefdiving       :       0.00       0.00          0          0          0
1581.08/1584.76	c   completesol      :       0.00       0.00          0          0          0
1581.08/1584.76	c   conflictdiving   :       0.00       0.00          0          0          0
1581.08/1584.76	c   crossover        :       0.00       0.00          0          0          0
1581.08/1584.76	c   dins             :       0.00       0.00          0          0          0
1581.08/1584.76	c   distributiondivin:       0.00       0.00          0          0          0
1581.08/1584.76	c   dps              :       0.00       0.00          0          0          0
1581.08/1584.76	c   dualval          :       0.00       0.00          0          0          0
1581.08/1584.76	c   farkasdiving     :       0.00       0.00          0          0          0
1581.08/1584.76	c   feasjump         :       0.01       0.00          1          0          0
1581.08/1584.76	c   feaspump         :       0.00       0.00          0          0          0
1581.08/1584.76	c   fixandinfer      :       0.00       0.00          0          0          0
1581.08/1584.76	c   fracdiving       :       0.00       0.00          0          0          0
1581.08/1584.76	c   gins             :       0.00       0.00          0          0          0
1581.08/1584.76	c   guideddiving     :       0.00       0.00          0          0          0
1581.08/1584.76	c   indcoefdiving    :       0.00       0.00          0          0          0
1581.08/1584.76	c   indicator        :       0.00       0.00          0          0          0
1581.08/1584.76	c   indicatordiving  :       0.00       0.00          0          0          0
1581.08/1584.76	c   indoneopt        :       0.00       0.00          0          0          0
1581.08/1584.76	c   indrounding      :       0.00       0.00          0          0          0
1581.08/1584.76	c   indtwoopt        :       0.00       0.00          0          0          0
1581.08/1584.76	c   intdiving        :       0.00       0.00          0          0          0
1581.08/1584.76	c   intshifting      :       0.00       0.00          0          0          0
1581.08/1584.76	c   linesearchdiving :       0.00       0.00          0          0          0
1581.08/1584.76	c   localbranching   :       0.00       0.00          0          0          0
1581.08/1584.76	c   locks            :       0.00       0.00          1          0          0
1581.08/1584.76	c   lpface           :       0.00       0.00          0          0          0
1581.08/1584.76	c   mpec             :       0.00       0.00          0          0          0
1581.08/1584.76	c   multistart       :       0.00       0.00          0          0          0
1581.08/1584.76	c   mutation         :       0.00       0.00          0          0          0
1581.08/1584.76	c   nlpdiving        :       0.00       0.00          0          0          0
1581.08/1584.76	c   objpscostdiving  :       0.00       0.00          0          0          0
1581.08/1584.76	c   octane           :       0.00       0.00          0          0          0
1581.08/1584.76	c   ofins            :       0.00       0.00          0          0          0
1581.08/1584.76	c   oneopt           :       0.00       0.00          0          0          0
1581.08/1584.76	c   padm             :       0.00       0.00          0          0          0
1581.08/1584.76	c   proximity        :       0.00       0.00          0          0          0
1581.08/1584.76	c   pscostdiving     :       0.00       0.00          0          0          0
1581.08/1584.76	c   randrounding     :       0.00       0.00          0          0          0
1581.08/1584.76	c   rens             :       0.00       0.00          0          0          0
1581.08/1584.76	c   reoptsols        :       0.00       0.00          0          0          0
1581.08/1584.76	c   repair           :       0.00       0.00          0          0          0
1581.08/1584.76	c   rins             :       0.00       0.00          0          0          0
1581.08/1584.76	c   rootsoldiving    :       0.00       0.00          0          0          0
1581.08/1584.76	c   rounding         :       0.00       0.00          0          0          0
1581.08/1584.76	c   scheduler        :       0.00       0.00          0          0          0
1581.08/1584.76	c   shiftandpropagate:       0.01       0.00          1          0          0
1581.08/1584.76	c   shifting         :       0.00       0.00          0          0          0
1581.08/1584.76	c   simplerounding   :       0.00       0.00          0          0          0
1581.08/1584.76	c   smallcard        :       0.00       0.00          0          0          0
1581.08/1584.76	c   subnlp           :       0.00       0.00          0          0          0
1581.08/1584.76	c   trivial          :       0.01       0.00          2          0          0
1581.08/1584.76	c   trivialnegation  :       0.00       0.00          0          0          0
1581.08/1584.76	c   trustregion      :       0.00       0.00          0          0          0
1581.08/1584.76	c   trysol           :       0.00       0.00          0          0          0
1581.08/1584.76	c   twoopt           :       0.00       0.00          0          0          0
1581.08/1584.76	c   undercover       :       0.00       0.00          0          0          0
1581.08/1584.76	c   vbounds          :       0.00       0.00          0          0          0
1581.08/1584.76	c   veclendiving     :       0.00       0.00          0          0          0
1581.08/1584.76	c   zeroobj          :       0.00       0.00          0          0          0
1581.08/1584.76	c   zirounding       :       0.00       0.00          0          0          0
1581.08/1584.76	c   other solutions  :          -          -          -          0          -
1581.08/1584.76	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	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
1581.08/1584.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1581.08/1584.76	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1581.08/1584.76	c   dual LP          :       0.92          1       8957    8957.00    9725.93       0.00          0
1581.08/1584.76	c   lex dual LP      :       0.00          0          0       0.00          -
1581.08/1584.76	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1581.08/1584.76	c   resolve instable :       0.00          0          0       0.00          -
1581.08/1584.76	c   diving/probing LP:       0.00          0          0       0.00          -
1581.08/1584.76	c   strong branching :       0.00          0          0       0.00          -          -          -          0
1581.08/1584.76	c     (at root node) :          -          0          0       0.00          -
1581.08/1584.76	c   conflict analysis:       0.00          0          0       0.00          -
1581.08/1584.76	c B&B Tree           :
1581.08/1584.76	c   number of runs   :          1
1581.08/1584.76	c   nodes            :          1 (0 internal, 1 leaves)
1581.08/1584.76	c   feasible leaves  :          0
1581.08/1584.76	c   infeas. leaves   :          1
1581.08/1584.76	c   objective leaves :          0
1581.08/1584.76	c   nodes (total)    :          1 (0 internal, 1 leaves)
1581.08/1584.76	c   nodes left       :          0
1581.08/1584.76	c   max depth        :          0
1581.08/1584.76	c   max depth (total):          0
1581.08/1584.76	c   backtracks       :          0 (0.0%)
1581.08/1584.76	c   early backtracks :          0 (0.0%)
1581.08/1584.76	c   nodes exc. ref.  :          0 (0.0%)
1581.08/1584.76	c   delayed cutoffs  :          0
1581.08/1584.76	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1581.08/1584.76	c   avg switch length:       2.00
1581.08/1584.76	c   switching time   :       0.00
1581.08/1584.76	c Root Node          :
1581.08/1584.76	c   First LP value   :          -
1581.08/1584.76	c   First LP Iters   :          0
1581.08/1584.76	c   First LP Time    :       0.92
1581.08/1584.76	c   Final Dual Bound :          -
1581.08/1584.76	c   Final Root Iters :       8957
1581.08/1584.76	c   Root LP Estimate :                     -
1581.08/1584.76	c Solution           :
1581.08/1584.76	c   Solutions found  :          0 (0 improvements)
1581.08/1584.76	c   Primal Bound     : infeasible
1581.08/1584.76	c   Dual Bound       :          -
1581.08/1584.76	c   Gap              :       0.00 %
1581.08/1584.76	c Integrals          :      Total       Avg%
1581.08/1584.76	c   primal-dual      :          -          - (problem infeasible)
1581.08/1584.76	c   primal-ref       :          -          - (problem infeasible)
1581.08/1584.76	c   dual-ref         :          -          - (problem infeasible)
1581.19/1584.80	c Time complete: 1581.2.

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: 63968 MiB (62526 MiB free)
  memory of node 1: 64473 MiB (62019 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452635-1721447222/watcher-4452635-1721447222 -o /tmp/evaluation-result-4452635-1721447222/solver-4452635-1721447222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721447234-1044306 --watchdog 3760 pbscip -f HOME/instance-4452635-1721447222.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x
Current StackSize limit: 8192 KiB

solver pid=1044360, runsolver pid=1044357

[startup+0.104171 s]*
/proc/loadavg: 1.11 1.22 1.94 5/255 1044367
/proc/meminfo: memFree=127390428/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=107224 memory=67100 CPUtime=0.1 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 14877 0 0 0 8 2 0 0 20 0 1 0 196887117 109797376 16775 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 26806 16775 3691 3540 0 15063 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 107224 KiB
Current children cumulated memory: 67100 KiB

[startup+0.205745 s]*
/proc/loadavg: 1.11 1.22 1.94 5/252 1044371
/proc/meminfo: memFree=127368792/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=134740 memory=79112 CPUtime=0.2 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 17355 0 0 0 18 2 0 0 20 0 1 0 196887117 137973760 19778 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 33685 19778 3755 3540 0 21942 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 134740 KiB
Current children cumulated memory: 79112 KiB

[startup+0.305707 s]*
/proc/loadavg: 1.11 1.22 1.94 4/250 1044375
/proc/meminfo: memFree=127325532/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=164280 memory=103120 CPUtime=0.3 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 23402 0 0 0 27 3 0 0 20 0 1 0 196887117 168222720 25780 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 41070 25780 3755 3540 0 29327 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 164280 KiB
Current children cumulated memory: 103120 KiB

[startup+0.700197 s]
/proc/loadavg: 1.11 1.22 1.94 6/250 1044403
/proc/meminfo: memFree=127264972/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=202392 memory=141400 CPUtime=0.68 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 32959 0 0 0 64 4 0 0 20 0 1 0 196887117 207249408 35350 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 50598 35350 3755 3540 0 38855 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 202392 KiB
Current children cumulated memory: 141400 KiB

[startup+1.50016 s]
/proc/loadavg: 1.11 1.22 1.94 5/255 1044413
/proc/meminfo: memFree=127010700/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=217476 memory=159020 CPUtime=1.48 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 36871 0 0 0 144 4 0 0 20 0 1 0 196887117 222695424 39755 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 54369 39755 3755 3540 0 42626 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 217476 KiB
Current children cumulated memory: 159020 KiB

[startup+3.10481 s]
/proc/loadavg: 1.34 1.27 1.95 5/255 1044415
/proc/meminfo: memFree=126710560/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=230552 memory=172480 CPUtime=3.09 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 40191 0 0 0 304 5 0 0 20 0 1 0 196887117 236085248 43120 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 57638 43120 3755 3540 0 45895 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 230552 KiB
Current children cumulated memory: 172480 KiB

[startup+6.30015 s]
/proc/loadavg: 1.34 1.27 1.95 5/255 1044415
/proc/meminfo: memFree=126629368/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=247648 memory=190168 CPUtime=6.27 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 44676 0 0 0 622 5 0 0 20 0 1 0 196887117 253591552 47542 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 61912 47542 3755 3540 0 50169 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 247648 KiB
Current children cumulated memory: 190168 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 1.31 1.96 5/255 1044416
/proc/meminfo: memFree=126530612/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=268768 memory=212344 CPUtime=12.65 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 50175 0 0 0 1259 6 0 0 20 0 1 0 196887117 275218432 53086 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 67192 53086 3755 3540 0 55449 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 268768 KiB
Current children cumulated memory: 212344 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 1.46 2.00 5/255 1044418
/proc/meminfo: memFree=126407084/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=299948 memory=242700 CPUtime=25.42 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 57797 0 0 0 2534 8 0 0 20 0 1 0 196887117 307146752 60675 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 74987 60675 3755 3540 0 63244 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 299948 KiB
Current children cumulated memory: 242700 KiB

[startup+51.1052 s]
/proc/loadavg: 2.80 1.67 2.05 5/255 1044421
/proc/meminfo: memFree=126252544/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327104 memory=269628 CPUtime=50.96 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64541 0 0 0 5086 10 0 0 20 0 1 0 196887117 334954496 67407 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81776 67407 3755 3540 0 70033 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 327104 KiB
Current children cumulated memory: 269628 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.04 2.16 5/255 1044431
/proc/meminfo: memFree=126190720/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327116 memory=272044 CPUtime=102.04 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64556 0 0 0 10192 12 0 0 20 0 1 0 196887117 334966784 68011 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81779 68011 3755 3540 0 70036 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 327116 KiB
Current children cumulated memory: 272044 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.43 2.29 5/254 1044442
/proc/meminfo: memFree=126189008/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327124 memory=273100 CPUtime=161.92 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64603 0 0 0 16180 12 0 0 20 0 1 0 196887117 334974976 68275 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81781 68275 3755 3540 0 70038 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 327124 KiB
Current children cumulated memory: 273100 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.74 2.41 5/256 1044458
/proc/meminfo: memFree=126186852/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327132 memory=274068 CPUtime=221.81 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64638 0 0 0 22169 12 0 0 20 0 1 0 196887117 334983168 68517 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81783 68517 3755 3540 0 70040 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 327132 KiB
Current children cumulated memory: 274068 KiB

[startup+282.3 s]
/proc/loadavg: 4.41 3.06 2.54 6/256 1044468
/proc/meminfo: memFree=126177284/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327140 memory=279572 CPUtime=281.69 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64659 0 0 0 28157 12 0 0 20 0 1 0 196887117 334991360 69893 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81785 69893 3755 3540 0 70042 0
Current children cumulated CPU time: 281.69 s
Current children cumulated vsize: 327140 KiB
Current children cumulated memory: 279572 KiB

[startup+342.3 s]
/proc/loadavg: 4.45 3.34 2.67 5/256 1044478
/proc/meminfo: memFree=126174168/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327144 memory=279588 CPUtime=341.58 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64679 0 0 0 34146 12 0 0 20 0 1 0 196887117 334995456 69897 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81786 69897 3755 3540 0 70043 0
Current children cumulated CPU time: 341.58 s
Current children cumulated vsize: 327144 KiB
Current children cumulated memory: 279588 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 3.48 2.76 5/256 1044489
/proc/meminfo: memFree=126170240/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327148 memory=279588 CPUtime=401.47 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64700 0 0 0 40135 12 0 0 20 0 1 0 196887117 334999552 69897 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81787 69897 3755 3540 0 70044 0
Current children cumulated CPU time: 401.47 s
Current children cumulated vsize: 327148 KiB
Current children cumulated memory: 279588 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.60 2.85 5/256 1044500
/proc/meminfo: memFree=126169324/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327156 memory=279588 CPUtime=461.35 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64723 0 0 0 46123 12 0 0 20 0 1 0 196887117 335007744 69897 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81789 69897 3755 3540 0 70046 0

################
# More data... #
################

/proc/loadavg: 4.17 4.09 3.53 5/254 1045184
/proc/meminfo: memFree=126142492/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327196 memory=279636 CPUtime=1119.82 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 64999 0 0 0 111970 12 0 0 20 0 1 0 196887117 335048704 69909 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81799 69909 3755 3540 0 70056 0
Current children cumulated CPU time: 1119.82 s
Current children cumulated vsize: 327196 KiB
Current children cumulated memory: 279636 KiB

[startup+1182.3 s]
/proc/loadavg: 4.11 4.09 3.57 5/254 1045194
/proc/meminfo: memFree=126141960/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327200 memory=279644 CPUtime=1179.67 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65027 0 0 0 117955 12 0 0 20 0 1 0 196887117 335052800 69911 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81800 69911 3755 3540 0 70057 0
Current children cumulated CPU time: 1179.67 s
Current children cumulated vsize: 327200 KiB
Current children cumulated memory: 279644 KiB

[startup+1242.3 s]
/proc/loadavg: 4.07 4.08 3.61 5/254 1045205
/proc/meminfo: memFree=126140712/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327200 memory=279644 CPUtime=1239.52 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65055 0 0 0 123940 12 0 0 20 0 1 0 196887117 335052800 69911 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81800 69911 3755 3540 0 70057 0
Current children cumulated CPU time: 1239.52 s
Current children cumulated vsize: 327200 KiB
Current children cumulated memory: 279644 KiB

[startup+1302.3 s]
/proc/loadavg: 4.07 4.08 3.64 5/254 1045215
/proc/meminfo: memFree=126140216/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327204 memory=279648 CPUtime=1299.38 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65087 0 0 0 129926 12 0 0 20 0 1 0 196887117 335056896 69912 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81801 69912 3755 3540 0 70058 0
Current children cumulated CPU time: 1299.38 s
Current children cumulated vsize: 327204 KiB
Current children cumulated memory: 279648 KiB

[startup+1362.3 s]
/proc/loadavg: 4.14 4.10 3.67 5/254 1045225
/proc/meminfo: memFree=126139808/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327208 memory=279648 CPUtime=1359.23 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65120 0 0 0 135911 12 0 0 20 0 1 0 196887117 335060992 69912 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81802 69912 3755 3540 0 70059 0
Current children cumulated CPU time: 1359.23 s
Current children cumulated vsize: 327208 KiB
Current children cumulated memory: 279648 KiB

[startup+1422.3 s]
/proc/loadavg: 4.11 4.09 3.70 5/256 1045240
/proc/meminfo: memFree=126139068/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327208 memory=279656 CPUtime=1419.08 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65153 0 0 0 141896 12 0 0 20 0 1 0 196887117 335060992 69914 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81802 69914 3755 3540 0 70059 0
Current children cumulated CPU time: 1419.08 s
Current children cumulated vsize: 327208 KiB
Current children cumulated memory: 279656 KiB

[startup+1482.3 s]
/proc/loadavg: 4.04 4.07 3.73 5/256 1045250
/proc/meminfo: memFree=126138824/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327212 memory=279656 CPUtime=1478.93 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65188 0 0 0 147881 12 0 0 20 0 1 0 196887117 335065088 69914 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81803 69914 3755 3540 0 70060 0
Current children cumulated CPU time: 1478.93 s
Current children cumulated vsize: 327212 KiB
Current children cumulated memory: 279656 KiB

[startup+1542.3 s]
/proc/loadavg: 4.11 4.09 3.75 5/256 1045260
/proc/meminfo: memFree=126138232/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327216 memory=279660 CPUtime=1538.79 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65224 0 0 0 153867 12 0 0 20 0 1 0 196887117 335069184 69915 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81804 69915 3755 3540 0 70061 0
Current children cumulated CPU time: 1538.79 s
Current children cumulated vsize: 327216 KiB
Current children cumulated memory: 279660 KiB

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

# cumulated CPU time of all completed processes:  user=1581.07 s, system=0.13452 s

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

[startup+1561.6 s]
/proc/loadavg: 4.08 4.08 3.76 5/256 1045263
/proc/meminfo: memFree=126138028/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327216 memory=279660 CPUtime=1558.04 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65259 0 0 0 155792 12 0 0 20 0 1 0 196887117 335069184 69915 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81804 69915 3755 3540 0 70061 0
Current children cumulated CPU time: 1558.04 s
Current children cumulated vsize: 327216 KiB
Current children cumulated memory: 279660 KiB

[startup+1574.4 s]
/proc/loadavg: 4.14 4.09 3.77 5/256 1045267
/proc/meminfo: memFree=126137920/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327216 memory=279660 CPUtime=1570.81 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65259 0 0 0 157069 12 0 0 20 0 1 0 196887117 335069184 69915 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81804 69915 3755 3540 0 70061 0
Current children cumulated CPU time: 1570.81 s
Current children cumulated vsize: 327216 KiB
Current children cumulated memory: 279660 KiB

[startup+1580.8 s]
/proc/loadavg: 4.13 4.09 3.77 5/256 1045267
/proc/meminfo: memFree=126137920/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327216 memory=279660 CPUtime=1577.19 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65259 0 0 0 157707 12 0 0 20 0 1 0 196887117 335069184 69915 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81804 69915 3755 3540 0 70061 0
Current children cumulated CPU time: 1577.19 s
Current children cumulated vsize: 327216 KiB
Current children cumulated memory: 279660 KiB

[startup+1582.4 s]
/proc/loadavg: 4.13 4.09 3.77 6/256 1045268
/proc/meminfo: memFree=126137856/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=327216 memory=279660 CPUtime=1578.79 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65259 0 0 0 157867 12 0 0 20 0 1 0 196887117 335069184 69915 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 81804 69915 3755 3540 0 70061 0
Current children cumulated CPU time: 1578.79 s
Current children cumulated vsize: 327216 KiB
Current children cumulated memory: 279660 KiB

[startup+1584 s]*
/proc/loadavg: 4.12 4.09 3.77 5/256 1045268
/proc/meminfo: memFree=126140560/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=322656 memory=275104 CPUtime=1580.39 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65389 0 0 0 158027 12 0 0 20 0 1 0 196887117 330399744 68776 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 80664 68776 3755 3540 0 68921 0
Current children cumulated CPU time: 1580.39 s
Current children cumulated vsize: 322656 KiB
Current children cumulated memory: 275104 KiB

[startup+1584.4 s]
/proc/loadavg: 4.12 4.09 3.77 5/256 1045268
/proc/meminfo: memFree=126140560/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=322656 memory=275104 CPUtime=1580.78 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65389 0 0 0 158066 12 0 0 20 0 1 0 196887117 330399744 68776 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 80664 68776 3755 3540 0 68921 0
Current children cumulated CPU time: 1580.78 s
Current children cumulated vsize: 322656 KiB
Current children cumulated memory: 275104 KiB

[startup+1584.8 s]
/proc/loadavg: 4.12 4.09 3.77 5/256 1045268
/proc/meminfo: memFree=126140560/131524600 swapFree=131070704/131071996
[pid=1044360] ppid=1044357 vsize=313932 memory=267204 CPUtime=1581.19 cores=1,3
/proc/1044360/stat : 1044360 (pbscip) R 1044357 1044360 1044294 0 -1 4194304 65390 0 0 0 158106 13 0 0 20 0 1 0 196887117 321466368 66801 134679101440 4194304 18693293 140730158301760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 50511872 140730158306306 140730158306405 140730158306405 140730158313422 0
/proc/1044360/statm: 78483 66801 3931 3540 0 66740 0
Current children cumulated CPU time: 1581.19 s
Current children cumulated vsize: 313932 KiB
Current children cumulated memory: 267204 KiB

Child status: 0

Real time (s): 1584.81
CPU time (s): 1581.2
CPU user time (s): 1581.07
CPU system time (s): 0.13452
CPU usage (%): 99.7725
Max. virtual memory (cumulated for all children) (KiB): 327216
Max. memory (cumulated for all children) (KiB): 279660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1581.07
system time used= 0.13452
maximum resident set size= 279660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65396
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= 14
involuntary context switches= 648


# summary of solver processes directly reported to runsolver:
#   pid: 1044360
#   total CPU time (s): 1581.2
#   total CPU user time (s): 1581.07
#   total CPU system time (s): 0.13452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.97883 second user time and 6.09481 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 05:47:14
IDJOB=4452635
IDBENCH=165270
IDSOLVER=3059
FILE ID=nodeC023/4452635-1721447222
RUNJOBID= nodeC023-1721447234-1044306
SLURM_JOB_ID= 7545676
Free space on /tmp= 890048 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452635-1721447222/watcher-4452635-1721447222 -o /tmp/evaluation-result-4452635-1721447222/solver-4452635-1721447222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721447234-1044306 --watchdog 3760  pbscip -f HOME/instance-4452635-1721447222.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= c3fc1be74d62a91a7a1e7c6ab134a010
RANDOM SEED=785288849

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3631.377
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3664.392
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3657.492
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.382
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3655.968
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3631.835
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3654.236
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3666.971
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127550112 kB
MemAvailable:   129742996 kB
Buffers:          585168 kB
Cached:          2443812 kB
SwapCached:           80 kB
Active:          1217396 kB
Inactive:        2187232 kB
Active(anon):       1464 kB
Inactive(anon):   419908 kB
Active(file):    1215932 kB
Inactive(file):  1767324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             75448 kB
Writeback:             0 kB
AnonPages:        375680 kB
Mapped:           124388 kB
Shmem:             45728 kB
KReclaimable:      98900 kB
Slab:             193028 kB
SReclaimable:      98900 kB
SUnreclaim:        94128 kB
KernelStack:        3956 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     773480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC023 at 2024-07-20 06:13:39