Trace number 4432712

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-07OPT0 2.39577 2.40312

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.5:100.opb
MD5SUM7cbd9242490819e58478720045b90b69
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.167741
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables776
Total number of constraints867
Number of constraints which are clauses701
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 776
Biggest coefficient in the objective function 474
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 2127
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 474
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2127
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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-4432712-1721051909.opb>
0.00/0.00	c original problem has 776 variables (776 bin, 0 int, 0 impl, 0 cont) and 867 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	o 1179
0.00/0.01	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 1.179000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 714 clqs
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.01	c (round 2, exhaustive) 1 del vars, 2 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 714 clqs
0.00/0.02	c (round 3, exhaustive) 1 del vars, 5 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 714 clqs
0.00/0.02	c (round 4, exhaustive) 1 del vars, 5 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 0 chg coeffs, 844 upgd conss, 0 impls, 714 clqs
0.00/0.02	c (round 5, medium)     2 del vars, 5 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 844 upgd conss, 0 impls, 714 clqs
0.00/0.02	c (round 6, exhaustive) 2 del vars, 5 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 714 clqs
0.00/0.02	c (round 7, fast)       3 del vars, 5 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 713 clqs
0.00/0.02	c (round 8, fast)       3 del vars, 6 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 713 clqs
0.00/0.02	c (round 9, medium)     4 del vars, 7 del conss, 0 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 712 clqs
0.00/0.02	c (round 10, fast)       4 del vars, 8 del conss, 1 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 713 clqs
0.00/0.02	c (round 11, exhaustive) 4 del vars, 9 del conss, 1 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 713 clqs
0.00/0.03	c (round 12, medium)     5 del vars, 10 del conss, 1 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 711 clqs
0.00/0.03	c (round 13, fast)       5 del vars, 11 del conss, 2 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 862 upgd conss, 0 impls, 712 clqs
0.00/0.03	c (round 14, exhaustive) 5 del vars, 11 del conss, 2 add conss, 1 chg bounds, 3 chg sides, 1 chg coeffs, 864 upgd conss, 0 impls, 712 clqs
0.10/0.11	c    (0.1s) probing cycle finished: starting next cycle
0.10/0.11	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.10/0.11	c    (0.1s) no symmetry present (symcode time: 0.00)
0.10/0.11	c presolving (15 rounds: 15 fast, 10 medium, 7 exhaustive):
0.10/0.11	c  5 deleted vars, 11 deleted constraints, 2 added constraints, 1 tightened bounds, 0 added holes, 3 changed sides, 1 changed coefficients
0.10/0.11	c  0 implications, 1807 cliques
0.10/0.11	c presolved problem has 771 variables (771 bin, 0 int, 0 impl, 0 cont) and 858 constraints
0.10/0.11	c     145 constraints of type <knapsack>
0.10/0.11	c     710 constraints of type <setppc>
0.10/0.11	c       3 constraints of type <logicor>
0.10/0.11	c transformed objective value is always integral (scale: 1)
0.10/0.11	c Presolving Time: 0.11
0.10/0.11	c - non default parameters ----------------------------------------------------------------------
0.10/0.11	c # SCIP version 10.0.0
0.10/0.11	c 
0.10/0.11	c # maximal time in seconds to run
0.10/0.11	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.10/0.11	c limits/time = 3596.997041
0.10/0.11	c 
0.10/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.11	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.10/0.11	c limits/memory = 27900
0.10/0.11	c 
0.10/0.11	c # belongs reading time to solving time?
0.10/0.11	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.10/0.11	c timing/reading = TRUE
0.10/0.11	c 
0.10/0.11	c -----------------------------------------------------------------------------------------------
0.10/0.11	c start solving
0.10/0.11	o 1175
0.10/0.11	c transformed 1/1 original solutions to the transformed problem space
0.10/0.11	c 
0.10/0.11	o 1141
0.10/0.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.10/0.11	c t 0.1s|     1 |     0 |     0 |     - | trivial|   0 | 771 | 858 |   0 |   0 |  0 |   0 |   0 |-4.650000e+02 | 1.141000e+03 |    Inf | unknown
0.10/0.12	o 65
0.10/0.12	c p 0.1s|     1 |     0 |     0 |     - |  clique|   0 | 771 | 858 | 858 |   0 |  0 |   0 |   0 |-4.650000e+02 | 6.500000e+01 |    Inf | unknown
0.10/0.12	o 32
0.10/0.12	c p 0.1s|     1 |     0 |     0 |     - | vbounds|   0 | 771 | 860 | 858 |   0 |  0 |   2 |   0 |-4.650000e+02 | 3.200000e+01 |    Inf | unknown
0.10/0.20	c   0.2s|     1 |     0 |  1787 |     - |    12M |   0 | 771 | 878 | 858 |   0 |  0 |  20 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
0.30/0.32	c   0.3s|     1 |     0 |  1854 |     - |    14M |   0 | 771 | 878 | 861 |   3 |  1 |  20 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
0.40/0.48	c   0.5s|     1 |     0 |  1938 |     - |    27M |   0 | 771 | 878 | 866 |   8 |  2 |  20 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
0.60/0.67	c   0.7s|     1 |     0 |  1960 |     - |    39M |   0 | 771 | 879 | 868 |  10 |  3 |  21 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
0.79/0.84	c   0.8s|     1 |     0 |  2003 |     - |    52M |   0 | 771 | 881 | 871 |  13 |  4 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
0.89/1.00	c   1.0s|     1 |     0 |  2045 |     - |    57M |   0 | 771 | 881 | 874 |  16 |  5 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
1.09/1.18	c   1.2s|     1 |     0 |  2073 |     - |    64M |   0 | 771 | 881 | 876 |  18 |  6 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
1.39/1.41	c   1.4s|     1 |     0 |  2109 |     - |    74M |   0 | 771 | 881 | 879 |  21 |  7 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
1.58/1.64	c   1.6s|     1 |     0 |  2172 |     - |    87M |   0 | 771 | 881 | 881 |  23 |  8 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
1.78/1.88	c   1.9s|     1 |     0 |  2200 |     - |    94M |   0 | 771 | 881 | 883 |  25 |  9 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
2.09/2.10	c   2.1s|     1 |     0 |  2235 |     - |   105M |   0 | 771 | 881 | 884 |  26 | 10 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
2.09/2.16	c   2.2s|     1 |     0 |  2258 |     - |   105M |   0 | 771 | 881 | 885 |  28 | 11 |  23 |   0 | 0.000000e+00 | 3.200000e+01 |    Inf | unknown
2.18/2.29	o 0
2.18/2.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.18/2.29	c d 2.3s|     1 |     0 |  3869 |     - |farkasdi|   0 | 771 | 881 | 885 |   0 | 11 |  23 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
2.28/2.30	c   2.3s|     1 |     0 |  3869 |     - |   105M |   0 | 771 | 881 | 885 |  28 | 11 |  23 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
2.28/2.30	c 
2.28/2.30	c SCIP Status        : problem is solved [optimal solution found]
2.28/2.30	c Solving Time (sec) : 2.30
2.28/2.30	c Solving Nodes      : 1
2.28/2.30	c Primal Bound       : +0.00000000000000e+00 (6 solutions)
2.28/2.30	c Dual Bound         : +0.00000000000000e+00
2.28/2.30	c Gap                : 0.00 %
2.28/2.30	s OPTIMUM FOUND
2.28/2.30	v x1 x776 x585 x672 x579 x580 x775 x340 x545 -x315 x509 -x544 x339 x586 x311 x676 x310 x584 x671 x552 -x669 x553 -x581 x316 x506 
2.28/2.30	v x113 x314 x508 -x549 x112 x341 x505 -x542 x342 -x543 x587 x679 -x551 x312 -x550 x582 x675 -x723 x313 x317 x507 -x670 x298 -x548 
2.28/2.30	v -x726 x114 x504 -x727 x115 x338 -x130 x611 -x234 x607 x541 x537 x357 -x692 -x358 x532 -x680 -x533 x684 -x483 -x583 x673 -x722 
2.28/2.30	v x309 x724 x297 -x546 x728 x295 -x335 x337 x502 x111 x129 x610 -x233 -x479 x606 x360 x540 -x689 x359 -x478 x536 -x572 -x691 
2.28/2.30	v -x134 -x237 -x238 x688 x484 -x211 x482 x683 x575 -x576 x774 x677 -x773 x306 x308 -x674 x214 -x215 x305 x725 x772 x301 -x336 
2.28/2.30	v -x547 x709 x108 x708 x110 -x296 -x503 x131 -x326 -x608 -x80 -x235 -x604 x662 -x690 x135 -x240 -x538 -x641 -x133 -x239 x346 -x378 
2.28/2.30	v x480 -x534 -x571 -x642 x345 x481 x485 -x573 x687 -x746 -x84 x464 x578 -x665 -x210 x577 -x666 x681 -x381 -x529 x212 x307 
2.28/2.30	v -x382 -x678 x217 -x292 x749 x216 -x750 -x190 x720 x304 x721 x717 x109 x299 -x713 -x458 -x706 -x260 -x707 -x63 -x107 x333 x769 
2.28/2.30	v x132 x325 -x356 -x609 x644 -x79 x136 -x236 -x355 -x525 -x605 x643 x661 x119 x222 -x354 -x539 -x31 x221 -x288 -x350 -x377 -x524 
2.28/2.30	v -x535 x663 -x85 -x220 -x330 x477 x668 -x83 -x186 -x287 x343 -x379 x465 -x574 x667 -x685 -x745 -x344 x384 -x469 -x530 x558 
2.28/2.30	v -x185 -x383 -x414 x463 -x528 x557 -x682 x747 -x34 -x102 -x293 -x461 x556 x752 -x35 x213 -x291 -x454 x751 -x152 x191 x197 -x719 
2.28/2.30	v -x189 x196 -x256 -x453 x718 x195 x417 -x436 x255 -x302 x418 -x765 -x459 -x627 -x716 x270 x300 -x457 -x712 -x764 x261 x259 x269 
2.28/2.30	v x770 -x62 -x105 -x334 -x601 x703 x768 x128 -x232 x327 x634 -x81 -x98 x120 x231 -x633 -x82 -x124 x230 x331 -x353 -x474 -x632 
2.28/2.30	v -x30 -x86 x97 x118 -x148 -x164 -x226 -x329 -x349 -x476 -x526 x664 -x69 -x116 -x527 -x569 x649 -x32 -x147 -x218 -x289 -x380 
2.28/2.30	v -x394 -x432 x473 -x531 x570 x648 -x686 x37 -x103 -x219 -x290 x365 -x513 x566 -x647 -x11 -x36 -x101 -x187 -x294 x364 -x413 -x431 
2.28/2.30	v -x468 x562 -x623 x748 -x153 -x167 -x188 -x208 x276 x363 x733 -x151 -x168 x192 x209 -x415 -x462 -x554 -x622 x732 -x174 -x205 
2.28/2.30	v -x397 x420 -x437 -x555 -x731 x201 -x398 x419 -x435 -x455 -x495 -x14 x456 x628 -x15 -x46 x193 x257 -x303 x460 -x597 -x626 -x194 
2.28/2.30	v x258 x442 -x714 -x59 x262 -x596 -x699 -x710 x766 x244 x498 x767 -x58 x271 -x499 x771 -x49 x272 -x602 x753 -x50 x64 -x106 
2.28/2.30	v -x600 x702 x328 x639 -x127 x332 -x475 -x638 x78 x229 x321 -x351 -x568 -x659 x70 x99 -x123 -x163 -x225 -x347 -x567 -x630 -x660 
2.28/2.30	v -x73 x100 -x375 -x523 -x631 -x656 -x33 -x68 x104 -x117 -x149 -x165 -x376 -x393 -x472 x514 -x653 x22 -x66 -x90 -x150 -x170 -x207 
2.28/2.30	v -x286 x372 -x517 x565 -x743 -x10 x21 x154 -x169 -x206 x277 -x369 -x395 -x433 -x466 -x512 -x561 -x645 -x744 -x20 x140 -x184 
2.28/2.30	v -x280 x400 -x434 -x510 -x646 -x740 -x12 x175 -x275 -x361 -x399 -x416 x438 -x624 -x737 x17 -x178 -x204 -x273 -x362 x405 -x424 
2.28/2.30	v -x625 x16 -x173 -x200 x404 -x494 x629 -x729 -x171 x403 -x452 x615 -x730 -x45 x443 x496 x254 x446 x501 -x715 -x47 x245 -x441 
2.28/2.30	v x500 -x598 -x698 -x711 x52 -x248 -x439 x599 x763 -x51 -x60 x243 x603 -x700 x755 x61 -x241 -x268 -x588 x705 -x756 x65 x704 -x754 
2.28/2.30	v -x77 -x126 x228 x324 x640 -x658 x76 -x94 -x125 x322 -x521 -x637 -x657 -x27 x75 -x93 -x162 x227 x323 -x352 -x374 -x520 -x655 
2.28/2.30	v -x26 x74 x95 -x121 -x144 -x161 -x223 -x284 x320 -x348 -x373 -x522 -x635 -x28 x96 -x143 x160 -x283 x318 -x371 -x392 -x471 
2.28/2.30	v -x519 -x564 -x636 -x654 -x742 -x29 -x71 x91 -x122 -x145 -x166 -x182 -x224 -x285 -x319 -x391 -x428 -x470 -x518 -x652 -x741 -x9 
2.28/2.30	v -x25 -x72 -x92 -x146 x159 -x181 -x282 x370 -x390 -x410 -x427 x563 -x739 -x8 -x23 -x67 -x89 x141 x158 -x183 x281 -x368 -x396 
2.28/2.30	v -x409 -x429 -x467 -x515 -x559 -x619 -x650 -x7 -x24 -x87 -x142 x157 x180 -x203 x389 -x411 -x430 -x516 -x618 -x651 -x738 -x13 -x18 
2.28/2.30	v -x88 x139 -x155 x179 -x278 -x366 -x388 -x412 x425 -x450 -x511 -x560 -x620 -x736 x6 -x19 x137 -x156 -x202 -x279 -x367 -x387 
2.28/2.30	v -x408 -x426 -x449 -x493 x621 x5 -x138 -x176 -x198 -x252 -x274 -x385 -x406 -x423 -x451 x492 x616 -x734 -x4 -x44 -x177 -x251 
2.28/2.30	v -x386 -x407 -x421 x448 x491 x617 -x735 -x2 -x43 -x172 -x199 x253 -x401 -x422 x447 x497 -x593 -x614 -x761 -x3 x42 x250 -x402 x490 
2.28/2.30	v -x592 -x612 -x697 -x760 x48 -x54 x249 -x266 -x444 -x489 -x594 -x613 -x696 x762 x41 -x53 -x265 -x445 -x488 -x595 x695 x759 
2.28/2.30	v x40 -x55 -x246 -x267 -x440 -x486 x590 -x701 x758 x38 -x56 -x247 x264 -x487 -x591 x693 -x39 x57 -x242 x263 -x589 x694 -x757 
2.28/2.30	c SCIP Status        : problem is solved [optimal solution found]
2.28/2.30	c Total Time         :       2.30
2.28/2.30	c   solving          :       2.30
2.28/2.30	c   presolving       :       0.11 (included in solving)
2.28/2.30	c   reading          :       0.00 (included in solving)
2.28/2.30	c   copying          :       0.00 (1 #copies) (minimal 0.00, maximal 0.00, average 0.00)
2.28/2.30	c Original Problem   :
2.28/2.30	c   Problem name     : HOME/instance-4432712-1721051909.opb
2.28/2.30	c   Variables        : 776 (776 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.30	c   Constraints      : 867 initial, 867 maximal
2.28/2.30	c   Objective        : minimize, 776 non-zeros (abs.min = 1, abs.max = 474)
2.28/2.30	c Presolved Problem  :
2.28/2.30	c   Problem name     : t_HOME/instance-4432712-1721051909.opb
2.28/2.30	c   Variables        : 771 (771 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.30	c   Constraints      : 858 initial, 881 maximal
2.28/2.30	c   Objective        : minimize, 771 non-zeros (abs.min = 1, abs.max = 4)
2.28/2.30	c   Nonzeros         : 3008 constraint, 3637 clique table
2.28/2.30	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2.28/2.30	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   gateextraction   :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
2.28/2.30	c   implics          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
2.28/2.30	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   trivial          :       0.00       0.00     15          0          0          0          0          0          0          0          0          0
2.28/2.30	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   dualfix          :       0.00       0.00     15          0          0          0          0          0          0          0          0          0
2.28/2.30	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   probing          :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   pseudoobj        :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
2.28/2.30	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   knapsack         :       0.00       0.00     22          0          0          0          0          0          0          0          0          0
2.28/2.30	c   setppc           :       0.01       0.00     22          1          3          0          0          0          6          2          0          1
2.28/2.30	c   linear           :       0.01       0.00     16          1          0          0          1          0          5          0          3          0
2.28/2.30	c   logicor          :       0.00       0.00     19          0          0          0          0          0          0          0          0          0
2.28/2.30	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
2.28/2.30	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
2.28/2.30	c   benderslp        :          0          0          0          0          0          0          0         22          0          0          0          0          0          0          0
2.28/2.30	c   integral         :          0          0          0          0          0          0          0         22          0          0          0          0          0          0          0
2.28/2.30	c   knapsack         :        145        145         11       6975          0          0          0         16          7          1          0          0          0          0          0
2.28/2.30	c   setppc           :        710+       731         11       6958          0          0          0          5         52         21          0          0          0          0          0
2.28/2.30	c   logicor          :          3+         5         11         83          0          0          0          5          0          0          0          0          0          0          0
2.28/2.30	c   benders          :          0          0          0          0          0          0          0          8          0          0          0          0          0          0          0
2.28/2.30	c   fixedvar         :          0          0          0          0          0          0          0          8          0          0          0          0          0          0          0
2.28/2.30	c   countsols        :          0          0          0          0          0          0          0          8          0          0          0          0          0          0          0
2.28/2.30	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
2.28/2.30	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   knapsack         :       0.02       0.00       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   setppc           :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2.28/2.30	c   dualfix          :          2          0          0          0
2.28/2.30	c   genvbounds       :          0          0          0          0
2.28/2.30	c   nlobbt           :          0          0          0          0
2.28/2.30	c   obbt             :          0          0          0          0
2.28/2.30	c   probing          :          0          0          0          0
2.28/2.30	c   pseudoobj        :         15          0          0          0
2.28/2.30	c   redcost          :         13          0          0          0
2.28/2.30	c   rootredcost      :          0          0          0          0
2.28/2.30	c   symmetry         :          0          0          0          0
2.28/2.30	c   vbounds          :       4228          0          0          0
2.28/2.30	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
2.28/2.30	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   probing          :       0.08       0.00       0.08       0.00       0.00       0.00
2.28/2.30	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.30	c Symmetry           :
2.28/2.30	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
2.28/2.30	c   orbital reduction:          0 reductions applied,          0 cutoffs
2.28/2.30	c   lexicographic red:          0 reductions applied,          0 cutoffs
2.28/2.30	c   shadow tree time :       0.00 s
2.28/2.30	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
2.28/2.30	c   propagation      :       0.00         22         22          -         23        2.2          0        0.0          -          -          -
2.28/2.30	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
2.28/2.30	c   bound exceed. LP :       0.00          3          0          -          0        0.0          0        0.0          0        0.0         30
2.28/2.30	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
2.28/2.30	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
2.28/2.30	c   applied globally :       0.00          -          -          0         23        2.2          -          -          0          -          -
2.28/2.30	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
2.28/2.30	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
2.28/2.30	c   cut pool         :       0.01          -         21         21          -          -       1637       2190          -          -          -          -          -    (maximal pool size:       1637)
2.28/2.30	c   aggregation      :       0.20       0.00         11         11          0          0          0          0          0          0          0          0          0
2.28/2.30	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
2.28/2.30	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
2.28/2.30	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
2.28/2.30	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   clique           :       0.03       0.00         11         11          0          0          2          2          0          1          1          0          0
2.28/2.30	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   gomory           :       1.52       0.00         10         10          0          0       1610       2127          0         18         18          0          0
2.28/2.30	c   > gomorymi       :          -          -          -          -          -          -          -       1475          0         15         15          0          -
2.28/2.30	c   > strongcg       :          -          -          -          -          -          -          -        652          0          3          3          0          -
2.28/2.30	c   impliedbounds    :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
2.28/2.30	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   multilinear      :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
2.28/2.30	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.28/2.30	c   rapidlearning    :       0.03       0.00          1          1          0          0          0          0          0          0          0          0          0
2.28/2.30	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
2.28/2.30	c   zerohalf         :       0.05       0.00         11         11          0          0         25         61          0          9          9          0          0
2.28/2.30	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
2.28/2.30	c   hybrid           :       0.01       0.00         11         11         28          0       2162         28          0       2162
2.28/2.30	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2.28/2.30	c   problem variables:       0.00          -          0          0
2.28/2.30	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
2.28/2.30	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
2.28/2.30	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
2.28/2.30	c   LP solutions     :       0.00          -          -          0          0
2.28/2.30	c   relax solutions  :       0.00          -          -          0          0
2.28/2.30	c   pseudo solutions :       0.00          -          -          0          0
2.28/2.30	c   strong branching :       0.00          -          -          0          0
2.28/2.30	c   actconsdiving    :       0.00       0.00          0          0          0
2.28/2.30	c   adaptivediving   :       0.00       0.00          0          0          0
2.28/2.30	c   alns             :       0.00       0.00          0          0          0
2.28/2.30	c   bound            :       0.00       0.00          0          0          0
2.28/2.30	c   clique           :       0.01       0.00          1          1          1
2.28/2.30	c   coefdiving       :       0.00       0.00          0          0          0
2.28/2.30	c   completesol      :       0.00       0.00          0          0          0
2.28/2.30	c   conflictdiving   :       0.00       0.00          0          0          0
2.28/2.30	c   crossover        :       0.00       0.00          0          0          0
2.28/2.30	c   dins             :       0.00       0.00          0          0          0
2.28/2.30	c   distributiondivin:       0.00       0.00          0          0          0
2.28/2.30	c   dps              :       0.00       0.00          0          0          0
2.28/2.30	c   dualval          :       0.00       0.00          0          0          0
2.28/2.30	c   farkasdiving     :       0.13       0.00          1          1          1
2.28/2.30	c   feasjump         :       0.00       0.00          0          0          0
2.28/2.30	c   feaspump         :       0.00       0.00          0          0          0
2.28/2.30	c   fixandinfer      :       0.00       0.00          0          0          0
2.28/2.30	c   fracdiving       :       0.00       0.00          0          0          0
2.28/2.30	c   gins             :       0.00       0.00          0          0          0
2.28/2.30	c   guideddiving     :       0.00       0.00          0          0          0
2.28/2.30	c   indcoefdiving    :       0.00       0.00          0          0          0
2.28/2.30	c   indicator        :       0.00       0.00          0          0          0
2.28/2.30	c   indicatordiving  :       0.00       0.00          0          0          0
2.28/2.30	c   indoneopt        :       0.00       0.00          0          0          0
2.28/2.30	c   indrounding      :       0.00       0.00          0          0          0
2.28/2.30	c   indtwoopt        :       0.00       0.00          0          0          0
2.28/2.30	c   intdiving        :       0.00       0.00          0          0          0
2.28/2.30	c   intshifting      :       0.00       0.00          0          0          0
2.28/2.30	c   linesearchdiving :       0.00       0.00          0          0          0
2.28/2.30	c   localbranching   :       0.00       0.00          0          0          0
2.28/2.30	c   locks            :       0.00       0.00          1          0          0
2.28/2.30	c   lpface           :       0.00       0.00          0          0          0
2.28/2.30	c   mpec             :       0.00       0.00          0          0          0
2.28/2.30	c   multistart       :       0.00       0.00          0          0          0
2.28/2.30	c   mutation         :       0.00       0.00          0          0          0
2.28/2.30	c   nlpdiving        :       0.00       0.00          0          0          0
2.28/2.30	c   objpscostdiving  :       0.00       0.00          0          0          0
2.28/2.30	c   octane           :       0.00       0.00          0          0          0
2.28/2.30	c   ofins            :       0.00       0.00          0          0          0
2.28/2.30	c   oneopt           :       0.00       0.00          1          0          0
2.28/2.30	c   padm             :       0.00       0.00          0          0          0
2.28/2.30	c   proximity        :       0.00       0.00          0          0          0
2.28/2.30	c   pscostdiving     :       0.00       0.00          0          0          0
2.28/2.30	c   randrounding     :       0.02       0.00         12          0          0
2.28/2.30	c   rens             :       0.00       0.00          0          0          0
2.28/2.30	c   reoptsols        :       0.00       0.00          0          0          0
2.28/2.30	c   repair           :       0.00       0.00          0          0          0
2.28/2.30	c   rins             :       0.00       0.00          0          0          0
2.28/2.30	c   rootsoldiving    :       0.00       0.00          0          0          0
2.28/2.30	c   rounding         :       0.01       0.00         12          0          0
2.28/2.30	c   scheduler        :       0.00       0.00          0          0          0
2.28/2.30	c   shiftandpropagate:       0.00       0.00          0          0          0
2.28/2.30	c   shifting         :       0.01       0.00         12          0          0
2.28/2.30	c   simplerounding   :       0.00       0.00         12          0          0
2.28/2.30	c   smallcard        :       0.00       0.00          0          0          0
2.28/2.30	c   subnlp           :       0.00       0.00          0          0          0
2.28/2.30	c   trivial          :       0.00       0.00          2          2          2
2.28/2.30	c   trivialnegation  :       0.00       0.00          0          0          0
2.28/2.30	c   trustregion      :       0.00       0.00          0          0          0
2.28/2.30	c   trysol           :       0.00       0.00          0          0          0
2.28/2.30	c   twoopt           :       0.00       0.00          0          0          0
2.28/2.30	c   undercover       :       0.00       0.00          0          0          0
2.28/2.30	c   vbounds          :       0.01       0.00          1          1          1
2.28/2.30	c   veclendiving     :       0.00       0.00          0          0          0
2.28/2.30	c   zeroobj          :       0.00       0.00          0          0          0
2.28/2.30	c   zirounding       :       0.00       0.00          1          0          0
2.28/2.30	c   other solutions  :          -          -          -          1          -
2.28/2.30	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	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
2.28/2.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
2.28/2.30	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
2.28/2.30	c   dual LP          :       0.12         12       2258     188.17   18151.27       0.00          0
2.28/2.30	c   lex dual LP      :       0.00          0          0       0.00          -
2.28/2.30	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2.28/2.30	c   resolve instable :       0.00          0          0       0.00          -
2.28/2.30	c   diving/probing LP:       0.12         28       1611      57.54   13023.55
2.28/2.30	c   strong branching :       0.00          0          0       0.00          -          -          -          0
2.28/2.30	c     (at root node) :          -          0          0       0.00          -
2.28/2.30	c   conflict analysis:       0.00          3         30      10.00          -
2.28/2.30	c B&B Tree           :
2.28/2.30	c   number of runs   :          1
2.28/2.30	c   nodes            :          1 (0 internal, 1 leaves)
2.28/2.30	c   feasible leaves  :          0
2.28/2.30	c   infeas. leaves   :          0
2.28/2.30	c   objective leaves :          1
2.28/2.30	c   nodes (total)    :          1 (0 internal, 1 leaves)
2.28/2.30	c   nodes left       :          0
2.28/2.30	c   max depth        :          0
2.28/2.30	c   max depth (total):          0
2.28/2.30	c   backtracks       :          0 (0.0%)
2.28/2.30	c   early backtracks :          0 (0.0%)
2.28/2.30	c   nodes exc. ref.  :          0 (0.0%)
2.28/2.30	c   delayed cutoffs  :          0
2.28/2.30	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
2.28/2.30	c   avg switch length:       2.00
2.28/2.30	c   switching time   :       0.00
2.28/2.30	c Root Node          :
2.28/2.30	c   First LP value   : +0.00000000000000e+00
2.28/2.30	c   First LP Iters   :       1787 (25766.73 Iter/sec)
2.28/2.30	c   First LP Time    :       0.07
2.28/2.30	c   Final Dual Bound : +0.00000000000000e+00
2.28/2.30	c   Final Root Iters :       2258
2.28/2.30	c   Root LP Estimate :                     -
2.28/2.30	c Solution           :
2.28/2.30	c   Solutions found  :          6 (6 improvements)
2.28/2.30	c   First Solution   : +1.17900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
2.28/2.30	c   Gap First Sol.   :   infinite
2.28/2.30	c   Gap Last Sol.    :       0.00 %
2.28/2.30	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 1 nodes, 2.29 seconds, depth 29, found by <farkasdiving>)
2.28/2.30	c   Dual Bound       : +0.00000000000000e+00
2.28/2.30	c   Gap              :       0.00 %
2.28/2.30	c Integrals          :      Total       Avg%
2.28/2.30	c   primal-dual      :     229.39      99.94
2.28/2.30	c   primal-ref       :          -          - (not evaluated)
2.28/2.30	c   dual-ref         :          -          - (not evaluated)
2.38/2.40	c Time complete: 2.39126.

Verifier Data

OK	0

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=832243, runsolver pid=832240
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.12 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122638088/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=63252 memory=25088 CPUtime=0.1 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 2819 0 0 0 10 0 0 0 20 0 1 0 157356297 64770048 6272 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 15813 6272 3811 3540 0 4070 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63252 KiB
Current children cumulated memory: 25088 KiB

[startup+0.205864 s]*
/proc/loadavg: 4.12 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122634196/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=69032 memory=29704 CPUtime=0.2 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 3808 0 0 0 20 0 0 0 20 0 1 0 157356297 70688768 7426 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 17258 7426 3987 3540 0 5515 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 69032 KiB
Current children cumulated memory: 29704 KiB

[startup+0.30576 s]*
/proc/loadavg: 4.12 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122623668/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=80812 memory=39996 CPUtime=0.3 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 6392 0 0 0 30 0 0 0 20 0 1 0 157356297 82751488 9999 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 20203 9999 3987 3540 0 8460 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 80812 KiB
Current children cumulated memory: 39996 KiB

[startup+0.70023 s]
/proc/loadavg: 4.12 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122616752/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=100908 memory=60256 CPUtime=0.69 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 11896 0 0 0 68 1 0 0 20 0 1 0 157356297 103329792 15064 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 25227 15064 4018 3540 0 13484 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 100908 KiB
Current children cumulated memory: 60256 KiB

[startup+1.5002 s]
/proc/loadavg: 4.12 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122587240/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=136388 memory=96056 CPUtime=1.48 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 21123 0 0 0 146 2 0 0 20 0 1 0 157356297 139661312 24014 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 34097 24014 4018 3540 0 22354 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 136388 KiB
Current children cumulated memory: 96056 KiB

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

# cumulated CPU time of all completed processes:  user=2.35392 s, system=0.041849 s

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

[startup+1.60024 s]
/proc/loadavg: 4.12 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122587240/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=143192 memory=102920 CPUtime=1.58 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 22817 0 0 0 156 2 0 0 20 0 1 0 157356297 146628608 25730 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 35798 25730 4018 3540 0 24055 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 143192 KiB
Current children cumulated memory: 102920 KiB

[startup+2.0002 s]*
/proc/loadavg: 4.11 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122540928/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=161780 memory=120716 CPUtime=1.99 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 27337 0 0 0 196 3 0 0 20 0 1 0 157356297 165662720 30179 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 40445 30179 4018 3540 0 28702 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 161780 KiB
Current children cumulated memory: 120716 KiB

[startup+2.40019 s]
/proc/loadavg: 4.11 4.07 4.01 5/260 832244
/proc/meminfo: memFree=122540928/131524600 swapFree=131071996/131071996
[pid=832243] ppid=832240 vsize=92588 memory=54608 CPUtime=2.38 cores=4,6
/proc/832243/stat : 832243 (pbscip) R 832240 832243 812346 0 -1 4194304 27969 0 0 0 235 3 0 0 20 0 1 0 157356297 94810112 13652 134679101440 4194304 18693293 140722621628576 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40366080 140722621633540 140722621633639 140722621633639 140722621640654 0
/proc/832243/statm: 23147 13652 4018 3540 0 11404 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 92588 KiB
Current children cumulated memory: 54608 KiB

Child status: 0

Real time (s): 2.40312
CPU time (s): 2.39577
CPU user time (s): 2.35392
CPU system time (s): 0.041849
CPU usage (%): 99.694
Max. virtual memory (cumulated for all children) (KiB): 163816
Max. memory (cumulated for all children) (KiB): 123356

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


# summary of solver processes directly reported to runsolver:
#   pid: 832243
#   total CPU time (s): 2.39577
#   total CPU user time (s): 2.35392
#   total CPU system time (s): 0.041849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017197 second user time and 0.040446 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-15 15:58:42
IDJOB=4432712
IDBENCH=146660
IDSOLVER=3059
FILE ID=nodeC025/4432712-1721051909
RUNJOBID= nodeC025-1721051059-830872
SLURM_JOB_ID= 7505483
Free space on /tmp= 889960 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.5:100.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-4432712-1721051909/watcher-4432712-1721051909 -o /tmp/evaluation-result-4432712-1721051909/solver-4432712-1721051909 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721051059-830872 --watchdog 3760  pbscip -f HOME/instance-4432712-1721051909.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 7cbd9242490819e58478720045b90b69
RANDOM SEED=1898018408

nodeC025.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		: 3666.512
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.72
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		: 3686.603
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	: 7007.09
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.290
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.72
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		: 3600.155
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	: 7007.09
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		: 3662.132
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.72
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		: 3686.651
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	: 7007.09
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		: 3667.626
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.72
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		: 3599.863
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122648740 kB
MemAvailable:   126187488 kB
Buffers:          375044 kB
Cached:          3961524 kB
SwapCached:            0 kB
Active:           701176 kB
Inactive:        7490012 kB
Active(anon):       1528 kB
Inactive(anon):  3890788 kB
Active(file):     699648 kB
Inactive(file):  3599224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19020 kB
Writeback:            12 kB
AnonPages:       3854644 kB
Mapped:           137956 kB
Shmem:             37720 kB
KReclaimable:     159044 kB
Slab:             271804 kB
SReclaimable:     159044 kB
SUnreclaim:       112760 kB
KernelStack:        4144 kB
PageTables:        17372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4839416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61856 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1462272 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:      240340 kB
DirectMap2M:    32038912 kB
DirectMap1G:    103809024 kB

Free space on /tmp at the end= 889944 MiB
End job on nodeC025 at 2024-07-15 15:58:45