Trace number 4498347

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 NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT10 12.6235 12.6814

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_4.opb
MD5SUMf2bcbaa2314fdbbaf32cb5f01e98067b
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark7.17507
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-4498347-1751268976.opb>
0.00/0.02	c original problem has 1358 variables (100 bin, 0 int, 1258 impl, 0 cont) and 1458 constraints
0.00/0.02	c problem read in 0.01
0.00/0.03	c presolving:
0.00/0.04	c (round 1, medium)     0 del vars, 1458 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 2, fast)       1258 del vars, 1458 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3, exhaustive) 1258 del vars, 1458 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.05	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.05	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.05	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.05	c  1258 deleted vars, 1458 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  0 implications, 0 cliques
0.00/0.05	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.05	c     100 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.02
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 10.0.0
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.05	c limits/time = 3596.99411
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.05	c limits/memory = 27900
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 100
0.00/0.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - | trivial|   0 | 100 | 100 |   0 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.000000e+02 |    Inf | unknown
0.00/0.05	o 12
0.00/0.05	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   376 |     - |  8287k |   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 7.407003e+00 | 1.200000e+01 |  62.01%| unknown
0.09/0.11	c   0.1s|     1 |     0 |   401 |     - |    11M |   0 | 100 | 100 | 101 |   1 |  1 |   0 |   0 | 7.420206e+00 | 1.200000e+01 |  61.72%| unknown
0.09/0.15	c   0.1s|     1 |     0 |   468 |     - |    15M |   0 | 100 | 100 | 102 |   2 |  2 |   0 |   0 | 7.453407e+00 | 1.200000e+01 |  61.00%| unknown
0.09/0.19	c   0.2s|     1 |     0 |   519 |     - |    16M |   0 | 100 | 100 | 103 |   3 |  3 |   0 |   0 | 7.484465e+00 | 1.200000e+01 |  60.33%| unknown
0.20/0.22	c   0.2s|     1 |     0 |   567 |     - |    20M |   0 | 100 | 100 | 104 |   4 |  4 |   0 |   0 | 7.502356e+00 | 1.200000e+01 |  59.95%| unknown
0.20/0.25	c   0.2s|     1 |     0 |   605 |     - |    22M |   0 | 100 | 100 | 105 |   5 |  5 |   0 |   0 | 7.516914e+00 | 1.200000e+01 |  59.64%| unknown
0.20/0.29	c   0.3s|     1 |     0 |   663 |     - |    24M |   0 | 100 | 100 | 106 |   6 |  6 |   0 |   0 | 7.534821e+00 | 1.200000e+01 |  59.26%| unknown
0.20/0.32	c   0.3s|     1 |     0 |   696 |     - |    24M |   0 | 100 | 100 | 107 |   7 |  7 |   0 |   0 | 7.541205e+00 | 1.200000e+01 |  59.13%| unknown
0.31/0.36	c   0.3s|     1 |     0 |   734 |     - |    28M |   0 | 100 | 100 | 108 |   8 |  8 |   0 |   0 | 7.555809e+00 | 1.200000e+01 |  58.82%| unknown
0.31/0.39	c   0.4s|     1 |     0 |   790 |     - |    28M |   0 | 100 | 100 | 109 |   9 |  9 |   0 |   0 | 7.565660e+00 | 1.200000e+01 |  58.61%| unknown
0.40/0.43	c   0.4s|     1 |     0 |   803 |     - |    31M |   0 | 100 | 100 | 110 |  10 | 10 |   0 |   0 | 7.567082e+00 | 1.200000e+01 |  58.58%| unknown
0.40/0.44	c   0.4s|     1 |     0 |   832 |     - |    31M |   0 | 100 | 100 | 111 |  11 | 11 |   0 |   0 | 7.568381e+00 | 1.200000e+01 |  58.55%| unknown
0.40/0.46	c   0.4s|     1 |     0 |   857 |     - |    31M |   0 | 100 | 100 | 112 |  12 | 12 |   0 |   0 | 7.570902e+00 | 1.200000e+01 |  58.50%| unknown
0.40/0.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.40/0.47	c   0.5s|     1 |     0 |   883 |     - |    32M |   0 | 100 | 100 | 113 |  13 | 13 |   0 |   0 | 7.573064e+00 | 1.200000e+01 |  58.46%| unknown
0.40/0.49	c   0.5s|     1 |     0 |   898 |     - |    32M |   0 | 100 | 100 | 114 |  14 | 14 |   0 |   0 | 7.573773e+00 | 1.200000e+01 |  58.44%| unknown
0.40/0.50	c   0.5s|     1 |     0 |   915 |     - |    32M |   0 | 100 | 100 | 115 |  15 | 15 |   0 |   0 | 7.574117e+00 | 1.200000e+01 |  58.43%| unknown
0.40/0.52	c   0.5s|     1 |     0 |   941 |     - |    32M |   0 | 100 | 100 | 116 |  16 | 16 |   0 |   0 | 7.575731e+00 | 1.200000e+01 |  58.40%| unknown
0.50/0.53	c   0.5s|     1 |     0 |   961 |     - |    32M |   0 | 100 | 100 | 117 |  17 | 17 |   0 |   0 | 7.576496e+00 | 1.200000e+01 |  58.38%| unknown
0.50/0.55	c   0.5s|     1 |     0 |   980 |     - |    32M |   0 | 100 | 100 | 118 |  18 | 18 |   0 |   0 | 7.576841e+00 | 1.200000e+01 |  58.38%| unknown
0.50/0.56	c   0.5s|     1 |     0 |  1010 |     - |    32M |   0 | 100 | 100 | 119 |  19 | 19 |   0 |   0 | 7.577318e+00 | 1.200000e+01 |  58.37%| unknown
0.50/0.58	c   0.6s|     1 |     0 |  1021 |     - |    32M |   0 | 100 | 100 | 120 |  20 | 20 |   0 |   0 | 7.577569e+00 | 1.200000e+01 |  58.36%| unknown
0.50/0.59	c   0.6s|     1 |     0 |  1035 |     - |    32M |   0 | 100 | 100 | 121 |  21 | 21 |   0 |   0 | 7.578111e+00 | 1.200000e+01 |  58.35%| unknown
0.50/0.61	c   0.6s|     1 |     0 |  1067 |     - |    32M |   0 | 100 | 100 | 122 |  22 | 22 |   0 |   0 | 7.581343e+00 | 1.200000e+01 |  58.28%| unknown
0.59/0.62	c   0.6s|     1 |     0 |  1094 |     - |    32M |   0 | 100 | 100 | 120 |  23 | 23 |   0 |   0 | 7.588357e+00 | 1.200000e+01 |  58.14%| unknown
0.59/0.63	c   0.6s|     1 |     0 |  1101 |     - |    32M |   0 | 100 | 100 | 121 |  24 | 24 |   0 |   0 | 7.588728e+00 | 1.200000e+01 |  58.13%| unknown
0.59/0.65	c   0.6s|     1 |     0 |  1105 |     - |    32M |   0 | 100 | 100 | 122 |  25 | 25 |   0 |   0 | 7.588935e+00 | 1.200000e+01 |  58.12%| unknown
0.59/0.66	c   0.6s|     1 |     0 |  1114 |     - |    32M |   0 | 100 | 100 | 123 |  26 | 26 |   0 |   0 | 7.589012e+00 | 1.200000e+01 |  58.12%| unknown
0.59/0.68	c   0.7s|     1 |     0 |  1117 |     - |    32M |   0 | 100 | 100 | 124 |  27 | 27 |   0 |   0 | 7.589068e+00 | 1.200000e+01 |  58.12%| unknown
0.59/0.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.69	c   0.7s|     1 |     0 |  1120 |     - |    32M |   0 | 100 | 100 | 125 |  28 | 28 |   0 |   0 | 7.589090e+00 | 1.200000e+01 |  58.12%| unknown
0.68/0.70	c   0.7s|     1 |     0 |  1131 |     - |    32M |   0 | 100 | 100 | 125 |  29 | 29 |   0 |   0 | 7.589245e+00 | 1.200000e+01 |  58.12%| unknown
0.68/0.72	c   0.7s|     1 |     0 |  1137 |     - |    32M |   0 | 100 | 100 | 126 |  30 | 30 |   0 |   0 | 7.589388e+00 | 1.200000e+01 |  58.12%| unknown
0.68/0.74	c   0.7s|     1 |     0 |  1139 |     - |    32M |   0 | 100 | 100 | 127 |  31 | 31 |   0 |   0 | 7.589416e+00 | 1.200000e+01 |  58.11%| unknown
0.68/0.75	c   0.7s|     1 |     0 |  1140 |     - |    32M |   0 | 100 | 100 | 128 |  32 | 32 |   0 |   0 | 7.589418e+00 | 1.200000e+01 |  58.11%| unknown
0.99/1.03	c   1.0s|     1 |     2 |  1140 |     - |    32M |   0 | 100 | 100 | 128 |  32 | 33 |   0 |  19 | 7.626152e+00 | 1.200000e+01 |  57.35%| unknown
1.27/1.33	o 11
1.27/1.33	c * 1.3s|     8 |     5 |  1566 |  60.9 |strongbr|   7 | 100 | 100 | 117 |  32 |  1 |   1 | 105 | 7.626152e+00 | 1.100000e+01 |  44.24%|   3.52%
2.77/2.82	c   2.8s|   100 |    33 |  8531 |  74.7 |    56M |  16 | 100 | 214 | 117 |  79 |  2 | 155 | 537 | 8.206204e+00 | 1.100000e+01 |  34.04%|  17.15%
3.36/3.49	c   3.5s|   200 |    61 | 14038 |  64.8 |    56M |  17 | 100 | 257 | 117 | 141 |  2 | 204 | 635 | 8.346646e+00 | 1.100000e+01 |  31.79%|  20.97%
4.17/4.23	c   4.2s|   300 |    97 | 19247 |  60.6 |    56M |  18 | 100 | 266 | 127 | 216 |  7 | 219 | 712 | 8.468895e+00 | 1.100000e+01 |  29.89%|  23.55%
4.57/4.62	c   4.6s|   400 |   123 | 23251 |  55.4 |    59M |  19 | 100 | 266 | 122 | 264 |  1 | 219 | 713 | 8.507273e+00 | 1.100000e+01 |  29.30%|  26.05%
5.56/5.68	c   5.7s|   500 |   201 | 33070 |  64.0 |    59M |  19 | 100 | 289 | 117 | 391 |  1 | 255 | 718 | 8.507273e+00 | 1.100000e+01 |  29.30%|  28.21%
6.56/6.65	c   6.6s|   600 |   291 | 41764 |  67.8 |    59M |  21 | 100 | 303 | 117 | 506 |  1 | 289 | 727 | 8.800263e+00 | 1.100000e+01 |  25.00%|  31.34%
7.26/7.33	c   7.3s|   700 |   345 | 48121 |  67.2 |    59M |  21 | 100 | 317 | 122 | 597 |  1 | 308 | 736 | 8.887532e+00 | 1.100000e+01 |  23.77%|  33.10%
8.07/8.18	c   8.2s|   800 |   407 | 54555 |  66.9 |    59M |  21 | 100 | 325 | 117 | 722 |  1 | 320 | 737 | 8.922143e+00 | 1.100000e+01 |  23.29%|  35.44%
8.55/8.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.55/8.65	c   8.6s|   900 |   473 | 59823 |  65.3 |    59M |  21 | 100 | 328 | 124 | 780 |  1 | 335 | 739 | 8.969479e+00 | 1.100000e+01 |  22.64%|  36.20%
9.15/9.28	c   9.3s|  1000 |   513 | 65165 |  64.1 |    59M |  21 | 100 | 333 | 125 | 867 |  2 | 345 | 744 | 9.039199e+00 | 1.100000e+01 |  21.69%|  37.62%
9.45/9.58	c   9.6s|  1100 |   541 | 68904 |  61.7 |    67M |  23 | 100 | 336 | 117 | 899 |  1 | 356 | 746 | 9.077154e+00 | 1.100000e+01 |  21.18%|  39.60%
10.14/10.28	c  10.3s|  1200 |   565 | 74153 |  60.9 |    70M |  23 | 100 | 340 | 131 |1000 | 10 | 363 | 748 | 9.126533e+00 | 1.100000e+01 |  20.53%|  41.05%
10.54/10.68	c  10.7s|  1300 |   595 | 78541 |  59.6 |    70M |  24 | 100 | 341 | 117 |1053 |  0 | 368 | 748 | 9.156654e+00 | 1.100000e+01 |  20.13%|  42.17%
11.24/11.37	c  11.4s|  1400 |   629 | 83516 |  58.9 |    70M |  24 | 100 | 342 | 127 |1156 |  1 | 370 | 748 | 9.178354e+00 | 1.100000e+01 |  19.85%|  44.02%
11.74/11.83	c  11.8s|  1500 |   659 | 87685 |  57.7 |    70M |  24 | 100 | 343 | 126 |1216 |  1 | 371 | 748 | 9.186451e+00 | 1.100000e+01 |  19.74%|  47.59%
11.95/12.03	c  12.0s|  1600 |   675 | 91040 |  56.2 |    70M |  24 | 100 | 346 | 117 |1234 |  0 | 378 | 750 | 9.212720e+00 | 1.100000e+01 |  19.40%|  48.01%
12.24/12.36	c  12.3s|  1700 |   701 | 95425 |  55.5 |    72M |  25 | 100 | 346 | 124 |1271 |  1 | 382 | 750 | 9.220430e+00 | 1.100000e+01 |  19.30%|  48.49%
12.43/12.59	c  12.6s|  1800 |   715 | 98635 |  54.2 |    72M |  25 | 100 | 347 | 117 |1289 |  0 | 387 | 750 | 9.251479e+00 | 1.100000e+01 |  18.90%|  49.27%
12.53/12.65	o 10
12.53/12.65	c *12.6s|  1860 |     0 |100307 |  53.3 |    LP  |  25 | 100 | 103 | 127 |1289 |  1 | 387 | 750 | 1.000000e+01 | 1.000000e+01 |   0.00%| 100.00%
12.53/12.65	c 
12.53/12.65	c SCIP Status        : problem is solved [optimal solution found]
12.53/12.65	c Solving Time (sec) : 12.63
12.53/12.65	c Solving Nodes      : 1860
12.53/12.65	c Primal Bound       : +1.00000000000000e+01 (649 solutions)
12.53/12.65	c Dual Bound         : +1.00000000000000e+01
12.53/12.65	c Gap                : 0.00 %
12.53/12.65	s OPTIMUM FOUND
12.53/12.65	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
12.53/12.65	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
12.53/12.65	v -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 
12.53/12.65	v -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 x5 x4 -x3 -x2 -x1 
12.53/12.65	c SCIP Status        : problem is solved [optimal solution found]
12.53/12.65	c Total Time         :      12.63
12.53/12.65	c   solving          :      12.63
12.53/12.65	c   presolving       :       0.02 (included in solving)
12.53/12.65	c   reading          :       0.01 (included in solving)
12.53/12.65	c   copying          :       0.02 (8 #copies) (minimal 0.00, maximal 0.01, average 0.00)
12.53/12.65	c Original Problem   :
12.53/12.65	c   Problem name     : HOME/instance-4498347-1751268976.opb
12.53/12.65	c   Variables        : 1358 (100 binary, 0 integer, 1258 implicit integer, 0 continuous)
12.53/12.65	c   Constraints      : 1458 initial, 1458 maximal
12.53/12.65	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
12.53/12.65	c Presolved Problem  :
12.53/12.65	c   Problem name     : t_HOME/instance-4498347-1751268976.opb
12.53/12.65	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
12.53/12.65	c   Constraints      : 100 initial, 347 maximal
12.53/12.65	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
12.53/12.65	c   Nonzeros         : 1358 constraint, 0 clique table
12.53/12.65	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
12.53/12.65	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
12.53/12.65	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
12.53/12.65	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   dualfix          :       0.00       0.00      4       1258          0          0          0          0          0          0          0          0
12.53/12.65	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
12.53/12.65	c   logicor          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
12.53/12.65	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0       1458        100          0          0
12.53/12.65	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
12.53/12.65	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
12.53/12.65	c   benderslp        :          0          0          0          0       1437          0          0        704          0          0          0          0          0          0          0
12.53/12.65	c   integral         :          0          0          0          0       1437          0          0        704          0          1        294          0          0        229       2582
12.53/12.65	c   logicor          :        100+       350         33       5163          1          0          0        701         72         69         12          0          0          0          0
12.53/12.65	c   benders          :          0          0          0          0          1          0          0        654          0          0          0          0          0          0          0
12.53/12.65	c   fixedvar         :          0          0          0          0          1          0          0        652          0          0          0          0          0          0          0
12.53/12.65	c   countsols        :          0          0          0          0          1          0          0        652          0          0          0          0          0          0          0
12.53/12.65	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
12.53/12.65	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   integral         :       1.94       0.00       0.00       0.00       1.94       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   fixedvar         :       0.03       0.00       0.00       0.00       0.00       0.00       0.00       0.03       0.00       0.00
12.53/12.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
12.53/12.65	c   dualfix          :          2          0          0          0
12.53/12.65	c   genvbounds       :          0          0          0          0
12.53/12.65	c   nlobbt           :          0          0          0          0
12.53/12.65	c   obbt             :          0          0          0          0
12.53/12.65	c   probing          :          0          0          0          0
12.53/12.65	c   pseudoobj        :       4554          0          0          0
12.53/12.65	c   redcost          :       5546          0          0      15844
12.53/12.65	c   rootredcost      :          2          0          0          0
12.53/12.65	c   symmetry         :          0          0          0          0
12.53/12.65	c   vbounds          :          0          0          0          0
12.53/12.65	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
12.53/12.65	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
12.53/12.65	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
12.53/12.65	c Symmetry           :
12.53/12.65	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
12.53/12.65	c   orbital reduction:          0 reductions applied,          0 cutoffs
12.53/12.65	c   lexicographic red:          0 reductions applied,          0 cutoffs
12.53/12.65	c   shadow tree time :       0.00 s
12.53/12.65	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
12.53/12.65	c   propagation      :       0.00         66         12          -         12       20.5          0        0.0          -          -          -
12.53/12.65	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
12.53/12.65	c   bound exceed. LP :       0.06        618        359          -        399       14.2          0        0.0          0        0.0       2265
12.53/12.65	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
12.53/12.65	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
12.53/12.65	c   applied globally :       0.00          -          -          0        248       10.9          -          -          0          -          -
12.53/12.65	c   applied locally  :          -          -          -          0        139       20.7          -          -          0          -          -
12.53/12.65	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
12.53/12.65	c   cut pool         :       0.94          -       1986         52          -          -      35276      87485          -          -          -          -          -    (maximal pool size:       2730)
12.53/12.65	c   aggregation      :       3.73       0.00       1287         33          0          0          0          0          0          0          0          0          0
12.53/12.65	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.53/12.65	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.53/12.65	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.53/12.65	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   gomory           :       1.73       0.00        676         10          0          0      34595      85561          0       1153       1153          0          0
12.53/12.65	c   > gomorymi       :          -          -          -          -          -          -          -      65230          0       1076       1076          0          -
12.53/12.65	c   > strongcg       :          -          -          -          -          -          -          -      20331          0         77         77          0          -
12.53/12.65	c   impliedbounds    :       0.00       0.00       1287         33          0          0          0          0          0          0          0          0          0
12.53/12.65	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
12.53/12.65	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   multilinear      :       0.00       0.00        136         33          0          0          0          0          0          0          0          0          0
12.53/12.65	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.53/12.65	c   rlt              :       0.00       0.00        164         10          0          0          0          0          0          0          0          0          0
12.53/12.65	c   zerohalf         :       0.46       0.00        686         20          0          0        686       1924          5        136        136          0          0
12.53/12.65	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
12.53/12.65	c   hybrid           :       0.08       0.00       1286         32       1289          0      86201         32          0       3176
12.53/12.65	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c Pricers            :   ExecTime  SetupTime      Calls       Vars
12.53/12.65	c   problem variables:       0.00          -          0          0
12.53/12.65	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
12.53/12.65	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c   relpscost        :       1.94       0.00       1436          0          0          1        294          0        229       2582
12.53/12.65	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
12.53/12.65	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
12.53/12.65	c   LP solutions     :       0.01          -          -          1          1
12.53/12.65	c   relax solutions  :       0.00          -          -          0          0
12.53/12.65	c   pseudo solutions :       0.00          -          -          0          0
12.53/12.65	c   strong branching :       0.02          -          -        237          1
12.53/12.65	c   actconsdiving    :       0.00       0.00          0          0          0
12.53/12.65	c   adaptivediving   :       0.05       0.00         34          0          0
12.53/12.65	c   alns             :       0.02       0.00          5          0          0
12.53/12.65	c   bound            :       0.00       0.00          0          0          0
12.53/12.65	c   clique           :       0.00       0.00          0          0          0
12.53/12.65	c   coefdiving       :       0.00       0.00          0          0          0
12.53/12.65	c   completesol      :       0.00       0.00          0          0          0
12.53/12.65	c   conflictdiving   :       0.02       0.00         18          0          0
12.53/12.65	c   crossover        :       0.01       0.00          1          0          0
12.53/12.65	c   dins             :       0.00       0.00          0          0          0
12.53/12.65	c   distributiondivin:       0.32       0.00         18          0          0
12.53/12.65	c   dps              :       0.00       0.00          0          0          0
12.53/12.65	c   dualval          :       0.00       0.00          0          0          0
12.53/12.65	c   farkasdiving     :       0.00       0.00          0          0          0
12.53/12.65	c   feasjump         :       0.00       0.00          0          0          0
12.53/12.65	c   feaspump         :       0.00       0.00          0          0          0
12.53/12.65	c   fixandinfer      :       0.00       0.00          0          0          0
12.53/12.65	c   fracdiving       :       0.02       0.00         18          0          0
12.53/12.65	c   gins             :       0.00       0.00          0          0          0
12.53/12.65	c   guideddiving     :       0.02       0.00         18          0          0
12.53/12.65	c   indcoefdiving    :       0.00       0.00          0          0          0
12.53/12.65	c   indicator        :       0.00       0.00          0          0          0
12.53/12.65	c   indicatordiving  :       0.00       0.00          0          0          0
12.53/12.65	c   indoneopt        :       0.00       0.00          0          0          0
12.53/12.65	c   indrounding      :       0.00       0.00          0          0          0
12.53/12.65	c   indtwoopt        :       0.00       0.00          0          0          0
12.53/12.65	c   intdiving        :       0.00       0.00          0          0          0
12.53/12.65	c   intshifting      :       0.00       0.00          0          0          0
12.53/12.65	c   linesearchdiving :       0.02       0.00         18          0          0
12.53/12.65	c   localbranching   :       0.00       0.00          0          0          0
12.53/12.65	c   locks            :       0.00       0.00          1          1          1
12.53/12.65	c   lpface           :       0.00       0.00          0          0          0
12.53/12.65	c   mpec             :       0.00       0.00          0          0          0
12.53/12.65	c   multistart       :       0.00       0.00          0          0          0
12.53/12.65	c   mutation         :       0.00       0.00          0          0          0
12.53/12.65	c   nlpdiving        :       0.00       0.00          0          0          0
12.53/12.65	c   objpscostdiving  :       0.04       0.00          5          7          0
12.53/12.65	c   octane           :       0.00       0.00          0          0          0
12.53/12.65	c   ofins            :       0.00       0.00          0          0          0
12.53/12.65	c   oneopt           :       0.00       0.00          2          0          0
12.53/12.65	c   padm             :       0.00       0.00          0          0          0
12.53/12.65	c   proximity        :       0.00       0.00          0          0          0
12.53/12.65	c   pscostdiving     :       0.04       0.00         18          1          0
12.53/12.65	c   randrounding     :       0.01       0.00         47          0          0
12.53/12.65	c   rens             :       0.00       0.00          0          0          0
12.53/12.65	c   reoptsols        :       0.00       0.00          0          0          0
12.53/12.65	c   repair           :       0.00       0.00          0          0          0
12.53/12.65	c   rins             :       0.07       0.00          2          2          0
12.53/12.65	c   rootsoldiving    :       0.01       0.00          7          0          0
12.53/12.65	c   rounding         :       0.01       0.00        724          0          0
12.53/12.65	c   scheduler        :       0.00       0.00          0          0          0
12.53/12.65	c   shiftandpropagate:       0.00       0.00          0          0          0
12.53/12.65	c   shifting         :       0.01       0.00        474          0          0
12.53/12.65	c   simplerounding   :       0.01       0.00       2723         32          0
12.53/12.65	c   smallcard        :       0.00       0.00          0          0          0
12.53/12.65	c   subnlp           :       0.00       0.00          0          0          0
12.53/12.65	c   trivial          :       0.00       0.00          2          1          1
12.53/12.65	c   trivialnegation  :       0.00       0.00          0          0          0
12.53/12.65	c   trustregion      :       0.00       0.00          0          0          0
12.53/12.65	c   trysol           :       0.00       0.00          0          0          0
12.53/12.65	c   twoopt           :       0.00       0.00          0          0          0
12.53/12.65	c   undercover       :       0.00       0.00          0          0          0
12.53/12.65	c   vbounds          :       0.00       0.00          0          0          0
12.53/12.65	c   veclendiving     :       0.02       0.00         18          0          0
12.53/12.65	c   zeroobj          :       0.00       0.00          0          0          0
12.53/12.65	c   zirounding       :       0.06       0.00       1291        367          0
12.53/12.65	c   other solutions  :          -          -          -          0          -
12.53/12.65	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
12.53/12.65	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
12.53/12.65	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
12.53/12.65	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
12.53/12.65	c   primal LP        :       0.03        199          0       0.00       0.00       0.03        199
12.53/12.65	c   dual LP          :       2.49       4666      92658      28.25   37201.04       0.10       1386
12.53/12.65	c   lex dual LP      :       0.00          0          0       0.00          -
12.53/12.65	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
12.53/12.65	c   resolve instable :       0.00          0          0       0.00          -
12.53/12.65	c   diving/probing LP:       0.25        508       7649      15.06   30138.62
12.53/12.65	c   strong branching :       1.75        750      51702      68.94   29519.44          -          -         95
12.53/12.65	c     (at root node) :          -         19       3399     178.89          -
12.53/12.65	c   conflict analysis:       0.04        228       2265       9.93   57201.30
12.53/12.65	c B&B Tree           :
12.53/12.65	c   number of runs   :          1
12.53/12.65	c   nodes            :       1860 (1291 internal, 569 leaves)
12.53/12.65	c   feasible leaves  :          1
12.53/12.65	c   infeas. leaves   :         10
12.53/12.65	c   objective leaves :        558
12.53/12.65	c   nodes (total)    :       1860 (1291 internal, 569 leaves)
12.53/12.65	c   nodes left       :          0
12.53/12.65	c   max depth        :         25
12.53/12.65	c   max depth (total):         25
12.53/12.65	c   backtracks       :        516 (27.7%)
12.53/12.65	c   early backtracks :          0 (0.0%)
12.53/12.65	c   nodes exc. ref.  :          0 (0.0%)
12.53/12.65	c   delayed cutoffs  :          0
12.53/12.65	c   repropagations   :         12 (9 domain reductions, 0 cutoffs)
12.53/12.65	c   avg switch length:       6.44
12.53/12.65	c   switching time   :       0.06
12.53/12.65	c Root Node          :
12.53/12.65	c   First LP value   : +7.40700276495024e+00
12.53/12.65	c   First LP Iters   :        376 (20767.74 Iter/sec)
12.53/12.65	c   First LP Time    :       0.02
12.53/12.65	c   Final Dual Bound : +7.62615188399995e+00
12.53/12.65	c   Final Root Iters :       1140
12.53/12.65	c   Root LP Estimate : +9.11040468378348e+00
12.53/12.65	c Solution           :
12.53/12.65	c   Solutions found  :        649 (4 improvements)
12.53/12.65	c   First Solution   : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
12.53/12.65	c   Gap First Sol.   :   infinite
12.53/12.65	c   Gap Last Sol.    :       0.00 %
12.53/12.65	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1860 nodes, 12.63 seconds, depth -1, found by <relaxation>)
12.53/12.65	c   Dual Bound       : +1.00000000000000e+01
12.53/12.65	c   Gap              :       0.00 %
12.53/12.65	c Integrals          :      Total       Avg%
12.53/12.65	c   primal-dual      :     288.94      22.87
12.53/12.65	c   primal-ref       :          -          - (not evaluated)
12.53/12.65	c   dual-ref         :          -          - (not evaluated)
12.53/12.67	c Time complete: 12.6144.

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498347-1751268976/watcher-4498347-1751268976 -o /tmp/evaluation-result-4498347-1751268976/solver-4498347-1751268976 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751268232-44412 --watchdog 3760 pbscip -f HOME/instance-4498347-1751268976.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=44820, runsolver pid=44817

[startup+0.10007 s]*
/proc/loadavg: 4.11 3.80 2.34 5/252 44821
/proc/meminfo: memFree=128609524/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=54072 memory=28544 CPUtime=0.09 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 3637 0 0 0 8 1 0 0 20 0 1 0 42576774 55369728 7136 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 13518 7136 3872 3530 0 4969 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54072 KiB
Current children cumulated memory: 28544 KiB

[startup+0.212897 s]*
/proc/loadavg: 4.11 3.80 2.34 5/252 44821
/proc/meminfo: memFree=128601716/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=62648 memory=36992 CPUtime=0.2 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 5734 0 0 0 18 2 0 0 20 0 1 0 42576774 64151552 9248 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 15662 9248 3872 3530 0 7113 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 62648 KiB
Current children cumulated memory: 36992 KiB

[startup+0.312752 s]*
/proc/loadavg: 4.11 3.80 2.34 5/252 44821
/proc/meminfo: memFree=128593652/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=67240 memory=41344 CPUtime=0.31 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 6830 0 0 0 28 3 0 0 20 0 1 0 42576774 68853760 10336 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 16810 10336 3872 3530 0 8261 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 67240 KiB
Current children cumulated memory: 41344 KiB

[startup+0.700268 s]
/proc/loadavg: 4.11 3.80 2.34 5/252 44821
/proc/meminfo: memFree=128585588/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=74608 memory=48256 CPUtime=0.68 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 8554 0 0 0 65 3 0 0 20 0 1 0 42576774 76398592 12064 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 18652 12064 3872 3530 0 10103 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 74608 KiB
Current children cumulated memory: 48256 KiB

[startup+1.50026 s]
/proc/loadavg: 4.11 3.80 2.34 5/252 44821
/proc/meminfo: memFree=128585588/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=77216 memory=49792 CPUtime=1.47 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 8945 0 0 0 144 3 0 0 20 0 1 0 42576774 79069184 12448 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 19304 12448 3872 3530 0 10755 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 77216 KiB
Current children cumulated memory: 49792 KiB

[startup+3.11247 s]
/proc/loadavg: 4.10 3.80 2.35 5/252 44821
/proc/meminfo: memFree=128561532/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=99072 memory=70656 CPUtime=3.08 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 14169 0 0 0 304 4 0 0 20 0 1 0 42576774 101449728 17664 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 24768 17664 3872 3530 0 16219 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 99072 KiB
Current children cumulated memory: 70656 KiB

[startup+6.30026 s]
/proc/loadavg: 4.10 3.80 2.35 5/252 44821
/proc/meminfo: memFree=128556520/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=104444 memory=75904 CPUtime=6.26 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 15428 0 0 0 621 5 0 0 20 0 1 0 42576774 106950656 18976 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 26111 18976 3936 3530 0 17562 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 104444 KiB
Current children cumulated memory: 75904 KiB

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

# cumulated CPU time of all completed processes:  user=12.5619 s, system=0.061563 s

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

[startup+6.40031 s]
/proc/loadavg: 4.10 3.80 2.35 5/252 44821
/proc/meminfo: memFree=128556520/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=104444 memory=75904 CPUtime=6.36 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 15433 0 0 0 631 5 0 0 20 0 1 0 42576774 106950656 18976 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 26111 18976 3936 3530 0 17562 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 104444 KiB
Current children cumulated memory: 75904 KiB

[startup+9.60024 s]
/proc/loadavg: 4.10 3.81 2.36 5/252 44821
/proc/meminfo: memFree=128540580/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=112384 memory=83072 CPUtime=9.55 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 17227 0 0 0 950 5 0 0 20 0 1 0 42576774 115081216 20768 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 28096 20768 3936 3530 0 19547 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 112384 KiB
Current children cumulated memory: 83072 KiB

[startup+11.2003 s]
/proc/loadavg: 4.10 3.81 2.36 5/252 44821
/proc/meminfo: memFree=128528736/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=114560 memory=85248 CPUtime=11.14 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 17772 0 0 0 1109 5 0 0 20 0 1 0 42576774 117309440 21312 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 28640 21312 3936 3530 0 20091 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 114560 KiB
Current children cumulated memory: 85248 KiB

[startup+12.0002 s]*
/proc/loadavg: 4.10 3.81 2.36 5/252 44821
/proc/meminfo: memFree=128528736/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=114560 memory=85504 CPUtime=11.95 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 17845 0 0 0 1190 5 0 0 20 0 1 0 42576774 117309440 21376 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 28640 21376 3936 3530 0 20091 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 114560 KiB
Current children cumulated memory: 85504 KiB

[startup+12.4002 s]
/proc/loadavg: 4.10 3.81 2.36 5/252 44821
/proc/meminfo: memFree=128528736/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=117972 memory=87808 CPUtime=12.33 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 18438 0 0 0 1228 5 0 0 20 0 1 0 42576774 120803328 21952 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 29493 21952 3936 3530 0 20944 0
Current children cumulated CPU time: 12.33 s
Current children cumulated vsize: 117972 KiB
Current children cumulated memory: 87808 KiB

[startup+12.6002 s]
/proc/loadavg: 4.10 3.81 2.36 5/252 44821
/proc/meminfo: memFree=128528736/131382112 swapFree=33010684/33010684
[pid=44820] ppid=44817 vsize=117972 memory=89216 CPUtime=12.53 cores=0,2
/proc/44820/stat : 44820 (pbscip) R 44817 44820 44395 0 -1 4194304 18463 0 0 0 1248 5 0 0 20 0 1 0 42576774 120803328 22304 18446744073709551615 4235264 18693293 140727950562400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 40173568 140727950563721 140727950563820 140727950563820 140727950569422 0
/proc/44820/statm: 29493 22304 3936 3530 0 20944 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 117972 KiB
Current children cumulated memory: 89216 KiB

Child status: 0

Real time (s): 12.6814
CPU time (s): 12.6235
CPU user time (s): 12.5619
CPU system time (s): 0.061563
CPU usage (%): 99.5434
Max. virtual memory (cumulated for all children) (KiB): 117972
Max. memory (cumulated for all children) (KiB): 89216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5619
system time used= 0.061563
maximum resident set size= 89216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18469
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= 89
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 44820
#   total CPU time (s): 12.6235
#   total CPU user time (s): 12.5619
#   total CPU system time (s): 0.061563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092216 second user time and 0.176411 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 09:36:16
IDJOB=4498347
IDBENCH=148628
IDSOLVER=3365
FILE ID=nodeC007/4498347-1751268976
RUNJOBID= nodeC007-1751268232-44412
SLURM_JOB_ID= 9594174
Free space on /tmp= 432960 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_4.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498347-1751268976/watcher-4498347-1751268976 -o /tmp/evaluation-result-4498347-1751268976/solver-4498347-1751268976 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751268232-44412 --watchdog 3760  pbscip -f HOME/instance-4498347-1751268976.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= f2bcbaa2314fdbbaf32cb5f01e98067b
RANDOM SEED=694883639

nodeC007 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		: 1197.628
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.68
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.368
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.68
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.193
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.68
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.68
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.480
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.68
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		: 3691.377
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.68
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		: 1197.810
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.68
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.464
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128613688 kB
MemAvailable:   128727956 kB
Buffers:            3280 kB
Cached:           922192 kB
SwapCached:            0 kB
Active:          1528244 kB
Inactive:         675804 kB
Active(anon):    1296544 kB
Inactive(anon):        0 kB
Active(file):     231700 kB
Inactive(file):   675804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18780 kB
Writeback:             0 kB
AnonPages:       1281668 kB
Mapped:           137624 kB
Shmem:             17960 kB
KReclaimable:      92780 kB
Slab:             176132 kB
SReclaimable:      92780 kB
SUnreclaim:        83352 kB
KernelStack:        4048 kB
PageTables:         6276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1884952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 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:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC007 at 2025-06-30 09:36:29