Trace number 4544774

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-07? 3586.13 3597.18

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat12_11_triangular.opb
MD5SUM28b091a882cede139727ea458f619a7b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.137852
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6996
Total number of constraints69960
Number of constraints which are clauses67100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2860
Minimum length of a constraint2
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 32
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-4544774-1753220170.opb>
0.41/0.42	c original problem has 6996 variables (6996 bin, 0 int, 0 impl, 0 cont) and 69960 constraints
0.41/0.42	c problem read in 0.41
0.41/0.43	c No objective function, only one solution is needed.
0.50/0.60	c presolving:
0.88/0.93	c    (0.9s) running MILP presolver
1.09/1.12	c    (1.1s) MILP presolver found nothing
1.28/1.35	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 1430 chg coeffs, 69960 upgd conss, 0 impls, 7865 clqs
1.38/1.45	c (round 2, medium)     0 del vars, 1430 del conss, 11110 add conss, 0 chg bounds, 0 chg sides, 1430 chg coeffs, 69960 upgd conss, 0 impls, 18975 clqs
1.58/1.60	c (round 3, exhaustive) 0 del vars, 13970 del conss, 12540 add conss, 0 chg bounds, 0 chg sides, 1430 chg coeffs, 69960 upgd conss, 0 impls, 18975 clqs
3.57/3.61	c    (3.6s) probing: 1000/6996 (14.3%) - 0 fixings, 0 aggregations, 70492 implications, 0 bound changes
3.57/3.61	c    (3.6s) probing: 1001/6996 (14.3%) - 0 fixings, 0 aggregations, 70520 implications, 0 bound changes
3.57/3.61	c    (3.6s) probing aborted: 1000/1000 successive useless probings
3.57/3.61	c    (3.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.86/4.00	c    (4.0s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.27)
3.86/4.01	c dynamic symmetry handling statistics:
3.86/4.01	c    orbitopal reduction:       no components
3.86/4.01	c    orbital reduction:          1 components of sizes 11
3.86/4.01	c    lexicographic reduction:   11 permutations with support sizes 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 6930
3.86/4.01	c handled 1 out of 1 symmetry components
3.99/4.06	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
3.99/4.06	c  0 deleted vars, 13970 deleted constraints, 12540 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1430 changed coefficients
3.99/4.06	c  0 implications, 89495 cliques
3.99/4.06	c presolved problem has 6996 variables (6996 bin, 0 int, 0 impl, 0 cont) and 68530 constraints
3.99/4.06	c    7865 constraints of type <setppc>
3.99/4.06	c    1430 constraints of type <and>
3.99/4.06	c   59235 constraints of type <logicor>
3.99/4.06	c transformed objective value is always integral (scale: 1)
3.99/4.06	c Presolving Time: 3.46
3.99/4.06	c - non default parameters ----------------------------------------------------------------------
3.99/4.06	c # SCIP version 10.0.0
3.99/4.06	c 
3.99/4.06	c # maximal time in seconds to run
3.99/4.06	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.99/4.06	c limits/time = 3596.993073
3.99/4.06	c 
3.99/4.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.99/4.06	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.99/4.06	c limits/memory = 27900
3.99/4.06	c 
3.99/4.06	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
3.99/4.06	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
3.99/4.06	c limits/solutions = 1
3.99/4.06	c 
3.99/4.06	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.
3.99/4.06	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
3.99/4.06	c misc/usesymmetry = 3
3.99/4.06	c 
3.99/4.06	c # belongs reading time to solving time?
3.99/4.06	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.99/4.06	c timing/reading = TRUE
3.99/4.06	c 
3.99/4.06	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
3.99/4.06	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.99/4.06	c propagating/symmetry/detectdoublelex = FALSE
3.99/4.06	c 
3.99/4.06	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
3.99/4.06	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.99/4.06	c propagating/symmetry/detectsubgroups = FALSE
3.99/4.06	c 
3.99/4.06	c # Type of symmetries that shall be computed?
3.99/4.06	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
3.99/4.06	c propagating/symmetry/symtype = 1
3.99/4.06	c 
3.99/4.06	c # Should components consisting of a single full reflection be handled?
3.99/4.06	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.99/4.06	c propagating/symmetry/usesimplesgncomp = FALSE
3.99/4.06	c 
3.99/4.06	c -----------------------------------------------------------------------------------------------
3.99/4.06	c start solving
3.99/4.06	c 
7.66/7.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.66/7.74	c   7.7s|     1 |     0 | 18432 |     - |   255M |   0 |6996 |  68k|  69k|   0 |  0 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
19.22/19.31	c  19.3s|     1 |     0 | 52154 |     - |   266M |   0 |6996 |  68k|  71k|1222 |  1 |  99 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.92/26.01	c  26.0s|     1 |     0 | 61098 |     - |   297M |   0 |6996 |  68k|  72k|2434 |  2 | 100 |   0 | 0.000000e+00 |      --      |    Inf | unknown
27.40/27.56	c  27.5s|     1 |     0 | 67538 |     - |   297M |   0 |6996 |  68k|  73k|3281 |  3 | 101 |   0 | 0.000000e+00 |      --      |    Inf | unknown
35.17/35.32	c  35.3s|     1 |     0 | 75826 |     - |   298M |   0 |6996 |  68k|  74k|4071 |  4 | 102 |   0 | 0.000000e+00 |      --      |    Inf | unknown
44.04/44.25	c  44.2s|     1 |     0 | 83102 |     - |   312M |   0 |6996 |  68k|  74k|4699 |  5 | 103 |   0 | 0.000000e+00 |      --      |    Inf | unknown
52.92/53.12	c  53.1s|     1 |     0 | 89163 |     - |   321M |   0 |6996 |  68k|  75k|5107 |  6 | 104 |   0 | 0.000000e+00 |      --      |    Inf | unknown
61.19/61.48	c  61.5s|     1 |     0 | 95135 |     - |   332M |   0 |6996 |  68k|  75k|5399 |  7 | 105 |   0 | 0.000000e+00 |      --      |    Inf | unknown
67.47/67.71	c  67.7s|     1 |     0 | 99015 |     - |   342M |   0 |6996 |  68k|  75k|5676 |  8 | 106 |   0 | 0.000000e+00 |      --      |    Inf | unknown
73.95/74.25	c  74.2s|     1 |     0 |103228 |     - |   350M |   0 |6996 |  68k|  75k|5878 |  9 | 107 |   0 | 0.000000e+00 |      --      |    Inf | unknown
81.03/81.32	c  81.3s|     1 |     0 |107002 |     - |   362M |   0 |6996 |  68k|  76k|6077 | 10 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
89.40/89.76	c  89.7s|     1 |     0 |111973 |     - |   375M |   0 |6996 |  68k|  76k|6263 | 11 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
141.91/142.40	c   142s|     1 |     2 |134782 |     - |   376M |   0 |6996 |  68k|  76k|6263 | 11 | 128 |  19 | 0.000000e+00 |      --      |    Inf | unknown
294.62/295.71	c   296s|   100 |     3 |371484 |2621.3 |   390M |  18 |6996 |  68k|   0 |  10k|  0 | 228 |  19 | 0.000000e+00 |      --      |    Inf |  81.25%
548.14/550.16	c   550s|   200 |    10 |616947 |2537.6 |   391M |  19 |6996 |  68k|  74k|  13k|  2 | 340 |  19 | 0.000000e+00 |      --      |    Inf |  89.84%
650.98/653.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
650.98/653.43	c   653s|   300 |     9 |811446 |2339.4 |   392M |  20 |6996 |  68k|   0 |  17k|  0 | 397 |  19 | 0.000000e+00 |      --      |    Inf |  93.71%
755.85/758.70	c   759s|   400 |    10 |  1007k|2245.1 |   393M |  23 |6996 |  68k|   0 |  20k|  0 | 462 |  19 | 0.000000e+00 |      --      |    Inf |  94.38%
854.93/858.23	c   858s|   500 |     9 |  1193k|2168.4 |   393M |  25 |6996 |  68k|   0 |  23k|  0 | 561 |  19 | 0.000000e+00 |      --      |    Inf |  94.60%
975.03/978.89	c   979s|   600 |    12 |  1405k|2159.8 |   394M |  25 |6996 |  68k|   0 |  27k|  0 | 699 |  19 | 0.000000e+00 |      --      |    Inf |  94.72%
1088.56/1092.83	c  1093s|   700 |    15 |  1616k|2152.6 |   395M |  26 |6996 |  69k|  74k|  30k|  2 | 800 |  19 | 0.000000e+00 |      --      |    Inf |  94.75%
1170.98/1175.59	c  1176s|   800 |    14 |  1794k|2105.6 |   395M |  26 |6996 |  69k|  74k|  34k|  2 | 923 |  19 | 0.000000e+00 |      --      |    Inf |  94.76%
1244.78/1249.51	c  1249s|   900 |    10 |  1962k|2058.4 |   396M |  29 |6996 |  69k|  74k|  37k|  2 |1019 |  19 | 0.000000e+00 |      --      |    Inf |  94.79%
1325.87/1330.80	c  1331s|  1000 |    10 |  2145k|2035.9 |   397M |  29 |6996 |  69k|   0 |  40k|  0 |1106 |  19 | 0.000000e+00 |      --      |    Inf |  94.80%
1410.26/1415.47	c  1415s|  1100 |    10 |  2342k|2029.2 |   398M |  31 |6996 |  69k|  74k|  43k|  2 |1250 |  19 | 0.000000e+00 |      --      |    Inf |  94.81%
1505.81/1511.24	c  1511s|  1200 |     6 |  2547k|2031.5 |   399M |  31 |6996 |  69k|   0 |  47k|  0 |1382 |  19 | 0.000000e+00 |      --      |    Inf |  94.91%
1709.26/1715.39	c  1715s|  1300 |     7 |  2843k|2102.4 |   399M |  31 |6996 |  69k|  74k|  51k|  2 |1430 |  19 | 0.000000e+00 |      --      |    Inf |  95.68%
1803.44/1809.87	c  1810s|  1400 |     8 |  3046k|2097.9 |   401M |  31 |6996 |  69k|   0 |  55k|  0 |1543 |  19 | 0.000000e+00 |      --      |    Inf |  96.02%
1881.87/1888.53	c  1889s|  1500 |     8 |  3218k|2072.2 |   401M |  31 |6996 |  69k|  74k|  58k|  2 |1623 |  19 | 0.000000e+00 |      --      |    Inf |  96.24%
1948.04/1954.96	c  1955s|  1600 |     8 |  3382k|2045.5 |   401M |  31 |6996 |  69k|   0 |  61k|  0 |1744 |  19 | 0.000000e+00 |      --      |    Inf |  96.27%
2045.92/2053.15	c  2053s|  1700 |    14 |  3620k|2064.8 |   402M |  31 |6996 |  69k|  74k|  64k|  2 |1860 |  19 | 0.000000e+00 |      --      |    Inf |  96.33%
2216.56/2224.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2216.56/2224.33	c  2224s|  1800 |    12 |  3794k|2047.2 |   404M |  31 |6996 |  69k|  74k|  67k|  2 |1972 |  19 | 0.000000e+00 |      --      |    Inf |  96.36%
2292.78/2300.79	c  2301s|  1900 |     8 |  3976k|2034.8 |   404M |  31 |6996 |  69k|  74k|  70k|  2 |2068 |  19 | 0.000000e+00 |      --      |    Inf |  96.36%
2342.55/2350.67	c  2351s|  2000 |    11 |  4088k|1989.1 |   404M |  31 |6996 |  69k|  74k|  73k|  2 |2166 |  19 | 0.000000e+00 |      --      |    Inf |  96.37%
2432.94/2441.26	c  2441s|  2100 |    12 |  4283k|1987.6 |   405M |  31 |6996 |  69k|   0 |  76k|  0 |2308 |  19 | 0.000000e+00 |      --      |    Inf |  96.39%
2488.80/2497.28	c  2497s|  2200 |    13 |  4419k|1958.7 |   405M |  31 |6996 |  69k|  74k|  78k|  2 |2451 |  19 | 0.000000e+00 |      --      |    Inf |  96.41%
2547.06/2555.61	c  2556s|  2300 |    15 |  4566k|1937.4 |   406M |  31 |6996 |  69k|  74k|  81k|  2 |2595 |  19 | 0.000000e+00 |      --      |    Inf |  96.41%
2594.46/2603.20	c  2603s|  2400 |    15 |  4676k|1902.8 |   407M |  33 |6996 |  69k|  74k|  83k|  2 |2677 |  19 | 0.000000e+00 |      --      |    Inf |  96.41%
2647.82/2656.62	c  2657s|  2500 |    12 |  4805k|1878.1 |   407M |  33 |6996 |  70k|  74k|  85k|  2 |2765 |  19 | 0.000000e+00 |      --      |    Inf |  96.41%
2714.95/2723.92	c  2724s|  2600 |    13 |  4961k|1865.7 |   407M |  33 |6996 |  70k|   0 |  88k|  0 |2820 |  19 | 0.000000e+00 |      --      |    Inf |  96.43%
2770.72/2779.81	c  2780s|  2700 |    13 |  5104k|1849.9 |   407M |  33 |6996 |  70k|  74k|  90k|  2 |2900 |  19 | 0.000000e+00 |      --      |    Inf |  96.43%
2827.98/2837.27	c  2837s|  2800 |    13 |  5235k|1830.5 |   408M |  35 |6996 |  70k|  74k|  93k|  2 |2988 |  19 | 0.000000e+00 |      --      |    Inf |  96.43%
2886.74/2896.13	c  2896s|  2900 |    14 |  5367k|1812.7 |   408M |  35 |6996 |  70k|  74k|  95k|  2 |3063 |  19 | 0.000000e+00 |      --      |    Inf |  96.44%
2965.84/2975.40	c  2975s|  3000 |    14 |  5555k|1815.0 |   408M |  37 |6996 |  70k|   0 |  98k|  0 |3161 |  19 | 0.000000e+00 |      --      |    Inf |  96.44%
3038.56/3048.39	c  3048s|  3100 |     8 |  5735k|1814.6 |   409M |  37 |6996 |  70k|   0 | 101k|  0 |3258 |  19 | 0.000000e+00 |      --      |    Inf |  96.45%
3100.71/3110.61	c  3111s|  3200 |    11 |  5884k|1804.4 |   409M |  37 |6996 |  70k|   0 | 104k|  0 |3376 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3173.64/3183.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3173.64/3183.77	c  3184s|  3300 |    16 |  6054k|1801.2 |   409M |  37 |6996 |  70k|  74k| 107k|  2 |3437 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3250.76/3261.10	c  3261s|  3400 |    16 |  6222k|1797.7 |   409M |  37 |6996 |  70k|   0 | 110k|  0 |3559 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3306.21/3316.60	c  3317s|  3500 |    15 |  6360k|1785.8 |   409M |  37 |6996 |  70k|   0 | 112k|  0 |3665 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3375.56/3386.15	c  3386s|  3600 |    14 |  6523k|1781.4 |   410M |  37 |6996 |  70k|   0 | 114k|  0 |3760 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3480.49/3491.30	c  3491s|  3700 |    18 |  6750k|1794.7 |   410M |  37 |6996 |  70k|   0 | 117k|  0 |3825 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3548.93/3559.93	c  3560s|  3800 |    19 |  6902k|1787.5 |   410M |  37 |6996 |  70k|  74k| 120k|  2 |3846 |  19 | 0.000000e+00 |      --      |    Inf |  96.46%
3585.95/3597.01	c 
3585.95/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3585.95/3597.01	c Solving Time (sec) : 3597.00
3585.95/3597.01	c Solving Nodes      : 3864
3585.95/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.95/3597.01	c Dual Bound         : +0.00000000000000e+00
3585.95/3597.01	c Gap                : infinite
3585.95/3597.01	s UNKNOWN
3585.95/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3585.95/3597.01	c Total Time         :    3597.00
3585.95/3597.01	c   solving          :    3597.00
3585.95/3597.01	c   presolving       :       3.46 (included in solving)
3585.95/3597.01	c   reading          :       0.41 (included in solving)
3585.95/3597.01	c   copying          :       0.49 (5 #copies) (minimal 0.08, maximal 0.10, average 0.10)
3585.95/3597.01	c Original Problem   :
3585.95/3597.01	c   Problem name     : HOME/instance-4544774-1753220170.opb
3585.95/3597.01	c   Variables        : 6996 (6996 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.95/3597.01	c   Constraints      : 69960 initial, 69960 maximal
3585.95/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.95/3597.01	c Presolved Problem  :
3585.95/3597.01	c   Problem name     : t_HOME/instance-4544774-1753220170.opb
3585.95/3597.01	c   Variables        : 6996 (6996 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.95/3597.01	c   Constraints      : 68530 initial, 70317 maximal
3585.95/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.95/3597.01	c   Nonzeros         : 254298 constraint, 179116 clique table
3585.95/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.95/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   gateextraction   :       0.14       0.00      2          0          0          0          0          0      12540       1430          0          0
3585.95/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   milp             :       0.38       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   dualfix          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   probing          :       1.81       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   symmetry         :       0.40       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   knapsack         :       0.03       0.00      2          0          0          0          0          0       1430      11110          0          0
3585.95/3597.01	c   setppc           :       0.03       0.00      7          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   and              :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   linear           :       0.33       0.04      2          0          0          0          0          0          0          0          0       1430
3585.95/3597.01	c   logicor          :       0.22       0.03      7          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   components       :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   root node        :          -          -      -          4          -          -          4          -          -          -          -          -
3585.95/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.95/3597.01	c   benderslp        :          0          0          0          0       2064          0          0        431          0          0          0          0          0          0          0
3585.95/3597.01	c   integral         :          0          0          0          0       2064          0          0        431          0          0          0          0          0          0       4128
3585.95/3597.01	c   knapsack         :          0+         4          0      11835          0          0          0          0          1         19         18          0          0          0          0
3585.95/3597.01	c   setppc           :       7865+      7958          8      24149          0          0          0        427      16352        368     155753         11          0          0          0
3585.95/3597.01	c   and              :       1430       1430       3939      23836          0          0          0          1      18503        250     519299     173477      93280          0          0
3585.95/3597.01	c   linear           :          0+         2          0       9152          0          0          0          3          3         33         11          0          0          0          0
3585.95/3597.01	c   logicor          :      59235+     60923          8      20980          0          0          0          1       3487        478     308977          1          0          0          0
3585.95/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.95/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   integral         :      23.35       0.00       0.00       0.00      23.35       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   knapsack         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   setppc           :       0.87       0.00       0.01       0.83       0.00       0.00       0.00       0.03       0.01       0.00
3585.95/3597.01	c   and              :       4.47       0.00       2.71       1.75       0.00       0.00       0.00       0.00       0.01       0.01
3585.95/3597.01	c   linear           :       0.05       0.04       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   logicor          :       3.51       0.03       0.07       3.38       0.00       0.00       0.00       0.00       0.01       0.02
3585.95/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.95/3597.01	c   dualfix          :          1          0          0          0
3585.95/3597.01	c   genvbounds       :          0          0          0          0
3585.95/3597.01	c   nlobbt           :          0          0          0          0
3585.95/3597.01	c   obbt             :          0          0          0          0
3585.95/3597.01	c   probing          :          0          0          0          0
3585.95/3597.01	c   pseudoobj        :          0          0          0          0
3585.95/3597.01	c   redcost          :          0          0          0          0
3585.95/3597.01	c   rootredcost      :          0          0          0          0
3585.95/3597.01	c   symmetry         :      16723          0        979     134840
3585.95/3597.01	c   vbounds          :      15309          0          0          0
3585.95/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.95/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3585.95/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   probing          :       1.81       0.00       1.81       0.00       0.00       0.00
3585.95/3597.01	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3585.95/3597.01	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.95/3597.01	c   symmetry         :       6.29       0.00       0.40       5.89       0.00       0.00
3585.95/3597.01	c   vbounds          :       0.23       0.00       0.00       0.22       0.00       0.00
3585.95/3597.01	c Symmetry           :
3585.95/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.95/3597.01	c   orbital reduction:     134051 reductions applied,        871 cutoffs
3585.95/3597.01	c   lexicographic red:        817 reductions applied,        108 cutoffs
3585.95/3597.01	c   shadow tree time :       0.01 s
3585.95/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.95/3597.01	c   propagation      :       0.05       1113       1103          -       4695       28.0         34       17.9          -          -          -
3585.95/3597.01	c   infeasible LP    :       0.01          6          6          -         35       28.3          0        0.0          6       35.5          0
3585.95/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.95/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.95/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.95/3597.01	c   applied globally :       0.12          -          -          0       3858       23.7          -          -          6          -          -
3585.95/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.95/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.95/3597.01	c   cut pool         :       0.52          -        407         17          -          -      32897     154299          -          -          -          -          -    (maximal pool size:      32897)
3585.95/3597.01	c   aggregation      :       0.11       0.00          9          8          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.95/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.95/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.95/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   clique           :       2.13       0.00          8          8          0          0         51       1271          0        327        327          0          0
3585.95/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   gomory           :       1.29       0.00          9          8          0          0       1654       2453          0         84         84          0          0
3585.95/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -       1146          0         17         17          0          -
3585.95/3597.01	c   > strongcg       :          -          -          -          -          -          -          -       1307          0         67         67          0          -
3585.95/3597.01	c   impliedbounds    :       0.09       0.00          9          8          0          0      30911     149696          0      27450      27450          0          0
3585.95/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   mcf              :       0.05       0.00          1          1          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   multilinear      :       0.01       0.00        213         10          0          0        126        270         58         87         67         20          0
3585.95/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.95/3597.01	c   rlt              :      36.79       0.00         11         10          0          0         27         57          1         19         18          1          0
3585.95/3597.01	c   zerohalf         :       0.83       0.00          9          8          0          0        196        552          9        314        306          8          0
3585.95/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.95/3597.01	c   hybrid           :       1.04       0.00       4021         11     121561          0     206295       6263          0      56442
3585.95/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.95/3597.01	c   problem variables:       0.00          -          0          0
3585.95/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.95/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c   relpscost        :      23.35       0.00       2064          0          0          0          0          0          0       4128
3585.95/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.95/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.95/3597.01	c   LP solutions     :       0.00          -          -          0          0
3585.95/3597.01	c   relax solutions  :       0.00          -          -          0          0
3585.95/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3585.95/3597.01	c   strong branching :       0.00          -          -          0          0
3585.95/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3585.95/3597.01	c   adaptivediving   :      35.44       0.00          6          0          0
3585.95/3597.01	c   alns             :      98.11       0.00          5          0          0
3585.95/3597.01	c   bound            :       0.00       0.00          0          0          0
3585.95/3597.01	c   clique           :       0.16       0.00          1          0          0
3585.95/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3585.95/3597.01	c   completesol      :       0.00       0.00          0          0          0
3585.95/3597.01	c   conflictdiving   :      33.70       0.00          4          0          0
3585.95/3597.01	c   crossover        :       0.00       0.00          0          0          0
3585.95/3597.01	c   dins             :       0.00       0.00          0          0          0
3585.95/3597.01	c   distributiondivin:      30.64       0.00          3          0          0
3585.95/3597.01	c   dps              :       0.00       0.00          0          0          0
3585.95/3597.01	c   dualval          :       0.00       0.00          0          0          0
3585.95/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3585.95/3597.01	c   feasjump         :       0.13       0.00          1          0          0
3585.95/3597.01	c   feaspump         :      10.25       0.00          2          0          0
3585.95/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3585.95/3597.01	c   fracdiving       :      18.99       0.00          3          0          0
3585.95/3597.01	c   gins             :       0.00       0.00          0          0          0
3585.95/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3585.95/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.95/3597.01	c   indicator        :       0.00       0.00          0          0          0
3585.95/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3585.95/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3585.95/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3585.95/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3585.95/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3585.95/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3585.95/3597.01	c   linesearchdiving :      11.83       0.00          4          0          0
3585.95/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3585.95/3597.01	c   locks            :       0.04       0.00          1          0          0
3585.95/3597.01	c   lpface           :       0.03       0.00          0          0          0
3585.95/3597.01	c   mpec             :       0.00       0.00          0          0          0
3585.95/3597.01	c   multistart       :       0.00       0.00          0          0          0
3585.95/3597.01	c   mutation         :       0.00       0.00          0          0          0
3585.95/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3585.95/3597.01	c   objpscostdiving  :     230.14       0.00          2          0          0
3585.95/3597.01	c   octane           :       0.00       0.00          0          0          0
3585.95/3597.01	c   ofins            :       0.00       0.00          0          0          0
3585.95/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3585.95/3597.01	c   padm             :       0.00       0.00          0          0          0
3585.95/3597.01	c   proximity        :       0.00       0.00          0          0          0
3585.95/3597.01	c   pscostdiving     :      32.07       0.00          4          0          0
3585.95/3597.01	c   randrounding     :       0.41       0.00        436          0          0
3585.95/3597.01	c   rens             :       0.00       0.00          0          0          0
3585.95/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3585.95/3597.01	c   repair           :       0.00       0.00          0          0          0
3585.95/3597.01	c   rins             :       0.00       0.00          0          0          0
3585.95/3597.01	c   rootsoldiving    :      24.61       0.00          2          0          0
3585.95/3597.01	c   rounding         :       3.02       0.00       1056          0          0
3585.95/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3585.95/3597.01	c   shiftandpropagate:       0.05       0.00          1          0          0
3585.95/3597.01	c   shifting         :       4.72       0.00        298          0          0
3585.95/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3585.95/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3585.95/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3585.95/3597.01	c   trivial          :       0.01       0.00          2          0          0
3585.95/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3585.95/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3585.95/3597.01	c   trysol           :       0.00       0.00          0          0          0
3585.95/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3585.95/3597.01	c   undercover       :       0.00       0.00          1          0          0
3585.95/3597.01	c   vbounds          :       0.20       0.00          1          0          0
3585.95/3597.01	c   veclendiving     :      33.89       0.00          4          0          0
3585.95/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3585.95/3597.01	c   zirounding       :       6.69       0.00       1000          0          0
3585.95/3597.01	c   other solutions  :          -          -          -          0          -
3585.95/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	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
3585.95/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.95/3597.01	c   primal LP        :       2.15        198          0       0.00       0.00       2.15        198
3585.95/3597.01	c   dual LP          :    2886.79       6092    6661234    1093.44    2307.49       0.00          0
3585.95/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3585.95/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.95/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3585.95/3597.01	c   diving/probing LP:     461.42        325     325062    1000.19     704.49
3585.95/3597.01	c   strong branching :      15.57         19      17325     911.84    1112.74          -          -         32
3585.95/3597.01	c     (at root node) :          -         19      17325     911.84          -
3585.95/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3585.95/3597.01	c B&B Tree           :
3585.95/3597.01	c   number of runs   :          1
3585.95/3597.01	c   nodes            :       3864 (2064 internal, 1800 leaves)
3585.95/3597.01	c   feasible leaves  :          0
3585.95/3597.01	c   infeas. leaves   :       1799
3585.95/3597.01	c   objective leaves :          0
3585.95/3597.01	c   nodes (total)    :       3864 (2064 internal, 1800 leaves)
3585.95/3597.01	c   nodes left       :         17
3585.95/3597.01	c   max depth        :         37
3585.95/3597.01	c   max depth (total):         37
3585.95/3597.01	c   backtracks       :        716 (18.5%)
3585.95/3597.01	c   early backtracks :          0 (0.0%)
3585.95/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3585.95/3597.01	c   delayed cutoffs  :        249
3585.95/3597.01	c   repropagations   :        837 (109101 domain reductions, 218 cutoffs)
3585.95/3597.01	c   avg switch length:       2.81
3585.95/3597.01	c   switching time   :       5.57
3585.95/3597.01	c Root Node          :
3585.95/3597.01	c   First LP value   : +0.00000000000000e+00
3585.95/3597.01	c   First LP Iters   :      18432 (5959.14 Iter/sec)
3585.95/3597.01	c   First LP Time    :       3.09
3585.95/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3585.95/3597.01	c   Final Root Iters :     111973
3585.95/3597.01	c   Root LP Estimate : +1.62550750524183e-02
3585.95/3597.01	c Solution           :
3585.95/3597.01	c   Solutions found  :          0 (0 improvements)
3585.95/3597.01	c   Primal Bound     :          -
3585.95/3597.01	c   Dual Bound       : +0.00000000000000e+00
3585.95/3597.01	c   Gap              :   infinite
3585.95/3597.01	c Integrals          :      Total       Avg%
3585.95/3597.01	c   primal-dual      :  359699.51     100.00
3585.95/3597.01	c   primal-ref       :          -          - (not evaluated)
3585.95/3597.01	c   dual-ref         :          -          - (not evaluated)
3586.05/3597.17	c Time complete: 3586.12.

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: 63837 MiB (47002 MiB free)
  memory of node 1: 64465 MiB (48882 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544774-1753220170/watcher-4544774-1753220170 -o /tmp/evaluation-result-4544774-1753220170/solver-4544774-1753220170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158212 --watchdog 3760 pbscip -f HOME/instance-4544774-1753220170.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100103 s]*
/proc/loadavg: 4.08 4.14 4.16 5/250 160486
/proc/meminfo: memFree=98186028/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=56952 memory=29184 CPUtime=0.09 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 4415 0 0 0 8 1 0 0 20 0 1 0 237696386 58318848 7296 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 14238 7296 3200 3530 0 5689 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 56952 KiB
Current children cumulated memory: 29184 KiB

[startup+0.213469 s]*
/proc/loadavg: 4.08 4.14 4.16 5/250 160486
/proc/meminfo: memFree=98186028/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=68364 memory=40192 CPUtime=0.21 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 7161 0 0 0 19 2 0 0 20 0 1 0 237696386 70004736 10048 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 17091 10048 3200 3530 0 8542 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68364 KiB
Current children cumulated memory: 40192 KiB

[startup+0.313297 s]*
/proc/loadavg: 4.08 4.14 4.16 5/250 160486
/proc/meminfo: memFree=98186028/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=76840 memory=48768 CPUtime=0.3 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 9312 0 0 0 28 2 0 0 20 0 1 0 237696386 78684160 12192 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 19210 12192 3200 3530 0 10661 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 76840 KiB
Current children cumulated memory: 48768 KiB

[startup+0.700327 s]
/proc/loadavg: 4.08 4.14 4.16 5/250 160486
/proc/meminfo: memFree=98146212/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=156288 memory=127720 CPUtime=0.68 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 29037 0 0 0 60 8 0 0 20 0 1 0 237696386 160038912 31930 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 39072 31930 3552 3530 0 30523 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 156288 KiB
Current children cumulated memory: 127720 KiB

[startup+1.50033 s]
/proc/loadavg: 4.08 4.14 4.16 5/250 160486
/proc/meminfo: memFree=98053300/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=196612 memory=167676 CPUtime=1.48 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 52345 0 0 0 133 15 0 0 20 0 1 0 237696386 201330688 41919 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 49153 41919 3712 3530 0 40604 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 196612 KiB
Current children cumulated memory: 167676 KiB

[startup+3.11308 s]
/proc/loadavg: 4.15 4.16 4.16 5/250 160486
/proc/meminfo: memFree=98030292/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=209964 memory=180732 CPUtime=3.08 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 55579 0 0 0 293 15 0 0 20 0 1 0 237696386 215003136 45183 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 52491 45183 3744 3530 0 43942 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 209964 KiB
Current children cumulated memory: 180732 KiB

[startup+6.30032 s]
/proc/loadavg: 4.15 4.16 4.16 5/250 160486
/proc/meminfo: memFree=97922116/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=346452 memory=314400 CPUtime=6.26 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 78687 0 0 0 606 20 0 0 20 0 1 0 237696386 354766848 78600 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 86613 78600 3936 3530 0 78064 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 346452 KiB
Current children cumulated memory: 314400 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.15 4.16 5/250 160486
/proc/meminfo: memFree=97923652/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=346452 memory=314400 CPUtime=12.64 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 78706 0 0 0 1244 20 0 0 20 0 1 0 237696386 354766848 78600 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 86613 78600 3936 3530 0 78064 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 346452 KiB
Current children cumulated memory: 314400 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.15 4.16 5/250 160486
/proc/meminfo: memFree=97871080/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=408540 memory=368636 CPUtime=25.41 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 89197 0 0 0 2519 22 0 0 20 0 1 0 237696386 418344960 92159 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 102135 92159 3936 3530 0 93586 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 408540 KiB
Current children cumulated memory: 368636 KiB

[startup+51.1134 s]
/proc/loadavg: 4.07 4.13 4.15 5/250 160486
/proc/meminfo: memFree=97860292/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=436588 memory=385424 CPUtime=50.93 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 91395 0 0 0 5071 22 0 0 20 0 1 0 237696386 447066112 96356 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 109147 96356 3936 3530 0 100598 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 436588 KiB
Current children cumulated memory: 385424 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/250 160488
/proc/meminfo: memFree=97847452/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=493280 memory=404496 CPUtime=101.96 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 96214 0 0 0 10172 24 0 0 20 0 1 0 237696386 505118720 101124 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 123320 101124 3936 3530 0 114771 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 493280 KiB
Current children cumulated memory: 404496 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/250 160490
/proc/meminfo: memFree=97775864/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=548952 memory=461876 CPUtime=161.73 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 117134 0 0 0 16145 28 0 0 20 0 1 0 237696386 562126848 115469 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 137238 115469 3968 3530 0 128689 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 548952 KiB
Current children cumulated memory: 461876 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/249 160492
/proc/meminfo: memFree=97773444/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=549068 memory=461876 CPUtime=221.51 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 117165 0 0 0 22123 28 0 0 20 0 1 0 237696386 562245632 115469 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 137267 115469 3968 3530 0 128718 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 549068 KiB
Current children cumulated memory: 461876 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.11 4.14 5/250 160495
/proc/meminfo: memFree=97777380/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=549068 memory=461876 CPUtime=281.28 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 117165 0 0 0 28100 28 0 0 20 0 1 0 237696386 562245632 115469 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 137267 115469 3968 3530 0 128718 0
Current children cumulated CPU time: 281.28 s
Current children cumulated vsize: 549068 KiB
Current children cumulated memory: 461876 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/250 160497
/proc/meminfo: memFree=97748556/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=549068 memory=461876 CPUtime=341.06 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 117188 0 0 0 34077 29 0 0 20 0 1 0 237696386 562245632 115469 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 137267 115469 3968 3530 0 128718 0
Current children cumulated CPU time: 341.06 s
Current children cumulated vsize: 549068 KiB
Current children cumulated memory: 461876 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.13 5/250 160499
/proc/meminfo: memFree=97729208/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=549068 memory=461876 CPUtime=400.83 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 117188 0 0 0 40054 29 0 0 20 0 1 0 237696386 562245632 115469 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 137267 115469 3968 3530 0 128718 0
Current children cumulated CPU time: 400.83 s
Current children cumulated vsize: 549068 KiB
Current children cumulated memory: 461876 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.10 4.12 5/250 160501
/proc/meminfo: memFree=97670600/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=549068 memory=461876 CPUtime=460.62 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 117210 0 0 0 46033 29 0 0 20 0 1 0 237696386 562245632 115469 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 137267 115469 3968 3530 0 128718 0
Current children cumulated CPU time: 460.62 s

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

/proc/loadavg: 2.09 2.13 2.34 3/238 160811
/proc/meminfo: memFree=104601108/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3212.14 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 154980 0 0 0 321173 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3212.14 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3282.3 s]
/proc/loadavg: 2.14 2.14 2.32 3/237 160813
/proc/meminfo: memFree=104601620/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3272 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 154981 0 0 0 327159 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3272 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.12 2.31 3/237 160815
/proc/meminfo: memFree=104602408/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3331.85 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155179 0 0 0 333144 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3331.85 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3402.3 s]
/proc/loadavg: 2.15 2.13 2.29 3/237 160817
/proc/meminfo: memFree=104602660/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3391.71 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155180 0 0 0 339130 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3391.71 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.12 2.28 3/237 160819
/proc/meminfo: memFree=104602912/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3451.56 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155180 0 0 0 345115 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3451.56 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.11 2.26 3/237 160821
/proc/meminfo: memFree=104603464/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3511.42 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155180 0 0 0 351101 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3511.42 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.10 2.25 3/238 160830
/proc/meminfo: memFree=104603820/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3571.27 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 357086 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3571.27 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

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

# cumulated CPU time of all completed processes:  user=3585.7 s, system=0.423666 s

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

[startup+3584 s]*
/proc/loadavg: 2.09 2.10 2.25 3/238 160830
/proc/meminfo: memFree=104603820/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3572.98 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 357257 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3572.98 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3590.4 s]
/proc/loadavg: 2.08 2.10 2.25 3/238 160830
/proc/meminfo: memFree=104603820/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3579.35 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 357894 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3579.35 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3593.6 s]
/proc/loadavg: 2.08 2.10 2.25 3/238 160830
/proc/meminfo: memFree=104603820/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3582.55 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 358214 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3582.55 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3595.2 s]
/proc/loadavg: 2.08 2.10 2.25 3/238 160831
/proc/meminfo: memFree=104604072/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3584.14 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 358373 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3584.14 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3596 s]*
/proc/loadavg: 2.08 2.10 2.25 3/238 160831
/proc/meminfo: memFree=104604072/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3584.95 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 358454 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3584.95 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3596.8 s]
/proc/loadavg: 2.08 2.10 2.25 3/238 160831
/proc/meminfo: memFree=104604072/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3585.74 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 358533 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3585.74 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3597 s]*
/proc/loadavg: 2.08 2.10 2.25 3/238 160831
/proc/meminfo: memFree=104604072/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=679384 memory=616564 CPUtime=3585.95 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155181 0 0 0 358554 41 0 0 20 0 1 0 237696386 695689216 154141 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169846 154141 3968 3530 0 161297 0
Current children cumulated CPU time: 3585.95 s
Current children cumulated vsize: 679384 KiB
Current children cumulated memory: 616564 KiB

[startup+3597.11 s]
/proc/loadavg: 2.08 2.10 2.25 3/238 160831
/proc/meminfo: memFree=104604072/131382112 swapFree=33001664/33010684
[pid=160485] ppid=160482 vsize=678484 memory=615772 CPUtime=3586.05 cores=4,6
/proc/160485/stat : 160485 (pbscip) R 160482 160485 158201 0 -1 4194304 155186 0 0 0 358564 41 0 0 20 0 1 0 237696386 694767616 153943 18446744073709551615 4235264 18693293 140729021281584 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31125504 140729021286791 140729021286890 140729021286890 140729021292494 0
/proc/160485/statm: 169621 153943 3968 3530 0 161072 0
Current children cumulated CPU time: 3586.05 s
Current children cumulated vsize: 678484 KiB
Current children cumulated memory: 615772 KiB

Child status: 0

Real time (s): 3597.18
CPU time (s): 3586.13
CPU user time (s): 3585.7
CPU system time (s): 0.423666
CPU usage (%): 99.6928
Max. virtual memory (cumulated for all children) (KiB): 679384
Max. memory (cumulated for all children) (KiB): 616564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.7
system time used= 0.423666
maximum resident set size= 616564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155201
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= 108
involuntary context switches= 18540


# summary of solver processes directly reported to runsolver:
#   pid: 160485
#   total CPU time (s): 3586.13
#   total CPU user time (s): 3585.7
#   total CPU system time (s): 0.423666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7266 second user time and 33.6277 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-22 23:36:10
IDJOB=4544774
IDBENCH=180682
IDSOLVER=3365
FILE ID=nodeC005/4544774-1753220170
RUNJOBID= nodeC005-1753211112-158212
SLURM_JOB_ID= 9687789
Free space on /tmp= 432924 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_triangular.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544774-1753220170/watcher-4544774-1753220170 -o /tmp/evaluation-result-4544774-1753220170/solver-4544774-1753220170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158212 --watchdog 3760  pbscip -f HOME/instance-4544774-1753220170.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 28b091a882cede139727ea458f619a7b
RANDOM SEED=275369362

nodeC005 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		: 3609.151
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.90
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		: 3690.408
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.90
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.568
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.90
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		: 1198.201
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.90
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		: 1197.248
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.90
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		: 3690.512
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.90
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.90
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.297
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        98180952 kB
MemAvailable:   122374616 kB
Buffers:              12 kB
Cached:         24965048 kB
SwapCached:          776 kB
Active:          7868340 kB
Inactive:       24551384 kB
Active(anon):    7436844 kB
Inactive(anon):    38384 kB
Active(file):     431496 kB
Inactive(file): 24513000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21412 kB
Writeback:            36 kB
AnonPages:       7456960 kB
Mapped:           137144 kB
Shmem:             20564 kB
KReclaimable:     177588 kB
Slab:             268936 kB
SReclaimable:     177588 kB
SUnreclaim:        91348 kB
KernelStack:        4032 kB
PageTables:        18272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9287428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3657728 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC005 at 2025-07-23 00:36:07