Trace number 4514564

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 89.4532 89.7417

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-4_5_19.opb
MD5SUM719d74ea1fcd347cdae012916eb20490
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.118804
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables552
Total number of constraints2558
Number of constraints which are clauses2553
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
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-4514564-1751227859.opb>
0.00/0.03	c original problem has 552 variables (552 bin, 0 int, 0 impl, 0 cont) and 2558 constraints
0.00/0.03	c problem read in 0.01
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.04	c presolving:
0.00/0.04	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945 clqs
0.00/0.05	c (round 2, fast)       6 del vars, 186 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1029 clqs
0.00/0.05	c (round 3, fast)       7 del vars, 191 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1029 clqs
0.00/0.05	c    (0.0s) running MILP presolver
0.00/0.06	c    (0.0s) MILP presolver found nothing
0.00/0.08	c (round 4, exhaustive) 7 del vars, 191 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 2366 upgd conss, 0 impls, 1029 clqs
0.21/0.24	c    (0.2s) probing: 512/546 (93.8%) - 0 fixings, 0 aggregations, 84 implications, 0 bound changes
0.21/0.24	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.21/0.26	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.21/0.29	c    (0.3s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.21/0.29	c dynamic symmetry handling statistics:
0.21/0.29	c    orbitopal reduction:       no components
0.21/0.29	c    orbital reduction:         no components
0.21/0.29	c    lexicographic reduction:   11 permutations with support sizes 44, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46
0.21/0.29	c handled 11 out of 11 symmetry components
0.21/0.29	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
0.21/0.29	c  7 deleted vars, 191 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.21/0.29	c  0 implications, 1113 cliques
0.21/0.29	c presolved problem has 546 variables (546 bin, 0 int, 0 impl, 0 cont) and 2367 constraints
0.21/0.29	c       1 constraints of type <knapsack>
0.21/0.29	c    1029 constraints of type <setppc>
0.21/0.29	c       1 constraints of type <linear>
0.21/0.29	c    1336 constraints of type <logicor>
0.21/0.29	c transformed objective value is always integral (scale: 1)
0.21/0.29	c Presolving Time: 0.25
0.21/0.29	c - non default parameters ----------------------------------------------------------------------
0.21/0.29	c # SCIP version 10.0.0
0.21/0.29	c 
0.21/0.29	c # maximal time in seconds to run
0.21/0.29	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.21/0.29	c limits/time = 3596.993147
0.21/0.29	c 
0.21/0.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.21/0.29	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.21/0.29	c limits/memory = 27900
0.21/0.29	c 
0.21/0.29	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.21/0.29	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.21/0.29	c limits/solutions = 1
0.21/0.29	c 
0.21/0.29	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.21/0.29	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.21/0.29	c misc/usesymmetry = 3
0.21/0.29	c 
0.21/0.29	c # belongs reading time to solving time?
0.21/0.29	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.21/0.29	c timing/reading = TRUE
0.21/0.29	c 
0.21/0.29	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.21/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.21/0.29	c propagating/symmetry/detectdoublelex = FALSE
0.21/0.29	c 
0.21/0.29	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.21/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.21/0.29	c propagating/symmetry/detectsubgroups = FALSE
0.21/0.29	c 
0.21/0.29	c # Type of symmetries that shall be computed?
0.21/0.29	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.21/0.29	c propagating/symmetry/symtype = 1
0.21/0.29	c 
0.21/0.29	c # Should components consisting of a single full reflection be handled?
0.21/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.21/0.29	c propagating/symmetry/usesimplesgncomp = FALSE
0.21/0.29	c 
0.21/0.29	c -----------------------------------------------------------------------------------------------
0.21/0.29	c start solving
0.21/0.29	c 
0.41/0.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.41/0.44	c   0.4s|     1 |     0 |   808 |     - |    18M |   0 | 546 |2426 |2367 |   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.02	c   1.0s|     1 |     0 |  3421 |     - |    23M |   0 | 546 |2628 |2369 |   2 |  1 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.09	c   1.1s|     1 |     0 |  3511 |     - |    26M |   0 | 546 |2628 |2376 |   9 |  2 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.16	c   1.1s|     1 |     0 |  3570 |     - |    31M |   0 | 546 |2633 |2380 |  13 |  3 |  65 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.25	c   1.2s|     1 |     0 |  3610 |     - |    38M |   0 | 546 |2634 |2382 |  15 |  4 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.36	c   1.3s|     1 |     0 |  3692 |     - |    45M |   0 | 546 |2634 |2388 |  21 |  5 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.38/1.46	c   1.4s|     1 |     0 |  3769 |     - |    50M |   0 | 546 |2642 |2391 |  24 |  6 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.55	c   1.5s|     1 |     0 |  3803 |     - |    58M |   0 | 546 |2643 |2394 |  27 |  7 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.63	c   1.6s|     1 |     0 |  3919 |     - |    66M |   0 | 546 |2643 |2397 |  30 |  8 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.71	c   1.7s|     1 |     0 |  3973 |     - |    68M |   0 | 546 |2643 |2400 |  33 |  9 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.77/1.82	c   1.8s|     1 |     0 |  4018 |     - |    77M |   0 | 546 |2646 |2404 |  37 | 10 |  78 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.77/1.85	c   1.8s|     1 |     0 |  4068 |     - |    78M |   0 | 546 |2649 |2407 |  40 | 11 |  81 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.18/2.27	c   2.3s|     1 |     2 |  4677 |     - |    78M |   0 | 546 |2655 |2407 |  40 | 11 |  87 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.57/4.68	c   4.7s|   100 |    30 | 23146 | 192.7 |    83M |  14 | 546 |2821 |2392 | 118 |  1 | 262 |  11 | 0.000000e+00 |      --      |    Inf |   6.08%
6.16/6.25	c   6.2s|   200 |    49 | 36700 | 164.0 |    92M |  17 | 546 |3017 |2386 | 200 |  1 | 492 |  11 | 0.000000e+00 |      --      |    Inf |  23.07%
7.46/7.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.46/7.59	c   7.6s|   300 |    68 | 49922 | 153.4 |    95M |  17 | 546 |3196 |   0 | 255 |  0 | 709 |  11 | 0.000000e+00 |      --      |    Inf |  27.05%
10.06/10.14	c  10.1s|   400 |   113 | 67750 | 159.6 |   105M |  17 | 546 |3437 |2392 | 334 |  1 |1127 |  11 | 0.000000e+00 |      --      |    Inf |  33.93%
12.14/12.29	c  12.3s|   500 |   139 | 83016 | 158.2 |   105M |  19 | 546 |3556 |2391 | 406 |  1 |1403 |  11 | 0.000000e+00 |      --      |    Inf |  40.65%
13.94/14.08	c  14.1s|   600 |   163 | 98991 | 158.5 |   106M |  19 | 546 |3659 |2394 | 471 |  0 |1698 |  11 | 0.000000e+00 |      --      |    Inf |  44.39%
15.94/16.09	c  16.1s|   700 |   185 |116849 | 161.3 |   106M |  19 | 546 |3826 |2391 | 661 |  1 |2084 |  11 | 0.000000e+00 |      --      |    Inf |  45.22%
17.42/17.58	c  17.6s|   800 |   197 |130088 | 157.7 |   107M |  19 | 546 |3948 |   0 | 786 |  0 |2425 |  11 | 0.000000e+00 |      --      |    Inf |  46.63%
18.81/18.99	c  19.0s|   900 |   212 |147150 | 159.2 |   107M |  19 | 546 |4012 |2384 | 807 |  1 |2729 |  11 | 0.000000e+00 |      --      |    Inf |  47.36%
20.71/20.83	c  20.8s|  1000 |   223 |168290 | 164.4 |   108M |  19 | 546 |4082 |2390 | 862 |  1 |3072 |  11 | 0.000000e+00 |      --      |    Inf |  50.97%
22.30/22.49	c  22.5s|  1100 |   252 |184469 | 164.2 |   109M |  19 | 546 |4175 |2386 | 917 |  1 |3431 |  11 | 0.000000e+00 |      --      |    Inf |  51.63%
24.09/24.21	c  24.2s|  1200 |   291 |203229 | 166.1 |   109M |  19 | 546 |4318 |2392 |1008 |  2 |3819 |  11 | 0.000000e+00 |      --      |    Inf |  52.23%
25.19/25.39	c  25.4s|  1300 |   309 |214976 | 162.4 |   110M |  20 | 546 |4366 |2384 |1055 |  1 |4114 |  11 | 0.000000e+00 |      --      |    Inf |  52.53%
26.00/26.15	c  26.1s|  1400 |   304 |225192 | 158.1 |   110M |  20 | 546 |4357 |2393 |1103 |  1 |4261 |  11 | 0.000000e+00 |      --      |    Inf |  53.51%
26.78/26.95	c  26.9s|  1500 |   302 |235471 | 154.4 |   110M |  20 | 546 |4415 |2394 |1152 |  1 |4464 |  11 | 0.000000e+00 |      --      |    Inf |  54.71%
27.48/27.68	c  27.7s|  1600 |   290 |246394 | 151.5 |   110M |  20 | 546 |4426 |2399 |1189 |  0 |4670 |  11 | 0.000000e+00 |      --      |    Inf |  55.85%
28.58/28.71	c  28.7s|  1700 |   280 |260095 | 150.7 |   111M |  20 | 546 |4455 |2391 |1287 |  0 |4865 |  11 | 0.000000e+00 |      --      |    Inf |  56.79%
29.18/29.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.18/29.39	c  29.4s|  1800 |   271 |270807 | 148.3 |   111M |  20 | 546 |4467 |2394 |1318 |  1 |5015 |  11 | 0.000000e+00 |      --      |    Inf |  57.48%
30.27/30.47	c  30.5s|  1900 |   268 |281356 | 146.0 |   111M |  20 | 546 |4547 |   0 |1398 |  0 |5199 |  11 | 0.000000e+00 |      --      |    Inf |  58.28%
31.57/31.70	c  31.7s|  2000 |   266 |294446 | 145.3 |   113M |  20 | 546 |4570 |2397 |1488 |  1 |5442 |  11 | 0.000000e+00 |      --      |    Inf |  60.14%
32.57/32.78	c  32.8s|  2100 |   272 |307656 | 144.6 |   113M |  20 | 546 |4605 |2397 |1536 |  2 |5653 |  11 | 0.000000e+00 |      --      |    Inf |  61.23%
33.98/34.19	c  34.2s|  2200 |   274 |319922 | 143.6 |   113M |  20 | 546 |4648 |2384 |1688 |  1 |5849 |  11 | 0.000000e+00 |      --      |    Inf |  62.13%
35.37/35.53	c  35.5s|  2300 |   263 |334934 | 143.9 |   114M |  20 | 546 |4596 |2396 |1765 |  1 |6048 |  11 | 0.000000e+00 |      --      |    Inf |  63.51%
36.76/36.93	c  36.9s|  2400 |   278 |348247 | 143.5 |   115M |  20 | 546 |4646 |2395 |1895 |  1 |6247 |  11 | 0.000000e+00 |      --      |    Inf |  64.22%
37.56/37.77	c  37.8s|  2500 |   273 |359754 | 142.3 |   115M |  20 | 546 |4692 |   0 |1953 |  0 |6428 |  11 | 0.000000e+00 |      --      |    Inf |  65.88%
38.26/38.47	c  38.5s|  2600 |   256 |368139 | 140.1 |   115M |  20 | 546 |4736 |2392 |2032 |  0 |6608 |  11 | 0.000000e+00 |      --      |    Inf |  67.27%
39.06/39.20	c  39.2s|  2700 |   254 |380106 | 139.3 |   116M |  20 | 546 |4771 |2397 |2059 |  1 |6795 |  11 | 0.000000e+00 |      --      |    Inf |  68.06%
40.15/40.32	c  40.3s|  2800 |   260 |395354 | 139.8 |   116M |  20 | 546 |4839 |2384 |2151 |  1 |7010 |  11 | 0.000000e+00 |      --      |    Inf |  68.68%
40.96/41.17	c  41.2s|  2900 |   244 |407205 | 139.1 |   116M |  20 | 546 |4858 |2391 |2180 |  1 |7199 |  11 | 0.000000e+00 |      --      |    Inf |  69.77%
41.65/41.85	c  41.8s|  3000 |   252 |419187 | 138.4 |   116M |  20 | 546 |4936 |2390 |2206 |  1 |7365 |  11 | 0.000000e+00 |      --      |    Inf |  70.08%
42.44/42.67	c  42.7s|  3100 |   243 |430079 | 137.5 |   116M |  20 | 546 |4962 |2384 |2242 |  1 |7516 |  11 | 0.000000e+00 |      --      |    Inf |  70.76%
43.24/43.40	c  43.4s|  3200 |   232 |439875 | 136.2 |   117M |  20 | 546 |5000 |2392 |2284 |  0 |7703 |  11 | 0.000000e+00 |      --      |    Inf |  71.35%
43.95/44.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.95/44.15	c  44.1s|  3300 |   226 |451218 | 135.5 |   117M |  20 | 546 |5049 |2395 |2303 |  1 |7899 |  11 | 0.000000e+00 |      --      |    Inf |  72.02%
44.64/44.89	c  44.9s|  3400 |   216 |463393 | 135.1 |   117M |  20 | 546 |5111 |2396 |2335 |  2 |8104 |  11 | 0.000000e+00 |      --      |    Inf |  72.59%
45.84/46.02	c  46.0s|  3500 |   223 |477435 | 135.3 |   117M |  20 | 546 |5081 |2392 |2425 |  1 |8320 |  11 | 0.000000e+00 |      --      |    Inf |  74.14%
46.84/47.01	c  47.0s|  3600 |   209 |489774 | 135.0 |   117M |  20 | 546 |5113 |2392 |2485 |  0 |8503 |  11 | 0.000000e+00 |      --      |    Inf |  74.93%
47.73/47.98	c  48.0s|  3700 |   213 |501811 | 134.6 |   118M |  20 | 546 |5151 |2393 |2544 |  0 |8661 |  11 | 0.000000e+00 |      --      |    Inf |  75.25%
48.43/48.60	c  48.6s|  3800 |   206 |513512 | 134.1 |   118M |  20 | 546 |5167 |2390 |2562 |  0 |8832 |  11 | 0.000000e+00 |      --      |    Inf |  76.06%
49.22/49.41	c  49.4s|  3900 |   201 |527406 | 134.2 |   118M |  20 | 546 |5203 |2396 |2597 |  0 |8995 |  11 | 0.000000e+00 |      --      |    Inf |  76.46%
50.22/50.45	c  50.4s|  4000 |   199 |540662 | 134.2 |   118M |  20 | 546 |5183 |2403 |2654 |  0 |9166 |  11 | 0.000000e+00 |      --      |    Inf |  77.19%
50.83/51.10	c  51.1s|  4100 |   203 |551666 | 133.6 |   118M |  20 | 546 |5180 |2393 |2660 |  1 |9316 |  11 | 0.000000e+00 |      --      |    Inf |  77.56%
51.32/51.56	c  51.5s|  4200 |   191 |559524 | 132.3 |   118M |  20 | 546 |5209 |2393 |2690 |  0 |9462 |  11 | 0.000000e+00 |      --      |    Inf |  78.39%
51.83/52.09	c  52.1s|  4300 |   183 |569645 | 131.6 |   119M |  20 | 546 |5222 |2391 |2713 |  1 |9618 |  11 | 0.000000e+00 |      --      |    Inf |  79.26%
52.61/52.83	c  52.8s|  4400 |   178 |581574 | 131.3 |   119M |  20 | 546 |5241 |2403 |2811 |  1 |9786 |  11 | 0.000000e+00 |      --      |    Inf |  80.77%
53.41/53.68	c  53.7s|  4500 |   177 |590799 | 130.4 |   120M |  20 | 546 |5262 |2384 |2869 |  1 |9944 |  11 | 0.000000e+00 |      --      |    Inf |  81.39%
54.31/54.50	c  54.5s|  4600 |   179 |603079 | 130.2 |   120M |  20 | 546 |5279 |2389 |2930 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  81.80%
55.11/55.33	c  55.3s|  4700 |   171 |613283 | 129.6 |   120M |  20 | 546 |5342 |2396 |3007 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  82.31%
55.92/56.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.92/56.12	c  56.1s|  4800 |   170 |623211 | 129.0 |   120M |  20 | 546 |5394 |2399 |3052 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  83.21%
56.40/56.67	c  56.7s|  4900 |   158 |632619 | 128.3 |   120M |  20 | 546 |5446 |2395 |3067 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  83.43%
56.91/57.19	c  57.2s|  5000 |   147 |643959 | 128.0 |   121M |  20 | 546 |5506 |2396 |3079 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  83.76%
57.81/58.06	c  58.0s|  5100 |   142 |654627 | 127.6 |   121M |  20 | 546 |5556 |2393 |3171 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  84.49%
58.50/58.72	c  58.7s|  5200 |   132 |665121 | 127.2 |   121M |  20 | 546 |5611 |   0 |3196 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  84.74%
59.49/59.70	c  59.7s|  5300 |   133 |677392 | 127.1 |   122M |  20 | 546 |5687 |2399 |3292 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  85.30%
59.90/60.18	c  60.2s|  5400 |   127 |687070 | 126.5 |   122M |  20 | 546 |5769 |   0 |3292 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  85.43%
60.59/60.82	c  60.8s|  5500 |   124 |697928 | 126.2 |   122M |  20 | 546 |5774 |2395 |3333 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  85.71%
61.29/61.51	c  61.5s|  5600 |   122 |709385 | 126.0 |   122M |  20 | 546 |5845 |2394 |3350 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  85.89%
62.08/62.35	c  62.3s|  5700 |   122 |722089 | 126.0 |   122M |  20 | 546 |5915 |2402 |3400 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  86.32%
62.68/63.01	c  63.0s|  5800 |   115 |732671 | 125.6 |   122M |  20 | 546 |5999 |2393 |3434 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  86.84%
63.58/63.88	c  63.9s|  5900 |   114 |744230 | 125.5 |   122M |  20 | 546 |6006 |2396 |3490 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  87.11%
64.28/64.57	c  64.6s|  6000 |   112 |755482 | 125.3 |   123M |  20 | 546 |6020 |2395 |3490 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  87.31%
64.79/65.08	c  65.1s|  6100 |   107 |766270 | 125.0 |   123M |  20 | 546 |6068 |2398 |3490 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  87.49%
65.47/65.76	c  65.7s|  6200 |   104 |778469 | 124.9 |   123M |  20 | 546 |6092 |2394 |3530 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  87.70%
66.27/66.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.27/66.52	c  66.5s|  6300 |    98 |789373 | 124.7 |   123M |  20 | 546 |6085 |2395 |3607 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  88.72%
66.78/67.06	c  67.0s|  6400 |    84 |799429 | 124.3 |   123M |  20 | 546 |6069 |2384 |3613 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  88.97%
67.27/67.56	c  67.5s|  6500 |    83 |809863 | 124.0 |   123M |  20 | 546 |6150 |   0 |3622 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  89.13%
68.07/68.31	c  68.3s|  6600 |    85 |820420 | 123.7 |   125M |  20 | 546 |6214 |2397 |3687 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  89.45%
68.66/69.00	c  69.0s|  6700 |    82 |833067 | 123.7 |   125M |  20 | 546 |6225 |   0 |3725 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  89.83%
69.36/69.64	c  69.6s|  6800 |    72 |843826 | 123.5 |   125M |  20 | 546 |6270 |2394 |3752 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  90.17%
70.16/70.45	c  70.4s|  6900 |    75 |854075 | 123.2 |   125M |  20 | 546 |6170 |2392 |3839 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  90.71%
70.66/71.01	c  71.0s|  7000 |    74 |863006 | 122.7 |   125M |  20 | 546 |6283 |2389 |3864 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  90.94%
71.55/71.80	c  71.8s|  7100 |    69 |873897 | 122.5 |   125M |  20 | 546 |6261 |2393 |3910 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  91.25%
72.25/72.57	c  72.6s|  7200 |    61 |884937 | 122.4 |   125M |  20 | 546 |6303 |2395 |3948 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  91.58%
73.15/73.47	c  73.5s|  7300 |    55 |897375 | 122.4 |   125M |  20 | 546 |6309 |2403 |4012 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  92.28%
73.95/74.20	c  74.2s|  7400 |    49 |908024 | 122.2 |   125M |  20 | 546 |6231 |2394 |4049 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  92.68%
74.64/74.90	c  74.9s|  7500 |    49 |920183 | 122.2 |   125M |  20 | 546 |6270 |2395 |4067 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  93.01%
75.14/75.44	c  75.4s|  7600 |    41 |930986 | 122.0 |   125M |  20 | 546 |6334 |   0 |4077 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  93.21%
76.04/76.36	c  76.3s|  7700 |    42 |942938 | 121.9 |   125M |  20 | 546 |6332 |2396 |4151 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  93.96%
76.85/77.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.85/77.15	c  77.1s|  7800 |    36 |955781 | 122.0 |   125M |  20 | 546 |6418 |   0 |4186 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  94.25%
77.44/77.73	c  77.7s|  7900 |    38 |966906 | 121.9 |   125M |  20 | 546 |6464 |   0 |4218 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  94.40%
78.13/78.43	c  78.4s|  8000 |    37 |978929 | 121.9 |   126M |  20 | 546 |6423 |2393 |4251 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  95.38%
78.74/79.04	c  79.0s|  8100 |    31 |990713 | 121.8 |   126M |  20 | 546 |6455 |2398 |4266 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  95.61%
79.53/79.87	c  79.9s|  8200 |    24 |  1003k| 121.9 |   126M |  20 | 546 |6434 |2389 |4314 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  95.96%
80.03/80.34	c  80.3s|  8300 |    23 |  1014k| 121.7 |   126M |  20 | 546 |6486 |2395 |4314 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  96.11%
80.52/80.86	c  80.8s|  8400 |    20 |  1023k| 121.4 |   127M |  20 | 546 |6549 |2394 |4348 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  96.34%
81.12/81.44	c  81.4s|  8500 |    18 |  1034k| 121.3 |   127M |  20 | 546 |6631 |2398 |4379 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  96.54%
81.62/81.97	c  82.0s|  8600 |    16 |  1044k| 121.0 |   128M |  20 | 546 |6650 |2401 |4408 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  96.78%
82.22/82.52	c  82.5s|  8700 |    16 |  1054k| 120.8 |   128M |  20 | 546 |6706 |   0 |4435 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  96.95%
82.83/83.16	c  83.1s|  8800 |    15 |  1065k| 120.6 |   128M |  20 | 546 |6805 |2398 |4475 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  97.21%
83.62/83.91	c  83.9s|  8900 |    13 |  1076k| 120.5 |   130M |  20 | 546 |6885 |2397 |4508 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  97.47%
84.21/84.53	c  84.5s|  9000 |    14 |  1087k| 120.4 |   130M |  20 | 546 |6887 |2396 |4538 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  97.74%
84.82/85.12	c  85.1s|  9100 |    12 |  1097k| 120.2 |   130M |  20 | 546 |6960 |2401 |4570 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  97.92%
85.51/85.88	c  85.9s|  9200 |    10 |  1109k| 120.2 |   130M |  20 | 546 |7053 |2396 |4615 |  0 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  98.24%
86.21/86.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.21/86.57	c  86.6s|  9300 |    12 |  1120k| 120.1 |   130M |  20 | 546 |7159 |2398 |4659 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  98.54%
87.00/87.31	c  87.3s|  9400 |    10 |  1132k| 120.1 |   130M |  20 | 546 |7240 |2397 |4721 |  0 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  98.88%
87.60/87.94	c  87.9s|  9500 |    11 |  1143k| 119.9 |   130M |  20 | 546 |7294 |2398 |4769 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  99.16%
88.21/88.59	c  88.6s|  9600 |     7 |  1153k| 119.7 |   130M |  20 | 546 |7393 |2398 |4806 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  99.44%
89.01/89.34	c  89.3s|  9700 |     4 |  1162k| 119.5 |   130M |  20 | 546 |7497 |2392 |4847 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  99.80%
89.31/89.69	c 
89.31/89.69	c SCIP Status        : problem is solved [infeasible]
89.31/89.69	c Solving Time (sec) : 89.68
89.31/89.69	c Solving Nodes      : 9760
89.31/89.69	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
89.31/89.69	c Dual Bound         : +1.00000000000000e+20
89.31/89.69	c Gap                : 0.00 %
89.31/89.69	s UNSATISFIABLE
89.31/89.69	c SCIP Status        : problem is solved [infeasible]
89.31/89.69	c Total Time         :      89.68
89.31/89.69	c   solving          :      89.68
89.31/89.69	c   presolving       :       0.25 (included in solving)
89.31/89.69	c   reading          :       0.01 (included in solving)
89.31/89.69	c   copying          :       0.27 (36 #copies) (minimal 0.01, maximal 0.01, average 0.01)
89.31/89.69	c Original Problem   :
89.31/89.69	c   Problem name     : HOME/instance-4514564-1751227859.opb
89.31/89.69	c   Variables        : 552 (552 binary, 0 integer, 0 implicit integer, 0 continuous)
89.31/89.69	c   Constraints      : 2558 initial, 2558 maximal
89.31/89.69	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
89.31/89.69	c Presolved Problem  :
89.31/89.69	c   Problem name     : t_HOME/instance-4514564-1751227859.opb
89.31/89.69	c   Variables        : 546 (546 binary, 0 integer, 0 implicit integer, 0 continuous)
89.31/89.69	c   Constraints      : 2367 initial, 7509 maximal
89.31/89.69	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
89.31/89.69	c   Nonzeros         : 7100 constraint, 2046 clique table
89.31/89.69	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
89.31/89.69	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   dualsparsify     :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
89.31/89.69	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   trivial          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
89.31/89.69	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   dualfix          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
89.31/89.69	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   probing          :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   symmetry         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
89.31/89.69	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
89.31/89.69	c   linear           :       0.02       0.00      7          4          0          0          4          0        191          0          0          0
89.31/89.69	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
89.31/89.69	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   root node        :          -          -      -        328          -          -        328          -          -          -          -          -
89.31/89.69	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
89.31/89.69	c   benderslp        :          0          0          0          0       5524          0          0         12          0          0          0          0          0          0          0
89.31/89.69	c   integral         :          0          0          0          0       5524          0          0         12          0          0          0          0          0          0      11048
89.31/89.69	c   knapsack         :          1+        72         11      78189          0          0          0          8       4542        164       6237          0          0          0          0
89.31/89.69	c   setppc           :       1029+      1031         11      78130          0          0          0          5      68956        326     126408          1          0          0          0
89.31/89.69	c   linear           :          1+       259         12      77796          0          0          0          4       2145        706       4589          2          1          0          0
89.31/89.69	c   logicor          :       1336+      6460         11      63350          0          0          0          0     136697       3403     391936         11          1          0          0
89.31/89.69	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
89.31/89.69	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   integral         :       0.65       0.00       0.00       0.00       0.65       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   knapsack         :       0.19       0.00       0.00       0.18       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   setppc           :       0.66       0.00       0.00       0.65       0.00       0.00       0.00       0.00       0.01       0.00
89.31/89.69	c   linear           :       0.18       0.00       0.00       0.18       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   logicor          :       2.44       0.00       0.00       2.40       0.00       0.00       0.00       0.00       0.04       0.00
89.31/89.69	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
89.31/89.69	c   dualfix          :          1          0          0          0
89.31/89.69	c   genvbounds       :          0          0          0          0
89.31/89.69	c   nlobbt           :          0          0          0          0
89.31/89.69	c   obbt             :          0          0          0          0
89.31/89.69	c   probing          :          0          0          0          0
89.31/89.69	c   pseudoobj        :          0          0          0          0
89.31/89.69	c   redcost          :          0          0          0          0
89.31/89.69	c   rootredcost      :          0          0          0          0
89.31/89.69	c   symmetry         :          0          0          0          0
89.31/89.69	c   vbounds          :      54691          0          0          0
89.31/89.69	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
89.31/89.69	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
89.31/89.69	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   probing          :       0.14       0.00       0.14       0.00       0.00       0.00
89.31/89.69	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
89.31/89.69	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
89.31/89.69	c   symmetry         :       0.10       0.00       0.02       0.08       0.00       0.00
89.31/89.69	c   vbounds          :       0.13       0.00       0.00       0.13       0.00       0.00
89.31/89.69	c Symmetry           :
89.31/89.69	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
89.31/89.69	c   orbital reduction:          0 reductions applied,          0 cutoffs
89.31/89.69	c   lexicographic red:          0 reductions applied,          0 cutoffs
89.31/89.69	c   shadow tree time :       0.01 s
89.31/89.69	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
89.31/89.69	c   propagation      :       0.09       4182       3954          -      20163       16.4         67       11.4          -          -          -
89.31/89.69	c   infeasible LP    :       0.43       2730       2715          -      21241       21.2         19        9.1       2715       32.1          0
89.31/89.69	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
89.31/89.69	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
89.31/89.69	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
89.31/89.69	c   applied globally :       0.08          -          -          0      15207       15.4          -          -       2653          -          -
89.31/89.69	c   applied locally  :          -          -          -          0         67       18.3          -          -         62          -          -
89.31/89.69	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
89.31/89.69	c   cut pool         :       1.37          -       1501         21          -          -      29689      45819          -          -          -          -          -    (maximal pool size:       4622)
89.31/89.69	c   aggregation      :       0.68       0.00        800         11          0          0          0          0          0          0          0          0          0
89.31/89.69	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
89.31/89.69	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
89.31/89.69	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
89.31/89.69	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   clique           :       0.02       0.00         11         11          0          0         23        455          0        147        147          0          0
89.31/89.69	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   gomory           :      17.03       0.00        799         10          0          0      39787      36992      10507       1421        992        429          0
89.31/89.69	c   > gomorymi       :          -          -          -          -          -          -          -      15683       5280        460        201        259          -
89.31/89.69	c   > strongcg       :          -          -          -          -          -          -          -      21309       5227        961        791        170          -
89.31/89.69	c   impliedbounds    :       0.03       0.00        800         11          0          0          1          1          0          0          0          0          0
89.31/89.69	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
89.31/89.69	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   multilinear      :       0.00       0.00        434         11          0          0          0          0          0          0          0          0          0
89.31/89.69	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
89.31/89.69	c   rapidlearning    :       2.97       0.00         33          1          0       1022          0          0          0          0          0          0        400
89.31/89.69	c   rlt              :       0.00       0.00        407         10          0          0          0          0          0          0          0          0          0
89.31/89.69	c   zerohalf         :       2.01       0.00        800         11          0          0       1847       8371       1462       3269       2230       1039          0
89.31/89.69	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
89.31/89.69	c   hybrid           :       0.08       0.00        803         11       4553        313      53249         40          0       3007
89.31/89.69	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c Pricers            :   ExecTime  SetupTime      Calls       Vars
89.31/89.69	c   problem variables:       0.00          -          0          0
89.31/89.69	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
89.31/89.69	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c   relpscost        :       0.65       0.00       5524          0          0          0          0          0          0      11048
89.31/89.69	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
89.31/89.69	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
89.31/89.69	c   LP solutions     :       0.00          -          -          0          0
89.31/89.69	c   relax solutions  :       0.00          -          -          0          0
89.31/89.69	c   pseudo solutions :       0.00          -          -          0          0
89.31/89.69	c   strong branching :       0.00          -          -          0          0
89.31/89.69	c   actconsdiving    :       0.00       0.00          0          0          0
89.31/89.69	c   adaptivediving   :       0.59       0.00         24          0          0
89.31/89.69	c   alns             :       0.04       0.00          4          0          0
89.31/89.69	c   bound            :       0.00       0.00          0          0          0
89.31/89.69	c   clique           :       0.01       0.00          1          0          0
89.31/89.69	c   coefdiving       :       0.00       0.00          0          0          0
89.31/89.69	c   completesol      :       0.00       0.00          0          0          0
89.31/89.69	c   conflictdiving   :       1.53       0.00        109          0          0
89.31/89.69	c   crossover        :       0.00       0.00          0          0          0
89.31/89.69	c   dins             :       0.00       0.00          0          0          0
89.31/89.69	c   distributiondivin:       5.22       0.00        109          0          0
89.31/89.69	c   dps              :       0.00       0.00          0          0          0
89.31/89.69	c   dualval          :       0.00       0.00          0          0          0
89.31/89.69	c   farkasdiving     :       0.00       0.00          0          0          0
89.31/89.69	c   feasjump         :       0.09       0.00          1          0          0
89.31/89.69	c   feaspump         :       0.85       0.00          7          0          0
89.31/89.69	c   fixandinfer      :       0.00       0.00          0          0          0
89.31/89.69	c   fracdiving       :       1.80       0.00        110          0          0
89.31/89.69	c   gins             :       0.00       0.00          0          0          0
89.31/89.69	c   guideddiving     :       0.00       0.00          0          0          0
89.31/89.69	c   indcoefdiving    :       0.00       0.00          0          0          0
89.31/89.69	c   indicator        :       0.00       0.00          0          0          0
89.31/89.69	c   indicatordiving  :       0.00       0.00          0          0          0
89.31/89.69	c   indoneopt        :       0.00       0.00          0          0          0
89.31/89.69	c   indrounding      :       0.00       0.00          0          0          0
89.31/89.69	c   indtwoopt        :       0.00       0.00          0          0          0
89.31/89.69	c   intdiving        :       0.00       0.00          0          0          0
89.31/89.69	c   intshifting      :       0.00       0.00          0          0          0
89.31/89.69	c   linesearchdiving :       2.06       0.00        109          0          0
89.31/89.69	c   localbranching   :       0.00       0.00          0          0          0
89.31/89.69	c   locks            :       0.00       0.00          1          0          0
89.31/89.69	c   lpface           :       0.01       0.00          0          0          0
89.31/89.69	c   mpec             :       0.00       0.00          0          0          0
89.31/89.69	c   multistart       :       0.00       0.00          0          0          0
89.31/89.69	c   mutation         :       0.00       0.00          0          0          0
89.31/89.69	c   nlpdiving        :       0.00       0.00          0          0          0
89.31/89.69	c   objpscostdiving  :       0.89       0.00          2          0          0
89.31/89.69	c   octane           :       0.00       0.00          0          0          0
89.31/89.69	c   ofins            :       0.00       0.00          0          0          0
89.31/89.69	c   oneopt           :       0.00       0.00          0          0          0
89.31/89.69	c   padm             :       0.00       0.00          0          0          0
89.31/89.69	c   proximity        :       0.00       0.00          0          0          0
89.31/89.69	c   pscostdiving     :       2.30       0.00        110          0          0
89.31/89.69	c   randrounding     :       0.02       0.00         17          0          0
89.31/89.69	c   rens             :       0.00       0.00          0          0          0
89.31/89.69	c   reoptsols        :       0.00       0.00          0          0          0
89.31/89.69	c   repair           :       0.00       0.00          0          0          0
89.31/89.69	c   rins             :       0.00       0.00          0          0          0
89.31/89.69	c   rootsoldiving    :       0.44       0.00          6          0          0
89.31/89.69	c   rounding         :       0.10       0.00       1089          0          0
89.31/89.69	c   scheduler        :       0.00       0.00          0          0          0
89.31/89.69	c   shiftandpropagate:       0.00       0.00          1          0          0
89.31/89.69	c   shifting         :       0.22       0.00        445          0          0
89.31/89.69	c   simplerounding   :       0.00       0.00          0          0          0
89.31/89.69	c   smallcard        :       0.00       0.00          0          0          0
89.31/89.69	c   subnlp           :       0.00       0.00          0          0          0
89.31/89.69	c   trivial          :       0.00       0.00          2          0          0
89.31/89.69	c   trivialnegation  :       0.00       0.00          0          0          0
89.31/89.69	c   trustregion      :       0.00       0.00          0          0          0
89.31/89.69	c   trysol           :       0.00       0.00          0          0          0
89.31/89.69	c   twoopt           :       0.00       0.00          0          0          0
89.31/89.69	c   undercover       :       0.00       0.00          0          0          0
89.31/89.69	c   vbounds          :       0.01       0.00          1          0          0
89.31/89.69	c   veclendiving     :       0.84       0.00        110          0          0
89.31/89.69	c   zeroobj          :       0.00       0.00          0          0          0
89.31/89.69	c   zirounding       :       0.06       0.00       1000          0          0
89.31/89.69	c   other solutions  :          -          -          -          0          -
89.31/89.69	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	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
89.31/89.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
89.31/89.69	c   primal LP        :       0.16        500          0       0.00       0.00       0.16        500
89.31/89.69	c   dual LP          :      39.57       8881    1039339     117.15   26264.15       0.00          9
89.31/89.69	c   lex dual LP      :       0.00          0          0       0.00          -
89.31/89.69	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
89.31/89.69	c   resolve instable :       0.00          0          0       0.00          -
89.31/89.69	c   diving/probing LP:      11.27       1014     130150     128.35   11544.76
89.31/89.69	c   strong branching :       0.26         11       4409     400.82   16948.24          -          -          0
89.31/89.69	c     (at root node) :          -         11       4409     400.82          -
89.31/89.69	c   conflict analysis:       0.00          0          0       0.00          -
89.31/89.69	c B&B Tree           :
89.31/89.69	c   number of runs   :          1
89.31/89.69	c   nodes            :       9760 (5524 internal, 4236 leaves)
89.31/89.69	c   feasible leaves  :          0
89.31/89.69	c   infeas. leaves   :       4236
89.31/89.69	c   objective leaves :          0
89.31/89.69	c   nodes (total)    :       9760 (5524 internal, 4236 leaves)
89.31/89.69	c   nodes left       :          0
89.31/89.69	c   max depth        :         20
89.31/89.69	c   max depth (total):         20
89.31/89.69	c   backtracks       :       3208 (32.9%)
89.31/89.69	c   early backtracks :          0 (0.0%)
89.31/89.69	c   nodes exc. ref.  :          0 (0.0%)
89.31/89.69	c   delayed cutoffs  :       1289
89.31/89.69	c   repropagations   :       7045 (227500 domain reductions, 1191 cutoffs)
89.31/89.69	c   avg switch length:       5.86
89.31/89.69	c   switching time   :       2.31
89.31/89.69	c Root Node          :
89.31/89.69	c   First LP value   : +0.00000000000000e+00
89.31/89.69	c   First LP Iters   :        808 (21577.16 Iter/sec)
89.31/89.69	c   First LP Time    :       0.04
89.31/89.69	c   Final Dual Bound : +0.00000000000000e+00
89.31/89.69	c   Final Root Iters :       4068
89.31/89.69	c   Root LP Estimate : +6.55195386818059e-02
89.31/89.69	c Solution           :
89.31/89.69	c   Solutions found  :          0 (0 improvements)
89.31/89.69	c   Primal Bound     : infeasible
89.31/89.69	c   Dual Bound       :          -
89.31/89.69	c   Gap              :       0.00 %
89.31/89.69	c Integrals          :      Total       Avg%
89.31/89.69	c   primal-dual      :          -          - (problem infeasible)
89.31/89.69	c   primal-ref       :          -          - (problem infeasible)
89.31/89.69	c   dual-ref         :          -          - (problem infeasible)
89.41/89.73	c Time complete: 89.441.

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: 63794 MiB (62812 MiB free)
  memory of node 1: 64507 MiB (63392 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=29815, runsolver pid=29812

[startup+0.100106 s]*
/proc/loadavg: 4.04 4.12 4.14 5/252 29816
/proc/meminfo: memFree=129233756/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=51580 memory=25728 CPUtime=0.1 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 3084 0 0 0 9 1 0 0 20 0 1 0 38465669 52817920 6432 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 12895 6432 3712 3530 0 4346 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 51580 KiB
Current children cumulated memory: 25728 KiB

[startup+0.213166 s]*
/proc/loadavg: 4.04 4.12 4.14 5/252 29816
/proc/meminfo: memFree=129233756/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=51712 memory=25856 CPUtime=0.21 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 3132 0 0 0 20 1 0 0 20 0 1 0 38465669 52953088 6464 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 12928 6464 3712 3530 0 4379 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 51712 KiB
Current children cumulated memory: 25856 KiB

[startup+0.313187 s]*
/proc/loadavg: 4.12 4.13 4.15 5/252 29816
/proc/meminfo: memFree=129233756/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=61856 memory=34560 CPUtime=0.31 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 5237 0 0 0 30 1 0 0 20 0 1 0 38465669 63340544 8640 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 15464 8640 3808 3530 0 6915 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 61856 KiB
Current children cumulated memory: 34560 KiB

[startup+0.700329 s]
/proc/loadavg: 4.12 4.13 4.15 5/252 29816
/proc/meminfo: memFree=129231992/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=62324 memory=35456 CPUtime=0.68 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 5371 0 0 0 67 1 0 0 20 0 1 0 38465669 63819776 8864 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 15581 8864 3904 3530 0 7032 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 62324 KiB
Current children cumulated memory: 35456 KiB

[startup+1.50033 s]
/proc/loadavg: 4.12 4.13 4.15 5/252 29816
/proc/meminfo: memFree=129217880/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=96644 memory=68012 CPUtime=1.48 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 13687 0 0 0 145 3 0 0 20 0 1 0 38465669 98963456 17003 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 24161 17003 3936 3530 0 15612 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 96644 KiB
Current children cumulated memory: 68012 KiB

[startup+3.11286 s]
/proc/loadavg: 4.12 4.13 4.15 5/252 29816
/proc/meminfo: memFree=129157156/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=132984 memory=102276 CPUtime=3.09 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 22523 0 0 0 305 4 0 0 20 0 1 0 38465669 136175616 25569 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 33246 25569 3936 3530 0 24697 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 132984 KiB
Current children cumulated memory: 102276 KiB

[startup+6.30032 s]
/proc/loadavg: 4.11 4.13 4.15 5/252 29816
/proc/meminfo: memFree=129144312/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=140616 memory=109444 CPUtime=6.26 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 24327 0 0 0 622 4 0 0 20 0 1 0 38465669 143990784 27361 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 35154 27361 3936 3530 0 26605 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 140616 KiB
Current children cumulated memory: 109444 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.13 4.15 5/252 29816
/proc/meminfo: memFree=129104552/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=161160 memory=129960 CPUtime=12.64 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 29686 0 0 0 1258 6 0 0 20 0 1 0 38465669 165027840 32490 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 40290 32490 3936 3530 0 31741 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 161160 KiB
Current children cumulated memory: 129960 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.12 4.14 5/252 29861
/proc/meminfo: memFree=129397652/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=166924 memory=135496 CPUtime=25.39 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 34610 0 0 0 2532 7 0 0 20 0 1 0 38465669 170930176 33874 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 41731 33874 3936 3530 0 33182 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 166924 KiB
Current children cumulated memory: 135496 KiB

[startup+51.1127 s]
/proc/loadavg: 4.12 4.13 4.14 5/252 29861
/proc/meminfo: memFree=129330048/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=176800 memory=144840 CPUtime=50.93 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 36924 0 0 0 5085 8 0 0 20 0 1 0 38465669 181043200 36210 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 44200 36210 3936 3530 0 35651 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 176800 KiB
Current children cumulated memory: 144840 KiB

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

# cumulated CPU time of all completed processes:  user=89.3559 s, system=0.097352 s

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

[startup+51.2003 s]
/proc/loadavg: 4.12 4.13 4.14 5/252 29861
/proc/meminfo: memFree=129330048/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=176800 memory=144840 CPUtime=51.02 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 36924 0 0 0 5094 8 0 0 20 0 1 0 38465669 181043200 36210 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 44200 36210 3936 3530 0 35651 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 176800 KiB
Current children cumulated memory: 144840 KiB

[startup+76.8003 s]
/proc/loadavg: 4.08 4.12 4.14 5/252 29863
/proc/meminfo: memFree=129255740/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=182312 memory=150624 CPUtime=76.54 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 37874 0 0 0 7646 8 0 0 20 0 1 0 38465669 186687488 37656 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 45578 37656 3936 3530 0 37029 0
Current children cumulated CPU time: 76.54 s
Current children cumulated vsize: 182312 KiB
Current children cumulated memory: 150624 KiB

[startup+83.2003 s]
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129249700/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=184752 memory=153056 CPUtime=82.92 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38469 0 0 0 8284 8 0 0 20 0 1 0 38465669 189186048 38264 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46188 38264 3936 3530 0 37639 0
Current children cumulated CPU time: 82.92 s
Current children cumulated vsize: 184752 KiB
Current children cumulated memory: 153056 KiB

[startup+86.4003 s]
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129249952/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=186432 memory=153824 CPUtime=86.11 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38666 0 0 0 8603 8 0 0 20 0 1 0 38465669 190906368 38456 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46608 38456 3936 3530 0 38059 0
Current children cumulated CPU time: 86.11 s
Current children cumulated vsize: 186432 KiB
Current children cumulated memory: 153824 KiB

[startup+88.0002 s]*
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129250204/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=186432 memory=153824 CPUtime=87.71 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38666 0 0 0 8763 8 0 0 20 0 1 0 38465669 190906368 38456 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46608 38456 3936 3530 0 38059 0
Current children cumulated CPU time: 87.71 s
Current children cumulated vsize: 186432 KiB
Current children cumulated memory: 153824 KiB

[startup+88.8002 s]
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129250204/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=186432 memory=153824 CPUtime=88.51 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38666 0 0 0 8842 9 0 0 20 0 1 0 38465669 190906368 38456 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46608 38456 3936 3530 0 38059 0
Current children cumulated CPU time: 88.51 s
Current children cumulated vsize: 186432 KiB
Current children cumulated memory: 153824 KiB

[startup+89.2002 s]
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129250204/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=186432 memory=153824 CPUtime=88.91 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38666 0 0 0 8882 9 0 0 20 0 1 0 38465669 190906368 38456 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46608 38456 3936 3530 0 38059 0
Current children cumulated CPU time: 88.91 s
Current children cumulated vsize: 186432 KiB
Current children cumulated memory: 153824 KiB

[startup+89.6003 s]
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129250204/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=186432 memory=153824 CPUtime=89.31 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38666 0 0 0 8922 9 0 0 20 0 1 0 38465669 190906368 38456 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46608 38456 3936 3530 0 38059 0
Current children cumulated CPU time: 89.31 s
Current children cumulated vsize: 186432 KiB
Current children cumulated memory: 153824 KiB

[startup+89.7002 s]
/proc/loadavg: 4.07 4.11 4.14 5/252 29863
/proc/meminfo: memFree=129250204/131382112 swapFree=33010684/33010684
[pid=29815] ppid=29812 vsize=186432 memory=153824 CPUtime=89.41 cores=5,7
/proc/29815/stat : 29815 (pbscip) R 29812 29815 28474 0 -1 4194304 38666 0 0 0 8932 9 0 0 20 0 1 0 38465669 190906368 38456 18446744073709551615 4235264 18693293 140721048827520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34586624 140721048836489 140721048836588 140721048836588 140721048842190 0
/proc/29815/statm: 46608 38456 3936 3530 0 38059 0
Current children cumulated CPU time: 89.41 s
Current children cumulated vsize: 186432 KiB
Current children cumulated memory: 153824 KiB

Child status: 0

Real time (s): 89.7417
CPU time (s): 89.4532
CPU user time (s): 89.3559
CPU system time (s): 0.097352
CPU usage (%): 99.6786
Max. virtual memory (cumulated for all children) (KiB): 186432
Max. memory (cumulated for all children) (KiB): 153824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.3559
system time used= 0.097352
maximum resident set size= 153824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38673
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= 80
involuntary context switches= 111


# summary of solver processes directly reported to runsolver:
#   pid: 29815
#   total CPU time (s): 89.4532
#   total CPU user time (s): 89.3559
#   total CPU system time (s): 0.097352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.435859 second user time and 0.933105 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 22:11:00
IDJOB=4514564
IDBENCH=162757
IDSOLVER=3365
FILE ID=nodeC012/4514564-1751227859
RUNJOBID= nodeC012-1751220587-28487
SLURM_JOB_ID= 9587676
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-4_5_19.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514564-1751227859/watcher-4514564-1751227859 -o /tmp/evaluation-result-4514564-1751227859/solver-4514564-1751227859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751220587-28487 --watchdog 3760  pbscip -f HOME/instance-4514564-1751227859.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 719d74ea1fcd347cdae012916eb20490
RANDOM SEED=1001236320

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129233756 kB
MemAvailable:   129063496 kB
Buffers:            3280 kB
Cached:           640236 kB
SwapCached:            0 kB
Active:          1206856 kB
Inactive:         391584 kB
Active(anon):     972884 kB
Inactive(anon):        0 kB
Active(file):     233972 kB
Inactive(file):   391584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18792 kB
Writeback:             0 kB
AnonPages:        957972 kB
Mapped:           137096 kB
Shmem:             17960 kB
KReclaimable:      87240 kB
Slab:             169304 kB
SReclaimable:      87240 kB
SUnreclaim:        82064 kB
KernelStack:        4064 kB
PageTables:         5064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1350796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC012 at 2025-06-29 22:12:30