Trace number 4460064

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-07OPT-117 12.7018 12.7335

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-sporttournament22.opb
MD5SUM3dbd6cb1337568dea4a1eae85a2a7ca5
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 benchmark-117
Best CPU time to get the best result obtained on this benchmark11.8625
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 602
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 652
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 652
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)440
Sum of products size (including duplicates)880
Number of different products0
Sum of products size0

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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4460064-1721939466.opb>
0.00/0.00	c original problem has 671 variables (231 bin, 0 int, 440 impl, 0 cont) and 440 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	o 0
0.00/0.00	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.00	c presolving:
0.00/0.01	c    (0.0s) probing: 51/671 (7.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.01	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
0.00/0.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 880 cliques
0.00/0.01	c presolved problem has 671 variables (231 bin, 0 int, 440 impl, 0 cont) and 440 constraints
0.00/0.01	c     440 constraints of type <and>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 10.0.0
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.01	c limits/time = 3596.997049
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.01	c limits/memory = 27900
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c transformed 2/2 original solutions to the transformed problem space
0.00/0.01	c 
0.00/0.01	o -72
0.00/0.01	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.01	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 | 671 | 440 | 880 |   0 |  0 |   0 |   0 |-3.260000e+02 |-7.200000e+01 | 352.78%| unknown
0.00/0.02	o -91
0.00/0.02	c p 0.0s|     1 |     0 |     0 |     - | vbounds|   0 | 671 | 440 | 880 |   0 |  0 |   0 |   0 |-3.260000e+02 |-9.100000e+01 | 258.24%| unknown
0.00/0.03	c   0.0s|     1 |     0 |   528 |     - |  8205k |   0 | 671 | 440 | 880 |   0 |  0 |   0 |   0 |-1.490000e+02 |-9.100000e+01 |  63.74%| unknown
0.00/0.05	c   0.0s|     1 |     0 |   536 |     - |  8579k |   0 | 671 | 440 |1002 | 122 |  1 |   0 |   0 |-1.490000e+02 |-9.100000e+01 |  63.74%| unknown
0.00/0.05	c   0.0s|     1 |     0 |   550 |     - |  8642k |   0 | 671 | 440 |1130 | 250 |  2 |   0 |   0 |-1.490000e+02 |-9.100000e+01 |  63.74%| unknown
0.00/0.09	c   0.1s|     1 |     0 |   665 |     - |  9864k |   0 | 671 | 440 |1154 | 274 |  3 |   0 |   0 |-1.390000e+02 |-9.100000e+01 |  52.75%| unknown
0.09/0.13	c   0.1s|     1 |     0 |   811 |     - |    10M |   0 | 671 | 440 |1172 | 292 |  4 |   0 |   0 |-1.345000e+02 |-9.100000e+01 |  47.80%| unknown
0.09/0.17	c   0.2s|     1 |     0 |   945 |     - |    10M |   0 | 671 | 440 |1191 | 311 |  5 |   0 |   0 |-1.317500e+02 |-9.100000e+01 |  44.78%| unknown
0.20/0.22	c   0.2s|     1 |     0 |  1145 |     - |    11M |   0 | 671 | 440 |1207 | 327 |  6 |   0 |   0 |-1.285833e+02 |-9.100000e+01 |  41.30%| unknown
0.20/0.29	c   0.3s|     1 |     0 |  1305 |     - |    12M |   0 | 671 | 440 |1223 | 343 |  7 |   0 |   0 |-1.272262e+02 |-9.100000e+01 |  39.81%| unknown
0.30/0.37	c   0.4s|     1 |     0 |  1552 |     - |    15M |   0 | 671 | 440 |1239 | 359 |  8 |   0 |   0 |-1.252250e+02 |-9.100000e+01 |  37.61%| unknown
0.40/0.45	c   0.4s|     1 |     0 |  1708 |     - |    18M |   0 | 671 | 440 |1263 | 383 |  9 |   0 |   0 |-1.238750e+02 |-9.100000e+01 |  36.13%| unknown
0.50/0.55	c   0.5s|     1 |     0 |  1893 |     - |    20M |   0 | 671 | 440 |1277 | 397 | 10 |   0 |   0 |-1.227500e+02 |-9.100000e+01 |  34.89%| unknown
0.59/0.64	c   0.6s|     1 |     0 |  2079 |     - |    24M |   0 | 671 | 440 |1292 | 412 | 11 |   0 |   0 |-1.227500e+02 |-9.100000e+01 |  34.89%| unknown
0.59/0.64	c   0.6s|     1 |     0 |  2079 |     - |    24M |   0 | 671 | 440 |1292 | 412 | 11 |   0 |   0 |-1.225000e+02 |-9.100000e+01 |  34.62%| unknown
0.68/0.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.68/0.74	c   0.7s|     1 |     0 |  2662 |     - |    26M |   0 | 671 | 440 |1307 | 427 | 12 |   0 |   0 |-1.225000e+02 |-9.100000e+01 |  34.62%| unknown
0.68/0.74	c   0.7s|     1 |     0 |  2662 |     - |    26M |   0 | 671 | 440 |1307 | 427 | 12 |   0 |   0 |-1.221167e+02 |-9.100000e+01 |  34.19%| unknown
0.68/0.77	c   0.8s|     1 |     0 |  2924 |     - |    26M |   0 | 671 | 440 |1324 | 444 | 13 |   0 |   0 |-1.221167e+02 |-9.100000e+01 |  34.19%| unknown
0.68/0.77	c   0.8s|     1 |     0 |  2924 |     - |    26M |   0 | 671 | 440 |1324 | 444 | 13 |   0 |   0 |-1.218750e+02 |-9.100000e+01 |  33.93%| unknown
0.78/0.82	c   0.8s|     1 |     0 |  3365 |     - |    27M |   0 | 671 | 440 |1326 | 459 | 14 |   0 |   0 |-1.218750e+02 |-9.100000e+01 |  33.93%| unknown
0.78/0.82	c   0.8s|     1 |     0 |  3365 |     - |    27M |   0 | 671 | 440 |1326 | 459 | 14 |   0 |   0 |-1.215306e+02 |-9.100000e+01 |  33.55%| unknown
0.78/0.86	c   0.9s|     1 |     0 |  3707 |     - |    28M |   0 | 671 | 440 |1338 | 471 | 15 |   0 |   0 |-1.215306e+02 |-9.100000e+01 |  33.55%| unknown
0.78/0.86	c   0.9s|     1 |     0 |  3707 |     - |    28M |   0 | 671 | 440 |1338 | 471 | 15 |   0 |   0 |-1.209359e+02 |-9.100000e+01 |  32.90%| unknown
0.88/0.90	c   0.9s|     1 |     0 |  3966 |     - |    28M |   0 | 671 | 440 |1351 | 484 | 16 |   0 |   0 |-1.209359e+02 |-9.100000e+01 |  32.90%| unknown
0.88/0.90	c   0.9s|     1 |     0 |  3966 |     - |    28M |   0 | 671 | 440 |1351 | 484 | 16 |   0 |   0 |-1.208300e+02 |-9.100000e+01 |  32.78%| unknown
0.88/0.93	c   0.9s|     1 |     0 |  4121 |     - |    28M |   0 | 671 | 440 |1360 | 493 | 17 |   0 |   0 |-1.208300e+02 |-9.100000e+01 |  32.78%| unknown
0.88/0.93	c   0.9s|     1 |     0 |  4121 |     - |    28M |   0 | 671 | 440 |1360 | 493 | 17 |   0 |   0 |-1.207485e+02 |-9.100000e+01 |  32.69%| unknown
0.88/0.96	c   1.0s|     1 |     0 |  4348 |     - |    29M |   0 | 671 | 440 |1357 | 505 | 18 |   0 |   0 |-1.207485e+02 |-9.100000e+01 |  32.69%| unknown
0.88/0.96	c   1.0s|     1 |     0 |  4348 |     - |    29M |   0 | 671 | 440 |1357 | 505 | 18 |   0 |   0 |-1.206544e+02 |-9.100000e+01 |  32.59%| unknown
0.99/1.03	c   1.0s|     1 |     0 |  5100 |     - |    29M |   0 | 671 | 440 |1367 | 515 | 19 |   0 |   0 |-1.206544e+02 |-9.100000e+01 |  32.59%| unknown
0.99/1.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.99/1.03	c   1.0s|     1 |     0 |  5100 |     - |    29M |   0 | 671 | 440 |1367 | 515 | 19 |   0 |   0 |-1.204324e+02 |-9.100000e+01 |  32.34%| unknown
0.99/1.07	c   1.1s|     1 |     0 |  5282 |     - |    29M |   0 | 671 | 440 |1376 | 524 | 20 |   0 |   0 |-1.204324e+02 |-9.100000e+01 |  32.34%| unknown
0.99/1.07	c   1.1s|     1 |     0 |  5282 |     - |    29M |   0 | 671 | 440 |1376 | 524 | 20 |   0 |   0 |-1.203856e+02 |-9.100000e+01 |  32.29%| unknown
0.99/1.09	c   1.1s|     1 |     0 |  5397 |     - |    29M |   0 | 671 | 440 |1383 | 531 | 21 |   0 |   0 |-1.203856e+02 |-9.100000e+01 |  32.29%| unknown
0.99/1.09	c   1.1s|     1 |     0 |  5397 |     - |    29M |   0 | 671 | 440 |1383 | 531 | 21 |   0 |   0 |-1.203243e+02 |-9.100000e+01 |  32.22%| unknown
1.09/1.13	c   1.1s|     1 |     0 |  5650 |     - |    29M |   0 | 671 | 440 |1388 | 536 | 22 |   0 |   0 |-1.202402e+02 |-9.100000e+01 |  32.13%| unknown
1.09/1.16	c   1.2s|     1 |     0 |  5775 |     - |    29M |   0 | 671 | 440 |1382 | 540 | 23 |   0 |   0 |-1.202402e+02 |-9.100000e+01 |  32.13%| unknown
1.09/1.16	c   1.2s|     1 |     0 |  5775 |     - |    29M |   0 | 671 | 440 |1382 | 540 | 23 |   0 |   0 |-1.202220e+02 |-9.100000e+01 |  32.11%| unknown
1.09/1.18	c   1.2s|     1 |     0 |  5832 |     - |    29M |   0 | 671 | 440 |1386 | 544 | 24 |   0 |   0 |-1.202220e+02 |-9.100000e+01 |  32.11%| unknown
1.09/1.18	c   1.2s|     1 |     0 |  5832 |     - |    29M |   0 | 671 | 440 |1386 | 544 | 24 |   0 |   0 |-1.202158e+02 |-9.100000e+01 |  32.11%| unknown
1.19/1.20	c   1.2s|     1 |     0 |  5896 |     - |    29M |   0 | 671 | 440 |1388 | 546 | 25 |   0 |   0 |-1.202088e+02 |-9.100000e+01 |  32.10%| unknown
1.19/1.22	c   1.2s|     1 |     0 |  5912 |     - |    29M |   0 | 671 | 440 |1390 | 548 | 26 |   0 |   0 |-1.202084e+02 |-9.100000e+01 |  32.10%| unknown
1.19/1.24	c   1.2s|     1 |     0 |  5915 |     - |    29M |   0 | 671 | 440 |1391 | 549 | 27 |   0 |   0 |-1.202084e+02 |-9.100000e+01 |  32.10%| unknown
1.39/1.47	o -113
1.39/1.47	c d 1.5s|     1 |     0 | 10062 |     - |farkasdi|   0 | 671 | 440 |1391 |   0 | 28 |   0 |   0 |-1.202084e+02 |-1.130000e+02 |   6.38%| unknown
1.49/1.56	c   1.6s|     1 |     0 | 11972 |     - |    30M |   0 | 671 | 440 |1391 | 549 | 28 |   0 |   0 |-1.202084e+02 |-1.130000e+02 |   6.38%| unknown
1.49/1.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.49/1.58	c   1.6s|     1 |     0 | 11993 |     - |    30M |   0 | 671 | 440 |1369 | 554 | 29 |   0 |   0 |-1.202084e+02 |-1.130000e+02 |   6.38%| unknown
1.49/1.58	c   1.6s|     1 |     0 | 11993 |     - |    30M |   0 | 671 | 440 |1369 | 554 | 29 |   0 |   0 |-1.202084e+02 |-1.130000e+02 |   6.38%| unknown
1.49/1.59	c   1.6s|     1 |     0 | 11998 |     - |    30M |   0 | 671 | 440 |1370 | 555 | 30 |   0 |   0 |-1.202084e+02 |-1.130000e+02 |   6.38%| unknown
2.88/2.93	c   2.9s|     1 |     2 | 12005 |     - |    30M |   0 | 671 | 440 |1370 | 555 | 30 |   0 |  29 |-1.202084e+02 |-1.130000e+02 |   6.38%| unknown
6.18/6.23	o -116
6.18/6.23	c * 6.2s|    11 |     9 | 15237 | 929.6 |strongbr|  10 | 671 | 440 |1351 | 581 |  4 |   0 | 207 |-1.202084e+02 |-1.160000e+02 |   3.63%| unknown
6.47/6.58	o -117
6.47/6.58	c * 6.6s|    13 |     6 | 15702 | 813.4 |strongbr|  10 | 671 | 440 |1346 | 589 |  2 |   0 | 229 |-1.202084e+02 |-1.170000e+02 |   2.74%|   8.44%
10.66/10.73	c  10.7s|   100 |    13 | 36374 | 307.4 |    37M |  10 | 671 | 440 |1342 | 609 |  0 |   0 | 382 |-1.194179e+02 |-1.170000e+02 |   2.07%|  36.28%
12.36/12.42	c  12.4s|   200 |     3 | 57207 | 257.6 |    37M |  10 | 671 | 440 |1338 | 624 |  0 |   0 | 409 |-1.185414e+02 |-1.170000e+02 |   1.32%|  80.02%
12.66/12.70	c 
12.66/12.70	c SCIP Status        : problem is solved [optimal solution found]
12.66/12.70	c Solving Time (sec) : 12.70
12.66/12.70	c Solving Nodes      : 205
12.66/12.70	c Primal Bound       : -1.17000000000000e+02 (11 solutions)
12.66/12.70	c Dual Bound         : -1.17000000000000e+02
12.66/12.70	c Gap                : 0.00 %
12.66/12.70	s OPTIMUM FOUND
12.66/12.70	v x224 -x162 x230 -x158 -x154 -x145 -x144 -x141 x143 -x140 -x188 -x139 -x228 x137 -x201 -x134 x126 -x231 -x124 -x123 x148 x183 x117 
12.66/12.70	v -x114 x113 -x112 x111 -x136 x229 x157 x179 -x217 x155 x106 -x105 -x215 x121 x120 -x97 -x96 -x199 x198 x191 -x94 -x192 x92 
12.66/12.70	v -x90 -x227 -x160 -x88 x130 x161 -x129 -x128 -x175 x82 x81 -x151 -x102 -x190 -x78 x103 x100 x226 -x178 x174 x75 x74 x225 -x187 
12.66/12.70	v x95 x73 x72 x71 -x209 x197 -x70 x223 x68 -x131 -x67 x132 -x108 x107 x165 x127 -x185 x152 -x61 x204 -x60 -x219 x122 -x79 -x222 
12.66/12.70	v -x184 -x55 x221 x142 -x115 -x171 x54 x52 -x206 x168 x138 -x51 x69 x159 x47 -x109 x84 -x83 x45 x220 x156 -x43 x196 x153 x149 
12.66/12.70	v -x104 -x57 x218 -x98 -x189 -x177 x39 -x202 x91 -x37 x49 -x211 -x86 -x35 x34 x87 x64 -x216 x210 -x63 -x33 x32 -x200 -x59 -x80 
12.66/12.70	v x150 x41 x212 x193 x164 -x28 x116 -x53 -x27 -x65 -x24 x213 x66 x44 -x22 -x58 x21 x30 x163 -x101 x19 x214 x38 x26 x182 -x93 x25 
12.66/12.70	v -x18 x17 -x205 -x46 x16 -x42 -x15 x147 -x77 -x14 x208 x31 -x13 x207 -x119 x56 -x12 x133 x23 -x11 -x203 x99 x40 -x10 x146 -x76 
12.66/12.70	v -x29 x9 -x173 -x48 -x195 x194 x118 -x20 x7 -x135 -x50 -x36 -x6 x176 x8 -x5 x186 x169 -x110 -x4 x181 x180 x172 -x89 -x3 -x167 
12.66/12.70	v -x125 x62 x170 -x166 -x85 -x2 x1 
12.66/12.70	c SCIP Status        : problem is solved [optimal solution found]
12.66/12.70	c Total Time         :      12.70
12.66/12.70	c   solving          :      12.70
12.66/12.70	c   presolving       :       0.01 (included in solving)
12.66/12.70	c   reading          :       0.00 (included in solving)
12.66/12.70	c   copying          :       0.01 (6 #copies) (minimal 0.00, maximal 0.00, average 0.00)
12.66/12.70	c Original Problem   :
12.66/12.70	c   Problem name     : HOME/instance-4460064-1721939466.opb
12.66/12.70	c   Variables        : 671 (231 binary, 0 integer, 440 implicit integer, 0 continuous)
12.66/12.70	c   Constraints      : 440 initial, 440 maximal
12.66/12.70	c   Objective        : minimize, 602 non-zeros (abs.min = 1, abs.max = 2)
12.66/12.70	c Presolved Problem  :
12.66/12.70	c   Problem name     : t_HOME/instance-4460064-1721939466.opb
12.66/12.70	c   Variables        : 671 (231 binary, 0 integer, 440 implicit integer, 0 continuous)
12.66/12.70	c   Constraints      : 440 initial, 440 maximal
12.66/12.70	c   Objective        : minimize, 602 non-zeros (abs.min = 1, abs.max = 2)
12.66/12.70	c   Nonzeros         : 1320 constraint, 1760 clique table
12.66/12.70	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
12.66/12.70	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   implics          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   trivial          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   dualfix          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   and              :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
12.66/12.70	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   root node        :          -          -      -         25          -          -         25          -          -          -          -          -
12.66/12.70	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
12.66/12.70	c   benderslp        :          0          0          0          0        106          0          0         49          0          0          0          0          0          0          0
12.66/12.70	c   integral         :          0          0          0          0        106          0          0         49          0          2          0          0          0          0        208
12.66/12.70	c   and              :        440        440        164      11796          0          0          0         47          0          0        555        332        295          0          0
12.66/12.70	c   benders          :          0          0          0          0          0          0          0         16          0          0          0          0          0          0          0
12.66/12.70	c   fixedvar         :          0          0          0          0          0          0          0         16          0          0          0          0          0          0          0
12.66/12.70	c   countsols        :          0          0          0          0          0          0          0         16          0          0          0          0          0          0          0
12.66/12.70	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
12.66/12.70	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   integral         :       8.07       0.00       0.00       0.00       8.07       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   and              :       0.04       0.00       0.01       0.02       0.00       0.00       0.00       0.00       0.00       0.01
12.66/12.70	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
12.66/12.70	c   dualfix          :          3          0          0          0
12.66/12.70	c   genvbounds       :          0          0          0          0
12.66/12.70	c   nlobbt           :          0          0          0          0
12.66/12.70	c   obbt             :          0          0          0          0
12.66/12.70	c   probing          :          0          0          0          0
12.66/12.70	c   pseudoobj        :        612          0          0          0
12.66/12.70	c   redcost          :        365          0          0       1280
12.66/12.70	c   rootredcost      :          3          0          0          0
12.66/12.70	c   symmetry         :          0          0          0          0
12.66/12.70	c   vbounds          :       6695          0          0          0
12.66/12.70	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
12.66/12.70	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
12.66/12.70	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
12.66/12.70	c Symmetry           :
12.66/12.70	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
12.66/12.70	c   orbital reduction:          0 reductions applied,          0 cutoffs
12.66/12.70	c   lexicographic red:          0 reductions applied,          0 cutoffs
12.66/12.70	c   shadow tree time :       0.00 s
12.66/12.70	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
12.66/12.70	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
12.66/12.70	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
12.66/12.70	c   bound exceed. LP :       0.00          5          0          -          0        0.0          0        0.0          0        0.0         50
12.66/12.70	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
12.66/12.70	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
12.66/12.70	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
12.66/12.70	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
12.66/12.70	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
12.66/12.70	c   cut pool         :       0.02          -         60         48          -          -       2167       3520          -          -          -          -          -    (maximal pool size:       2167)
12.66/12.70	c   aggregation      :       0.28       0.00         33         27          0          0          7          7          0          0          0          0          0
12.66/12.70	c   > cmir           :          -          -          -          -          -          -          -          7          0          0          0          0          -
12.66/12.70	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.66/12.70	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.66/12.70	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   clique           :       0.01       0.00         27         27          0          0          0          0          0          0          0          0          0
12.66/12.70	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   gomory           :       0.78       0.00         16         10          0          0       1981       3222          0        163        163          0          0
12.66/12.70	c   > gomorymi       :          -          -          -          -          -          -          -        633          0          7          7          0          -
12.66/12.70	c   > strongcg       :          -          -          -          -          -          -          -       2589          0        156        156          0          -
12.66/12.70	c   impliedbounds    :       0.00       0.00         33         27          0          0         21         23          0         19         19          0          0
12.66/12.70	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
12.66/12.70	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   mixing           :       0.00       0.00         35         29          0          0          0          0          0          0          0          0          0
12.66/12.70	c   multilinear      :       0.00       0.00         50         29          0          0          0          0          0          0          0          0          0
12.66/12.70	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   rapidlearning    :       0.02       0.00          1          0          0          0          0          0          0          0          0          0          0
12.66/12.70	c   rlt              :       0.12       0.00         12         10          0          0         10         14          0         10         10          0          0
12.66/12.70	c   zerohalf         :       0.10       0.00         26         20          0          0        148        254          0        137        137          0          0
12.66/12.70	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
12.66/12.70	c   hybrid           :       0.01       0.00         58         29        624          0       3228        555          0       2842
12.66/12.70	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c Pricers            :   ExecTime  SetupTime      Calls       Vars
12.66/12.70	c   problem variables:       0.00          -        528        595
12.66/12.70	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
12.66/12.70	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c   relpscost        :       8.07       0.00        106          0          0          2          0          0          0        208
12.66/12.70	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
12.66/12.70	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
12.66/12.70	c   LP solutions     :       0.00          -          -          0          0
12.66/12.70	c   relax solutions  :       0.00          -          -          0          0
12.66/12.70	c   pseudo solutions :       0.00          -          -          0          0
12.66/12.70	c   strong branching :       0.00          -          -          2          2
12.66/12.70	c   actconsdiving    :       0.00       0.00          0          0          0
12.66/12.70	c   adaptivediving   :       0.00       0.00          0          0          0
12.66/12.70	c   alns             :       0.01       0.00          1          0          0
12.66/12.70	c   bound            :       0.00       0.00          0          0          0
12.66/12.70	c   clique           :       0.01       0.00          1          1          1
12.66/12.70	c   coefdiving       :       0.00       0.00          0          0          0
12.66/12.70	c   completesol      :       0.00       0.00          0          0          0
12.66/12.70	c   conflictdiving   :       0.00       0.00          0          0          0
12.66/12.70	c   crossover        :       0.00       0.00          0          0          0
12.66/12.70	c   dins             :       0.00       0.00          0          0          0
12.66/12.70	c   distributiondivin:       0.00       0.00          0          0          0
12.66/12.70	c   dps              :       0.00       0.00          0          0          0
12.66/12.70	c   dualval          :       0.00       0.00          0          0          0
12.66/12.70	c   farkasdiving     :       0.22       0.00          1          1          1
12.66/12.70	c   feasjump         :       0.00       0.00          0          0          0
12.66/12.70	c   feaspump         :       0.08       0.00          1          0          0
12.66/12.70	c   fixandinfer      :       0.00       0.00          0          0          0
12.66/12.70	c   fracdiving       :       0.00       0.00          0          0          0
12.66/12.70	c   gins             :       0.02       0.00          3          3          0
12.66/12.70	c   guideddiving     :       0.00       0.00          0          0          0
12.66/12.70	c   indcoefdiving    :       0.00       0.00          0          0          0
12.66/12.70	c   indicator        :       0.00       0.00          0          0          0
12.66/12.70	c   indicatordiving  :       0.00       0.00          0          0          0
12.66/12.70	c   indoneopt        :       0.00       0.00          0          0          0
12.66/12.70	c   indrounding      :       0.00       0.00          0          0          0
12.66/12.70	c   indtwoopt        :       0.00       0.00          0          0          0
12.66/12.70	c   intdiving        :       0.00       0.00          0          0          0
12.66/12.70	c   intshifting      :       0.00       0.00          0          0          0
12.66/12.70	c   linesearchdiving :       0.00       0.00          0          0          0
12.66/12.70	c   localbranching   :       0.00       0.00          0          0          0
12.66/12.70	c   locks            :       0.00       0.00          1          0          0
12.66/12.70	c   lpface           :       0.00       0.00          0          0          0
12.66/12.70	c   mpec             :       0.00       0.00          0          0          0
12.66/12.70	c   multistart       :       0.00       0.00          0          0          0
12.66/12.70	c   mutation         :       0.00       0.00          0          0          0
12.66/12.70	c   nlpdiving        :       0.00       0.00          0          0          0
12.66/12.70	c   objpscostdiving  :       0.00       0.00          0          0          0
12.66/12.70	c   octane           :       0.00       0.00          0          0          0
12.66/12.70	c   ofins            :       0.00       0.00          0          0          0
12.66/12.70	c   oneopt           :       0.00       0.00          4          0          0
12.66/12.70	c   padm             :       0.00       0.00          0          0          0
12.66/12.70	c   proximity        :       0.00       0.00          0          0          0
12.66/12.70	c   pscostdiving     :       0.00       0.00          0          0          0
12.66/12.70	c   randrounding     :       0.04       0.00         29          0          0
12.66/12.70	c   rens             :       0.00       0.00          0          0          0
12.66/12.70	c   reoptsols        :       0.00       0.00          0          0          0
12.66/12.70	c   repair           :       0.00       0.00          0          0          0
12.66/12.70	c   rins             :       0.00       0.00          0          0          0
12.66/12.70	c   rootsoldiving    :       0.00       0.00          0          0          0
12.66/12.70	c   rounding         :       0.00       0.00        133          0          0
12.66/12.70	c   scheduler        :       0.00       0.00          0          0          0
12.66/12.70	c   shiftandpropagate:       0.00       0.00          0          0          0
12.66/12.70	c   shifting         :       0.01       0.00         37          0          0
12.66/12.70	c   simplerounding   :       0.00       0.00        354          0          0
12.66/12.70	c   smallcard        :       0.00       0.00          0          0          0
12.66/12.70	c   subnlp           :       0.00       0.00          0          0          0
12.66/12.70	c   trivial          :       0.00       0.00          2          2          1
12.66/12.70	c   trivialnegation  :       0.00       0.00          0          0          0
12.66/12.70	c   trustregion      :       0.00       0.00          0          0          0
12.66/12.70	c   trysol           :       0.00       0.00          0          0          0
12.66/12.70	c   twoopt           :       0.00       0.00          0          0          0
12.66/12.70	c   undercover       :       0.02       0.00          1          0          0
12.66/12.70	c   vbounds          :       0.01       0.00          1          1          1
12.66/12.70	c   veclendiving     :       0.00       0.00          0          0          0
12.66/12.70	c   zeroobj          :       0.00       0.00          0          0          0
12.66/12.70	c   zirounding       :       0.01       0.00        104          0          0
12.66/12.70	c   other solutions  :          -          -          -          0          -
12.66/12.70	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
12.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	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.66/12.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
12.66/12.70	c   primal LP        :       0.26        185       2884      40.06   11301.65       0.06        113
12.66/12.70	c   dual LP          :       2.48        361      48856     185.76   19681.27       0.03         98
12.66/12.70	c   lex dual LP      :       0.00          0          0       0.00          -
12.66/12.70	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
12.66/12.70	c   resolve instable :       0.00          0          0       0.00          -
12.66/12.70	c   diving/probing LP:       0.42         60       6932     115.53   16371.68
12.66/12.70	c   strong branching :       7.81        418     150310     359.59   19239.91          -          -         43
12.66/12.70	c     (at root node) :          -         29      22009     758.93          -
12.66/12.70	c   conflict analysis:       0.00          5         50      10.00          -
12.66/12.70	c B&B Tree           :
12.66/12.70	c   number of runs   :          1
12.66/12.70	c   nodes            :        205 (104 internal, 101 leaves)
12.66/12.70	c   feasible leaves  :          0
12.66/12.70	c   infeas. leaves   :        101
12.66/12.70	c   objective leaves :          0
12.66/12.70	c   nodes (total)    :        205 (104 internal, 101 leaves)
12.66/12.70	c   nodes left       :          0
12.66/12.70	c   max depth        :         10
12.66/12.70	c   max depth (total):         10
12.66/12.70	c   backtracks       :         60 (29.3%)
12.66/12.70	c   early backtracks :          0 (0.0%)
12.66/12.70	c   nodes exc. ref.  :          0 (0.0%)
12.66/12.70	c   delayed cutoffs  :          0
12.66/12.70	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
12.66/12.70	c   avg switch length:       3.07
12.66/12.70	c   switching time   :       0.01
12.66/12.70	c Root Node          :
12.66/12.70	c   First LP value   : -1.49000000000000e+02
12.66/12.70	c   First LP Iters   :        528 (98196.02 Iter/sec)
12.66/12.70	c   First LP Time    :       0.01
12.66/12.70	c   Final Dual Bound : -1.20208438287154e+02
12.66/12.70	c   Final Root Iters :       5941
12.66/12.70	c   Root LP Estimate : -9.71655328665064e+01
12.66/12.70	c Solution           :
12.66/12.70	c   Solutions found  :         11 (6 improvements)
12.66/12.70	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
12.66/12.70	c   Gap First Sol.   :   infinite
12.66/12.70	c   Gap Last Sol.    :       2.74 %
12.66/12.70	c   Primal Bound     : -1.17000000000000e+02   (in run 1, after 13 nodes, 6.58 seconds, depth 12, found by <relaxation>)
12.66/12.70	c   Dual Bound       : -1.17000000000000e+02
12.66/12.70	c   Gap              :       0.00 %
12.66/12.70	c Integrals          :      Total       Avg%
12.66/12.70	c   primal-dual      :      84.16       6.63
12.66/12.70	c   primal-ref       :          -          - (not evaluated)
12.66/12.70	c   dual-ref         :          -          - (not evaluated)
12.66/12.73	c Time complete: 12.6971.

Verifier Data

OK	-117

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: 63931 MiB (60389 MiB free)
  memory of node 1: 64510 MiB (60360 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460064-1721939466/watcher-4460064-1721939466 -o /tmp/evaluation-result-4460064-1721939466/solver-4460064-1721939466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721939462-253165 --watchdog 3760 pbscip -f HOME/instance-4460064-1721939466.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=253548, runsolver pid=253545
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 0.16 0.25 0.27 5/260 253549
/proc/meminfo: memFree=123621628/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=73596 memory=33652 CPUtime=0.09 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 4797 0 0 0 9 0 0 0 20 0 1 0 30469492 75362304 8413 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 18399 8413 3981 3540 0 6656 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 33652 KiB

[startup+0.205633 s]*
/proc/loadavg: 0.16 0.25 0.27 5/260 253549
/proc/meminfo: memFree=123607684/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=73596 memory=33652 CPUtime=0.2 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 4799 0 0 0 20 0 0 0 20 0 1 0 30469492 75362304 8413 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 18399 8413 3981 3540 0 6656 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 33652 KiB

[startup+0.305582 s]*
/proc/loadavg: 0.16 0.25 0.27 5/260 253549
/proc/meminfo: memFree=123599144/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=73596 memory=33652 CPUtime=0.3 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 4826 0 0 0 30 0 0 0 20 0 1 0 30469492 75362304 8413 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 18399 8413 3981 3540 0 6656 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 33652 KiB

[startup+0.700204 s]
/proc/loadavg: 0.16 0.25 0.27 5/260 253549
/proc/meminfo: memFree=123590916/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=82408 memory=43156 CPUtime=0.68 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 7164 0 0 0 68 0 0 0 20 0 1 0 30469492 84385792 10789 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 20602 10789 3981 3540 0 8859 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 82408 KiB
Current children cumulated memory: 43156 KiB

[startup+1.50022 s]
/proc/loadavg: 0.16 0.25 0.27 5/260 253549
/proc/meminfo: memFree=123571588/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=86968 memory=46384 CPUtime=1.49 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 7941 0 0 0 148 1 0 0 20 0 1 0 30469492 89055232 11596 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 21742 11596 3997 3540 0 9999 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 86968 KiB
Current children cumulated memory: 46384 KiB

[startup+3.10461 s]
/proc/loadavg: 0.55 0.33 0.30 3/246 253611
/proc/meminfo: memFree=123847760/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=89752 memory=49168 CPUtime=3.09 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 8716 0 0 0 308 1 0 0 20 0 1 0 30469492 91906048 12292 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 22438 12292 3997 3540 0 10695 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 89752 KiB
Current children cumulated memory: 49168 KiB

[startup+6.30017 s]
/proc/loadavg: 0.55 0.33 0.30 3/246 253613
/proc/meminfo: memFree=123830632/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=92716 memory=51804 CPUtime=6.28 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 9405 0 0 0 627 1 0 0 20 0 1 0 30469492 94941184 12951 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 23179 12951 3997 3540 0 11436 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 92716 KiB
Current children cumulated memory: 51804 KiB

[startup+12.7001 s]
/proc/loadavg: 0.92 0.41 0.32 3/246 253613
/proc/meminfo: memFree=123818736/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=99952 memory=59012 CPUtime=12.66 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 11180 0 0 0 1265 1 0 0 20 0 1 0 30469492 102350848 14753 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 24988 14753 4019 3540 0 13245 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 99952 KiB
Current children cumulated memory: 59012 KiB

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

# cumulated CPU time of all completed processes:  user=12.6829 s, system=0.018904 s

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

[startup+12.7001 s]
/proc/loadavg: 0.92 0.41 0.32 3/246 253613
/proc/meminfo: memFree=123818736/131524600 swapFree=131061428/131071996
[pid=253548] ppid=253545 vsize=99952 memory=59012 CPUtime=12.66 cores=5,7
/proc/253548/stat : 253548 (pbscip) R 253545 253548 253150 0 -1 4194304 11180 0 0 0 1265 1 0 0 20 0 1 0 30469492 102350848 14753 134679101440 4194304 18693293 140724063092944 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38629376 140724063101955 140724063102054 140724063102054 140724063109070 0
/proc/253548/statm: 24988 14753 4019 3540 0 13245 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 99952 KiB
Current children cumulated memory: 59012 KiB

Child status: 0

Real time (s): 12.7335
CPU time (s): 12.7018
CPU user time (s): 12.6829
CPU system time (s): 0.018904
CPU usage (%): 99.7512
Max. virtual memory (cumulated for all children) (KiB): 99952
Max. memory (cumulated for all children) (KiB): 59012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6829
system time used= 0.018904
maximum resident set size= 59012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11186
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= 9
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 253548
#   total CPU time (s): 12.7018
#   total CPU user time (s): 12.6829
#   total CPU system time (s): 0.018904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033036 second user time and 0.072465 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-25 22:31:06
IDJOB=4460064
IDBENCH=160622
IDSOLVER=3059
FILE ID=nodeC022/4460064-1721939466
RUNJOBID= nodeC022-1721939462-253165
SLURM_JOB_ID= 8247243
Free space on /tmp= 890028 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament22.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460064-1721939466/watcher-4460064-1721939466 -o /tmp/evaluation-result-4460064-1721939466/solver-4460064-1721939466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721939462-253165 --watchdog 3760  pbscip -f HOME/instance-4460064-1721939466.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 3dbd6cb1337568dea4a1eae85a2a7ca5
RANDOM SEED=1762117574

nodeC022.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.114
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3674.322
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.276
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3604.954
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.185
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.530
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.479
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.222
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123649308 kB
MemAvailable:   129311496 kB
Buffers:          339504 kB
Cached:          6072056 kB
SwapCached:         1424 kB
Active:          2648968 kB
Inactive:        4455272 kB
Active(anon):       1924 kB
Inactive(anon):   744500 kB
Active(file):    2647044 kB
Inactive(file):  3710772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:             75224 kB
Writeback:             0 kB
AnonPages:        690988 kB
Mapped:           149428 kB
Shmem:             53732 kB
KReclaimable:     292132 kB
Slab:             416628 kB
SReclaimable:     292132 kB
SUnreclaim:       124496 kB
KernelStack:        4208 kB
PageTables:        10888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1066764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC022 at 2024-07-25 22:31:19