Trace number 4441695

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 323.553 324.662

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM1cec7467f4817916a0b2c766a10a10ef
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.301601
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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-4441695-1721294183.opb>
0.00/0.05	c original problem has 9071 variables (9071 bin, 0 int, 0 impl, 0 cont) and 25914 constraints
0.00/0.05	c problem read in 0.05
0.00/0.05	c No objective function, only one solution is needed.
0.00/0.10	c presolving:
0.10/0.13	c (round 1, fast)       16 del vars, 7 del conss, 0 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 0 impls, 17032 clqs
0.10/0.13	c (round 2, fast)       27 del vars, 35 del conss, 0 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 0 impls, 17036 clqs
0.10/0.16	c    (0.2s) running MILP presolver
2.28/2.34	c    (2.3s) MILP presolver (21 rounds): 932 aggregations, 1039 fixings, 0 bound changes
2.28/2.34	c (round 3, medium)     1998 del vars, 25914 del conss, 20662 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 0 impls, 13236 clqs
2.38/2.43	c (round 4, exhaustive) 1998 del vars, 25917 del conss, 20662 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 20659 upgd conss, 0 impls, 13388 clqs
2.48/2.51	c (round 5, exhaustive) 1998 del vars, 45542 del conss, 27194 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 20659 upgd conss, 0 impls, 13388 clqs
2.48/2.53	c (round 6, exhaustive) 2018 del vars, 45567 del conss, 27199 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 20659 upgd conss, 0 impls, 13376 clqs
3.28/3.34	c (round 7, exhaustive) 2043 del vars, 45567 del conss, 27199 add conss, 1 chg bounds, 362 chg sides, 724 chg coeffs, 20659 upgd conss, 0 impls, 63786 clqs
3.28/3.34	c (round 8, fast)       2056 del vars, 45592 del conss, 27199 add conss, 1 chg bounds, 362 chg sides, 737 chg coeffs, 20662 upgd conss, 0 impls, 63708 clqs
3.28/3.36	c (round 9, exhaustive) 2056 del vars, 45623 del conss, 27230 add conss, 1 chg bounds, 362 chg sides, 737 chg coeffs, 20662 upgd conss, 0 impls, 63711 clqs
3.88/3.93	c (round 10, exhaustive) 2082 del vars, 45623 del conss, 27230 add conss, 1 chg bounds, 362 chg sides, 738 chg coeffs, 20662 upgd conss, 0 impls, 66004 clqs
3.88/3.93	c (round 11, fast)       2086 del vars, 45636 del conss, 27230 add conss, 1 chg bounds, 362 chg sides, 743 chg coeffs, 20666 upgd conss, 0 impls, 65990 clqs
3.88/3.95	c (round 12, exhaustive) 2091 del vars, 45651 del conss, 27244 add conss, 1 chg bounds, 362 chg sides, 743 chg coeffs, 20666 upgd conss, 0 impls, 65915 clqs
3.88/3.96	c (round 13, exhaustive) 2105 del vars, 45670 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 743 chg coeffs, 20666 upgd conss, 0 impls, 65747 clqs
5.08/5.15	c    (5.1s) probing: 1000/7064 (14.2%) - 26 fixings, 33 aggregations, 560101 implications, 0 bound changes
7.16/7.27	c    (7.3s) probing: 1849/7064 (26.2%) - 26 fixings, 33 aggregations, 1064169 implications, 0 bound changes
7.16/7.27	c    (7.3s) probing aborted: 1000/1000 successive useless probings
7.16/7.28	c (round 14, exhaustive) 2114 del vars, 45674 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 743 chg coeffs, 20667 upgd conss, 0 impls, 66252 clqs
7.26/7.30	c (round 15, exhaustive) 2126 del vars, 45686 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 743 chg coeffs, 20667 upgd conss, 0 impls, 66069 clqs
7.86/7.95	c    (8.0s) probing: 2000/7064 (28.3%) - 35 fixings, 33 aggregations, 1239342 implications, 0 bound changes
8.86/8.98	c (round 16, exhaustive) 2153 del vars, 45686 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 743 chg coeffs, 20667 upgd conss, 0 impls, 66024 clqs
8.86/8.99	c (round 17, fast)       2173 del vars, 45704 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 761 chg coeffs, 20676 upgd conss, 0 impls, 65891 clqs
10.35/10.47	c    (10.5s) probing: 3000/7064 (42.5%) - 51 fixings, 35 aggregations, 1813408 implications, 0 bound changes
13.14/13.23	c    (13.2s) probing: 4000/7064 (56.6%) - 56 fixings, 37 aggregations, 2470862 implications, 0 bound changes
16.53/16.60	c    (16.6s) probing: 5000/7064 (70.8%) - 59 fixings, 37 aggregations, 3337120 implications, 0 bound changes
19.62/19.78	c    (19.8s) probing: 6000/7064 (84.9%) - 63 fixings, 39 aggregations, 4143428 implications, 0 bound changes
21.81/21.99	c (round 18, exhaustive) 2198 del vars, 45704 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 761 chg coeffs, 20676 upgd conss, 0 impls, 66057 clqs
21.81/22.00	c (round 19, fast)       2203 del vars, 45728 del conss, 27248 add conss, 1 chg bounds, 362 chg sides, 768 chg coeffs, 20693 upgd conss, 0 impls, 66041 clqs
21.92/22.01	c (round 20, exhaustive) 2203 del vars, 45732 del conss, 27252 add conss, 1 chg bounds, 362 chg sides, 768 chg coeffs, 20693 upgd conss, 0 impls, 66058 clqs
22.31/22.45	c    (22.5s) probing: 6932/7064 (98.1%) - 76 fixings, 39 aggregations, 4784012 implications, 0 bound changes
22.31/22.45	c    (22.5s) probing aborted: 50/50 successive totally useless probings
22.31/22.45	c (round 21, exhaustive) 2209 del vars, 45733 del conss, 27252 add conss, 1 chg bounds, 362 chg sides, 768 chg coeffs, 20693 upgd conss, 0 impls, 66344 clqs
22.31/22.46	c (round 22, fast)       2209 del vars, 45745 del conss, 27252 add conss, 1 chg bounds, 362 chg sides, 768 chg coeffs, 20699 upgd conss, 0 impls, 66344 clqs
22.31/22.48	c    (22.5s) probing: 6937/7064 (98.2%) - 76 fixings, 39 aggregations, 4784012 implications, 0 bound changes
22.31/22.48	c    (22.5s) probing aborted: 50/50 successive totally useless probings
22.31/22.48	c    (22.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
22.41/22.52	c    (22.5s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.02)
22.41/22.52	c dynamic symmetry handling statistics:
22.41/22.52	c    orbitopal reduction:       no components
22.41/22.52	c    orbital reduction:          1 components of sizes 1
22.41/22.52	c    lexicographic reduction:    2 permutations with support sizes 354, 3796
22.41/22.52	c handled 1 out of 1 symmetry components
22.41/22.53	c presolving (23 rounds: 23 fast, 16 medium, 15 exhaustive):
22.41/22.53	c  2209 deleted vars, 45747 deleted constraints, 27254 added constraints, 1 tightened bounds, 0 added holes, 362 changed sides, 768 changed coefficients
22.41/22.53	c  0 implications, 66349 cliques
22.41/22.53	c presolved problem has 6875 variables (6875 bin, 0 int, 0 impl, 0 cont) and 7382 constraints
22.41/22.53	c     724 constraints of type <knapsack>
22.41/22.53	c     369 constraints of type <setppc>
22.41/22.53	c    6277 constraints of type <and>
22.41/22.53	c      12 constraints of type <logicor>
22.41/22.53	c transformed objective value is always integral (scale: 1)
22.41/22.53	c Presolving Time: 22.44
22.41/22.53	c - non default parameters ----------------------------------------------------------------------
22.41/22.53	c # SCIP version 10.0.0
22.41/22.53	c 
22.41/22.53	c # maximal time in seconds to run
22.41/22.53	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
22.41/22.53	c limits/time = 3596.997059
22.41/22.53	c 
22.41/22.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.41/22.53	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
22.41/22.53	c limits/memory = 27900
22.41/22.53	c 
22.41/22.53	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
22.41/22.53	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
22.41/22.53	c limits/solutions = 1
22.41/22.53	c 
22.41/22.53	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.
22.41/22.53	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
22.41/22.53	c misc/usesymmetry = 3
22.41/22.53	c 
22.41/22.53	c # belongs reading time to solving time?
22.41/22.53	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
22.41/22.53	c timing/reading = TRUE
22.41/22.53	c 
22.41/22.53	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
22.41/22.53	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
22.41/22.53	c propagating/symmetry/detectdoublelex = FALSE
22.41/22.53	c 
22.41/22.53	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
22.41/22.53	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
22.41/22.53	c propagating/symmetry/detectsubgroups = FALSE
22.41/22.53	c 
22.41/22.53	c # Type of symmetries that shall be computed?
22.41/22.53	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
22.41/22.53	c propagating/symmetry/symtype = 1
22.41/22.53	c 
22.41/22.53	c # Should components consisting of a single full reflection be handled?
22.41/22.53	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
22.41/22.53	c propagating/symmetry/usesimplesgncomp = FALSE
22.41/22.53	c 
22.41/22.53	c -----------------------------------------------------------------------------------------------
22.41/22.53	c start solving
22.41/22.53	c 
22.81/22.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.81/22.95	c  22.9s|     1 |     0 |  2999 |     - |   120M |   0 |6875 |7428 |  13k|   0 |  0 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
24.80/24.98	c  25.0s|     1 |     0 | 11598 |     - |   133M |   0 |6875 |7429 |  14k| 601 |  1 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.59/26.77	c  26.8s|     1 |     0 | 15129 |     - |   148M |   0 |6875 |7430 |  14k|1267 |  2 |  47 |   0 | 0.000000e+00 |      --      |    Inf | unknown
28.99/29.10	c  29.1s|     1 |     0 | 18574 |     - |   164M |   0 |6875 |7431 |  15k|1844 |  3 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.17/31.35	c  31.4s|     1 |     0 | 22099 |     - |   171M |   0 |6875 |7434 |  15k|2288 |  4 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
33.97/34.13	c  34.1s|     1 |     0 | 26091 |     - |   183M |   0 |6875 |7436 |  16k|2697 |  5 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
36.76/36.90	c  36.9s|     1 |     0 | 29625 |     - |   193M |   0 |6875 |7437 |  16k|3094 |  6 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
39.25/39.44	c  39.4s|     1 |     0 | 32450 |     - |   202M |   0 |6875 |7438 |  17k|3446 |  7 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
41.84/42.06	c  42.1s|     1 |     0 | 35435 |     - |   210M |   0 |6875 |7440 |  17k|3730 |  8 |  57 |   0 | 0.000000e+00 |      --      |    Inf | unknown
44.63/44.84	c  44.8s|     1 |     0 | 38398 |     - |   221M |   0 |6875 |7443 |  17k|4013 |  9 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
47.62/47.83	c  47.8s|     1 |     0 | 41806 |     - |   229M |   0 |6875 |7444 |  17k|4283 | 10 |  61 |   0 | 0.000000e+00 |      --      |    Inf | unknown
49.11/49.30	c  49.3s|     1 |     0 | 44507 |     - |   230M |   0 |6875 |7447 |  18k|4528 | 11 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
58.28/58.53	c  58.5s|     1 |     2 | 52443 |     - |   230M |   0 |6875 |7454 |  18k|4528 | 11 |  71 |  13 | 0.000000e+00 |      --      |    Inf | unknown
104.91/105.33	c   105s|   100 |    10 |120804 | 770.7 |   283M |  22 |6875 |7572 |   0 |8487 |  0 | 191 |  13 | 0.000000e+00 |      --      |    Inf |  31.64%
120.45/120.91	c   121s|   200 |     8 |179302 | 677.4 |   308M |  22 |6875 |7787 |  17k|  14k|  0 | 409 |  13 | 0.000000e+00 |      --      |    Inf |  63.77%
146.56/147.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
146.56/147.14	c   147s|   300 |    16 |266109 | 741.1 |   330M |  22 |6875 |7986 |   0 |  22k|  0 | 624 |  13 | 0.000000e+00 |      --      |    Inf |  65.97%
168.98/169.64	c   170s|   400 |    12 |356983 | 783.1 |   344M |  22 |6875 |8105 |   0 |  31k|  0 | 787 |  13 | 0.000000e+00 |      --      |    Inf |  68.75%
195.90/196.60	c   197s|   500 |    11 |477585 | 867.9 |   350M |  22 |6875 |8070 |  17k|  42k|  2 | 851 |  13 | 0.000000e+00 |      --      |    Inf |  72.95%
219.81/220.66	c   221s|   600 |    15 |590078 | 910.8 |   356M |  22 |6875 |8079 |  17k|  52k|  2 | 951 |  13 | 0.000000e+00 |      --      |    Inf |  80.13%
235.56/236.44	c   236s|   700 |     9 |651106 | 867.8 |   430M |  22 |6875 |8215 |   0 |  59k|  0 |1125 |  13 | 0.000000e+00 |      --      |    Inf |  86.13%
291.20/292.27	c   292s|   800 |    11 |758731 | 893.9 |   447M |  22 |6875 |6910 |   0 |  69k|  0 |1300 |  13 | 0.000000e+00 |      --      |    Inf |  91.60%
311.33/312.49	c   312s|   900 |     4 |853030 | 899.4 |   465M |  22 |6875 |6966 |   0 |  79k|  0 |1455 |  13 | 0.000000e+00 |      --      |    Inf |  96.68%
323.39/324.55	c 
323.39/324.55	c SCIP Status        : problem is solved [infeasible]
323.39/324.55	c Solving Time (sec) : 324.55
323.39/324.55	c Solving Nodes      : 956
323.39/324.55	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
323.39/324.55	c Dual Bound         : +1.00000000000000e+20
323.39/324.55	c Gap                : 0.00 %
323.39/324.55	s UNSATISFIABLE
323.39/324.55	c SCIP Status        : problem is solved [infeasible]
323.39/324.55	c Total Time         :     324.55
323.39/324.55	c   solving          :     324.55
323.39/324.55	c   presolving       :      22.44 (included in solving)
323.39/324.55	c   reading          :       0.05 (included in solving)
323.39/324.55	c   copying          :       0.46 (25 #copies) (minimal 0.02, maximal 0.02, average 0.02)
323.39/324.55	c Original Problem   :
323.39/324.55	c   Problem name     : HOME/instance-4441695-1721294183.opb
323.39/324.55	c   Variables        : 9071 (9071 binary, 0 integer, 0 implicit integer, 0 continuous)
323.39/324.55	c   Constraints      : 25914 initial, 25914 maximal
323.39/324.55	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
323.39/324.55	c Presolved Problem  :
323.39/324.55	c   Problem name     : t_HOME/instance-4441695-1721294183.opb
323.39/324.55	c   Variables        : 6875 (6875 binary, 0 integer, 0 implicit integer, 0 continuous)
323.39/324.55	c   Constraints      : 7382 initial, 8265 maximal
323.39/324.55	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
323.39/324.55	c   Nonzeros         : 27640 constraint, 46265 clique table
323.39/324.55	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
323.39/324.55	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   domcol           :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
323.39/324.55	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
323.39/324.55	c   gateextraction   :       0.06       0.00     14          0          0          0          0          0      19625       6532          0          0
323.39/324.55	c   implics          :       0.00       0.00     16          0          0          0          0          0          0          0          0          0
323.39/324.55	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   milp             :       2.20       0.00      1       1039        932          0          0          0      25879      20662          0          0
323.39/324.55	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
323.39/324.55	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   trivial          :       0.01       0.00     23         13          0          0          0          0          0          0          0          0
323.39/324.55	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   dualfix          :       0.00       0.00     23          0          0          0          0          0          0          0          0          0
323.39/324.55	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   probing          :      19.71       0.00      7         76         39          0          0          0          0          0          0          0
323.39/324.55	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   symmetry         :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
323.39/324.55	c   vbounds          :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
323.39/324.55	c   knapsack         :       0.01       0.00     46          0          0          0          0          0          0          0          0          0
323.39/324.55	c   setppc           :       0.03       0.00     46          0          1          0          0          0         54          1          0          0
323.39/324.55	c   and              :       0.17       0.00     31          0         91          0          0          0        148         59          0         43
323.39/324.55	c   linear           :       0.11       0.01      8          1          4          0          1          0         38          0        362        724
323.39/324.55	c   logicor          :       0.01       0.00     40          0          0          0          0          0          3          0          0          1
323.39/324.55	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
323.39/324.55	c   root node        :          -          -      -       4019          -          -       4019          -          -          -          -          -
323.39/324.55	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
323.39/324.55	c   benderslp        :          0          0          0          0        606          0          0         12          0          0          0          0          0          0          0
323.39/324.55	c   integral         :          0          0          0          0        606          0          0         12          0          0          0          0          0          0       1212
323.39/324.55	c   knapsack         :        724+       725         11      92614          0          0          0          8        195         13         22       2206        172          0          0
323.39/324.55	c   setppc           :        369+       412         11      92599          0          0          0          0       6242         54       4719          4          1          0          0
323.39/324.55	c   and              :       6277       6277       1217      92547          0          0          0          0     115108        425     331284     146035      67992          0          0
323.39/324.55	c   linear           :          0+        32          0      15365          0          0          0          3        129         43        175          0          0          0          0
323.39/324.55	c   logicor          :         12+      1009         11      16978          0          0          0          0       4405         83       2696         14          1          0          0
323.39/324.55	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
323.39/324.55	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   integral         :       6.45       0.00       0.00       0.00       6.45       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   knapsack         :       0.47       0.00       0.02       0.46       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   setppc           :       0.40       0.00       0.00       0.39       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   and              :      12.08       0.00       1.31      10.69       0.00       0.00       0.00       0.00       0.05       0.03
323.39/324.55	c   linear           :       0.02       0.01       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   logicor          :       0.08       0.00       0.00       0.07       0.00       0.00       0.00       0.00       0.01       0.00
323.39/324.55	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
323.39/324.55	c   dualfix          :          1          0          0          0
323.39/324.55	c   genvbounds       :          0          0          0          0
323.39/324.55	c   nlobbt           :          0          0          0          0
323.39/324.55	c   obbt             :          0          0          0          0
323.39/324.55	c   probing          :          0          0          0          0
323.39/324.55	c   pseudoobj        :          0          0          0          0
323.39/324.55	c   redcost          :          0          0          0          0
323.39/324.55	c   rootredcost      :          0          0          0          0
323.39/324.55	c   symmetry         :      10104          0         29      10158
323.39/324.55	c   vbounds          :      16968          0          0          0
323.39/324.55	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
323.39/324.55	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
323.39/324.55	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   probing          :      19.71       0.00      19.71       0.00       0.00       0.00
323.39/324.55	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
323.39/324.55	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
323.39/324.55	c   symmetry         :       3.35       0.00       0.04       3.30       0.00       0.00
323.39/324.55	c   vbounds          :       0.92       0.00       0.02       0.90       0.00       0.00
323.39/324.55	c Symmetry           :
323.39/324.55	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
323.39/324.55	c   orbital reduction:      10157 reductions applied,          0 cutoffs
323.39/324.55	c   lexicographic red:          1 reductions applied,         29 cutoffs
323.39/324.55	c   shadow tree time :       0.00 s
323.39/324.55	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
323.39/324.55	c   propagation      :       0.08        614        457          -       2009       24.6         37       21.5          -          -          -
323.39/324.55	c   infeasible LP    :       0.05         41         41          -        141       16.0          5        8.6         41        4.0          0
323.39/324.55	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
323.39/324.55	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
323.39/324.55	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
323.39/324.55	c   applied globally :       0.08          -          -          0       1514       18.4          -          -         41          -          -
323.39/324.55	c   applied locally  :          -          -          -          0          4       20.5          -          -          0          -          -
323.39/324.55	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
323.39/324.55	c   cut pool         :       0.62          -        298         21          -          -      18171      53069          -          -          -          -          -    (maximal pool size:      14843)
323.39/324.55	c   aggregation      :       0.43       0.00         83         11          0          0         22        268          0         52         52          0          0
323.39/324.55	c   > cmir           :          -          -          -          -          -          -          -        143          0         18         18          0          -
323.39/324.55	c   > flowcover      :          -          -          -          -          -          -          -        125          0         34         34          0          -
323.39/324.55	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
323.39/324.55	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   clique           :       2.40       0.00         11         11          0          0         89        283          0         19         19          0          0
323.39/324.55	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   gomory           :       7.64       0.00         88         10          0          0       5944      14582        906       2152       2121         31          0
323.39/324.55	c   > gomorymi       :          -          -          -          -          -          -          -       3680        453        475        461         14          -
323.39/324.55	c   > strongcg       :          -          -          -          -          -          -          -      10902        453       1677       1660         17          -
323.39/324.55	c   impliedbounds    :       0.33       0.00         89         11          0          0      11862      31992          0      11087      11087          0          0
323.39/324.55	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
323.39/324.55	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   multilinear      :       0.00       0.00         49         11          0          0          0          0          0          0          0          0          0
323.39/324.55	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
323.39/324.55	c   rapidlearning    :       3.14       0.00         22          1          0       6618          0          0          0          0          0          0         90
323.39/324.55	c   rlt              :      17.98       0.00        111         10          0          0       1386        803        881       1060        481        579          0
323.39/324.55	c   zerohalf         :       1.37       0.00         83         11          0          0       1011       5141        356       2653       2471        182          0
323.39/324.55	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
323.39/324.55	c   hybrid           :       0.40       0.00       1188         11      85326          0     117726       4528          0      27375
323.39/324.55	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c Pricers            :   ExecTime  SetupTime      Calls       Vars
323.39/324.55	c   problem variables:       0.00          -          0          0
323.39/324.55	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
323.39/324.55	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c   relpscost        :       6.45       0.00        606          0          0          0          0          0          0       1212
323.39/324.55	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
323.39/324.55	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
323.39/324.55	c   LP solutions     :       0.00          -          -          0          0
323.39/324.55	c   relax solutions  :       0.00          -          -          0          0
323.39/324.55	c   pseudo solutions :       0.00          -          -          0          0
323.39/324.55	c   strong branching :       0.00          -          -          0          0
323.39/324.55	c   actconsdiving    :       0.00       0.00          0          0          0
323.39/324.55	c   adaptivediving   :       5.62       0.00          5          0          0
323.39/324.55	c   alns             :       0.15       0.00          2          0          0
323.39/324.55	c   bound            :       0.00       0.00          0          0          0
323.39/324.55	c   clique           :       0.07       0.00          1          0          0
323.39/324.55	c   coefdiving       :       0.00       0.00          0          0          0
323.39/324.55	c   completesol      :       0.00       0.00          0          0          0
323.39/324.55	c   conflictdiving   :       3.08       0.00          3          0          0
323.39/324.55	c   crossover        :       0.00       0.00          0          0          0
323.39/324.55	c   dins             :       0.00       0.00          0          0          0
323.39/324.55	c   distributiondivin:       1.72       0.00          3          0          0
323.39/324.55	c   dps              :       0.00       0.00          0          0          0
323.39/324.55	c   dualval          :       0.00       0.00          0          0          0
323.39/324.55	c   farkasdiving     :       0.00       0.00          0          0          0
323.39/324.55	c   feasjump         :       0.03       0.00          1          0          0
323.39/324.55	c   feaspump         :       0.71       0.00          1          0          0
323.39/324.55	c   fixandinfer      :       0.00       0.00          0          0          0
323.39/324.55	c   fracdiving       :       0.85       0.00          3          0          0
323.39/324.55	c   gins             :       0.00       0.00          0          0          0
323.39/324.55	c   guideddiving     :       0.00       0.00          0          0          0
323.39/324.55	c   indcoefdiving    :       0.00       0.00          0          0          0
323.39/324.55	c   indicator        :       0.00       0.00          0          0          0
323.39/324.55	c   indicatordiving  :       0.00       0.00          0          0          0
323.39/324.55	c   indoneopt        :       0.00       0.00          0          0          0
323.39/324.55	c   indrounding      :       0.00       0.00          0          0          0
323.39/324.55	c   indtwoopt        :       0.00       0.00          0          0          0
323.39/324.55	c   intdiving        :       0.00       0.00          0          0          0
323.39/324.55	c   intshifting      :       0.00       0.00          0          0          0
323.39/324.55	c   linesearchdiving :       0.68       0.00          3          0          0
323.39/324.55	c   localbranching   :       0.00       0.00          0          0          0
323.39/324.55	c   locks            :       0.01       0.00          1          0          0
323.39/324.55	c   lpface           :       0.00       0.00          0          0          0
323.39/324.55	c   mpec             :       0.00       0.00          0          0          0
323.39/324.55	c   multistart       :       0.00       0.00          0          0          0
323.39/324.55	c   mutation         :       0.00       0.00          0          0          0
323.39/324.55	c   nlpdiving        :       0.00       0.00          0          0          0
323.39/324.55	c   objpscostdiving  :      64.10       0.00          2          0          0
323.39/324.55	c   octane           :       0.00       0.00          0          0          0
323.39/324.55	c   ofins            :       0.00       0.00          0          0          0
323.39/324.55	c   oneopt           :       0.00       0.00          0          0          0
323.39/324.55	c   padm             :       0.00       0.00          0          0          0
323.39/324.55	c   proximity        :       0.00       0.00          0          0          0
323.39/324.55	c   pscostdiving     :       1.14       0.00          3          0          0
323.39/324.55	c   randrounding     :       0.06       0.00         17          0          0
323.39/324.55	c   rens             :       0.11       0.00          1          0          0
323.39/324.55	c   reoptsols        :       0.00       0.00          0          0          0
323.39/324.55	c   repair           :       0.00       0.00          0          0          0
323.39/324.55	c   rins             :       0.00       0.00          0          0          0
323.39/324.55	c   rootsoldiving    :       1.29       0.00          2          0          0
323.39/324.55	c   rounding         :       0.39       0.00        557          0          0
323.39/324.55	c   scheduler        :       0.00       0.00          0          0          0
323.39/324.55	c   shiftandpropagate:       0.04       0.00          1          0          0
323.39/324.55	c   shifting         :       2.42       0.00        215          0          0
323.39/324.55	c   simplerounding   :       0.00       0.00          0          0          0
323.39/324.55	c   smallcard        :       0.00       0.00          0          0          0
323.39/324.55	c   subnlp           :       0.00       0.00          0          0          0
323.39/324.55	c   trivial          :       0.00       0.00          2          0          0
323.39/324.55	c   trivialnegation  :       0.00       0.00          0          0          0
323.39/324.55	c   trustregion      :       0.00       0.00          0          0          0
323.39/324.55	c   trysol           :       0.00       0.00          0          0          0
323.39/324.55	c   twoopt           :       0.00       0.00          0          0          0
323.39/324.55	c   undercover       :       0.10       0.00          1          0          0
323.39/324.55	c   vbounds          :       0.07       0.00          1          0          0
323.39/324.55	c   veclendiving     :       1.67       0.00          3          0          0
323.39/324.55	c   zeroobj          :       0.00       0.00          0          0          0
323.39/324.55	c   zirounding       :       0.23       0.00        606          0          0
323.39/324.55	c   other solutions  :          -          -          -          0          -
323.39/324.55	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	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
323.39/324.55	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
323.39/324.55	c   primal LP        :       0.32        103          0       0.00       0.00       0.32        103
323.39/324.55	c   dual LP          :     163.33       1848     823668     447.16    5042.92       0.02          6
323.39/324.55	c   lex dual LP      :       0.00          0          0       0.00          -
323.39/324.55	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
323.39/324.55	c   resolve instable :       0.00          0          0       0.00          -
323.39/324.55	c   diving/probing LP:      79.55        445      88003     197.76    1106.28
323.39/324.55	c   strong branching :       5.60         13      12900     992.31    2304.76          -          -         25
323.39/324.55	c     (at root node) :          -         13      12900     992.31          -
323.39/324.55	c   conflict analysis:       0.00          0          0       0.00          -
323.39/324.55	c B&B Tree           :
323.39/324.55	c   number of runs   :          1
323.39/324.55	c   nodes            :        956 (606 internal, 350 leaves)
323.39/324.55	c   feasible leaves  :          0
323.39/324.55	c   infeas. leaves   :        350
323.39/324.55	c   objective leaves :          0
323.39/324.55	c   nodes (total)    :        956 (606 internal, 350 leaves)
323.39/324.55	c   nodes left       :          0
323.39/324.55	c   max depth        :         22
323.39/324.55	c   max depth (total):         22
323.39/324.55	c   backtracks       :        336 (35.1%)
323.39/324.55	c   early backtracks :          0 (0.0%)
323.39/324.55	c   nodes exc. ref.  :          0 (0.0%)
323.39/324.55	c   delayed cutoffs  :        257
323.39/324.55	c   repropagations   :        573 (77615 domain reductions, 216 cutoffs)
323.39/324.55	c   avg switch length:       3.14
323.39/324.55	c   switching time   :       1.08
323.39/324.55	c Root Node          :
323.39/324.55	c   First LP value   : +0.00000000000000e+00
323.39/324.55	c   First LP Iters   :       2999 (15179.05 Iter/sec)
323.39/324.55	c   First LP Time    :       0.20
323.39/324.55	c   Final Dual Bound :          -
323.39/324.55	c   Final Root Iters :      44507
323.39/324.55	c   Root LP Estimate : +6.60031793064932e-02
323.39/324.55	c Solution           :
323.39/324.55	c   Solutions found  :          0 (0 improvements)
323.39/324.55	c   Primal Bound     : infeasible
323.39/324.55	c   Dual Bound       :          -
323.39/324.55	c   Gap              :       0.00 %
323.39/324.55	c Integrals          :      Total       Avg%
323.39/324.55	c   primal-dual      :          -          - (problem infeasible)
323.39/324.55	c   primal-ref       :          -          - (problem infeasible)
323.39/324.55	c   dual-ref         :          -          - (problem infeasible)
323.49/324.65	c Time complete: 323.541.

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441695-1721294183/watcher-4441695-1721294183 -o /tmp/evaluation-result-4441695-1721294183/solver-4441695-1721294183 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967151 --watchdog 3760 pbscip -f HOME/instance-4441695-1721294183.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
Starting watchdog thread
solver pid=967257, runsolver pid=967254
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 1.14 2.26 3.29 5/258 967258
/proc/meminfo: memFree=127263348/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=111696 memory=71228 CPUtime=0.1 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 14560 0 0 0 8 2 0 0 20 0 1 0 181580768 114376704 17807 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 27924 17807 3620 3540 0 16181 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111696 KiB
Current children cumulated memory: 71228 KiB

[startup+0.205731 s]*
/proc/loadavg: 1.14 2.26 3.29 5/258 967258
/proc/meminfo: memFree=127143416/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=131500 memory=90524 CPUtime=0.2 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 21062 0 0 0 17 3 0 0 20 0 1 0 181580768 134656000 22631 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 32875 22631 3683 3540 0 21132 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 131500 KiB
Current children cumulated memory: 90524 KiB

[startup+0.305796 s]*
/proc/loadavg: 1.14 2.26 3.29 5/258 967258
/proc/meminfo: memFree=127058128/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=131500 memory=90524 CPUtime=0.3 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 21062 0 0 0 27 3 0 0 20 0 1 0 181580768 134656000 22631 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 32875 22631 3683 3540 0 21132 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 131500 KiB
Current children cumulated memory: 90524 KiB

[startup+0.700224 s]
/proc/loadavg: 1.45 2.31 3.30 5/258 967258
/proc/meminfo: memFree=127037984/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=131500 memory=90524 CPUtime=0.69 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 21062 0 0 0 66 3 0 0 20 0 1 0 181580768 134656000 22631 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 32875 22631 3683 3540 0 21132 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 131500 KiB
Current children cumulated memory: 90524 KiB

[startup+1.50023 s]
/proc/loadavg: 1.45 2.31 3.30 5/258 967258
/proc/meminfo: memFree=126865416/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=131500 memory=90524 CPUtime=1.49 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 21062 0 0 0 146 3 0 0 20 0 1 0 181580768 134656000 22631 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 32875 22631 3683 3540 0 21132 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 131500 KiB
Current children cumulated memory: 90524 KiB

[startup+3.10567 s]
/proc/loadavg: 1.45 2.31 3.30 5/258 967306
/proc/meminfo: memFree=126730128/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=143872 memory=102464 CPUtime=3.09 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 25859 0 0 0 305 4 0 0 20 0 1 0 181580768 147324928 25616 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 35968 25616 3795 3540 0 24225 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 143872 KiB
Current children cumulated memory: 102464 KiB

[startup+6.30021 s]
/proc/loadavg: 1.66 2.34 3.31 5/258 967306
/proc/meminfo: memFree=126504180/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=145488 memory=104040 CPUtime=6.27 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 26265 0 0 0 623 4 0 0 20 0 1 0 181580768 148979712 26010 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 36372 26010 3795 3540 0 24629 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 145488 KiB
Current children cumulated memory: 104040 KiB

[startup+12.7002 s]
/proc/loadavg: 1.85 2.37 3.31 5/258 967306
/proc/meminfo: memFree=126503780/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=145648 memory=104040 CPUtime=12.64 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 26278 0 0 0 1260 4 0 0 20 0 1 0 181580768 149143552 26010 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 36412 26010 3795 3540 0 24669 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 145648 KiB
Current children cumulated memory: 104040 KiB

[startup+25.5002 s]
/proc/loadavg: 2.26 2.44 3.32 5/258 967309
/proc/meminfo: memFree=126407060/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=252920 memory=201324 CPUtime=25.4 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 50902 0 0 0 2532 8 0 0 20 0 1 0 181580768 258990080 50331 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 63230 50331 4019 3540 0 51487 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 252920 KiB
Current children cumulated memory: 201324 KiB

[startup+51.1058 s]
/proc/loadavg: 3.01 2.60 3.35 5/258 967312
/proc/meminfo: memFree=126038028/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=315464 memory=251036 CPUtime=50.91 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 63380 0 0 0 5080 11 0 0 20 0 1 0 181580768 323035136 62759 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 78866 62759 4019 3540 0 67123 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 315464 KiB
Current children cumulated memory: 251036 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 3.04 3.46 5/258 967320
/proc/meminfo: memFree=125358416/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=410980 memory=343252 CPUtime=101.92 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 83891 0 0 0 10177 15 0 0 20 0 1 0 181580768 420843520 85813 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 102745 85813 4019 3540 0 91002 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 410980 KiB
Current children cumulated memory: 343252 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.21 3.50 5/257 967562
/proc/meminfo: memFree=125908652/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=437124 memory=356068 CPUtime=161.71 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 88463 0 0 0 16154 17 0 0 20 0 1 0 181580768 447614976 89017 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 109281 89017 4019 3540 0 97538 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 437124 KiB
Current children cumulated memory: 356068 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.38 3.54 5/257 967572
/proc/meminfo: memFree=125891492/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=453640 memory=356068 CPUtime=221.51 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 88483 0 0 0 22133 18 0 0 20 0 1 0 181580768 464527360 89017 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 113410 89017 4019 3540 0 101667 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 453640 KiB
Current children cumulated memory: 356068 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.51 3.57 6/261 967590
/proc/meminfo: memFree=125814328/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=524488 memory=413132 CPUtime=281.33 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 92168 0 0 0 28113 20 0 0 20 0 1 0 181580768 537075712 103283 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 131122 103283 4019 3540 0 119379 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 524488 KiB
Current children cumulated memory: 413132 KiB

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

# cumulated CPU time of all completed processes:  user=323.329 s, system=0.224217 s

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

[startup+307.2 s]
/proc/loadavg: 4.13 3.56 3.59 5/258 967594
/proc/meminfo: memFree=125807752/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=537832 memory=413132 CPUtime=306.14 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 92178 0 0 0 30594 20 0 0 20 0 1 0 181580768 550739968 103283 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 134458 103283 4019 3540 0 122715 0
Current children cumulated CPU time: 306.14 s
Current children cumulated vsize: 537832 KiB
Current children cumulated memory: 413132 KiB

[startup+313.6 s]
/proc/loadavg: 4.12 3.57 3.59 5/258 967596
/proc/meminfo: memFree=125801160/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=544648 memory=413132 CPUtime=312.52 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 92191 0 0 0 31232 20 0 0 20 0 1 0 181580768 557719552 103283 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 136162 103283 4019 3540 0 124419 0
Current children cumulated CPU time: 312.52 s
Current children cumulated vsize: 544648 KiB
Current children cumulated memory: 413132 KiB

[startup+320 s]*
/proc/loadavg: 4.11 3.58 3.60 5/258 967597
/proc/meminfo: memFree=125761112/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=548628 memory=414968 CPUtime=318.9 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 92623 0 0 0 31870 20 0 0 20 0 1 0 181580768 561795072 103742 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 137157 103742 4019 3540 0 125414 0
Current children cumulated CPU time: 318.9 s
Current children cumulated vsize: 548628 KiB
Current children cumulated memory: 414968 KiB

[startup+323.2 s]
/proc/loadavg: 4.10 3.59 3.60 5/258 967598
/proc/meminfo: memFree=125735892/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=571888 memory=439884 CPUtime=322.09 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 95278 0 0 0 32188 21 0 0 20 0 1 0 181580768 585613312 109971 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 142972 109971 4019 3540 0 131229 0
Current children cumulated CPU time: 322.09 s
Current children cumulated vsize: 571888 KiB
Current children cumulated memory: 439884 KiB

[startup+324 s]*
/proc/loadavg: 4.10 3.59 3.60 5/258 967598
/proc/meminfo: memFree=125735500/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=572440 memory=440412 CPUtime=322.89 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 95413 0 0 0 32268 21 0 0 20 0 1 0 181580768 586178560 110103 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 143110 110103 4019 3540 0 131367 0
Current children cumulated CPU time: 322.89 s
Current children cumulated vsize: 572440 KiB
Current children cumulated memory: 440412 KiB

[startup+324.4 s]
/proc/loadavg: 4.10 3.59 3.60 5/258 967598
/proc/meminfo: memFree=125735500/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=572440 memory=440412 CPUtime=323.29 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 95413 0 0 0 32308 21 0 0 20 0 1 0 181580768 586178560 110103 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 143110 110103 4019 3540 0 131367 0
Current children cumulated CPU time: 323.29 s
Current children cumulated vsize: 572440 KiB
Current children cumulated memory: 440412 KiB

[startup+324.6 s]
/proc/loadavg: 4.10 3.59 3.60 5/258 967598
/proc/meminfo: memFree=125735500/131524600 swapFree=131071216/131071996
[pid=967257] ppid=967254 vsize=560204 memory=428268 CPUtime=323.49 cores=1,3
/proc/967257/stat : 967257 (pbscip) R 967254 967257 967139 0 -1 4194304 95413 0 0 0 32328 21 0 0 20 0 1 0 181580768 573648896 107067 134679101440 4194304 18693293 140726969891184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45096960 140726969893891 140726969893990 140726969893990 140726969901006 0
/proc/967257/statm: 140051 107067 4019 3540 0 128308 0
Current children cumulated CPU time: 323.49 s
Current children cumulated vsize: 560204 KiB
Current children cumulated memory: 428268 KiB

Child status: 0

Real time (s): 324.662
CPU time (s): 323.553
CPU user time (s): 323.329
CPU system time (s): 0.224217
CPU usage (%): 99.6585
Max. virtual memory (cumulated for all children) (KiB): 572440
Max. memory (cumulated for all children) (KiB): 440412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.329
system time used= 0.224217
maximum resident set size= 440412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95419
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= 7
involuntary context switches= 348


# summary of solver processes directly reported to runsolver:
#   pid: 967257
#   total CPU time (s): 323.553
#   total CPU user time (s): 323.329
#   total CPU system time (s): 0.224217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.602288 second user time and 1.49761 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 11:16:36
IDJOB=4441695
IDBENCH=147739
IDSOLVER=3059
FILE ID=nodeC018/4441695-1721294183
RUNJOBID= nodeC018-1721294195-967151
SLURM_JOB_ID= 7542613
Free space on /tmp= 890016 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.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-4441695-1721294183/watcher-4441695-1721294183 -o /tmp/evaluation-result-4441695-1721294183/solver-4441695-1721294183 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967151 --watchdog 3760  pbscip -f HOME/instance-4441695-1721294183.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 1cec7467f4817916a0b2c766a10a10ef
RANDOM SEED=1761103174

nodeC018.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		: 3666.459
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.52
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		: 3644.188
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.30
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		: 3599.799
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.52
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		: 3668.550
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.30
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		: 3666.398
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.52
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		: 3662.677
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127393424 kB
MemAvailable:   129226432 kB
Buffers:          459460 kB
Cached:          2204360 kB
SwapCached:          148 kB
Active:           971420 kB
Inactive:        2572092 kB
Active(anon):       1548 kB
Inactive(anon):   923592 kB
Active(file):     969872 kB
Inactive(file):  1648500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             87028 kB
Writeback:             0 kB
AnonPages:        879396 kB
Mapped:           137732 kB
Shmem:             45784 kB
KReclaimable:     108920 kB
Slab:             205908 kB
SReclaimable:     108920 kB
SUnreclaim:        96988 kB
KernelStack:        4112 kB
PageTables:        11156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1125304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC018 at 2024-07-18 11:22:00