Trace number 4514565

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 2025-06-13UNSAT 83.1851 83.4094

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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4514565-1751225148.opb>
0.00/0.00	c original problem has 552 variables (552 bin, 0 int, 0 cont) and 2558 constraints
0.00/0.00	c problem read in 0.005 seconds
0.00/0.00	c problem without objective
0.00/0.01	c presolving:
0.00/0.01	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.01	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.01	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.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver found nothing
0.00/0.02	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.00/0.08	c    (0.1s) probing: 512/546 (93.8%) - 0 fixings, 0 aggregations, 84 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.09	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.09	c    (0.1s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 3.31) (symcode time: 0.00)
0.00/0.09	c dynamic symmetry handling statistics:
0.00/0.09	c    orbitopal reduction:       no components
0.00/0.09	c    orbital reduction:         no components
0.00/0.09	c    lexicographic reduction:   11 permutations with support sizes 44, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46
0.00/0.09	c handled 11 out of 11 symmetry components
0.00/0.09	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
0.00/0.09	c  7 deleted vars, 191 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.09	c  0 implications, 1113 cliques
0.00/0.09	c presolved problem has 546 variables (546 bin, 0 int, 0 cont) and 2367 constraints
0.00/0.09	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.09	c       1 constraints of type <knapsack>
0.00/0.09	c    1029 constraints of type <setppc>
0.00/0.09	c       1 constraints of type <linear>
0.00/0.09	c    1336 constraints of type <logicor>
0.00/0.09	c transformed objective value is always integral (scale: 1)
0.00/0.09	c Presolving Time: 0.09
0.00/0.09	c 
0.00/0.09	c - non default parameters ----------------------------------------------------------------------
0.00/0.09	c 
0.00/0.09	c # SCIP version 10.0.0
0.00/0.09	c 
0.00/0.09	c # maximal time in seconds to run
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.09	c limits/time = 3596.998007
0.00/0.09	c 
0.00/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.09	c limits/memory = 27900
0.00/0.09	c 
0.00/0.09	c # belongs reading time to solving time?
0.00/0.09	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c timing/reading = TRUE
0.00/0.09	c 
0.00/0.09	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.09	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.09	c reading/opbreader/maxintsize = 47
0.00/0.09	c 
0.00/0.09	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.09	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.09	c propagating/genvbounds/timingmask = 0
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.09/0.13	c   0.1s|     1 |     0 |   808 |     - |    21M |   0 | 546 |2426 |2367 |   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.40/0.45	c   0.4s|     1 |     0 |  3421 |     - |    26M |   0 | 546 |2628 |2369 |   2 |  1 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.40/0.50	c   0.5s|     1 |     0 |  3511 |     - |    30M |   0 | 546 |2628 |2376 |   9 |  2 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.50/0.54	c   0.5s|     1 |     0 |  3570 |     - |    34M |   0 | 546 |2633 |2380 |  13 |  3 |  65 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.60	c   0.6s|     1 |     0 |  3610 |     - |    41M |   0 | 546 |2634 |2382 |  15 |  4 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.68	c   0.7s|     1 |     0 |  3692 |     - |    48M |   0 | 546 |2634 |2388 |  21 |  5 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.68/0.76	c   0.8s|     1 |     0 |  3781 |     - |    54M |   0 | 546 |2642 |2391 |  24 |  6 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.83	c   0.8s|     1 |     0 |  3843 |     - |    63M |   0 | 546 |2648 |2393 |  26 |  7 |  80 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.92	c   0.9s|     1 |     0 |  3907 |     - |    73M |   0 | 546 |2654 |2396 |  29 |  8 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.01	c   1.0s|     1 |     0 |  3969 |     - |    78M |   0 | 546 |2655 |2398 |  31 |  9 |  87 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.07	c   1.1s|     1 |     0 |  4030 |     - |    82M |   0 | 546 |2661 |2400 |  33 | 10 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.08/1.10	c   1.1s|     1 |     0 |  4061 |     - |    83M |   0 | 546 |2664 |2403 |  36 | 11 |  96 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.56	c   1.6s|     1 |     2 |  4671 |     - |    83M |   0 | 546 |2677 |2403 |  36 | 11 | 109 |  12 | 0.000000e+00 |      --      |    Inf | unknown
3.38/3.40	c   3.4s|   100 |    15 | 23606 | 197.4 |    86M |  18 | 546 |2838 |2388 |  57 |  1 | 279 |  12 | 0.000000e+00 |      --      |    Inf |  57.34%
4.37/4.46	c   4.5s|   200 |    13 | 32635 | 143.6 |    89M |  20 | 546 |2971 |2384 | 121 |  1 | 422 |  12 | 0.000000e+00 |      --      |    Inf |  59.38%
5.17/5.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.17/5.28	c   5.3s|   300 |    13 | 41145 | 124.0 |    92M |  20 | 546 |3105 |2387 | 172 |  1 | 592 |  12 | 0.000000e+00 |      --      |    Inf |  60.23%
6.87/6.94	c   6.9s|   400 |    17 | 54191 | 125.6 |   100M |  20 | 546 |3230 |   0 | 225 |  0 | 747 |  12 | 0.000000e+00 |      --      |    Inf |  64.33%
8.86/8.94	c   8.9s|   500 |    13 | 64238 | 120.6 |   109M |  20 | 546 |3336 |   0 | 333 |  0 | 885 |  12 | 0.000000e+00 |      --      |    Inf |  66.44%
10.36/10.46	c  10.5s|   600 |    17 | 82075 | 130.2 |   109M |  20 | 546 |3415 |2384 | 431 |  0 |1023 |  12 | 0.000000e+00 |      --      |    Inf |  68.36%
12.15/12.21	c  12.2s|   700 |    21 | 96476 | 132.2 |   109M |  20 | 546 |3495 |2393 | 509 |  0 |1149 |  12 | 0.000000e+00 |      --      |    Inf |  70.87%
12.95/13.00	c  13.0s|   800 |    22 |108388 | 130.6 |   109M |  20 | 546 |3553 |2392 | 540 |  1 |1296 |  12 | 0.000000e+00 |      --      |    Inf |  71.47%
13.95/14.06	c  14.1s|   900 |    30 |120319 | 129.3 |   109M |  20 | 546 |3619 |2390 | 595 |  1 |1427 |  12 | 0.000000e+00 |      --      |    Inf |  72.00%
15.14/15.27	c  15.3s|  1000 |    42 |133238 | 129.3 |   113M |  20 | 546 |3709 |2390 | 651 |  1 |1581 |  12 | 0.000000e+00 |      --      |    Inf |  72.55%
16.24/16.36	c  16.4s|  1100 |    50 |144178 | 127.5 |   113M |  20 | 546 |3781 |2392 | 731 |  1 |1724 |  12 | 0.000000e+00 |      --      |    Inf |  73.24%
17.13/17.28	c  17.3s|  1200 |    56 |158100 | 128.5 |   113M |  20 | 546 |3878 |2384 | 766 |  0 |1900 |  12 | 0.000000e+00 |      --      |    Inf |  73.57%
17.94/18.03	c  18.0s|  1300 |    64 |168863 | 126.9 |   113M |  20 | 546 |3945 |   0 | 803 |  0 |2040 |  12 | 0.000000e+00 |      --      |    Inf |  74.00%
18.94/19.10	c  19.1s|  1400 |    74 |183518 | 128.3 |   113M |  20 | 546 |4023 |2395 | 840 |  0 |2232 |  12 | 0.000000e+00 |      --      |    Inf |  74.32%
20.04/20.15	c  20.1s|  1500 |    84 |196289 | 128.2 |   113M |  20 | 546 |4105 |   0 | 853 |  0 |2428 |  12 | 0.000000e+00 |      --      |    Inf |  74.99%
21.53/21.68	c  21.7s|  1600 |    95 |211801 | 129.9 |   114M |  20 | 546 |4073 |2393 | 992 |  2 |2608 |  12 | 0.000000e+00 |      --      |    Inf |  75.82%
23.22/23.33	c  23.3s|  1700 |   110 |225045 | 130.1 |   115M |  20 | 546 |4118 |2395 |1119 |  2 |2772 |  12 | 0.000000e+00 |      --      |    Inf |  76.64%
24.42/24.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.42/24.58	c  24.6s|  1800 |   126 |237601 | 129.8 |   115M |  20 | 546 |4212 |2396 |1189 |  1 |2986 |  12 | 0.000000e+00 |      --      |    Inf |  77.26%
26.21/26.39	c  26.4s|  1900 |   149 |253834 | 131.5 |   116M |  20 | 546 |4240 |2389 |1296 |  1 |3207 |  12 | 0.000000e+00 |      --      |    Inf |  78.15%
27.61/27.78	c  27.8s|  2000 |   143 |265504 | 130.8 |   119M |  20 | 546 |4272 |2395 |1400 |  1 |3389 |  12 | 0.000000e+00 |      --      |    Inf |  79.29%
28.71/28.82	c  28.8s|  2100 |   149 |278974 | 131.0 |   119M |  20 | 546 |4289 |2394 |1479 |  2 |3552 |  12 | 0.000000e+00 |      --      |    Inf |  80.15%
29.80/29.97	c  30.0s|  2200 |   148 |289780 | 129.9 |   120M |  20 | 546 |4353 |2394 |1565 |  0 |3756 |  12 | 0.000000e+00 |      --      |    Inf |  80.98%
31.00/31.11	c  31.1s|  2300 |   140 |301789 | 129.5 |   120M |  20 | 546 |4415 |   0 |1619 |  0 |3967 |  12 | 0.000000e+00 |      --      |    Inf |  81.68%
32.40/32.51	c  32.5s|  2400 |   155 |315490 | 129.8 |   122M |  20 | 546 |4442 |2394 |1717 |  1 |4161 |  12 | 0.000000e+00 |      --      |    Inf |  82.31%
33.90/34.01	c  34.0s|  2500 |   178 |331320 | 131.0 |   122M |  20 | 546 |4515 |2394 |1818 |  1 |4365 |  12 | 0.000000e+00 |      --      |    Inf |  82.90%
34.69/34.80	c  34.8s|  2600 |   190 |343342 | 130.5 |   122M |  20 | 546 |4559 |   0 |1848 |  0 |4534 |  12 | 0.000000e+00 |      --      |    Inf |  83.21%
35.49/35.64	c  35.6s|  2700 |   187 |354605 | 129.9 |   122M |  20 | 546 |4600 |2398 |1882 |  1 |4726 |  12 | 0.000000e+00 |      --      |    Inf |  83.67%
36.18/36.35	c  36.4s|  2800 |   183 |365962 | 129.3 |   122M |  20 | 546 |4648 |2393 |1925 |  0 |4886 |  12 | 0.000000e+00 |      --      |    Inf |  84.10%
37.38/37.58	c  37.6s|  2900 |   188 |379858 | 129.6 |   125M |  20 | 546 |4677 |2396 |2005 |  1 |5080 |  12 | 0.000000e+00 |      --      |    Inf |  84.69%
38.88/39.03	c  39.0s|  3000 |   188 |394027 | 130.0 |   125M |  20 | 546 |4764 |   0 |2089 |  0 |5350 |  12 | 0.000000e+00 |      --      |    Inf |  85.46%
39.98/40.19	c  40.2s|  3100 |   186 |406624 | 129.9 |   126M |  20 | 546 |4800 |2391 |2161 |  1 |5546 |  12 | 0.000000e+00 |      --      |    Inf |  86.02%
41.18/41.30	c  41.3s|  3200 |   183 |419651 | 129.9 |   127M |  20 | 546 |4812 |2393 |2243 |  1 |5749 |  12 | 0.000000e+00 |      --      |    Inf |  86.49%
41.88/42.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.88/42.02	c  42.0s|  3300 |   170 |430561 | 129.3 |   127M |  20 | 546 |4830 |   0 |2291 |  0 |5909 |  12 | 0.000000e+00 |      --      |    Inf |  87.01%
42.68/42.87	c  42.9s|  3400 |   172 |441317 | 128.6 |   127M |  20 | 546 |4843 |2398 |2328 |  1 |6080 |  12 | 0.000000e+00 |      --      |    Inf |  87.27%
43.28/43.45	c  43.4s|  3500 |   154 |452567 | 128.2 |   127M |  20 | 546 |4880 |2390 |2340 |  0 |6255 |  12 | 0.000000e+00 |      --      |    Inf |  87.70%
43.98/44.17	c  44.2s|  3600 |   160 |463525 | 127.7 |   127M |  20 | 546 |4910 |2391 |2377 |  1 |6430 |  12 | 0.000000e+00 |      --      |    Inf |  88.03%
44.57/44.76	c  44.8s|  3700 |   147 |475223 | 127.4 |   127M |  20 | 546 |4994 |2395 |2389 |  1 |6641 |  12 | 0.000000e+00 |      --      |    Inf |  88.53%
45.17/45.38	c  45.4s|  3800 |   141 |486506 | 127.0 |   127M |  20 | 546 |5046 |2391 |2405 |  0 |6791 |  12 | 0.000000e+00 |      --      |    Inf |  89.03%
46.07/46.28	c  46.3s|  3900 |   136 |498281 | 126.8 |   127M |  20 | 546 |5135 |2401 |2441 |  2 |6980 |  12 | 0.000000e+00 |      --      |    Inf |  89.30%
47.06/47.27	c  47.3s|  4000 |   142 |511051 | 126.8 |   128M |  20 | 546 |5180 |2392 |2499 |  0 |7126 |  12 | 0.000000e+00 |      --      |    Inf |  89.71%
47.66/47.83	c  47.8s|  4100 |   135 |522518 | 126.5 |   128M |  20 | 546 |5251 |2397 |2509 |  0 |7288 |  12 | 0.000000e+00 |      --      |    Inf |  90.08%
48.66/48.81	c  48.8s|  4200 |   138 |533817 | 126.2 |   128M |  20 | 546 |5287 |2395 |2548 |  0 |7450 |  12 | 0.000000e+00 |      --      |    Inf |  90.34%
49.26/49.40	c  49.4s|  4300 |   136 |543896 | 125.6 |   128M |  20 | 546 |5387 |2392 |2571 |  0 |7653 |  12 | 0.000000e+00 |      --      |    Inf |  90.62%
49.86/50.06	c  50.1s|  4400 |   133 |556105 | 125.5 |   128M |  20 | 546 |5473 |   0 |2595 |  0 |7833 |  12 | 0.000000e+00 |      --      |    Inf |  90.92%
50.46/50.64	c  50.6s|  4500 |   135 |567664 | 125.3 |   128M |  20 | 546 |5542 |2392 |2605 |  0 |8009 |  12 | 0.000000e+00 |      --      |    Inf |  91.15%
51.15/51.37	c  51.4s|  4600 |   130 |579690 | 125.2 |   130M |  20 | 546 |5601 |2393 |2657 |  2 |8178 |  12 | 0.000000e+00 |      --      |    Inf |  91.34%
51.86/52.03	c  52.0s|  4700 |   131 |590596 | 124.8 |   131M |  20 | 546 |5619 |2395 |2685 |  1 |8337 |  12 | 0.000000e+00 |      --      |    Inf |  91.58%
52.75/52.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.75/52.92	c  52.9s|  4800 |   131 |605220 | 125.3 |   131M |  20 | 546 |5655 |2392 |2712 |  0 |8496 |  12 | 0.000000e+00 |      --      |    Inf |  91.73%
53.75/53.98	c  54.0s|  4900 |   133 |619588 | 125.6 |   131M |  20 | 546 |5647 |2393 |2777 |  0 |8668 |  12 | 0.000000e+00 |      --      |    Inf |  91.99%
54.44/54.64	c  54.6s|  5000 |   135 |631025 | 125.4 |   131M |  20 | 546 |5702 |2400 |2808 |  0 |8833 |  12 | 0.000000e+00 |      --      |    Inf |  92.12%
55.34/55.56	c  55.6s|  5100 |   139 |644306 | 125.6 |   132M |  20 | 546 |5721 |2397 |2846 |  0 |9011 |  12 | 0.000000e+00 |      --      |    Inf |  92.43%
56.04/56.29	c  56.3s|  5200 |   135 |655605 | 125.3 |   132M |  20 | 546 |5685 |2388 |2950 |  1 |9162 |  12 | 0.000000e+00 |      --      |    Inf |  92.79%
56.84/57.02	c  57.0s|  5300 |   132 |667257 | 125.2 |   133M |  20 | 546 |5747 |2396 |2959 |  1 |9367 |  12 | 0.000000e+00 |      --      |    Inf |  93.06%
57.44/57.62	c  57.6s|  5400 |   129 |679213 | 125.1 |   133M |  20 | 546 |5756 |   0 |2988 |  0 |9499 |  12 | 0.000000e+00 |      --      |    Inf |  93.32%
58.04/58.21	c  58.2s|  5500 |   123 |691028 | 124.9 |   133M |  20 | 546 |5808 |2394 |3003 |  1 |9651 |  12 | 0.000000e+00 |      --      |    Inf |  93.59%
58.63/58.89	c  58.9s|  5600 |   123 |702843 | 124.8 |   133M |  20 | 546 |5864 |2395 |3030 |  1 |9818 |  12 | 0.000000e+00 |      --      |    Inf |  93.84%
59.33/59.52	c  59.5s|  5700 |   117 |715669 | 124.9 |   133M |  20 | 546 |5953 |2400 |3044 |  0 |9991 |  12 | 0.000000e+00 |      --      |    Inf |  94.02%
59.84/60.07	c  60.1s|  5800 |   114 |727097 | 124.7 |   133M |  20 | 546 |5991 |2398 |3060 |  0 |  10k|  12 | 0.000000e+00 |      --      |    Inf |  94.13%
60.23/60.48	c  60.5s|  5900 |   106 |736575 | 124.2 |   133M |  20 | 546 |6071 |   0 |3060 |  0 |  10k|  12 | 0.000000e+00 |      --      |    Inf |  94.20%
60.93/61.19	c  61.2s|  6000 |   103 |750228 | 124.4 |   133M |  20 | 546 |6068 |2399 |3090 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf |  94.34%
61.43/61.65	c  61.7s|  6100 |    94 |761049 | 124.1 |   133M |  20 | 546 |6128 |2401 |3090 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf |  94.48%
62.02/62.28	c  62.3s|  6200 |    89 |773103 | 124.1 |   133M |  20 | 546 |6203 |2394 |3098 |  1 |  10k|  12 | 0.000000e+00 |      --      |    Inf |  94.62%
62.62/62.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.62/62.87	c  62.9s|  6300 |    84 |784227 | 123.9 |   133M |  20 | 546 |6239 |2396 |3109 |  0 |  10k|  12 | 0.000000e+00 |      --      |    Inf |  94.82%
63.52/63.73	c  63.7s|  6400 |    90 |797218 | 124.0 |   134M |  20 | 546 |6234 |2397 |3147 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf |  94.98%
64.22/64.45	c  64.5s|  6500 |    92 |810731 | 124.1 |   134M |  20 | 546 |6267 |2400 |3160 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf |  95.12%
64.72/64.96	c  65.0s|  6600 |    85 |822363 | 124.0 |   134M |  20 | 546 |6371 |2394 |3160 |  0 |  11k|  12 | 0.000000e+00 |      --      |    Inf |  95.25%
65.32/65.50	c  65.5s|  6700 |    83 |833562 | 123.8 |   134M |  20 | 546 |6446 |   0 |3160 |  0 |  11k|  12 | 0.000000e+00 |      --      |    Inf |  95.33%
65.82/66.07	c  66.1s|  6800 |    74 |845174 | 123.7 |   134M |  20 | 546 |6524 |2397 |3160 |  0 |  11k|  12 | 0.000000e+00 |      --      |    Inf |  95.49%
66.41/66.65	c  66.7s|  6900 |    60 |858354 | 123.8 |   134M |  20 | 546 |6366 |2396 |3160 |  1 |  11k|  12 | 0.000000e+00 |      --      |    Inf |  95.77%
66.82/67.10	c  67.1s|  7000 |    61 |868490 | 123.5 |   134M |  20 | 546 |6460 |2396 |3160 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  95.85%
67.41/67.61	c  67.6s|  7100 |    56 |878052 | 123.1 |   134M |  20 | 546 |6513 |   0 |3188 |  0 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  96.07%
68.01/68.23	c  68.2s|  7200 |    54 |888846 | 122.9 |   134M |  20 | 546 |6561 |2392 |3200 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  96.15%
68.41/68.66	c  68.7s|  7300 |    51 |898881 | 122.6 |   134M |  20 | 546 |6614 |   0 |3200 |  0 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  96.27%
69.01/69.23	c  69.2s|  7400 |    49 |911002 | 122.6 |   134M |  20 | 546 |6626 |2397 |3214 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  96.45%
69.60/69.83	c  69.8s|  7500 |    47 |923527 | 122.6 |   134M |  20 | 546 |6681 |2398 |3228 |  1 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  96.65%
70.20/70.43	c  70.4s|  7600 |    46 |935116 | 122.5 |   134M |  20 | 546 |6764 |2395 |3247 |  0 |  12k|  12 | 0.000000e+00 |      --      |    Inf |  96.74%
70.81/71.05	c  71.1s|  7700 |    43 |946579 | 122.4 |   134M |  20 | 546 |6792 |2396 |3260 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  96.95%
71.50/71.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.50/71.72	c  71.7s|  7800 |    40 |958205 | 122.3 |   134M |  20 | 546 |6872 |2396 |3286 |  0 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  97.11%
72.20/72.44	c  72.4s|  7900 |    34 |970405 | 122.3 |   134M |  20 | 546 |6923 |2395 |3304 |  0 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  97.31%
72.80/73.08	c  73.1s|  8000 |    37 |982964 | 122.4 |   134M |  20 | 546 |6964 |2398 |3333 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  97.44%
73.29/73.59	c  73.6s|  8100 |    30 |994432 | 122.3 |   134M |  20 | 546 |7010 |2399 |3333 |  0 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  97.61%
73.99/74.22	c  74.2s|  8200 |    25 |  1007k| 122.3 |   134M |  20 | 546 |7087 |2396 |3360 |  1 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  97.85%
74.49/74.74	c  74.7s|  8300 |    22 |  1018k| 122.2 |   134M |  20 | 546 |7135 |2394 |3372 |  0 |  13k|  12 | 0.000000e+00 |      --      |    Inf |  98.03%
75.19/75.40	c  75.4s|  8400 |    23 |  1031k| 122.3 |   134M |  20 | 546 |7236 |2397 |3386 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf |  98.16%
75.59/75.84	c  75.8s|  8500 |    14 |  1041k| 122.0 |   134M |  20 | 546 |7330 |2395 |3386 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf |  98.35%
76.19/76.46	c  76.5s|  8600 |    16 |  1052k| 122.0 |   134M |  20 | 546 |7366 |2394 |3408 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf |  98.50%
76.98/77.29	c  77.3s|  8700 |    15 |  1065k| 122.0 |   135M |  20 | 546 |7472 |2393 |3434 |  0 |  14k|  12 | 0.000000e+00 |      --      |    Inf |  98.61%
77.58/77.83	c  77.8s|  8800 |    19 |  1076k| 121.9 |   135M |  20 | 546 |7572 |2397 |3448 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf |  98.74%
78.08/78.36	c  78.4s|  8900 |    16 |  1087k| 121.8 |   135M |  20 | 546 |7673 |2394 |3460 |  1 |  14k|  12 | 0.000000e+00 |      --      |    Inf |  98.84%
78.68/79.00	c  79.0s|  9000 |    14 |  1098k| 121.6 |   135M |  20 | 546 |7775 |2396 |3474 |  0 |  15k|  12 | 0.000000e+00 |      --      |    Inf |  99.01%
79.28/79.56	c  79.6s|  9100 |    11 |  1109k| 121.5 |   136M |  20 | 546 |7854 |2400 |3491 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf |  99.16%
79.78/80.10	c  80.1s|  9200 |    10 |  1120k| 121.4 |   136M |  20 | 546 |7905 |2401 |3505 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf |  99.30%
80.48/80.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.48/80.76	c  80.8s|  9300 |     7 |  1132k| 121.3 |   136M |  20 | 546 |7986 |2400 |3530 |  0 |  15k|  12 | 0.000000e+00 |      --      |    Inf |  99.46%
81.07/81.33	c  81.3s|  9400 |     8 |  1144k| 121.3 |   136M |  20 | 546 |8077 |2396 |3541 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf |  99.57%
81.67/81.92	c  81.9s|  9500 |     8 |  1155k| 121.2 |   137M |  20 | 546 |8161 |2396 |3557 |  1 |  15k|  12 | 0.000000e+00 |      --      |    Inf |  99.67%
82.17/82.48	c  82.5s|  9600 |     5 |  1166k| 121.1 |   137M |  20 | 546 |8259 |2398 |3572 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf |  99.78%
82.87/83.16	c  83.2s|  9700 |     6 |  1179k| 121.2 |   137M |  20 | 546 |8209 |2395 |3598 |  1 |  16k|  12 | 0.000000e+00 |      --      |    Inf |  99.95%
83.07/83.36	c 
83.07/83.36	c SCIP Status        : problem is solved [infeasible]
83.07/83.36	c Solving Time (sec) : 83.36
83.07/83.36	c Solving Nodes      : 9750
83.07/83.36	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
83.07/83.36	c Dual Bound         : +1.00000000000000e+20
83.07/83.36	c Gap                : 0.00 %
83.07/83.36	s UNSATISFIABLE
83.07/83.36	c SCIP Status        : problem is solved [infeasible]
83.07/83.36	c Total Time         :      83.36
83.07/83.36	c   solving          :      83.36
83.07/83.36	c   presolving       :       0.09 (included in solving)
83.07/83.36	c   reading          :       0.00 (included in solving)
83.07/83.36	c   copying          :       0.13 (29 #copies) (minimal 0.00, maximal 0.01, average 0.00)
83.07/83.36	c Original Problem   :
83.07/83.36	c   Problem name     : HOME/instance-4514565-1751225148.opb
83.07/83.36	c   Variables        : 552 (552 binary, 0 integer, 0 continuous)
83.07/83.36	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
83.07/83.36	c   Constraints      : 2558 initial, 2558 maximal
83.07/83.36	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
83.07/83.36	c Presolved Problem  :
83.07/83.36	c   Problem name     : t_HOME/instance-4514565-1751225148.opb
83.07/83.36	c   Variables        : 546 (546 binary, 0 integer, 0 continuous)
83.07/83.36	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
83.07/83.36	c   Constraints      : 2367 initial, 8285 maximal
83.07/83.36	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
83.07/83.36	c   Nonzeros         : 7100 constraint, 1750 clique table
83.07/83.36	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
83.07/83.36	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
83.07/83.36	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   trivial          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
83.07/83.36	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   dualfix          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
83.07/83.36	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   probing          :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
83.07/83.36	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
83.07/83.36	c   linear           :       0.01       0.00      7          4          0          0          4          0        191          0          0          0
83.07/83.36	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
83.07/83.36	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   root node        :          -          -      -        325          -          -        325          -          -          -          -          -
83.07/83.36	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
83.07/83.36	c   integral         :          0          0          0          0       5528          0          0          8          0          0          0          0          0          0      11056
83.07/83.36	c   knapsack         :          1+        79         11      70913          0          0          0          4       4704        170       7096          0          0          0          0
83.07/83.36	c   setppc           :       1029+      1030         11      70838          0          0          0          3      62125        323     121060          1          0          0          0
83.07/83.36	c   linear           :          1+       242         12      70507          0          0          0          4       1909        685       4183          2          1          0          0
83.07/83.36	c   logicor          :       1336+      7321         11      56811          0          0          0          0     132626       2898     410114         11          1          0          0
83.07/83.36	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
83.07/83.36	c   integral         :       0.69       0.00       0.00       0.00       0.69       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   knapsack         :       0.17       0.00       0.00       0.16       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   setppc           :       0.52       0.00       0.00       0.51       0.00       0.00       0.00       0.00       0.01       0.00
83.07/83.36	c   linear           :       0.17       0.00       0.00       0.16       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   logicor          :       1.94       0.00       0.00       1.90       0.00       0.00       0.00       0.00       0.04       0.00
83.07/83.36	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
83.07/83.36	c   dualfix          :          1          0          0          0
83.07/83.36	c   genvbounds       :          0          0          0          0
83.07/83.36	c   nlobbt           :          0          0          0          0
83.07/83.36	c   obbt             :          0          0          0          0
83.07/83.36	c   probing          :          0          0          0          0
83.07/83.36	c   pseudoobj        :          0          0          0          0
83.07/83.36	c   redcost          :          0          0          0          0
83.07/83.36	c   rootredcost      :          0          0          0          0
83.07/83.36	c   symmetry         :          0          0          0          0
83.07/83.36	c   vbounds          :      50433          0          0          0
83.07/83.36	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
83.07/83.36	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   probing          :       0.05       0.00       0.05       0.00       0.00       0.00
83.07/83.36	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
83.07/83.36	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
83.07/83.36	c   symmetry         :       0.09       0.00       0.01       0.09       0.00       0.00
83.07/83.36	c   vbounds          :       0.12       0.00       0.00       0.12       0.00       0.00
83.07/83.36	c Symmetry           :
83.07/83.36	c   #affected vars   :        504 (504 bin, 0 int, 0 cont)
83.07/83.36	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
83.07/83.36	c   orbital reduction:          0 reductions applied,          0 cutoffs
83.07/83.36	c   lexicographic red:          0 reductions applied,          0 cutoffs
83.07/83.36	c   shadow tree time :       0.01 s
83.07/83.36	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
83.07/83.36	c   propagation      :       0.08       3658       3463          -      18492       16.3         68       12.0          -          -          -
83.07/83.36	c   infeasible LP    :       0.36       2561       2547          -      20505       21.2         17        7.4       2547       32.3          0
83.07/83.36	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
83.07/83.36	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
83.07/83.36	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
83.07/83.36	c   applied globally :       0.07          -          -          0      13571       15.6          -          -       2479          -          -
83.07/83.36	c   applied locally  :          -          -          -          0        114       22.1          -          -         68          -          -
83.07/83.36	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
83.07/83.36	c   cut pool         :       1.14          -       1287         21          -          -      25886      39085          -          -          -          -          -    (maximal pool size:       4425)
83.07/83.36	c   aggregation      :       1.38       0.00        686         11          0          0          1          1          0          0          0          0          0
83.07/83.36	c   > cmir           :          -          -          -          -          -          -          -          1          0          0          0          0          -
83.07/83.36	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
83.07/83.36	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
83.07/83.36	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   clique           :       0.01       0.00         11         11          0          0         20         34          0         13         13          0          0
83.07/83.36	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   gomory           :      15.83       0.00        685         10          0          0      34498      32100       8960        941        738        203          0
83.07/83.36	c   > gomorymi       :          -          -          -          -          -          -          -      13906       4486        271        138        133          -
83.07/83.36	c   > strongcg       :          -          -          -          -          -          -          -      18194       4474        670        600         70          -
83.07/83.36	c   impliedbounds    :       0.03       0.00        686         11          0          0          1          1          0          0          0          0          0
83.07/83.36	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
83.07/83.36	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   multilinear      :       0.00       0.00        561         11          0          0          0          0          0          0          0          0          0
83.07/83.36	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
83.07/83.36	c   rapidlearning    :       1.95       0.00         27          1          0        432          0          0          0          0          0          0        330
83.07/83.36	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
83.07/83.36	c   zerohalf         :       1.75       0.00        686         11          0          0       1548       6949       1222       2627       1714        913          0
83.07/83.36	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
83.07/83.36	c   hybrid           :       0.06       0.00        686         11       3503         95      45778         36          0       2791
83.07/83.36	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c Pricers            :   ExecTime  SetupTime      Calls       Vars
83.07/83.36	c   problem variables:       0.00          -          0          0
83.07/83.36	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
83.07/83.36	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c   relpscost        :       0.69       0.00       5528          0          0          0          0          0          0      11056
83.07/83.36	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
83.07/83.36	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
83.07/83.36	c   LP solutions     :       0.00          -          -          0          0
83.07/83.36	c   relax solutions  :       0.00          -          -          0          0
83.07/83.36	c   pseudo solutions :       0.00          -          -          0          0
83.07/83.36	c   strong branching :       0.00          -          -          0          0
83.07/83.36	c   actconsdiving    :       0.00       0.00          0          0          0
83.07/83.36	c   adaptivediving   :       0.69       0.00         29          0          0
83.07/83.36	c   alns             :       0.02       0.00          4          0          0
83.07/83.36	c   bound            :       0.00       0.00          0          0          0
83.07/83.36	c   clique           :       0.01       0.00          1          0          0
83.07/83.36	c   coefdiving       :       0.00       0.00          0          0          0
83.07/83.36	c   completesol      :       0.00       0.00          0          0          0
83.07/83.36	c   conflictdiving   :       1.30       0.00         62          0          0
83.07/83.36	c   crossover        :       0.00       0.00          0          0          0
83.07/83.36	c   dins             :       0.00       0.00          0          0          0
83.07/83.36	c   distributiondivin:       3.50       0.00         62          0          0
83.07/83.36	c   dks              :       0.00       0.00          0          0          0
83.07/83.36	c   dps              :       0.00       0.00          0          0          0
83.07/83.36	c   dualval          :       0.00       0.00          0          0          0
83.07/83.36	c   farkasdiving     :       0.00       0.00          0          0          0
83.07/83.36	c   feaspump         :       0.94       0.00          8          0          0
83.07/83.36	c   fixandinfer      :       0.00       0.00          0          0          0
83.07/83.36	c   fracdiving       :       1.53       0.00         63          0          0
83.07/83.36	c   gins             :       0.00       0.00          0          0          0
83.07/83.36	c   guideddiving     :       0.00       0.00          0          0          0
83.07/83.36	c   indicator        :       0.00       0.00          0          0          0
83.07/83.36	c   indicatordiving  :       0.00       0.00          0          0          0
83.07/83.36	c   intdiving        :       0.00       0.00          0          0          0
83.07/83.36	c   intshifting      :       0.00       0.00          0          0          0
83.07/83.36	c   linesearchdiving :       1.15       0.00         62          0          0
83.07/83.36	c   localbranching   :       0.00       0.00          0          0          0
83.07/83.36	c   locks            :       0.00       0.00          1          0          0
83.07/83.36	c   lpface           :       0.01       0.00          0          0          0
83.07/83.36	c   mpec             :       0.00       0.00          0          0          0
83.07/83.36	c   multistart       :       0.00       0.00          0          0          0
83.07/83.36	c   mutation         :       0.00       0.00          0          0          0
83.07/83.36	c   nlpdiving        :       0.00       0.00          0          0          0
83.07/83.36	c   objpscostdiving  :       0.74       0.00          2          0          0
83.07/83.36	c   octane           :       0.00       0.00          0          0          0
83.07/83.36	c   ofins            :       0.00       0.00          0          0          0
83.07/83.36	c   oneopt           :       0.00       0.00          0          0          0
83.07/83.36	c   padm             :       0.00       0.00          0          0          0
83.07/83.36	c   proximity        :       0.00       0.00          0          0          0
83.07/83.36	c   pscostdiving     :       1.81       0.00         63          0          0
83.07/83.36	c   randrounding     :       0.02       0.00         13          0          0
83.07/83.36	c   rens             :       0.00       0.00          0          0          0
83.07/83.36	c   reoptsols        :       0.00       0.00          0          0          0
83.07/83.36	c   repair           :       0.00       0.00          0          0          0
83.07/83.36	c   rins             :       0.00       0.00          0          0          0
83.07/83.36	c   rootsoldiving    :       0.39       0.00          3          0          0
83.07/83.36	c   rounding         :       0.10       0.00       1085          0          0
83.07/83.36	c   scheduler        :       0.00       0.00          0          0          0
83.07/83.36	c   shiftandpropagate:       0.00       0.00          1          0          0
83.07/83.36	c   shifting         :       0.21       0.00        415          0          0
83.07/83.36	c   simplerounding   :       0.00       0.00          0          0          0
83.07/83.36	c   subnlp           :       0.00       0.00          0          0          0
83.07/83.36	c   trivial          :       0.00       0.00          2          0          0
83.07/83.36	c   trivialnegation  :       0.00       0.00          0          0          0
83.07/83.36	c   trustregion      :       0.00       0.00          0          0          0
83.07/83.36	c   trysol           :       0.00       0.00          0          0          0
83.07/83.36	c   twoopt           :       0.00       0.00          0          0          0
83.07/83.36	c   undercover       :       0.00       0.00          0          0          0
83.07/83.36	c   vbounds          :       0.00       0.00          1          0          0
83.07/83.36	c   veclendiving     :       0.43       0.00         63          0          0
83.07/83.36	c   zeroobj          :       0.00       0.00          0          0          0
83.07/83.36	c   zirounding       :       0.04       0.00       1000          0          0
83.07/83.36	c   other solutions  :          -          -          -          0          -
83.07/83.36	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	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
83.07/83.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
83.07/83.36	c   primal LP        :       0.11        347          0       0.00       0.00       0.11        347
83.07/83.36	c   dual LP          :      40.84       8674    1073326     123.84   26280.83       0.00          7
83.07/83.36	c   lex dual LP      :       0.00          0          0       0.00          -
83.07/83.36	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
83.07/83.36	c   resolve instable :       0.00          0          0       0.00          -
83.07/83.36	c   diving/probing LP:       9.15        757     110687     146.22   12100.33
83.07/83.36	c   strong branching :       0.29         12       5175     431.25   17639.72          -          -          0
83.07/83.36	c     (at root node) :          -         12       5175     431.25          -
83.07/83.36	c   conflict analysis:       0.00          0          0       0.00          -
83.07/83.36	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
83.07/83.36	c   benders          :       0.00          0          0          0       0.00          0          0          0
83.07/83.36	c B&B Tree           :
83.07/83.36	c   number of runs   :          1
83.07/83.36	c   nodes            :       9750 (5528 internal, 4222 leaves)
83.07/83.36	c   feasible leaves  :          0
83.07/83.36	c   infeas. leaves   :       4222
83.07/83.36	c   objective leaves :          0
83.07/83.36	c   nodes (total)    :       9750 (5528 internal, 4222 leaves)
83.07/83.36	c   nodes left       :          0
83.07/83.36	c   max depth        :         20
83.07/83.36	c   max depth (total):         20
83.07/83.36	c   backtracks       :       2871 (29.4%)
83.07/83.36	c   early backtracks :          0 (0.0%)
83.07/83.36	c   nodes exc. ref.  :          0 (0.0%)
83.07/83.36	c   delayed cutoffs  :       1307
83.07/83.36	c   repropagations   :       6819 (231708 domain reductions, 1259 cutoffs)
83.07/83.36	c   avg switch length:       4.88
83.07/83.36	c   switching time   :       1.80
83.07/83.36	c Root Node          :
83.07/83.36	c   First LP value   : +0.00000000000000e+00
83.07/83.36	c   First LP Iters   :        808 (42640.77 Iter/sec)
83.07/83.36	c   First LP Time    :       0.02
83.07/83.36	c   Final Dual Bound :          -
83.07/83.36	c   Final Root Iters :       4061
83.07/83.36	c   Root LP Estimate : +5.45888946531864e-02
83.07/83.36	c Solution           :
83.07/83.36	c   Solutions found  :          0 (0 improvements)
83.07/83.36	c   Primal Bound     : infeasible
83.07/83.36	c   Dual Bound       :          -
83.07/83.36	c   Gap              :       0.00 %
83.07/83.36	c Integrals          :      Total       Avg%
83.07/83.36	c   primal-dual      :          -          - (problem infeasible)
83.07/83.36	c   primal-ref       :          -          - (problem infeasible)
83.07/83.36	c   dual-ref         :          -          - (problem infeasible)
83.17/83.40	c Time complete (sec):     83.180

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: 63665 MiB (62901 MiB free)
  memory of node 1: 64507 MiB (60372 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514565-1751225148/watcher-4514565-1751225148 -o /tmp/evaluation-result-4514565-1751225148/solver-4514565-1751225148 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751217947-35228 --watchdog 3760 pbsolver -f HOME/instance-4514565-1751225148.opb -t 3600 -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=36043, runsolver pid=36040

[startup+0.100061 s]*
/proc/loadavg: 4.17 4.11 4.09 5/260 36052
/proc/meminfo: memFree=126247436/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=42164 memory=30976 CPUtime=0.09 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 5428 0 0 0 9 0 0 0 20 0 1 0 38192744 43175936 7744 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 10541 7744 2624 2575 0 7448 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42164 KiB
Current children cumulated memory: 30976 KiB

[startup+0.205588 s]*
/proc/loadavg: 4.17 4.11 4.09 4/260 36052
/proc/meminfo: memFree=126246432/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=43384 memory=32256 CPUtime=0.19 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 5723 0 0 0 19 0 0 0 20 0 1 0 38192744 44425216 8064 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 10846 8064 2656 2575 0 7753 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 43384 KiB
Current children cumulated memory: 32256 KiB

[startup+0.305806 s]*
/proc/loadavg: 4.17 4.11 4.09 4/260 36052
/proc/meminfo: memFree=126238480/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=45156 memory=34048 CPUtime=0.29 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 6171 0 0 0 29 0 0 0 20 0 1 0 38192744 46239744 8512 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 11289 8512 2656 2575 0 8196 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45156 KiB
Current children cumulated memory: 34048 KiB

[startup+0.70016 s]
/proc/loadavg: 4.17 4.11 4.09 4/261 36058
/proc/meminfo: memFree=126261420/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=72136 memory=59648 CPUtime=0.68 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 13032 0 0 0 67 1 0 0 20 0 1 0 38192744 73867264 14912 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 18034 14912 2656 2575 0 14941 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 72136 KiB
Current children cumulated memory: 59648 KiB

[startup+1.50011 s]
/proc/loadavg: 4.17 4.11 4.09 4/255 36083
/proc/meminfo: memFree=129289852/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=112500 memory=94848 CPUtime=1.48 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 21847 0 0 0 145 3 0 0 20 0 1 0 38192744 115200000 23712 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 28125 23712 2656 2575 0 25032 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 112500 KiB
Current children cumulated memory: 94848 KiB

[startup+3.10543 s]
/proc/loadavg: 4.17 4.11 4.09 4/260 36142
/proc/meminfo: memFree=129188832/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=116632 memory=100352 CPUtime=3.08 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 23174 0 0 0 305 3 0 0 20 0 1 0 38192744 119431168 25088 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 29158 25088 2688 2575 0 26065 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 116632 KiB
Current children cumulated memory: 100352 KiB

[startup+6.30011 s]
/proc/loadavg: 4.16 4.10 4.09 5/265 36226
/proc/meminfo: memFree=129063352/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=129748 memory=113320 CPUtime=6.27 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 26677 0 0 0 623 4 0 0 20 0 1 0 38192744 132861952 28330 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 32437 28330 2688 2575 0 29344 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 129748 KiB
Current children cumulated memory: 113320 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 36226
/proc/meminfo: memFree=128999688/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=142480 memory=126712 CPUtime=12.65 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 30652 0 0 0 1261 4 0 0 20 0 1 0 38192744 145899520 31678 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 35620 31678 2688 2575 0 32527 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 142480 KiB
Current children cumulated memory: 126712 KiB

[startup+25.5001 s]
/proc/loadavg: 4.35 4.15 4.11 5/265 36226
/proc/meminfo: memFree=128943868/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=150528 memory=134700 CPUtime=25.42 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 34559 0 0 0 2537 5 0 0 20 0 1 0 38192744 154140672 33675 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 37632 33675 2688 2575 0 34539 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 150528 KiB
Current children cumulated memory: 134700 KiB

[startup+51.1055 s]
/proc/loadavg: 4.55 4.22 4.13 5/265 36226
/proc/meminfo: memFree=128845440/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=161004 memory=143412 CPUtime=50.96 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36227 0 0 0 5090 6 0 0 20 0 1 0 38192744 164868096 35853 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40251 35853 2688 2575 0 37158 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 161004 KiB
Current children cumulated memory: 143412 KiB

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

# cumulated CPU time of all completed processes:  user=83.1163 s, system=0.068729 s

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

[startup+51.2002 s]
/proc/loadavg: 4.55 4.22 4.13 5/265 36226
/proc/meminfo: memFree=128845440/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=161004 memory=143412 CPUtime=51.05 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36227 0 0 0 5099 6 0 0 20 0 1 0 38192744 164868096 35853 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40251 35853 2688 2575 0 37158 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 161004 KiB
Current children cumulated memory: 143412 KiB

[startup+64.0001 s]*
/proc/loadavg: 4.47 4.21 4.13 5/265 36226
/proc/meminfo: memFree=128839816/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=161004 memory=144180 CPUtime=63.82 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36412 0 0 0 6376 6 0 0 20 0 1 0 38192744 164868096 36045 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40251 36045 2688 2575 0 37158 0
Current children cumulated CPU time: 63.82 s
Current children cumulated vsize: 161004 KiB
Current children cumulated memory: 144180 KiB

[startup+76.8001 s]
/proc/loadavg: 4.36 4.20 4.13 5/265 36230
/proc/meminfo: memFree=128827940/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=161004 memory=144180 CPUtime=76.59 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36412 0 0 0 7653 6 0 0 20 0 1 0 38192744 164868096 36045 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40251 36045 2688 2575 0 37158 0
Current children cumulated CPU time: 76.59 s
Current children cumulated vsize: 161004 KiB
Current children cumulated memory: 144180 KiB

[startup+80.0001 s]*
/proc/loadavg: 4.33 4.19 4.12 5/265 36230
/proc/meminfo: memFree=128820596/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=161844 memory=145588 CPUtime=79.78 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36779 0 0 0 7972 6 0 0 20 0 1 0 38192744 165728256 36397 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40461 36397 2688 2575 0 37368 0
Current children cumulated CPU time: 79.78 s
Current children cumulated vsize: 161844 KiB
Current children cumulated memory: 145588 KiB

[startup+81.6001 s]
/proc/loadavg: 4.33 4.19 4.12 5/265 36230
/proc/meminfo: memFree=128816564/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=162652 memory=145716 CPUtime=81.37 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36819 0 0 0 8131 6 0 0 20 0 1 0 38192744 166555648 36429 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40663 36429 2688 2575 0 37570 0
Current children cumulated CPU time: 81.37 s
Current children cumulated vsize: 162652 KiB
Current children cumulated memory: 145716 KiB

[startup+82.4001 s]
/proc/loadavg: 4.33 4.19 4.12 5/265 36230
/proc/meminfo: memFree=128816564/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=162652 memory=145716 CPUtime=82.17 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36819 0 0 0 8211 6 0 0 20 0 1 0 38192744 166555648 36429 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40663 36429 2688 2575 0 37570 0
Current children cumulated CPU time: 82.17 s
Current children cumulated vsize: 162652 KiB
Current children cumulated memory: 145716 KiB

[startup+83.2001 s]
/proc/loadavg: 4.33 4.19 4.12 5/265 36230
/proc/meminfo: memFree=128815052/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=162652 memory=145716 CPUtime=82.97 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36819 0 0 0 8291 6 0 0 20 0 1 0 38192744 166555648 36429 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40663 36429 2688 2575 0 37570 0
Current children cumulated CPU time: 82.97 s
Current children cumulated vsize: 162652 KiB
Current children cumulated memory: 145716 KiB

[startup+83.4001 s]
/proc/loadavg: 4.33 4.19 4.12 5/265 36230
/proc/meminfo: memFree=128815052/131249996 swapFree=33010684/33010684
[pid=36043] ppid=36040 vsize=161640 memory=145412 CPUtime=83.17 cores=4,6
/proc/36043/stat : 36043 (pbsolver) R 36040 36043 35217 0 -1 4194304 36819 0 0 0 8311 6 0 0 20 0 1 0 38192744 165519360 36353 18446744073709551615 4198400 14743177 140729176571984 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 25796608 140729176574346 140729176574442 140729176574442 140729176580044 0
/proc/36043/statm: 40410 36353 2688 2575 0 37317 0
Current children cumulated CPU time: 83.17 s
Current children cumulated vsize: 161640 KiB
Current children cumulated memory: 145412 KiB

Child status: 0

Real time (s): 83.4094
CPU time (s): 83.1851
CPU user time (s): 83.1163
CPU system time (s): 0.068729
CPU usage (%): 99.7311
Max. virtual memory (cumulated for all children) (KiB): 162652
Max. memory (cumulated for all children) (KiB): 145716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.1164
system time used= 0.068729
maximum resident set size= 145716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36819
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= 3
involuntary context switches= 98


# summary of solver processes directly reported to runsolver:
#   pid: 36043
#   total CPU time (s): 83.1851
#   total CPU user time (s): 83.1163
#   total CPU system time (s): 0.068729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.187651 second user time and 0.350728 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 21:25:48
IDJOB=4514565
IDBENCH=162757
IDSOLVER=3366
FILE ID=nodeC024/4514565-1751225148
RUNJOBID= nodeC024-1751217947-35228
SLURM_JOB_ID= 9587664
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-4_5_19.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514565-1751225148/watcher-4514565-1751225148 -o /tmp/evaluation-result-4514565-1751225148/solver-4514565-1751225148 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751217947-35228 --watchdog 3760  pbsolver -f HOME/instance-4514565-1751225148.opb -t 3600 -m 31000

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

MD5SUM BENCH= 719d74ea1fcd347cdae012916eb20490
RANDOM SEED=530195978

nodeC024 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.747
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.36
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.591
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.36
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		: 3541.498
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.36
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		: 3586.551
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.36
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.704
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.36
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.673
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.36
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		: 3637.107
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.36
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		: 3633.310
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126226096 kB
MemAvailable:   126496216 kB
Buffers:            3280 kB
Cached:          1077532 kB
SwapCached:            0 kB
Active:          3536220 kB
Inactive:         822840 kB
Active(anon):    3296316 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   822840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26000 kB
Writeback:             0 kB
AnonPages:       3244668 kB
Mapped:           124636 kB
Shmem:             18064 kB
KReclaimable:      92828 kB
Slab:             178940 kB
SReclaimable:      92828 kB
SUnreclaim:        86112 kB
KernelStack:        4272 kB
PageTables:        11092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6559520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1830912 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC024 at 2025-06-29 21:27:12