Trace number 3732921

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
PB11: SCIP spx E_2 2011-06-10 (fixed)OPT1 1.37079 1.37281

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUMf9ec307a3c8f55679d3b9ab693efbd4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.182971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
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 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik 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-3732921-1338706091.opb>
0.00/0.01	c original problem has 934 variables (934 bin, 0 int, 0 impl, 0 cont) and 1063 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 1502
0.00/0.02	c feasible solution found by trivial heuristic, objective value  1.502000e+03
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4212 impls, 1 clqs
0.00/0.03	c (round 2) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 1043 upgd conss, 4212 impls, 1 clqs
0.00/0.03	c (round 3) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 1062 upgd conss, 4212 impls, 1 clqs
0.00/0.05	c    (0.0s) probing: 143/933 (15.3%) - 0 fixings, 0 aggregations, 42 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (4 rounds):
0.00/0.05	c  1 deleted vars, 1 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  4416 implications, 1 cliques
0.00/0.05	c presolved problem has 933 variables (933 bin, 0 int, 0 impl, 0 cont) and 1062 constraints
0.00/0.05	c     182 constraints of type <knapsack>
0.00/0.05	c     874 constraints of type <setppc>
0.00/0.05	c       6 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.5
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.09/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c t 0.2s|     1 |     0 |  2242 |     - |4607k|   0 | 185 | 933 |1062 | 933 |1062 |   0 |   0 |   0 | 1.000000e+00 | 1.502000e+03 |  Large 
0.09/0.19	o 209
0.09/0.19	c R 0.2s|     1 |     0 |  2242 |     - |4630k|   0 | 185 | 933 |1062 | 933 |1062 |   0 |   0 |   0 | 1.000000e+00 | 2.090000e+02 |  Large 
0.29/0.34	o 86
0.29/0.34	c y 0.3s|     1 |     0 |  2242 |     - |8589k|   0 | 185 | 933 |1062 | 933 |1062 |   0 |   0 |   0 | 1.000000e+00 | 8.600000e+01 |8500.00%
0.29/0.36	c   0.4s|     1 |     0 |  2350 |     - |5052k|   0 | 263 | 933 |1062 | 933 |1064 |   2 |   0 |   0 | 1.000000e+00 | 8.600000e+01 |8500.00%
0.29/0.36	o 57
0.29/0.36	c b 0.4s|     1 |     0 |  2350 |     - |5076k|   0 | 263 | 933 |1062 | 933 |1064 |   2 |   0 |   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
0.49/0.59	c   0.6s|     1 |     0 |  2450 |     - |7054k|   0 | 305 | 933 |1062 | 933 |1066 |   4 |   0 |   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
0.49/0.59	o 49
0.49/0.59	c b 0.6s|     1 |     0 |  2450 |     - |7078k|   0 | 305 | 933 |1062 | 933 |1066 |   4 |   0 |   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
0.79/0.80	c   0.8s|     1 |     0 |  2543 |     - |8205k|   0 | 334 | 933 |1062 | 933 |1069 |   7 |   0 |   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
0.79/0.80	o 48
0.79/0.80	c b 0.8s|     1 |     0 |  2543 |     - |8229k|   0 | 334 | 933 |1062 | 933 |1069 |   7 |   0 |   0 | 1.000000e+00 | 4.800000e+01 |4700.00%
0.99/1.01	c   1.0s|     1 |     0 |  2605 |     - |8710k|   0 | 337 | 933 |1062 | 933 |1070 |   8 |   0 |   0 | 1.000000e+00 | 4.800000e+01 |4700.00%
1.19/1.23	c   1.2s|     1 |     0 |  2688 |     - |8863k|   0 | 377 | 933 |1062 | 933 |1071 |   9 |   0 |   0 | 1.000000e+00 | 4.800000e+01 |4700.00%
1.19/1.28	c   1.3s|     1 |     0 |  2712 |     - |8865k|   0 | 378 | 933 |1062 | 933 |1072 |  10 |   0 |   0 | 1.000000e+00 | 4.800000e+01 |4700.00%
1.29/1.35	o 1
1.29/1.35	c E 1.3s|     1 |     0 |  2712 |     - |8877k|   0 |   - | 933 |1062 | 933 |1072 |  10 |   0 |   0 | 1.000000e+00 | 1.000000e+00 |   0.00%
1.29/1.35	c   1.4s|     1 |     0 |  2712 |     - |8877k|   0 |   - | 933 |1062 | 933 |1072 |  10 |   0 |   0 | 1.000000e+00 | 1.000000e+00 |   0.00%
1.29/1.35	c 
1.29/1.35	c SCIP Status        : problem is solved [optimal solution found]
1.29/1.35	c Solving Time (sec) : 1.35
1.29/1.35	c Solving Nodes      : 1
1.29/1.35	c Primal Bound       : +1.00000000000000e+00 (7 solutions)
1.29/1.35	c Dual Bound         : +1.00000000000000e+00
1.29/1.35	c Gap                : 0.00 %
1.29/1.36	s OPTIMUM FOUND
1.29/1.36	v x1 x571 -x360 x934 x572 x419 -x370 x407 -x845 x926 -x369 -x411 x404 x844 -x363 x405 -x722 -x364 x761 x760 -x848 x929 -x235 -x699 
1.29/1.36	v x762 -x849 x930 x686 -x746 -x186 x459 -x675 x685 x458 -x684 -x185 x435 x460 -x238 -x314 x444 -x239 -x189 x678 -x190 x439 x679 
1.29/1.36	v -x718 -x416 -x359 x418 -x560 -x717 x933 x378 -x559 -x361 x374 -x415 x925 -x366 x723 -x365 -x367 -x410 x721 x846 x927 -x368 
1.29/1.36	v x847 x932 -x310 x406 -x850 x931 -x697 x759 x830 -x234 -x309 -x698 x747 x694 -x751 -x236 -x501 x674 -x690 -x745 x241 -x315 -x457 
1.29/1.36	v -x743 x824 -x187 -x240 -x313 x434 x445 x676 -x682 x188 -x449 x681 -x683 -x191 x436 x443 x680 -x170 x440 x441 -x504 x438 -x481 
1.29/1.36	v -x505 -x570 -x417 -x569 -x889 x568 -x564 x719 x377 x720 -x362 x373 -x414 -x557 x724 x346 -x558 -x703 -x893 x345 -x408 -x651 
1.29/1.36	v -x820 x928 x344 -x696 -x756 -x843 x912 -x695 -x758 -x819 x831 -x911 -x835 -x910 -x311 x755 x829 -x312 -x339 -x454 -x654 -x693 
1.29/1.36	v x825 x827 -x237 x316 -x456 -x477 -x500 -x550 -x655 -x689 -x750 x823 x221 x295 -x220 x453 -x476 -x502 x677 -x744 x184 -x219 
1.29/1.36	v -x507 x661 x172 x437 -x448 -x506 x660 -x176 x420 -x482 -x553 x658 -x117 -x171 x421 x442 -x480 -x554 -x736 -x888 x899 x99 x567 
1.29/1.36	v x898 x100 -x563 -x357 -x375 x716 -x894 -x335 -x358 x371 -x412 x704 -x892 x354 -x708 -x840 x923 -x334 -x350 -x409 -x650 -x702 
1.29/1.36	v -x757 -x842 x924 -x610 -x700 x920 x342 -x652 -x821 -x839 -x916 -x142 -x340 x343 -x657 -x822 -x338 -x455 -x656 x754 x826 -x834 
1.29/1.36	v -x908 x232 x308 -x691 -x805 -x909 x233 x296 -x549 -x687 -x748 x828 -x181 x229 -x264 -x300 -x672 x183 -x225 -x294 -x452 -x478 
1.29/1.36	v -x503 x551 -x673 -x292 x432 -x479 x487 -x556 -x669 -x180 -x217 x433 -x446 -x483 x486 -x555 x665 -x218 -x289 -x429 x461 -x484 
1.29/1.36	v -x116 -x175 x425 x659 -x799 x869 x102 x907 x101 -x606 x735 -x890 -x903 -x356 x565 -x713 -x891 -x138 -x355 -x561 -x605 x715 
1.29/1.36	v -x895 x896 -x376 -x739 -x875 -x897 x922 -x137 x372 -x413 -x712 -x740 -x841 x921 x353 -x611 -x260 -x336 -x349 -x609 -x707 x143 
1.29/1.36	v -x337 x919 -x141 -x259 -x341 -x653 -x701 -x838 -x915 -x231 x305 -x320 x530 -x637 -x818 -x230 -x285 x307 -x397 -x636 x752 
1.29/1.36	v x806 -x832 -x167 -x265 -x635 -x671 -x692 x810 -x182 -x263 -x284 x304 -x670 -x688 -x749 -x795 -x804 x228 -x431 -x498 -x802 -x113 
1.29/1.36	v -x224 -x299 -x430 -x450 -x499 x552 -x794 -x865 -x290 x400 -x475 -x495 x536 -x668 -x112 -x179 -x288 -x293 x401 -x447 x463 -x491 
1.29/1.36	v -x535 x664 -x214 -x428 x467 -x533 -x800 x118 -x173 -x424 -x462 -x485 -x798 x868 -x906 x98 x581 -x714 x737 -x902 x97 -x566 
1.29/1.36	v -x742 x887 -x526 -x562 -x607 -x741 x876 -x608 -x880 x139 -x163 -x525 -x612 -x711 -x874 x140 x351 -x585 -x591 -x872 x144 -x162 
1.29/1.36	v -x347 -x705 -x123 x333 x531 -x648 -x815 -x917 -x88 -x261 x306 x321 x529 -x649 -x817 -x836 -x913 -x168 -x262 x325 -x645 -x166 
1.29/1.36	v -x210 -x266 -x319 -x396 -x641 x753 x814 -x833 -x245 -x317 -x497 -x32 -x209 -x286 -x303 x398 -x496 -x633 -x809 x91 -x226 -x287 
1.29/1.36	v x403 -x472 x547 -x634 -x92 -x222 -x291 -x297 x402 -x451 -x474 x548 -x796 -x803 -x864 x215 -x270 -x494 -x544 -x666 -x797 -x114 
1.29/1.36	v -x177 x213 x471 -x490 -x540 x662 -x801 -x866 -x35 x115 -x426 -x779 x871 -x36 x119 -x174 -x422 -x466 -x534 x870 -x886 -x904 
1.29/1.36	v x580 x738 -x885 -x900 x95 x728 -x884 x96 -x586 -x604 x727 -x527 -x584 x592 -x626 -x709 -x879 -x136 x330 x352 x528 -x596 -x647 
1.29/1.36	v x124 -x164 x332 -x348 x532 -x590 -x646 -x706 -x816 -x873 x128 -x165 -x511 -x588 -x918 x87 -x122 -x169 -x329 -x837 -x914 -x120 
1.29/1.36	v -x148 -x258 x629 -x644 x89 x246 -x324 -x630 -x640 x813 x94 -x250 x546 -x31 x93 -x211 -x244 -x301 -x318 x399 -x473 x545 -x807 
1.29/1.36	v -x212 -x227 -x242 -x283 x383 x33 x216 -x223 -x271 -x298 x382 -x38 x195 -x275 x381 -x492 -x543 -x667 -x793 -x37 -x178 -x269 
1.29/1.36	v -x470 -x488 -x539 -x663 -x781 x867 -x111 -x267 -x427 -x785 x851 x107 -x423 -x464 -x780 x852 x734 -x905 x582 x733 -x901 x583 
1.29/1.36	v -x601 -x587 -x603 x732 -x883 -x133 -x576 -x48 -x135 -x331 x600 -x625 -x710 x725 -x877 x524 -x726 x132 x512 -x595 x627 -x772 
1.29/1.36	v x161 -x255 x516 x632 -x64 -x127 x149 -x257 -x328 -x510 -x589 x631 -x51 -x153 -x508 -x642 -x52 x90 -x121 -x147 x254 -x322 -x638 
1.29/1.36	v x811 x75 -x145 -x280 -x394 -x775 -x10 x74 -x249 -x282 -x302 -x395 -x776 -x808 -x67 x73 x208 -x391 -x790 x34 -x68 x196 -x243 
1.29/1.36	v -x279 x387 -x792 x20 -x108 x200 -x493 -x541 -x862 -x19 -x110 x194 -x274 -x379 -x468 -x489 -x537 -x789 x863 x13 -x17 x192 -x380 
1.29/1.36	v -x859 x14 x106 -x268 -x465 -x784 -x855 -x602 -x134 x731 -x881 x521 x579 -x47 x523 -x575 -x599 -x878 -x158 -x573 -x49 x131 
1.29/1.36	v -x160 -x256 x520 -x593 x628 -x771 -x54 x617 -x53 -x63 -x125 x157 -x326 -x515 x616 -x773 x85 -x393 -x615 -x643 -x778 -x65 x86 
1.29/1.36	v -x152 x253 -x281 -x323 -x392 -x509 -x639 -x777 x812 x70 x82 x205 -x9 x69 -x79 -x146 x207 -x247 -x791 x29 -x390 -x861 -x11 x30 
1.29/1.36	v -x71 -x109 x204 -x278 -x386 -x860 x16 x26 -x72 -x542 x15 x23 x199 -x272 -x469 -x538 -x788 -x858 -x18 x105 x193 -x782 -x853 
1.29/1.36	v x522 x729 -x882 -x46 x518 -x598 -x622 -x45 -x159 x577 -x597 -x621 x730 x44 -x130 -x155 x517 x578 -x623 -x770 -x50 x129 x519 -x574 
1.29/1.36	v -x594 x624 -x769 x43 x62 -x84 -x154 -x620 x768 x42 x61 -x83 -x126 x156 -x327 -x513 -x618 -x774 x41 x60 -x81 -x252 -x619 
1.29/1.36	v x767 -x39 -x66 -x150 -x206 x251 -x514 -x613 x766 -x8 -x28 -x40 x59 x80 x202 -x389 -x614 -x765 -x7 x27 x58 -x78 -x151 -x248 -x763 
1.29/1.36	v -x6 x25 x57 x201 -x277 -x388 -x764 -x12 x55 -x76 x203 -x276 -x384 x5 x24 -x56 -x77 -x787 -x857 x4 x21 x197 -x273 -x385 -x786 
1.29/1.36	v x2 -x104 -x856 x3 x22 -x103 x198 -x783 -x854 
1.29/1.36	c SCIP Status        : problem is solved [optimal solution found]
1.29/1.36	c Total Time         :       1.35
1.29/1.36	c   solving          :       1.35
1.29/1.36	c   presolving       :       0.03 (included in solving)
1.29/1.36	c   reading          :       0.01 (included in solving)
1.29/1.36	c Original Problem   :
1.29/1.36	c   Problem name     : HOME/instance-3732921-1338706091.opb
1.29/1.36	c   Variables        : 934 (934 binary, 0 integer, 0 implicit integer, 0 continuous)
1.29/1.36	c   Constraints      : 1063 initial, 1063 maximal
1.29/1.36	c Presolved Problem  :
1.29/1.36	c   Problem name     : t_HOME/instance-3732921-1338706091.opb
1.29/1.36	c   Variables        : 933 (933 binary, 0 integer, 0 implicit integer, 0 continuous)
1.29/1.36	c   Constraints      : 1062 initial, 1062 maximal
1.29/1.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1.29/1.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1.29/1.36	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   linear           :       0.01          1          0          0          1          0          1          0          0          0
1.29/1.36	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1.29/1.36	c   root node        :          -          0          -          -          0          -          -          -          -          -
1.29/1.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1.29/1.36	c   integral         :          0          0          0          0          0         12          0          0          0          0          0          0
1.29/1.36	c   knapsack         :        182          6        275          0          0          8          0          0          0          0          0          0
1.29/1.36	c   setppc           :        874          6        275          0          0          7          0          0          0          0          0          0
1.29/1.36	c   logicor          :          6          6         10          0          0          6          0          0          0          0          0          0
1.29/1.36	c   countsols        :          0          0          0          0          0          9          0          0          0          0          0          0
1.29/1.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1.29/1.36	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.29/1.36	c   knapsack         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00
1.29/1.36	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.29/1.36	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.29/1.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.29/1.36	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1.29/1.36	c   vbounds          :          0          0          0          0
1.29/1.36	c   rootredcost      :          0          0          0          0
1.29/1.36	c   pseudoobj        :          2          0          0          0
1.29/1.36	c Propagator Timings :  TotalTime  Propagate    Resprop
1.29/1.36	c   vbounds          :       0.00       0.00       0.00
1.29/1.36	c   rootredcost      :       0.00       0.00       0.00
1.29/1.36	c   pseudoobj        :       0.00       0.00       0.00
1.29/1.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1.29/1.36	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1.29/1.36	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1.29/1.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1.29/1.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1.29/1.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1.29/1.36	c   applied globally :          -          -          -          0        0.0          -          -          -
1.29/1.36	c   applied locally  :          -          -          -          0        0.0          -          -          -
1.29/1.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1.29/1.36	c   cut pool         :       0.00          5          -          -         16          -    (maximal pool size: 274)
1.29/1.36	c   redcost          :       0.00          6          0          0          0          0
1.29/1.36	c   impliedbounds    :       0.00          6          0          0          0          0
1.29/1.36	c   intobj           :       0.00          0          0          0          0          0
1.29/1.36	c   gomory           :       0.41          6          0          0        436          0
1.29/1.36	c   cgmip            :       0.00          0          0          0          0          0
1.29/1.36	c   closecuts        :       0.00          0          0          0          0          0
1.29/1.36	c   strongcg         :       0.42          6          0          0        947          0
1.29/1.36	c   cmir             :       0.03          6          0          0          0          0
1.29/1.36	c   flowcover        :       0.05          6          0          0          0          0
1.29/1.36	c   clique           :       0.00          6          0          0          0          0
1.29/1.36	c   zerohalf         :       0.00          0          0          0          0          0
1.29/1.36	c   mcf              :       0.00          1          0          0          0          0
1.29/1.36	c   oddcycle         :       0.00          0          0          0          0          0
1.29/1.36	c   rapidlearning    :       0.07          1          0          0          0          0
1.29/1.36	c Pricers            :       Time      Calls       Vars
1.29/1.36	c   problem variables:       0.00          0          0
1.29/1.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1.29/1.36	c   relpscost        :       0.00          0          0          0          0          0          0
1.29/1.36	c   pscost           :       0.00          0          0          0          0          0          0
1.29/1.36	c   inference        :       0.00          0          0          0          0          0          0
1.29/1.36	c   mostinf          :       0.00          0          0          0          0          0          0
1.29/1.36	c   leastinf         :       0.00          0          0          0          0          0          0
1.29/1.36	c   fullstrong       :       0.00          0          0          0          0          0          0
1.29/1.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
1.29/1.36	c   random           :       0.00          0          0          0          0          0          0
1.29/1.36	c Primal Heuristics  :       Time      Calls      Found
1.29/1.36	c   LP solutions     :       0.00          -          0
1.29/1.36	c   pseudo solutions :       0.00          -          0
1.29/1.36	c   crossover        :       0.00          0          0
1.29/1.36	c   oneopt           :       0.00          4          3
1.29/1.36	c   trivial          :       0.00          2          1
1.29/1.36	c   shiftandpropagate:       0.00          0          0
1.29/1.36	c   simplerounding   :       0.00          0          0
1.29/1.36	c   zirounding       :       0.00          1          0
1.29/1.36	c   rounding         :       0.01          7          1
1.29/1.36	c   shifting         :       0.01          7          0
1.29/1.36	c   intshifting      :       0.00          0          0
1.29/1.36	c   twoopt           :       0.00          0          0
1.29/1.36	c   fixandinfer      :       0.00          0          0
1.29/1.36	c   feaspump         :       0.00          0          0
1.29/1.36	c   clique           :       0.00          0          0
1.29/1.36	c   coefdiving       :       0.00          0          0
1.29/1.36	c   pscostdiving     :       0.00          0          0
1.29/1.36	c   fracdiving       :       0.00          0          0
1.29/1.36	c   veclendiving     :       0.00          0          0
1.29/1.36	c   intdiving        :       0.00          0          0
1.29/1.36	c   actconsdiving    :       0.00          0          0
1.29/1.36	c   objpscostdiving  :       0.00          0          0
1.29/1.36	c   rootsoldiving    :       0.00          0          0
1.29/1.36	c   linesearchdiving :       0.00          0          0
1.29/1.36	c   guideddiving     :       0.00          0          0
1.29/1.36	c   octane           :       0.00          0          0
1.29/1.36	c   rens             :       0.07          1          1
1.29/1.36	c   rins             :       0.00          0          0
1.29/1.36	c   localbranching   :       0.00          0          0
1.29/1.36	c   mutation         :       0.00          0          0
1.29/1.36	c   dins             :       0.00          0          0
1.29/1.36	c   vbounds          :       0.00          0          0
1.29/1.36	c   undercover       :       0.00          0          0
1.29/1.36	c   subnlp           :       0.00          0          0
1.29/1.36	c   trysol           :       0.00          0          0
1.29/1.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1.29/1.36	c   primal LP        :       0.00          0          0       0.00          -
1.29/1.36	c   dual LP          :       0.21          7       2712     387.43   13169.27
1.29/1.36	c   lex dual LP      :       0.00          0          0       0.00          -
1.29/1.36	c   barrier LP       :       0.00          0          0       0.00          -
1.29/1.36	c   diving/probing LP:       0.00          0          0       0.00          -
1.29/1.36	c   strong branching :       0.00          0          0       0.00          -
1.29/1.36	c     (at root node) :          -          0          0       0.00          -
1.29/1.36	c   conflict analysis:       0.00          0          0       0.00          -
1.29/1.36	c B&B Tree           :
1.29/1.36	c   number of runs   :          1
1.29/1.36	c   nodes            :          1
1.29/1.36	c   nodes (total)    :          1
1.29/1.36	c   nodes left       :          0
1.29/1.36	c   max depth        :          0
1.29/1.36	c   max depth (total):          0
1.29/1.36	c   backtracks       :          0 (0.0%)
1.29/1.36	c   delayed cutoffs  :          0
1.29/1.36	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1.29/1.36	c   avg switch length:       2.00
1.29/1.36	c   switching time   :       0.00
1.29/1.36	c Solution           :
1.29/1.36	c   Solutions found  :          7 (7 improvements)
1.29/1.36	c   First Solution   : +1.50200000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1.29/1.36	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1 nodes, 1.34 seconds, depth 0, found by <rens>)
1.29/1.36	c   Dual Bound       : +1.00000000000000e+00
1.29/1.36	c   Gap              :       0.00 %
1.29/1.36	c   Root Dual Bound  : +1.00000000000000e+00
1.29/1.36	c   Root Iterations  :       2712
1.29/1.37	c Time complete: 1.36.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732921-1338706091/watcher-3732921-1338706091 -o /tmp/evaluation-result-3732921-1338706091/solver-3732921-1338706091 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3732921-1338706091.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 27022
/proc/meminfo: memFree=27434560/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=9456 CPUtime=0 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 1505 0 0 0 0 0 0 0 20 0 1 0 336735171 9682944 1459 33554432000 4194304 9016284 140733844875056 140734388828424 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 2397 1460 311 1178 0 1215 0

[startup+0.0974219 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 27022
/proc/meminfo: memFree=27434560/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=25840 CPUtime=0.08 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 5672 0 0 0 8 0 0 0 20 0 1 0 336735171 26460160 5357 33554432000 4194304 9016284 140733844875056 140734388828424 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 6460 5357 632 1178 0 5278 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25840

[startup+0.100325 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 27022
/proc/meminfo: memFree=27434560/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=25840 CPUtime=0.09 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 5688 0 0 0 9 0 0 0 20 0 1 0 336735171 26460160 5373 33554432000 4194304 9016284 140733844875056 140734388828424 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 6460 5373 632 1178 0 5278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25840

[startup+0.300239 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 27022
/proc/meminfo: memFree=27434560/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=46148 CPUtime=0.29 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 10498 0 0 0 28 1 0 0 20 0 1 0 336735171 47255552 10185 33554432000 4194304 9016284 140733844875056 140734388828424 6813403 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 11537 10206 685 1178 0 10355 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46148

[startup+0.700274 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 27022
/proc/meminfo: memFree=27434560/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=41848 CPUtime=0.69 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 11417 0 0 0 68 1 0 0 20 0 1 0 336735171 42852352 9492 33554432000 4194304 9016284 140733844875056 140734388828424 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 10462 9492 698 1178 0 9280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41848

Solver just ended. Dumping a history of the last processes samples

[startup+1.10663 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27023
/proc/meminfo: memFree=27401436/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=44340 CPUtime=1.09 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 11877 0 0 0 108 1 0 0 20 0 1 0 336735171 45404160 9952 33554432000 4194304 9016284 140733844875056 140733844870216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 11085 9952 698 1178 0 9903 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 44340

[startup+1.30025 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27023
/proc/meminfo: memFree=27401436/32873844 swapFree=7372/7372
[pid=27022] ppid=27020 vsize=56936 CPUtime=1.29 cores=1,3,5,7
/proc/27022/stat : 27022 (scip-2.0.1.4b_2) R 27020 27022 26510 0 -1 4202496 15063 0 0 0 127 2 0 0 20 0 1 0 336735171 58302464 13124 33554432000 4194304 9016284 140733844875056 140733844870216 6813403 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27022/statm: 14234 13124 698 1178 0 13052 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 56936

Child status: 0
Real time (s): 1.37281
CPU time (s): 1.37079
CPU user time (s): 1.3458
CPU system time (s): 0.024996
CPU usage (%): 99.8527
Max. virtual memory (cumulated for all children) (KiB): 56936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.34579
system time used= 0.024996
maximum resident set size= 56272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16014
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= 3
involuntary context switches= 2

runsolver used 0.003999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 08:48:11
IDJOB=3732921
IDBENCH=2227
IDSOLVER=2329
FILE ID=node118/3732921-1338706091
RUNJOBID= node118-1338703112-26527
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732921-1338706091/watcher-3732921-1338706091 -o /tmp/evaluation-result-3732921-1338706091/solver-3732921-1338706091 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3732921-1338706091.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f9ec307a3c8f55679d3b9ab693efbd4c
RANDOM SEED=1181804723

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27434948 kB
Buffers:          489824 kB
Cached:          3897716 kB
SwapCached:            0 kB
Active:          1559312 kB
Inactive:        3013232 kB
Active(anon):     174976 kB
Inactive(anon):    11328 kB
Active(file):    1384336 kB
Inactive(file):  3001904 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16824 kB
Writeback:             0 kB
AnonPages:        192880 kB
Mapped:            14532 kB
Shmem:               200 kB
Slab:             724760 kB
SReclaimable:     165740 kB
SUnreclaim:       559020 kB
KernelStack:        1464 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     302168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node118 at 2012-06-03 08:48:12