Trace number 4544852

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.37 3597.16

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat12_10_triangular.opb
MD5SUM66da69fc5ff2d69cb07ac1ec77d1e0fe
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6360
Total number of constraints63606
Number of constraints which are clauses61006
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2600
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-4544852-1753220817.opb>
0.36/0.45	c original problem has 6360 variables (6360 bin, 0 int, 0 impl, 0 cont) and 63606 constraints
0.36/0.45	c problem read in 0.43
0.36/0.45	c No objective function, only one solution is needed.
0.44/0.60	c presolving:
0.72/0.88	c    (0.9s) running MILP presolver
0.92/1.07	c    (1.1s) MILP presolver found nothing
1.11/1.26	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 1300 chg coeffs, 63606 upgd conss, 0 impls, 7150 clqs
1.21/1.36	c (round 2, medium)     0 del vars, 1300 del conss, 10100 add conss, 0 chg bounds, 0 chg sides, 1300 chg coeffs, 63606 upgd conss, 0 impls, 17250 clqs
1.41/1.50	c (round 3, exhaustive) 0 del vars, 12700 del conss, 11400 add conss, 0 chg bounds, 0 chg sides, 1300 chg coeffs, 63606 upgd conss, 0 impls, 17250 clqs
3.00/3.16	c    (3.1s) probing: 1000/6360 (15.7%) - 0 fixings, 0 aggregations, 65452 implications, 0 bound changes
3.00/3.16	c    (3.1s) probing: 1001/6360 (15.7%) - 0 fixings, 0 aggregations, 65467 implications, 0 bound changes
3.00/3.16	c    (3.1s) probing aborted: 1000/1000 successive useless probings
3.00/3.16	c    (3.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.29/3.47	c    (3.5s) symmetry computation finished: 10 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.20)
3.29/3.48	c dynamic symmetry handling statistics:
3.29/3.48	c    orbitopal reduction:       no components
3.29/3.48	c    orbital reduction:          1 components of sizes 10
3.29/3.48	c    lexicographic reduction:   10 permutations with support sizes 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 1272, 6300
3.29/3.48	c handled 1 out of 1 symmetry components
3.39/3.52	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
3.39/3.52	c  0 deleted vars, 12700 deleted constraints, 11400 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1300 changed coefficients
3.39/3.52	c  0 implications, 82717 cliques
3.39/3.52	c presolved problem has 6360 variables (6360 bin, 0 int, 0 impl, 0 cont) and 62306 constraints
3.39/3.52	c    7150 constraints of type <setppc>
3.39/3.52	c    1300 constraints of type <and>
3.39/3.52	c   53856 constraints of type <logicor>
3.39/3.52	c transformed objective value is always integral (scale: 1)
3.39/3.52	c Presolving Time: 2.93
3.39/3.52	c - non default parameters ----------------------------------------------------------------------
3.39/3.52	c # SCIP version 10.0.0
3.39/3.52	c 
3.39/3.52	c # maximal time in seconds to run
3.39/3.52	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.39/3.52	c limits/time = 3596.993136
3.39/3.52	c 
3.39/3.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.39/3.52	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.39/3.52	c limits/memory = 27900
3.39/3.52	c 
3.39/3.52	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
3.39/3.52	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
3.39/3.52	c limits/solutions = 1
3.39/3.52	c 
3.39/3.52	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.39/3.52	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
3.39/3.52	c misc/usesymmetry = 3
3.39/3.52	c 
3.39/3.52	c # belongs reading time to solving time?
3.39/3.52	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.39/3.52	c timing/reading = TRUE
3.39/3.52	c 
3.39/3.52	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
3.39/3.52	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.39/3.52	c propagating/symmetry/detectdoublelex = FALSE
3.39/3.52	c 
3.39/3.52	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
3.39/3.52	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.39/3.52	c propagating/symmetry/detectsubgroups = FALSE
3.39/3.52	c 
3.39/3.52	c # Type of symmetries that shall be computed?
3.39/3.52	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
3.39/3.52	c propagating/symmetry/symtype = 1
3.39/3.52	c 
3.39/3.52	c # Should components consisting of a single full reflection be handled?
3.39/3.52	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
3.39/3.52	c propagating/symmetry/usesimplesgncomp = FALSE
3.39/3.52	c 
3.39/3.52	c -----------------------------------------------------------------------------------------------
3.39/3.52	c start solving
3.39/3.52	c 
6.16/6.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.16/6.39	c   6.4s|     1 |     0 | 16748 |     - |   233M |   0 |6360 |  62k|  63k|   0 |  0 |  97 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.31/18.55	c  18.5s|     1 |     0 | 46582 |     - |   278M |   0 |6360 |  62k|  64k|1154 |  1 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
20.01/20.21	c  20.2s|     1 |     0 | 54448 |     - |   278M |   0 |6360 |  62k|  65k|2053 |  2 |  99 |   0 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.23	c  21.2s|     1 |     0 | 59156 |     - |   278M |   0 |6360 |  62k|  66k|2749 |  3 | 100 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.09/25.31	c  25.3s|     1 |     0 | 64589 |     - |   282M |   0 |6360 |  62k|  67k|3571 |  4 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
29.79/30.07	c  30.1s|     1 |     0 | 70517 |     - |   295M |   0 |6360 |  62k|  67k|4222 |  5 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
35.16/35.43	c  35.4s|     1 |     0 | 75803 |     - |   307M |   0 |6360 |  62k|  68k|4720 |  6 | 110 |   0 | 0.000000e+00 |      --      |    Inf | unknown
39.66/39.93	c  39.9s|     1 |     0 | 79389 |     - |   319M |   0 |6360 |  62k|  68k|5041 |  7 | 111 |   0 | 0.000000e+00 |      --      |    Inf | unknown
45.54/45.87	c  45.9s|     1 |     0 | 83939 |     - |   327M |   0 |6360 |  62k|  68k|5357 |  8 | 112 |   0 | 0.000000e+00 |      --      |    Inf | unknown
51.13/51.40	c  51.4s|     1 |     0 | 87925 |     - |   338M |   0 |6360 |  62k|  69k|5590 |  9 | 114 |   0 | 0.000000e+00 |      --      |    Inf | unknown
56.32/56.64	c  56.6s|     1 |     0 | 91443 |     - |   351M |   0 |6360 |  62k|  69k|5790 | 10 | 115 |   0 | 0.000000e+00 |      --      |    Inf | unknown
62.10/62.44	c  62.4s|     1 |     0 | 95496 |     - |   360M |   0 |6360 |  62k|  69k|5962 | 11 | 116 |   0 | 0.000000e+00 |      --      |    Inf | unknown
99.20/99.68	c  99.7s|     1 |     2 |115276 |     - |   360M |   0 |6360 |  62k|  69k|5962 | 11 | 149 |  19 | 0.000000e+00 |      --      |    Inf | unknown
308.50/309.53	c   310s|   100 |     3 |335805 |2427.4 |   366M |  17 |6360 |  62k|   0 |9787 |  0 | 223 |  19 | 0.000000e+00 |      --      |    Inf |  95.31%
424.11/425.50	c   425s|   200 |     3 |579266 |2431.0 |   379M |  24 |6360 |  62k|  66k|  13k|  2 | 350 |  19 | 0.000000e+00 |      --      |    Inf |  97.66%
474.44/476.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
474.44/476.09	c   476s|   300 |     9 |688008 |1981.6 |   379M |  30 |6360 |  62k|   0 |  16k|  0 | 359 |  19 | 0.000000e+00 |      --      |    Inf |  98.43%
536.62/538.40	c   538s|   400 |     7 |831963 |1845.8 |   380M |  30 |6360 |  62k|   0 |  19k|  0 | 378 |  19 | 0.000000e+00 |      --      |    Inf |  98.44%
638.69/640.89	c   641s|   500 |    12 |  1048k|1909.4 |   381M |  30 |6360 |  62k|   0 |  23k|  0 | 446 |  19 | 0.000000e+00 |      --      |    Inf |  98.55%
715.65/718.06	c   718s|   600 |    14 |  1239k|1909.5 |   381M |  30 |6360 |  62k|   0 |  26k|  0 | 512 |  19 | 0.000000e+00 |      --      |    Inf |  98.60%
781.84/784.43	c   784s|   700 |    17 |  1396k|1861.3 |   381M |  30 |6360 |  62k|  67k|  28k|  2 | 533 |  19 | 0.000000e+00 |      --      |    Inf |  98.61%
852.32/855.16	c   855s|   800 |    18 |  1563k|1837.9 |   381M |  30 |6360 |  62k|  67k|  32k|  2 | 583 |  19 | 0.000000e+00 |      --      |    Inf |  98.62%
1019.09/1022.34	c  1022s|   900 |    20 |  1715k|1802.0 |   381M |  30 |6360 |  62k|  67k|  34k|  2 | 598 |  19 | 0.000000e+00 |      --      |    Inf |  98.62%
1087.21/1090.65	c  1091s|  1000 |    18 |  1880k|1787.3 |   382M |  30 |6360 |  62k|   0 |  37k|  0 | 615 |  19 | 0.000000e+00 |      --      |    Inf |  98.62%
1157.44/1161.06	c  1161s|  1100 |    12 |  2040k|1769.5 |   382M |  31 |6360 |  62k|  67k|  40k|  2 | 687 |  19 | 0.000000e+00 |      --      |    Inf |  98.66%
1230.75/1234.59	c  1235s|  1200 |    10 |  2226k|1777.5 |   382M |  31 |6360 |  62k|   0 |  43k|  0 | 778 |  19 | 0.000000e+00 |      --      |    Inf |  98.81%
1306.76/1310.75	c  1311s|  1300 |    12 |  2414k|1785.4 |   382M |  31 |6360 |  62k|   0 |  47k|  0 | 820 |  19 | 0.000000e+00 |      --      |    Inf |  98.84%
1507.29/1511.73	c  1512s|  1400 |    12 |  2656k|1830.9 |   383M |  31 |6360 |  62k|  67k|  49k|  2 | 885 |  19 | 0.000000e+00 |      --      |    Inf |  98.86%
1584.28/1588.94	c  1589s|  1500 |    11 |  2845k|1834.2 |   383M |  31 |6360 |  62k|  67k|  52k|  2 | 975 |  19 | 0.000000e+00 |      --      |    Inf |  98.89%
1663.74/1668.69	c  1669s|  1600 |     9 |  3025k|1832.3 |   383M |  31 |6360 |  62k|  67k|  56k|  2 |1046 |  19 | 0.000000e+00 |      --      |    Inf |  98.90%
1737.21/1742.38	c  1742s|  1700 |     9 |  3209k|1832.9 |   384M |  31 |6360 |  62k|  67k|  58k|  2 |1123 |  19 | 0.000000e+00 |      --      |    Inf |  98.91%
1823.15/1828.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1823.15/1828.58	c  1829s|  1800 |    12 |  3402k|1838.4 |   384M |  31 |6360 |  62k|   0 |  62k|  0 |1203 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
1893.03/1898.65	c  1899s|  1900 |    13 |  3573k|1831.8 |   384M |  31 |6360 |  63k|  67k|  65k|  2 |1267 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
1954.84/1960.64	c  1961s|  2000 |    10 |  3722k|1814.4 |   384M |  31 |6360 |  63k|  67k|  67k|  2 |1296 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2039.67/2045.74	c  2046s|  2100 |    12 |  3915k|1820.0 |   385M |  31 |6360 |  63k|  67k|  70k|  2 |1316 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2109.05/2115.34	c  2115s|  2200 |    13 |  4082k|1813.0 |   385M |  31 |6360 |  63k|  67k|  73k|  2 |1347 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2173.75/2180.21	c  2180s|  2300 |    12 |  4247k|1805.8 |   386M |  31 |6360 |  63k|  67k|  76k|  2 |1458 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2249.62/2256.38	c  2256s|  2400 |    12 |  4435k|1809.0 |   386M |  31 |6360 |  63k|  67k|  79k|  2 |1584 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2342.23/2349.25	c  2349s|  2500 |    15 |  4651k|1823.3 |   386M |  31 |6360 |  63k|  67k|  83k|  2 |1704 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2404.44/2411.69	c  2412s|  2600 |    10 |  4811k|1814.7 |   387M |  31 |6360 |  63k|  67k|  85k|  2 |1785 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2473.12/2480.53	c  2481s|  2700 |    10 |  4968k|1805.5 |   387M |  34 |6360 |  63k|  67k|  88k|  2 |1896 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
2538.32/2545.91	c  2546s|  2800 |     6 |  5122k|1796.1 |   387M |  34 |6360 |  63k|   0 |  90k|  0 |1954 |  19 | 0.000000e+00 |      --      |    Inf |  98.93%
2638.13/2646.04	c  2646s|  2900 |    11 |  5321k|1802.8 |   388M |  34 |6360 |  63k|  67k|  93k|  2 |2057 |  19 | 0.000000e+00 |      --      |    Inf |  98.96%
2727.86/2736.08	c  2736s|  3000 |    11 |  5528k|1811.6 |   396M |  34 |6360 |  63k|   0 |  96k|  0 |2127 |  19 | 0.000000e+00 |      --      |    Inf |  98.99%
2787.86/2796.22	c  2796s|  3100 |    12 |  5690k|1805.4 |   396M |  34 |6360 |  63k|   0 |  99k|  0 |2217 |  19 | 0.000000e+00 |      --      |    Inf |  99.00%
2870.90/2879.50	c  2879s|  3200 |    11 |  5888k|1810.7 |   396M |  34 |6360 |  63k|  67k| 103k|  2 |2330 |  19 | 0.000000e+00 |      --      |    Inf |  99.01%
2976.56/2985.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2976.56/2985.57	c  2986s|  3300 |    11 |  6134k|1830.7 |   397M |  34 |6360 |  63k|   0 | 108k|  0 |2432 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3052.24/3061.49	c  3061s|  3400 |    15 |  6312k|1829.1 |   397M |  34 |6360 |  63k|   0 | 110k|  0 |2558 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3104.28/3113.65	c  3114s|  3500 |    13 |  6436k|1812.2 |   398M |  36 |6360 |  63k|  67k| 113k|  2 |2692 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3170.59/3180.17	c  3180s|  3600 |    12 |  6605k|1808.7 |   398M |  36 |6360 |  63k|  67k| 116k|  2 |2778 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3228.80/3238.59	c  3239s|  3700 |    13 |  6746k|1798.0 |   398M |  36 |6360 |  63k|  67k| 118k|  2 |2890 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3291.61/3301.57	c  3302s|  3800 |     9 |  6894k|1789.6 |   398M |  36 |6360 |  63k|   0 | 121k|  0 |3010 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3361.01/3371.15	c  3371s|  3900 |    12 |  7050k|1783.8 |   399M |  38 |6360 |  63k|  67k| 123k|  2 |3105 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3436.46/3446.88	c  3447s|  4000 |    13 |  7233k|1784.8 |   399M |  38 |6360 |  64k|  67k| 126k|  2 |3176 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3512.33/3522.95	c  3523s|  4100 |    11 |  7402k|1782.7 |   399M |  38 |6360 |  64k|   0 | 129k|  0 |3296 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3569.15/3579.97	c  3580s|  4200 |     8 |  7540k|1773.1 |   400M |  38 |6360 |  64k|   0 | 131k|  0 |3434 |  19 | 0.000000e+00 |      --      |    Inf |  99.02%
3586.22/3597.01	c 
3586.22/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.22/3597.01	c Solving Time (sec) : 3596.99
3586.22/3597.01	c Solving Nodes      : 4215
3586.22/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.22/3597.01	c Dual Bound         : +0.00000000000000e+00
3586.22/3597.01	c Gap                : infinite
3586.22/3597.01	s UNKNOWN
3586.22/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.22/3597.01	c Total Time         :    3596.99
3586.22/3597.01	c   solving          :    3596.99
3586.22/3597.01	c   presolving       :       2.93 (included in solving)
3586.22/3597.01	c   reading          :       0.43 (included in solving)
3586.22/3597.01	c   copying          :       0.43 (5 #copies) (minimal 0.08, maximal 0.09, average 0.09)
3586.22/3597.01	c Original Problem   :
3586.22/3597.01	c   Problem name     : HOME/instance-4544852-1753220817.opb
3586.22/3597.01	c   Variables        : 6360 (6360 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.22/3597.01	c   Constraints      : 63606 initial, 63606 maximal
3586.22/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.22/3597.01	c Presolved Problem  :
3586.22/3597.01	c   Problem name     : t_HOME/instance-4544852-1753220817.opb
3586.22/3597.01	c   Variables        : 6360 (6360 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.22/3597.01	c   Constraints      : 62306 initial, 64180 maximal
3586.22/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.22/3597.01	c   Nonzeros         : 231180 constraint, 165034 clique table
3586.22/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.22/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   gateextraction   :       0.11       0.00      2          0          0          0          0          0      11400       1300          0          0
3586.22/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   milp             :       0.35       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   dualfix          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   probing          :       1.49       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   symmetry         :       0.32       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   knapsack         :       0.03       0.00      2          0          0          0          0          0       1300      10100          0          0
3586.22/3597.01	c   setppc           :       0.03       0.00      7          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   and              :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   linear           :       0.27       0.04      2          0          0          0          0          0          0          0          0       1300
3586.22/3597.01	c   logicor          :       0.21       0.02      7          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   components       :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   root node        :          -          -      -          5          -          -          5          -          -          -          -          -
3586.22/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.22/3597.01	c   benderslp        :          0          0          0          0       2189          0          0        500          0          0          0          0          0          0          0
3586.22/3597.01	c   integral         :          0          0          0          0       2189          0          0        500          0          0          0          0          0          0       4378
3586.22/3597.01	c   knapsack         :          0+         5          0      10812          0          0          0          0          4          7         37          0          0          0          0
3586.22/3597.01	c   setppc           :       7150+      7171          8      20432          0          0          0        496      13891        323     150263          0          0          0          0
3586.22/3597.01	c   and              :       1300       1300       4189      20109          0          0          0          1      13888        254     468103     193500     102439          0          0
3586.22/3597.01	c   linear           :          0+         1          0       1574          0          0          0          3          0          4          0          0          0          0          0
3586.22/3597.01	c   logicor          :      53856+     55708          8      17827          0          0          0          1       3169        511     260088          1          1          0          0
3586.22/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.22/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   integral         :      18.32       0.00       0.00       0.00      18.32       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   knapsack         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   setppc           :       0.80       0.00       0.01       0.75       0.00       0.00       0.00       0.04       0.00       0.00
3586.22/3597.01	c   and              :       4.19       0.00       2.62       1.55       0.00       0.00       0.00       0.00       0.01       0.01
3586.22/3597.01	c   linear           :       0.04       0.04       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   logicor          :       2.96       0.02       0.07       2.84       0.00       0.00       0.00       0.00       0.01       0.02
3586.22/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.22/3597.01	c   dualfix          :          1          0          0          0
3586.22/3597.01	c   genvbounds       :          0          0          0          0
3586.22/3597.01	c   nlobbt           :          0          0          0          0
3586.22/3597.01	c   obbt             :          0          0          0          0
3586.22/3597.01	c   probing          :          0          0          0          0
3586.22/3597.01	c   pseudoobj        :          0          0          0          0
3586.22/3597.01	c   redcost          :          0          0          0          0
3586.22/3597.01	c   rootredcost      :          0          0          0          0
3586.22/3597.01	c   symmetry         :      13345          0       1199      77455
3586.22/3597.01	c   vbounds          :      13707          0          0          0
3586.22/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.22/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3586.22/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   probing          :       1.49       0.00       1.49       0.00       0.00       0.00
3586.22/3597.01	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3586.22/3597.01	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.22/3597.01	c   symmetry         :       5.37       0.00       0.32       5.05       0.00       0.00
3586.22/3597.01	c   vbounds          :       0.14       0.00       0.00       0.14       0.00       0.00
3586.22/3597.01	c Symmetry           :
3586.22/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.22/3597.01	c   orbital reduction:      76593 reductions applied,        897 cutoffs
3586.22/3597.01	c   lexicographic red:        951 reductions applied,        302 cutoffs
3586.22/3597.01	c   shadow tree time :       0.01 s
3586.22/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.22/3597.01	c   propagation      :       0.04       1094       1084          -       4054       22.5         28       18.8          -          -          -
3586.22/3597.01	c   infeasible LP    :       0.01         12         12          -         41       39.7          0        0.0         12       46.4          0
3586.22/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.22/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.22/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.22/3597.01	c   applied globally :       0.09          -          -          0       3425       19.4          -          -          9          -          -
3586.22/3597.01	c   applied locally  :          -          -          -          0          2       35.5          -          -          3          -          -
3586.22/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.22/3597.01	c   cut pool         :       0.59          -        445         18          -          -      45865     172683          -          -          -          -          -    (maximal pool size:      45099)
3586.22/3597.01	c   aggregation      :       0.21       0.00         10          8          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.22/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.22/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.22/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   clique           :       1.70       0.00          8          8          0          0         40        627          0        174        174          0          0
3586.22/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   gomory           :       1.16       0.00         10          8          0          0       1700       2467          0         60         60          0          0
3586.22/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -       1172          0         20         20          0          -
3586.22/3597.01	c   > strongcg       :          -          -          -          -          -          -          -       1295          0         40         40          0          -
3586.22/3597.01	c   impliedbounds    :       0.12       0.00         10          8          0          0      43878     168844          0      29097      29097          0          0
3586.22/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   mcf              :       0.03       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   multilinear      :       0.01       0.00        227          9          0          0         83        168         35         85         67         18          0
3586.22/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.22/3597.01	c   rlt              :      31.20       0.00         13          9          0          0         32        104          9         33         28          5          0
3586.22/3597.01	c   zerohalf         :       0.72       0.00         10          8          0          0        183        473          7        314        308          6          0
3586.22/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.22/3597.01	c   hybrid           :       1.35       0.00       4285         11     132204          0     234031       5962          0      77258
3586.22/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.22/3597.01	c   problem variables:       0.00          -          0          0
3586.22/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.22/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c   relpscost        :      18.31       0.00       2189          0          0          0          0          0          0       4378
3586.22/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.22/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.22/3597.01	c   LP solutions     :       0.00          -          -          0          0
3586.22/3597.01	c   relax solutions  :       0.00          -          -          0          0
3586.22/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3586.22/3597.01	c   strong branching :       0.00          -          -          0          0
3586.22/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3586.22/3597.01	c   adaptivediving   :      50.65       0.00         10          0          0
3586.22/3597.01	c   alns             :       1.38       0.00          5          0          0
3586.22/3597.01	c   bound            :       0.00       0.00          0          0          0
3586.22/3597.01	c   clique           :       0.14       0.00          1          0          0
3586.22/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3586.22/3597.01	c   completesol      :       0.00       0.00          0          0          0
3586.22/3597.01	c   conflictdiving   :      22.91       0.00          5          0          0
3586.22/3597.01	c   crossover        :       0.00       0.00          0          0          0
3586.22/3597.01	c   dins             :       0.00       0.00          0          0          0
3586.22/3597.01	c   distributiondivin:      16.82       0.00          3          0          0
3586.22/3597.01	c   dps              :       0.00       0.00          0          0          0
3586.22/3597.01	c   dualval          :       0.00       0.00          0          0          0
3586.22/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3586.22/3597.01	c   feasjump         :       0.07       0.00          1          0          0
3586.22/3597.01	c   feaspump         :      23.26       0.00          3          0          0
3586.22/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3586.22/3597.01	c   fracdiving       :       0.08       0.00          5          0          0
3586.22/3597.01	c   gins             :       0.00       0.00          0          0          0
3586.22/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3586.22/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.22/3597.01	c   indicator        :       0.00       0.00          0          0          0
3586.22/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3586.22/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3586.22/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3586.22/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3586.22/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3586.22/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3586.22/3597.01	c   linesearchdiving :       0.08       0.00          5          0          0
3586.22/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3586.22/3597.01	c   locks            :       0.03       0.00          1          0          0
3586.22/3597.01	c   lpface           :       0.02       0.00          0          0          0
3586.22/3597.01	c   mpec             :       0.00       0.00          0          0          0
3586.22/3597.01	c   multistart       :       0.00       0.00          0          0          0
3586.22/3597.01	c   mutation         :       0.00       0.00          0          0          0
3586.22/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3586.22/3597.01	c   objpscostdiving  :     347.10       0.00          3          0          0
3586.22/3597.01	c   octane           :       0.00       0.00          0          0          0
3586.22/3597.01	c   ofins            :       0.00       0.00          0          0          0
3586.22/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3586.22/3597.01	c   padm             :       0.00       0.00          0          0          0
3586.22/3597.01	c   proximity        :       0.00       0.00          0          0          0
3586.22/3597.01	c   pscostdiving     :       0.05       0.00          5          0          0
3586.22/3597.01	c   randrounding     :       0.42       0.00        505          0          0
3586.22/3597.01	c   rens             :       0.00       0.00          0          0          0
3586.22/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3586.22/3597.01	c   repair           :       0.00       0.00          0          0          0
3586.22/3597.01	c   rins             :       0.00       0.00          0          0          0
3586.22/3597.01	c   rootsoldiving    :      28.91       0.00          3          0          0
3586.22/3597.01	c   rounding         :       2.64       0.00       1043          0          0
3586.22/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3586.22/3597.01	c   shiftandpropagate:       0.04       0.00          1          0          0
3586.22/3597.01	c   shifting         :       3.83       0.00        274          0          0
3586.22/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3586.22/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3586.22/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3586.22/3597.01	c   trivial          :       0.00       0.00          2          0          0
3586.22/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3586.22/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3586.22/3597.01	c   trysol           :       0.00       0.00          0          0          0
3586.22/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3586.22/3597.01	c   undercover       :       0.00       0.00          1          0          0
3586.22/3597.01	c   vbounds          :       0.17       0.00          1          0          0
3586.22/3597.01	c   veclendiving     :       0.06       0.00          5          0          0
3586.22/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3586.22/3597.01	c   zirounding       :       5.40       0.00       1000          0          0
3586.22/3597.01	c   other solutions  :          -          -          -          0          -
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/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
3586.22/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.22/3597.01	c   primal LP        :       2.04        212          0       0.00       0.00       2.04        212
3586.22/3597.01	c   dual LP          :    2974.63       6487    7254650    1118.34    2438.84       0.00          0
3586.22/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3586.22/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.22/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3586.22/3597.01	c   diving/probing LP:     488.52        581     324643     558.77     664.54
3586.22/3597.01	c   strong branching :      11.79         19      17247     907.74    1462.82          -          -         30
3586.22/3597.01	c     (at root node) :          -         19      17247     907.74          -
3586.22/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3586.22/3597.01	c B&B Tree           :
3586.22/3597.01	c   number of runs   :          1
3586.22/3597.01	c   nodes            :       4215 (2189 internal, 2026 leaves)
3586.22/3597.01	c   feasible leaves  :          0
3586.22/3597.01	c   infeas. leaves   :       2025
3586.22/3597.01	c   objective leaves :          0
3586.22/3597.01	c   nodes (total)    :       4215 (2189 internal, 2026 leaves)
3586.22/3597.01	c   nodes left       :         10
3586.22/3597.01	c   max depth        :         38
3586.22/3597.01	c   max depth (total):         38
3586.22/3597.01	c   backtracks       :        740 (17.6%)
3586.22/3597.01	c   early backtracks :          0 (0.0%)
3586.22/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3586.22/3597.01	c   delayed cutoffs  :        155
3586.22/3597.01	c   repropagations   :        653 (56720 domain reductions, 148 cutoffs)
3586.22/3597.01	c   avg switch length:       2.72
3586.22/3597.01	c   switching time   :       4.94
3586.22/3597.01	c Root Node          :
3586.22/3597.01	c   First LP value   : +0.00000000000000e+00
3586.22/3597.01	c   First LP Iters   :      16748 (6955.63 Iter/sec)
3586.22/3597.01	c   First LP Time    :       2.41
3586.22/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3586.22/3597.01	c   Final Root Iters :      95496
3586.22/3597.01	c   Root LP Estimate : +5.33138076588442e-03
3586.22/3597.01	c Solution           :
3586.22/3597.01	c   Solutions found  :          0 (0 improvements)
3586.22/3597.01	c   Primal Bound     :          -
3586.22/3597.01	c   Dual Bound       : +0.00000000000000e+00
3586.22/3597.01	c   Gap              :   infinite
3586.22/3597.01	c Integrals          :      Total       Avg%
3586.22/3597.01	c   primal-dual      :  359699.47     100.00
3586.22/3597.01	c   primal-ref       :          -          - (not evaluated)
3586.22/3597.01	c   dual-ref         :          -          - (not evaluated)
3586.32/3597.16	c Time complete: 3586.36.

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100073 s]*
/proc/loadavg: 4.15 4.10 4.11 5/251 160607
/proc/meminfo: memFree=99120820/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=55812 memory=28032 CPUtime=0.09 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 4135 0 0 0 8 1 0 0 20 0 1 0 237761127 57151488 7008 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 13953 7008 3200 3530 0 5404 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55812 KiB
Current children cumulated memory: 28032 KiB

[startup+0.218385 s]*
/proc/loadavg: 4.15 4.10 4.11 5/251 160607
/proc/meminfo: memFree=99112756/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=66984 memory=38400 CPUtime=0.19 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 6714 0 0 0 17 2 0 0 20 0 1 0 237761127 68591616 9600 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 16746 9600 3200 3530 0 8197 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 66984 KiB
Current children cumulated memory: 38400 KiB

[startup+0.314072 s]*
/proc/loadavg: 4.15 4.10 4.11 5/251 160607
/proc/meminfo: memFree=99104692/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=73312 memory=45312 CPUtime=0.27 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 8438 0 0 0 25 2 0 0 20 0 1 0 237761127 75071488 11328 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 18328 11328 3200 3530 0 9779 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 73312 KiB
Current children cumulated memory: 45312 KiB

[startup+0.700221 s]
/proc/loadavg: 4.15 4.10 4.11 5/251 160607
/proc/meminfo: memFree=99072688/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=148724 memory=120504 CPUtime=0.62 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 27238 0 0 0 55 7 0 0 20 0 1 0 237761127 152293376 30126 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 37181 30126 3552 3530 0 28632 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 148724 KiB
Current children cumulated memory: 120504 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.10 4.11 5/251 160607
/proc/meminfo: memFree=98987824/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=187256 memory=158860 CPUtime=1.41 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 48285 0 0 0 129 12 0 0 20 0 1 0 237761127 191750144 39715 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 46814 39715 3712 3530 0 38265 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 187256 KiB
Current children cumulated memory: 158860 KiB

[startup+3.1056 s]
/proc/loadavg: 4.15 4.10 4.11 5/251 160607
/proc/meminfo: memFree=98963884/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=197376 memory=168844 CPUtime=3 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 50801 0 0 0 288 12 0 0 20 0 1 0 237761127 202113024 42211 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 49344 42211 3712 3530 0 40795 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 197376 KiB
Current children cumulated memory: 168844 KiB

[startup+6.30013 s]
/proc/loadavg: 4.13 4.10 4.11 5/251 160607
/proc/meminfo: memFree=98855320/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=313936 memory=283608 CPUtime=6.16 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 72257 0 0 0 599 17 0 0 20 0 1 0 237761127 321470464 70902 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 78484 70902 3936 3530 0 69935 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 313936 KiB
Current children cumulated memory: 283608 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.10 4.11 5/251 160607
/proc/meminfo: memFree=98855824/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=328144 memory=297816 CPUtime=12.52 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 75793 0 0 0 1235 17 0 0 20 0 1 0 237761127 336019456 74454 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 82036 74454 3936 3530 0 73487 0
Current children cumulated CPU time: 12.52 s
Current children cumulated vsize: 328144 KiB
Current children cumulated memory: 297816 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.09 4.11 5/251 160607
/proc/meminfo: memFree=98780128/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=389584 memory=352972 CPUtime=25.29 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 86047 0 0 0 2510 19 0 0 20 0 1 0 237761127 398934016 88243 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 97396 88243 3936 3530 0 88847 0
Current children cumulated CPU time: 25.29 s
Current children cumulated vsize: 389584 KiB
Current children cumulated memory: 352972 KiB

[startup+51.1129 s]
/proc/loadavg: 4.06 4.08 4.10 5/251 160608
/proc/meminfo: memFree=98760672/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=442596 memory=374732 CPUtime=50.84 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 91579 0 0 0 5064 20 0 0 20 0 1 0 237761127 453218304 93683 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 110649 93683 3936 3530 0 102100 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 442596 KiB
Current children cumulated memory: 374732 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.10 5/251 160610
/proc/meminfo: memFree=98638028/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=549544 memory=464972 CPUtime=101.9 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 114143 0 0 0 10166 24 0 0 20 0 1 0 237761127 562733056 116243 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 137386 116243 3968 3530 0 128837 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 549544 KiB
Current children cumulated memory: 464972 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 160612
/proc/meminfo: memFree=98620456/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=549544 memory=464972 CPUtime=161.73 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 114158 0 0 0 16149 24 0 0 20 0 1 0 237761127 562733056 116243 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 137386 116243 3968 3530 0 128837 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 549544 KiB
Current children cumulated memory: 464972 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/251 160614
/proc/meminfo: memFree=98606656/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=549544 memory=464972 CPUtime=221.57 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 114171 0 0 0 22133 24 0 0 20 0 1 0 237761127 562733056 116243 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 137386 116243 3968 3530 0 128837 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 549544 KiB
Current children cumulated memory: 464972 KiB

[startup+282.3 s]
/proc/loadavg: 4.33 4.14 4.11 5/251 160616
/proc/meminfo: memFree=98604868/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=549544 memory=464972 CPUtime=281.4 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 114189 0 0 0 28115 25 0 0 20 0 1 0 237761127 562733056 116243 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 137386 116243 3968 3530 0 128837 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 549544 KiB
Current children cumulated memory: 464972 KiB

[startup+342.3 s]
/proc/loadavg: 4.65 4.28 4.16 5/250 160618
/proc/meminfo: memFree=98604296/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=549544 memory=464972 CPUtime=341.19 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 114192 0 0 0 34094 25 0 0 20 0 1 0 237761127 562733056 116243 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 137386 116243 3968 3530 0 128837 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 549544 KiB
Current children cumulated memory: 464972 KiB

[startup+402.3 s]
/proc/loadavg: 4.30 4.25 4.15 5/250 160620
/proc/meminfo: memFree=98581236/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=571016 memory=486476 CPUtime=400.99 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 119601 0 0 0 40073 26 0 0 20 0 1 0 237761127 584720384 121619 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 142754 121619 3968 3530 0 134205 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 571016 KiB
Current children cumulated memory: 486476 KiB

[startup+462.3 s]
/proc/loadavg: 3.87 4.15 4.13 4/245 160656
/proc/meminfo: memFree=101053756/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=583108 memory=499916 CPUtime=460.77 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 122954 0 0 0 46047 30 0 0 20 0 1 0 237761127 597102592 124979 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 145777 124979 3968 3530 0 137228 0
Current children cumulated CPU time: 460.77 s

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

/proc/loadavg: 1.08 1.49 1.94 2/231 160870
/proc/meminfo: memFree=105215528/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3212.65 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125596 0 0 0 321229 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3212.65 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.43 1.89 2/231 160872
/proc/meminfo: memFree=105215780/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3272.46 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125596 0 0 0 327210 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3272.46 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3342.3 s]
/proc/loadavg: 1.05 1.35 1.83 2/231 160874
/proc/meminfo: memFree=105215812/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3332.28 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125596 0 0 0 333192 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3332.28 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.31 1.79 2/231 160876
/proc/meminfo: memFree=105216064/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3392.1 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125596 0 0 0 339174 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3392.1 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.27 1.74 2/231 160878
/proc/meminfo: memFree=105216064/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3451.91 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125596 0 0 0 345155 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3451.91 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.23 1.70 2/232 160887
/proc/meminfo: memFree=105216096/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3511.73 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125711 0 0 0 351137 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3511.73 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.20 1.66 2/232 160889
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3571.55 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 357119 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3571.55 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

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

# cumulated CPU time of all completed processes:  user=3586.01 s, system=0.365857 s

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

[startup+3584 s]*
/proc/loadavg: 1.09 1.20 1.66 2/232 160889
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3573.25 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 357289 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3573.25 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3590.4 s]
/proc/loadavg: 1.08 1.20 1.65 2/232 160889
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3579.62 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 357926 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3579.62 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3593.6 s]
/proc/loadavg: 1.08 1.20 1.65 2/232 160890
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3582.82 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 358246 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3582.82 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3595.2 s]
/proc/loadavg: 1.07 1.19 1.65 2/232 160890
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3584.41 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 358405 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3584.41 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3596 s]*
/proc/loadavg: 1.07 1.19 1.65 2/232 160890
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3585.22 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 358486 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3585.22 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3596.8 s]
/proc/loadavg: 1.07 1.19 1.65 2/232 160890
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3586.01 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 358565 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3586.01 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3597 s]*
/proc/loadavg: 1.07 1.19 1.65 2/232 160890
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=590084 memory=532556 CPUtime=3586.22 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125783 0 0 0 358586 36 0 0 20 0 1 0 237761127 604246016 133139 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147521 133139 3968 3530 0 138972 0
Current children cumulated CPU time: 3586.22 s
Current children cumulated vsize: 590084 KiB
Current children cumulated memory: 532556 KiB

[startup+3597.11 s]
/proc/loadavg: 1.07 1.19 1.65 2/232 160890
/proc/meminfo: memFree=105216460/131382112 swapFree=33001664/33010684
[pid=160606] ppid=160603 vsize=589184 memory=531768 CPUtime=3586.32 cores=5,7
/proc/160606/stat : 160606 (pbscip) R 160603 160606 158201 0 -1 4194304 125785 0 0 0 358596 36 0 0 20 0 1 0 237761127 603324416 132942 18446744073709551615 4235264 18693293 140729382404992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36839424 140729382410631 140729382410730 140729382410730 140729382416334 0
/proc/160606/statm: 147296 132942 3968 3530 0 138747 0
Current children cumulated CPU time: 3586.32 s
Current children cumulated vsize: 589184 KiB
Current children cumulated memory: 531768 KiB

Child status: 0

Real time (s): 3597.16
CPU time (s): 3586.37
CPU user time (s): 3586.01
CPU system time (s): 0.365857
CPU usage (%): 99.7
Max. virtual memory (cumulated for all children) (KiB): 590084
Max. memory (cumulated for all children) (KiB): 532556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.01
system time used= 0.365857
maximum resident set size= 532556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125801
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= 107
involuntary context switches= 1626


# summary of solver processes directly reported to runsolver:
#   pid: 160606
#   total CPU time (s): 3586.37
#   total CPU user time (s): 3586.01
#   total CPU system time (s): 0.365857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3863 second user time and 33.8885 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-22 23:46:57
IDJOB=4544852
IDBENCH=180684
IDSOLVER=3365
FILE ID=nodeC005/4544852-1753220817
RUNJOBID= nodeC005-1753211112-158214
SLURM_JOB_ID= 9687789
Free space on /tmp= 432928 MiB

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

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

MD5SUM BENCH= 66da69fc5ff2d69cb07ac1ec77d1e0fe
RANDOM SEED=1911010096

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		: 3492.035
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		: 3691.489
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.598
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3662.807
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		: 3700.000
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.243
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:        99136696 kB
MemAvailable:   123328392 kB
Buffers:              12 kB
Cached:         24963080 kB
SwapCached:          776 kB
Active:          6943420 kB
Inactive:       24549416 kB
Active(anon):    6511924 kB
Inactive(anon):    38384 kB
Active(file):     431496 kB
Inactive(file): 24511032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21160 kB
Writeback:             0 kB
AnonPages:       6532040 kB
Mapped:           138040 kB
Shmem:             20564 kB
KReclaimable:     177588 kB
Slab:             268764 kB
SReclaimable:     177588 kB
SUnreclaim:        91176 kB
KernelStack:        4048 kB
PageTables:        16548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8506520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2781184 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= 433012 MiB
End job on nodeC005 at 2025-07-23 00:46:55