Trace number 4510338

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 7.5886 7.62607

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
MD5SUM42530f8fa6d5232445304732efe45d63
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.118591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints640
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)638
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4510338-1751201522.opb>
0.00/0.01	c original problem has 481 variables (481 bin, 0 int, 0 impl, 0 cont) and 640 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver (2 rounds): 1 aggregations, 0 fixings, 0 bound changes
0.00/0.01	c (round 1, medium)     1 del vars, 640 del conss, 240 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 51/480 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.02	c    (0.0s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.00/0.02	c dynamic symmetry handling statistics:
0.00/0.02	c    orbitopal reduction:       no components
0.00/0.02	c    orbital reduction:         no components
0.00/0.02	c    lexicographic reduction:    2 permutations with support sizes 479, 475
0.00/0.02	c handled 1 out of 1 symmetry components
0.00/0.02	c presolving (2 rounds: 2 fast, 2 medium, 1 exhaustive):
0.00/0.02	c  1 deleted vars, 640 deleted constraints, 240 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 480 variables (480 bin, 0 int, 0 impl, 0 cont) and 240 constraints
0.00/0.02	c     240 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 10.0.0
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.02	c limits/time = 3596.997012
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.02	c limits/memory = 27900
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.02	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.02	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.02	c misc/usesymmetry = 3
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.02	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.02	c 
0.00/0.02	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.02	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.02	c 
0.00/0.02	c # Type of symmetries that shall be computed?
0.00/0.02	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.02	c propagating/symmetry/symtype = 1
0.00/0.02	c 
0.00/0.02	c # Should components consisting of a single full reflection be handled?
0.00/0.02	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.04	c   0.0s|     1 |     0 |   349 |     - |  5446k |   0 | 480 | 245 | 240 |   0 |  0 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   579 |     - |  5784k |   0 | 480 | 269 | 270 |  30 |  1 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   597 |     - |  6035k |   0 | 480 | 269 | 284 |  44 |  2 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   611 |     - |  6099k |   0 | 480 | 269 | 295 |  55 |  3 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   623 |     - |  6196k |   0 | 480 | 270 | 303 |  63 |  4 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   628 |     - |  6256k |   0 | 480 | 270 | 309 |  69 |  5 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   631 |     - |  6347k |   0 | 480 | 270 | 311 |  71 |  6 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   636 |     - |  6414k |   0 | 480 | 270 | 312 |  72 |  7 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   638 |     - |  6456k |   0 | 480 | 270 | 314 |  74 |  8 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   643 |     - |  6501k |   0 | 480 | 270 | 316 |  76 |  9 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   646 |     - |  6670k |   0 | 480 | 270 | 317 |  77 | 10 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   647 |     - |  6703k |   0 | 480 | 270 | 318 |  78 | 11 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   648 |     - |  6737k |   0 | 480 | 270 | 319 |  79 | 12 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   650 |     - |  6770k |   0 | 480 | 270 | 320 |  80 | 13 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   651 |     - |  6804k |   0 | 480 | 270 | 322 |  82 | 14 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.08	c   0.1s|     1 |     0 |   652 |     - |  6838k |   0 | 480 | 270 | 289 |  83 | 15 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   653 |     - |  6881k |   0 | 480 | 270 | 290 |  84 | 16 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   655 |     - |  6912k |   0 | 480 | 270 | 291 |  85 | 17 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   662 |     - |  6943k |   0 | 480 | 270 | 292 |  86 | 18 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   672 |     - |  6973k |   0 | 480 | 272 | 293 |  87 | 19 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   674 |     - |  7279k |   0 | 480 | 274 | 295 |  89 | 20 |  10 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   677 |     - |  7279k |   0 | 480 | 274 | 289 |  91 | 21 |  10 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.10	c   0.1s|     1 |     0 |   678 |     - |  7279k |   0 | 480 | 275 | 290 |  92 | 22 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.12	c   0.1s|     1 |     2 |   805 |     - |  7281k |   0 | 480 | 281 | 290 |  92 | 23 |  17 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.39/0.42	c   0.4s|   100 |   101 |  2443 |  17.8 |  8434k |  28 | 480 | 351 | 244 | 102 |  1 |  87 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.67/0.76	c   0.8s|   200 |   198 |  3767 |  15.5 |  9190k |  29 | 480 | 446 | 245 | 104 |  1 | 182 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.03	c   1.0s|   300 |   296 |  5330 |  15.6 |  9363k |  37 | 480 | 553 | 245 | 111 |  1 | 289 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.13	c   1.1s|   400 |   386 |  6343 |  14.2 |  9502k |  66 | 480 | 608 | 249 | 159 |  1 | 344 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.20	c   1.2s|   500 |   478 |  7048 |  12.8 |  9634k |  78 | 480 | 651 | 249 | 159 |  1 | 387 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.27	c   1.3s|   600 |   574 |  7721 |  11.8 |  9709k |  78 | 480 | 722 | 246 | 173 |  1 | 458 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.38/1.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.38/1.47	c   1.5s|   700 |   659 |  8389 |  11.0 |  9823k |  89 | 480 | 775 | 249 | 184 |  1 | 512 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.63	c   1.6s|   800 |   751 |  8997 |  10.4 |  9885k |  89 | 480 | 804 | 252 | 204 |  0 | 542 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.79	c   1.8s|   900 |   839 |  9976 |  10.3 |    10M |  89 | 480 | 885 | 249 | 221 |  1 | 628 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.87/1.92	c   1.9s|  1000 |   923 | 10531 |   9.9 |    10M |  89 | 480 | 931 |   0 | 221 |  0 | 675 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.98/2.10	c   2.1s|  1100 |  1000 | 11326 |   9.7 |    10M |  89 | 480 | 997 | 244 | 236 |  1 | 744 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.08/2.17	c   2.2s|  1200 |  1085 | 11889 |   9.4 |    11M |  89 | 480 |1044 | 244 | 242 |  1 | 791 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.27/2.36	c   2.3s|  1300 |  1177 | 12632 |   9.2 |    11M |  89 | 480 |1085 | 245 | 260 |  1 | 834 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.37/2.43	c   2.4s|  1400 |  1270 | 13447 |   9.1 |    11M |  89 | 480 |1137 | 247 | 295 |  1 | 887 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.37/2.49	c   2.5s|  1500 |  1360 | 14018 |   8.9 |    11M |  89 | 480 |1210 | 249 | 298 |  1 | 961 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.47/2.54	c   2.5s|  1600 |  1460 | 14537 |   8.7 |    11M |  89 | 480 |1258 | 249 | 298 |  1 |1010 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.77/2.80	c   2.8s|  1700 |  1543 | 15068 |   8.5 |    11M |  89 | 480 |1326 | 248 | 309 |  1 |1083 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.77/2.86	c   2.9s|  1800 |  1627 | 15553 |   8.3 |    11M |  89 | 480 |1426 |   0 | 325 |  0 |1187 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.97/3.03	c   3.0s|  1900 |  1700 | 16182 |   8.2 |    11M |  89 | 480 |1486 | 249 | 352 |  1 |1257 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.07/3.13	c   3.1s|  2000 |  1774 | 16741 |   8.0 |    11M |  89 | 480 |1557 | 247 | 376 |  1 |1340 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.26/3.36	c   3.4s|  2100 |  1868 | 17550 |   8.0 |    12M |  89 | 480 |1640 | 248 | 407 |  1 |1429 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.36/3.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.36/3.46	c   3.5s|  2200 |  1929 | 18113 |   7.9 |    12M |  89 | 480 |1727 | 249 | 415 |  1 |1527 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.56/3.61	c   3.6s|  2300 |  1998 | 18557 |   7.8 |    12M |  89 | 480 |1784 | 247 | 415 |  1 |1590 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.56/3.68	c   3.7s|  2400 |  2083 | 19079 |   7.7 |    12M |  89 | 480 |1880 | 244 | 418 |  1 |1694 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.66/3.74	c   3.7s|  2500 |  2156 | 19575 |   7.6 |    12M |  89 | 480 |1950 | 249 | 437 |  1 |1774 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.76/3.82	c   3.8s|  2600 |  2245 | 20482 |   7.6 |    12M |  89 | 480 |2011 | 249 | 478 |  1 |1839 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.07/4.17	c   4.2s|  2700 |  2341 | 21634 |   7.8 |    12M |  89 | 480 |2075 | 249 | 516 |  1 |1907 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.17/4.25	c   4.2s|  2800 |  2438 | 22306 |   7.7 |    13M |  89 | 480 |2156 | 249 | 595 |  1 |1991 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.27/4.37	c   4.4s|  2900 |  2489 | 22920 |   7.7 |    13M |  89 | 480 |2251 | 247 | 615 |  1 |2101 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.37/4.45	c   4.4s|  3000 |  2572 | 23608 |   7.6 |    14M |  89 | 480 |2301 | 249 | 645 |  1 |2157 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.37/4.49	c   4.5s|  3100 |  2656 | 24006 |   7.5 |    14M |  89 | 480 |2343 | 250 | 645 |  1 |2202 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.55	c   4.5s|  3200 |  2744 | 24425 |   7.4 |    14M |  89 | 480 |2407 | 250 | 645 |  1 |2269 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.57/4.62	c   4.6s|  3300 |  2837 | 25004 |   7.4 |    14M |  89 | 480 |2459 | 246 | 669 |  2 |2325 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.67/4.71	c   4.7s|  3400 |  2925 | 25724 |   7.4 |    14M |  89 | 480 |2581 | 249 | 712 |  1 |2453 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.67/4.77	c   4.8s|  3500 |  3015 | 26217 |   7.3 |    14M |  89 | 480 |2640 | 248 | 729 |  1 |2521 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.27	c   5.3s|  3600 |  3084 | 26566 |   7.2 |    14M |  89 | 480 |2690 | 248 | 729 |  3 |2584 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.36/5.41	c   5.4s|  3700 |  3160 | 27278 |   7.2 |    15M |  89 | 480 |2778 | 249 | 764 |  1 |2684 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.64	c   5.6s|  3800 |  3235 | 28079 |   7.2 |    15M |  89 | 480 |2833 | 252 | 798 |  1 |2748 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.73	c   5.7s|  3900 |  3316 | 28610 |   7.2 |    15M |  89 | 480 |2869 | 247 | 826 |  1 |2797 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.79	c   5.8s|  4000 |  3398 | 29098 |   7.1 |    15M |  89 | 480 |2941 | 249 | 828 |  1 |2879 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.76/5.85	c   5.8s|  4100 |  3487 | 29460 |   7.0 |    15M |  89 | 480 |2987 |   0 | 828 |  0 |2935 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.86/5.91	c   5.9s|  4200 |  3539 | 29847 |   6.9 |    15M |  89 | 480 |3052 | 249 | 833 |  1 |3023 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.86/5.98	c   6.0s|  4300 |  3632 | 30546 |   6.9 |    16M |  89 | 480 |3111 | 250 | 850 |  1 |3093 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.96/6.06	c   6.0s|  4400 |  3723 | 31052 |   6.9 |    16M |  89 | 480 |3177 | 247 | 862 |  1 |3177 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.06/6.12	c   6.1s|  4500 |  3818 | 31521 |   6.9 |    16M |  89 | 480 |3225 | 244 | 867 |  1 |3232 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.06/6.19	c   6.2s|  4600 |  3889 | 32006 |   6.8 |    16M |  89 | 480 |3280 | 249 | 877 |  1 |3326 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.24	c   6.2s|  4700 |  3964 | 32361 |   6.7 |    16M |  89 | 480 |3277 | 253 | 882 |  1 |3384 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.28	c   6.3s|  4800 |  4035 | 32700 |   6.7 |    16M |  89 | 480 |3307 | 249 | 882 |  1 |3439 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.34	c   6.3s|  4900 |  4105 | 33039 |   6.6 |    16M |  89 | 480 |3361 | 249 | 889 |  1 |3553 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.39	c   6.4s|  5000 |  4165 | 33373 |   6.5 |    16M |  89 | 480 |3376 | 250 | 894 |  1 |3621 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.36/6.44	c   6.4s|  5100 |  4238 | 33728 |   6.5 |    16M |  89 | 480 |3357 | 246 | 903 |  0 |3674 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.46/6.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.46/6.50	c   6.5s|  5200 |  4328 | 34253 |   6.5 |    16M |  89 | 480 |3357 | 249 | 903 |  1 |3713 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.46/6.57	c   6.6s|  5300 |  4408 | 34737 |   6.4 |    17M |  89 | 480 |3352 | 252 | 911 |  1 |3775 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.56/6.62	c   6.6s|  5400 |  4499 | 35171 |   6.4 |    17M |  89 | 480 |3328 | 249 | 911 |  1 |3850 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.56/6.68	c   6.7s|  5500 |  4591 | 35648 |   6.4 |    17M |  89 | 480 |3325 | 249 | 911 |  1 |3921 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.65/6.74	c   6.7s|  5600 |  4668 | 36097 |   6.3 |    17M |  89 | 480 |3303 | 253 | 917 |  1 |3981 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.65/6.79	c   6.8s|  5700 |  4755 | 36526 |   6.3 |    17M |  89 | 480 |3336 | 249 | 917 |  1 |4064 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.75/6.85	c   6.8s|  5800 |  4845 | 36967 |   6.3 |    17M |  89 | 480 |3312 | 248 | 918 |  1 |4141 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.85/6.92	c   6.9s|  5900 |  4945 | 37520 |   6.2 |    17M |  89 | 480 |3313 | 244 | 942 |  1 |4223 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.85/7.00	c   7.0s|  6000 |  5039 | 38138 |   6.2 |    18M |  89 | 480 |3324 | 250 | 980 |  1 |4291 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.96/7.08	c   7.1s|  6100 |  5111 | 38538 |   6.2 |    18M |  89 | 480 |3351 | 249 | 990 |  1 |4404 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.06/7.13	c   7.1s|  6200 |  5207 | 38840 |   6.2 |    18M |  89 | 480 |3328 | 252 | 992 |  1 |4430 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.15/7.20	c   7.2s|  6300 |  5289 | 39420 |   6.2 |    18M |  89 | 480 |3254 | 246 |1026 |  1 |4505 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.15/7.25	c   7.2s|  6400 |  5361 | 39839 |   6.1 |    18M |  89 | 480 |3227 | 248 |1034 |  1 |4572 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.32	c   7.3s|  6500 |  5447 | 40358 |   6.1 |    18M |  97 | 480 |3217 | 249 |1050 |  1 |4614 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.39	c   7.4s|  6600 |  5530 | 40823 |   6.1 |    18M |  97 | 480 |3133 | 249 |1065 |  1 |4666 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.35/7.44	c   7.4s|  6700 |  5602 | 41139 |   6.0 |    18M |  97 | 480 |3150 | 252 |1065 |  1 |4758 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.49	c   7.5s|  6800 |  5662 | 41477 |   6.0 |    18M |  97 | 480 |3138 | 249 |1065 |  1 |4822 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.45/7.55	c   7.5s|  6900 |  5711 | 41995 |   6.0 |    18M | 104 | 480 |3067 | 249 |1070 |  1 |4911 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.55/7.61	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
7.55/7.61	c 
7.55/7.61	c SCIP Status        : problem is solved [infeasible]
7.55/7.61	c Solving Time (sec) : 7.61
7.55/7.61	c Solving Nodes      : 6977
7.55/7.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
7.55/7.61	c Dual Bound         : +1.00000000000000e+20
7.55/7.61	c Gap                : 0.00 %
7.55/7.61	s UNSATISFIABLE
7.55/7.61	c SCIP Status        : problem is solved [infeasible]
7.55/7.61	c Total Time         :       7.61
7.55/7.61	c   solving          :       7.61
7.55/7.61	c   presolving       :       0.01 (included in solving)
7.55/7.61	c   reading          :       0.00 (included in solving)
7.55/7.61	c   copying          :       0.45 (105 #copies) (minimal 0.00, maximal 0.01, average 0.00)
7.55/7.61	c Original Problem   :
7.55/7.61	c   Problem name     : HOME/instance-4510338-1751201522.opb
7.55/7.61	c   Variables        : 481 (481 binary, 0 integer, 0 implicit integer, 0 continuous)
7.55/7.61	c   Constraints      : 640 initial, 640 maximal
7.55/7.61	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
7.55/7.61	c Presolved Problem  :
7.55/7.61	c   Problem name     : t_HOME/instance-4510338-1751201522.opb
7.55/7.61	c   Variables        : 480 (480 binary, 0 integer, 0 implicit integer, 0 continuous)
7.55/7.61	c   Constraints      : 240 initial, 3385 maximal
7.55/7.61	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
7.55/7.61	c   Nonzeros         : 960 constraint, 0 clique table
7.55/7.61	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
7.55/7.61	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
7.55/7.61	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   milp             :       0.00       0.00      1          0          1          0          0          0        640        240          0          0
7.55/7.61	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
7.55/7.61	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
7.55/7.61	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
7.55/7.61	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
7.55/7.61	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
7.55/7.61	c   benderslp        :          0          0          0          0       6428          0          0        487          0          0          0          0          0          0          0
7.55/7.61	c   integral         :          0          0          0          0       6428          0          0        487          0          0          0          0          0          0      12856
7.55/7.61	c   knapsack         :          0+        79          0      35558          0          0          0          0       4143        335       3497          0          0          0          0
7.55/7.61	c   linear           :        240+       311         24      36772          0          0          0        486      14580       1112       8507          0          0          0          0
7.55/7.61	c   logicor          :          0+      3037         23      19515          0          0          0          0       2114        301       1182          0          0          0          0
7.55/7.61	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
7.55/7.61	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   integral         :       0.07       0.00       0.00       0.00       0.07       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   knapsack         :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   linear           :       0.12       0.00       0.00       0.11       0.00       0.00       0.00       0.00       0.01       0.00
7.55/7.61	c   logicor          :       0.12       0.00       0.00       0.12       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
7.55/7.61	c   dualfix          :          1          0          0          0
7.55/7.61	c   genvbounds       :          0          0          0          0
7.55/7.61	c   nlobbt           :          0          0          0          0
7.55/7.61	c   obbt             :          0          0          0          0
7.55/7.61	c   probing          :          0          0          0          0
7.55/7.61	c   pseudoobj        :          0          0          0          0
7.55/7.61	c   redcost          :          0          0          0          0
7.55/7.61	c   rootredcost      :          0          0          0          0
7.55/7.61	c   symmetry         :      34331          0         17         23
7.55/7.61	c   vbounds          :          0          0          0          0
7.55/7.61	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
7.55/7.61	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c   symmetry         :       0.80       0.00       0.00       0.80       0.00       0.00
7.55/7.61	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
7.55/7.61	c Symmetry           :
7.55/7.61	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
7.55/7.61	c   orbital reduction:          0 reductions applied,          0 cutoffs
7.55/7.61	c   lexicographic red:         51 reductions applied,         17 cutoffs
7.55/7.61	c   shadow tree time :       0.01 s
7.55/7.61	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
7.55/7.61	c   propagation      :       0.02       1272       1249          -       4372       19.6        192        9.7          -          -          -
7.55/7.61	c   infeasible LP    :       0.04        419        418          -       1213       19.6         66        8.1        413       24.3          0
7.55/7.61	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
7.55/7.61	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
7.55/7.61	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
7.55/7.61	c   applied globally :       0.00          -          -          0       4554       17.7          -          -        410          -          -
7.55/7.61	c   applied locally  :          -          -          -          0          5       15.4          -          -          2          -          -
7.55/7.61	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
7.55/7.61	c   cut pool         :       0.02          -       1150         42          -          -       1404       8866          -          -          -          -          -    (maximal pool size:        467)
7.55/7.61	c   aggregation      :       0.02       0.00        166         23          0          0          4          2          2          2          0          2          0
7.55/7.61	c   > cmir           :          -          -          -          -          -          -          -          2          0          0          0          0          -
7.55/7.61	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
7.55/7.61	c   > knapsackcover  :          -          -          -          -          -          -          -          0          2          2          0          2          -
7.55/7.61	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   gomory           :       0.04       0.00        153         10          0          0       1390       8616        128        884        873         11          0
7.55/7.61	c   > gomorymi       :          -          -          -          -          -          -          -        474         64         12          8          4          -
7.55/7.61	c   > strongcg       :          -          -          -          -          -          -          -       8142         64        872        865          7          -
7.55/7.61	c   impliedbounds    :       0.00       0.00        166         23          0          0          0          0          0          0          0          0          0
7.55/7.61	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
7.55/7.61	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   multilinear      :       0.00       0.00        159         23          0          0          0          0          0          0          0          0          0
7.55/7.61	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
7.55/7.61	c   rapidlearning    :       2.55       0.00        100          1          0       2903          0          0          0          0          0          0        575
7.55/7.61	c   rlt              :       0.00       0.00         72         10          0          0          0          0          0          0          0          0          0
7.55/7.61	c   zerohalf         :       0.02       0.00        163         20          0          0        192        248         52        226        187         39          0
7.55/7.61	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
7.55/7.61	c   hybrid           :       0.00       0.00        427         22       1112          0       7861         92          0        407
7.55/7.61	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c Pricers            :   ExecTime  SetupTime      Calls       Vars
7.55/7.61	c   problem variables:       0.00          -          0          0
7.55/7.61	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
7.55/7.61	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c   relpscost        :       0.07       0.00       6428          0          0          0          0          0          0      12856
7.55/7.61	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
7.55/7.61	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
7.55/7.61	c   LP solutions     :       0.00          -          -          0          0
7.55/7.61	c   relax solutions  :       0.00          -          -          0          0
7.55/7.61	c   pseudo solutions :       0.00          -          -          0          0
7.55/7.61	c   strong branching :       0.00          -          -          0          0
7.55/7.61	c   actconsdiving    :       0.00       0.00          0          0          0
7.55/7.61	c   adaptivediving   :       0.19       0.00         52          0          0
7.55/7.61	c   alns             :       0.08       0.00          4          0          0
7.55/7.61	c   bound            :       0.00       0.00          0          0          0
7.55/7.61	c   clique           :       0.00       0.00          0          0          0
7.55/7.61	c   coefdiving       :       0.00       0.00          0          0          0
7.55/7.61	c   completesol      :       0.00       0.00          0          0          0
7.55/7.61	c   conflictdiving   :       0.22       0.00        100          0          0
7.55/7.61	c   crossover        :       0.00       0.00          0          0          0
7.55/7.61	c   dins             :       0.00       0.00          0          0          0
7.55/7.61	c   distributiondivin:       0.33       0.00         94          0          0
7.55/7.61	c   dps              :       0.00       0.00          0          0          0
7.55/7.61	c   dualval          :       0.00       0.00          0          0          0
7.55/7.61	c   farkasdiving     :       0.00       0.00          0          0          0
7.55/7.61	c   feasjump         :       0.02       0.00          1          0          0
7.55/7.61	c   feaspump         :       0.10       0.00         26          0          0
7.55/7.61	c   fixandinfer      :       0.00       0.00          0          0          0
7.55/7.61	c   fracdiving       :       0.22       0.00        100          0          0
7.55/7.61	c   gins             :       0.00       0.00          0          0          0
7.55/7.61	c   guideddiving     :       0.00       0.00          0          0          0
7.55/7.61	c   indcoefdiving    :       0.00       0.00          0          0          0
7.55/7.61	c   indicator        :       0.00       0.00          0          0          0
7.55/7.61	c   indicatordiving  :       0.00       0.00          0          0          0
7.55/7.61	c   indoneopt        :       0.00       0.00          0          0          0
7.55/7.61	c   indrounding      :       0.00       0.00          0          0          0
7.55/7.61	c   indtwoopt        :       0.00       0.00          0          0          0
7.55/7.61	c   intdiving        :       0.00       0.00          0          0          0
7.55/7.61	c   intshifting      :       0.00       0.00          0          0          0
7.55/7.61	c   linesearchdiving :       0.31       0.00        100          0          0
7.55/7.61	c   localbranching   :       0.00       0.00          0          0          0
7.55/7.61	c   locks            :       0.00       0.00          1          0          0
7.55/7.61	c   lpface           :       0.00       0.00          0          0          0
7.55/7.61	c   mpec             :       0.00       0.00          0          0          0
7.55/7.61	c   multistart       :       0.00       0.00          0          0          0
7.55/7.61	c   mutation         :       0.00       0.00          0          0          0
7.55/7.61	c   nlpdiving        :       0.00       0.00          0          0          0
7.55/7.61	c   objpscostdiving  :       0.07       0.00         17          0          0
7.55/7.61	c   octane           :       0.00       0.00          0          0          0
7.55/7.61	c   ofins            :       0.00       0.00          0          0          0
7.55/7.61	c   oneopt           :       0.00       0.00          0          0          0
7.55/7.61	c   padm             :       0.00       0.00          0          0          0
7.55/7.61	c   proximity        :       0.00       0.00          0          0          0
7.55/7.61	c   pscostdiving     :       0.25       0.00         36          0          0
7.55/7.61	c   randrounding     :       0.02       0.00        492          0          0
7.55/7.61	c   rens             :       0.00       0.00          1          0          0
7.55/7.61	c   reoptsols        :       0.00       0.00          0          0          0
7.55/7.61	c   repair           :       0.00       0.00          0          0          0
7.55/7.61	c   rins             :       0.00       0.00          0          0          0
7.55/7.61	c   rootsoldiving    :       0.10       0.00          9          0          0
7.55/7.61	c   rounding         :       0.01       0.00       1135          0          0
7.55/7.61	c   scheduler        :       0.00       0.00          0          0          0
7.55/7.61	c   shiftandpropagate:       0.00       0.00          1          0          0
7.55/7.61	c   shifting         :       0.01       0.00        415          0          0
7.55/7.61	c   simplerounding   :       0.00       0.00          0          0          0
7.55/7.61	c   smallcard        :       0.00       0.00          0          0          0
7.55/7.61	c   subnlp           :       0.00       0.00          0          0          0
7.55/7.61	c   trivial          :       0.00       0.00          2          0          0
7.55/7.61	c   trivialnegation  :       0.00       0.00          0          0          0
7.55/7.61	c   trustregion      :       0.00       0.00          0          0          0
7.55/7.61	c   trysol           :       0.00       0.00          0          0          0
7.55/7.61	c   twoopt           :       0.00       0.00          0          0          0
7.55/7.61	c   undercover       :       0.00       0.00          0          0          0
7.55/7.61	c   vbounds          :       0.00       0.00          0          0          0
7.55/7.61	c   veclendiving     :       0.20       0.00        100          0          0
7.55/7.61	c   zeroobj          :       0.00       0.00          0          0          0
7.55/7.61	c   zirounding       :       0.00       0.00       1000          0          0
7.55/7.61	c   other solutions  :          -          -          -          0          -
7.55/7.61	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	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
7.55/7.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
7.55/7.61	c   primal LP        :       0.03        163          0       0.00       0.00       0.03        163
7.55/7.61	c   dual LP          :       1.35       7214      23766       3.33   17543.29       0.01         77
7.55/7.61	c   lex dual LP      :       0.00          0          0       0.00          -
7.55/7.61	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
7.55/7.61	c   resolve instable :       0.00          0          0       0.00          -
7.55/7.61	c   diving/probing LP:       0.93       4250      18601       4.38   20018.21
7.55/7.61	c   strong branching :       0.00         11         52       4.73          -          -          -          0
7.55/7.61	c     (at root node) :          -         11         52       4.73          -
7.55/7.61	c   conflict analysis:       0.00          0          0       0.00          -
7.55/7.61	c B&B Tree           :
7.55/7.61	c   number of runs   :          1
7.55/7.61	c   nodes            :       6977 (6428 internal, 549 leaves)
7.55/7.61	c   feasible leaves  :          0
7.55/7.61	c   infeas. leaves   :        549
7.55/7.61	c   objective leaves :          0
7.55/7.61	c   nodes (total)    :       6977 (6428 internal, 549 leaves)
7.55/7.61	c   nodes left       :          0
7.55/7.61	c   max depth        :        104
7.55/7.61	c   max depth (total):        104
7.55/7.61	c   backtracks       :        810 (11.6%)
7.55/7.61	c   early backtracks :          0 (0.0%)
7.55/7.61	c   nodes exc. ref.  :          0 (0.0%)
7.55/7.61	c   delayed cutoffs  :       5880
7.55/7.61	c   repropagations   :       1651 (2563 domain reductions, 109 cutoffs)
7.55/7.61	c   avg switch length:       5.90
7.55/7.61	c   switching time   :       0.21
7.55/7.61	c Root Node          :
7.55/7.61	c   First LP value   : +0.00000000000000e+00
7.55/7.61	c   First LP Iters   :        349 (199200.91 Iter/sec)
7.55/7.61	c   First LP Time    :       0.00
7.55/7.61	c   Final Dual Bound :          -
7.55/7.61	c   Final Root Iters :        678
7.55/7.61	c   Root LP Estimate : +1.02664883454937e-03
7.55/7.61	c Solution           :
7.55/7.61	c   Solutions found  :          0 (0 improvements)
7.55/7.61	c   Primal Bound     : infeasible
7.55/7.61	c   Dual Bound       :          -
7.55/7.61	c   Gap              :       0.00 %
7.55/7.61	c Integrals          :      Total       Avg%
7.55/7.61	c   primal-dual      :          -          - (problem infeasible)
7.55/7.61	c   primal-ref       :          -          - (problem infeasible)
7.55/7.61	c   dual-ref         :          -          - (problem infeasible)
7.55/7.62	c Time complete: 7.58427.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=27471, runsolver pid=27468

[startup+0.100062 s]*
/proc/loadavg: 4.40 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129917900/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=53112 memory=25984 CPUtime=0.08 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 2871 0 0 0 8 0 0 0 20 0 1 0 35830676 54386688 6496 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 13278 6496 4000 3530 0 4729 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 53112 KiB
Current children cumulated memory: 25984 KiB

[startup+0.20557 s]*
/proc/loadavg: 4.40 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129914120/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=54636 memory=28392 CPUtime=0.19 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 3965 0 0 0 19 0 0 0 20 0 1 0 35830676 55947264 7098 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 13659 7098 4000 3530 0 5110 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 54636 KiB
Current children cumulated memory: 28392 KiB

[startup+0.305461 s]*
/proc/loadavg: 4.40 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129914120/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=55172 memory=28888 CPUtime=0.29 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 4384 0 0 0 29 0 0 0 20 0 1 0 35830676 56496128 7222 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 13793 7222 4000 3530 0 5244 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 55172 KiB
Current children cumulated memory: 28888 KiB

[startup+0.700147 s]
/proc/loadavg: 4.40 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129912608/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=58036 memory=31768 CPUtime=0.67 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 5757 0 0 0 67 0 0 0 20 0 1 0 35830676 59428864 7942 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 14509 7942 4000 3530 0 5960 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 58036 KiB
Current children cumulated memory: 31768 KiB

[startup+1.50016 s]
/proc/loadavg: 4.40 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129908576/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=59820 memory=33964 CPUtime=1.48 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 6819 0 0 0 147 1 0 0 20 0 1 0 35830676 61255680 8491 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 14955 8491 4000 3530 0 6406 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 59820 KiB
Current children cumulated memory: 33964 KiB

[startup+3.10532 s]
/proc/loadavg: 4.40 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129887960/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=63440 memory=36948 CPUtime=3.07 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 11098 0 0 0 306 1 0 0 20 0 1 0 35830676 64962560 9237 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 15860 9237 4000 3530 0 7311 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 63440 KiB
Current children cumulated memory: 36948 KiB

[startup+6.30015 s]
/proc/loadavg: 4.37 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129864120/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=68604 memory=42836 CPUtime=6.26 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 15540 0 0 0 624 2 0 0 20 0 1 0 35830676 70250496 10709 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 17151 10709 4000 3530 0 8602 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 68604 KiB
Current children cumulated memory: 42836 KiB

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

# cumulated CPU time of all completed processes:  user=7.56075 s, system=0.027854 s

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

[startup+6.40019 s]
/proc/loadavg: 4.37 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129864120/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=68604 memory=42836 CPUtime=6.36 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 15541 0 0 0 634 2 0 0 20 0 1 0 35830676 70250496 10709 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 17151 10709 4000 3530 0 8602 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 68604 KiB
Current children cumulated memory: 42836 KiB

[startup+7.20015 s]
/proc/loadavg: 4.37 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129852024/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=69492 memory=43332 CPUtime=7.15 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 15896 0 0 0 713 2 0 0 20 0 1 0 35830676 71159808 10833 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 17373 10833 4000 3530 0 8824 0
Current children cumulated CPU time: 7.15 s
Current children cumulated vsize: 69492 KiB
Current children cumulated memory: 43332 KiB

[startup+7.60012 s]
/proc/loadavg: 4.37 4.16 4.11 5/266 27472
/proc/meminfo: memFree=129852024/131249996 swapFree=33010684/33010684
[pid=27471] ppid=27468 vsize=69492 memory=43332 CPUtime=7.55 cores=4,6
/proc/27471/stat : 27471 (pbscip) R 27468 27471 26383 0 -1 4194304 15899 0 0 0 753 2 0 0 20 0 1 0 35830676 71159808 10833 18446744073709551615 4235264 18693293 140722057688352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 41410560 140722057693577 140722057693676 140722057693676 140722057699278 0
/proc/27471/statm: 17373 10833 4000 3530 0 8824 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 69492 KiB
Current children cumulated memory: 43332 KiB

Child status: 0

Real time (s): 7.62607
CPU time (s): 7.5886
CPU user time (s): 7.56075
CPU system time (s): 0.027854
CPU usage (%): 99.5087
Max. virtual memory (cumulated for all children) (KiB): 69492
Max. memory (cumulated for all children) (KiB): 43332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.56075
system time used= 0.027854
maximum resident set size= 44244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15906
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= 82
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 27471
#   total CPU time (s): 7.5886
#   total CPU user time (s): 7.56075
#   total CPU system time (s): 0.027854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025518 second user time and 0.060205 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 14:52:02
IDJOB=4510338
IDBENCH=160355
IDSOLVER=3365
FILE ID=nodeC029/4510338-1751201522
RUNJOBID= nodeC029-1751194306-26394
SLURM_JOB_ID= 9587596
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510338-1751201522/watcher-4510338-1751201522 -o /tmp/evaluation-result-4510338-1751201522/solver-4510338-1751201522 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751194306-26394 --watchdog 3760  pbscip -f HOME/instance-4510338-1751201522.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 42530f8fa6d5232445304732efe45d63
RANDOM SEED=1391702210

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129930236 kB
MemAvailable:   129704480 kB
Buffers:            3280 kB
Cached:           584344 kB
SwapCached:            0 kB
Active:           435476 kB
Inactive:         327376 kB
Active(anon):     193336 kB
Inactive(anon):        0 kB
Active(file):     242140 kB
Inactive(file):   327376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37572 kB
Writeback:            28 kB
AnonPages:        178492 kB
Mapped:           137652 kB
Shmem:             18060 kB
KReclaimable:      87936 kB
Slab:             171368 kB
SReclaimable:      87936 kB
SUnreclaim:        83432 kB
KernelStack:        4288 kB
PageTables:         3480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     532868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC029 at 2025-06-29 14:52:10