Trace number 3488640

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 spx E_2 2011-06-10 (fixed)SAT-44 1797.36 1797.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_60_1.opb
MD5SUM6c6505c4760e09c43f48167716751a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1797.36
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

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-3488640-1307785951.opb>
0.08/0.19	c original problem has 38366 variables (38366 bin, 0 int, 0 impl, 0 cont) and 39867 constraints
0.08/0.19	c problem read
0.08/0.19	c presolving settings loaded
0.39/0.44	o 0
0.39/0.44	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.39/0.44	c presolving:
0.99/1.05	c (round 1) 0 del vars, 39366 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 298296 impls, 999 clqs
1.10/1.18	c (round 2) 37366 del vars, 39366 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1500 upgd conss, 298296 impls, 0 clqs
1.39/1.40	c    (1.4s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.39/1.40	c    (1.4s) probing aborted: 100/100 successive totally useless probings
1.39/1.40	c presolving (3 rounds):
1.39/1.40	c  37366 deleted vars, 39366 deleted constraints, 1000 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.40	c  298296 implications, 0 cliques
1.39/1.40	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1501 constraints
1.39/1.40	c    1000 constraints of type <knapsack>
1.39/1.40	c     500 constraints of type <setppc>
1.39/1.40	c       1 constraints of type <linear>
1.39/1.40	c transformed objective value is always integral (scale: 1)
1.39/1.40	c Presolving Time: 1.07
1.39/1.40	c - non default parameters ----------------------------------------------------------------------
1.39/1.40	c # SCIP version 2.0.1.5
1.39/1.40	c 
1.39/1.40	c # frequency for displaying node information lines
1.39/1.40	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.40	c display/freq = 10000
1.39/1.40	c 
1.39/1.40	c # maximal time in seconds to run
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/time = 1797
1.39/1.40	c 
1.39/1.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/memory = 13950
1.39/1.40	c 
1.39/1.40	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.39/1.40	c # [type: int, range: [1,2], default: 1]
1.39/1.40	c timing/clocktype = 2
1.39/1.40	c 
1.39/1.40	c # belongs reading time to solving time?
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c timing/reading = TRUE
1.39/1.40	c 
1.39/1.40	c # should presolving try to simplify inequalities
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c constraints/linear/simplifyinequalities = TRUE
1.39/1.40	c 
1.39/1.40	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c constraints/indicator/addCouplingCons = TRUE
1.39/1.40	c 
1.39/1.40	c # should presolving try to simplify knapsacks
1.39/1.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.40	c constraints/knapsack/simplifyinequalities = TRUE
1.39/1.40	c 
1.39/1.40	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.39/1.40	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.40	c separating/rapidlearning/freq = 0
1.39/1.40	c 
1.39/1.40	c -----------------------------------------------------------------------------------------------
1.39/1.40	c start solving
1.39/1.40	c 
17.60/17.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.60/17.61	c t17.6s|     1 |     0 |  8550 |     - |  96M|   0 |1000 |1000 |1501 |1000 |1501 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
17.60/17.65	o -1
17.60/17.65	c R17.6s|     1 |     0 |  8550 |     - |  96M|   0 |1000 |1000 |1501 |1000 |1501 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
19.19/19.23	o -27
19.19/19.23	c y19.2s|     1 |     0 |  8550 |     - |  96M|   0 |1000 |1000 |1501 |1000 |1501 |   0 |   0 |   0 |-2.500000e+02 |-2.700000e+01 |  89.20%
81.59/81.61	c  81.6s|     1 |     2 |  8550 |     - |  96M|   0 |1000 |1000 |1503 |1000 |1501 |   0 |   0 |  13 |-2.500000e+02 |-2.700000e+01 |  89.20%
468.51/468.55	o -36
468.51/468.55	c p 469s|    27 |    28 | 18885 | 397.5 |  97M|  13 |   - |1000 |1504 |1000 |1501 |   0 |   1 | 409 |-2.497603e+02 |-3.600000e+01 |  85.59%
647.11/647.17	o -43
647.11/647.17	c f 647s|    39 |    40 | 24223 | 412.4 |  97M|  13 |   - |1000 |1504 |1000 |1501 |   0 |   1 | 604 |-2.495282e+02 |-4.300000e+01 |  82.77%
1230.94/1230.93	o -44
1230.94/1230.93	c l1231s|   237 |   238 |205072 | 832.7 |  99M|  21 |   - |1000 |1559 |1000 |1501 |   0 |  56 |1136 |-2.455586e+02 |-4.400000e+01 |  82.08%
1797.16/1797.14	c 
1797.16/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1797.16/1797.14	c Solving Time (sec) : 1797.14
1797.16/1797.14	c Solving Nodes      : 314
1797.16/1797.14	c Primal Bound       : -4.40000000000000e+01 (34 solutions)
1797.16/1797.14	c Dual Bound         : -2.43234814317254e+02
1797.16/1797.14	c Gap                : 81.91 %
1797.16/1797.19	s SATISFIABLE
1797.16/1797.19	v -x846 -x924 -x902 x875 -x943 -x910 -x954 -x808 -x593 -x780 -x949 -x675 -x801 -x907 -x817 -x603 -x838 -x767 -x701 -x990 -x610 -x906 
1797.16/1797.19	v -x562 -x835 -x721 -x704 -x748 -x958 -x655 -x936 -x867 -x831 -x697 -x986 -x852 -x574 -x654 -x511 -x824 -x717 -x665 -x657 -x605 
1797.16/1797.19	v -x584 -x577 -x763 -x878 -x987 -x883 -x590 -x876 -x951 -x912 -x708 -x686 -x705 -x586 x732 -x963 -x932 -x848 -x734 -x575 -x939 
1797.16/1797.19	v -x979 -x509 -x964 -x948 -x578 -x533 -x515 -x519 -x761 -x567 -x642 -x775 -x970 -x715 -x594 -x581 -x813 x558 -x984 -x956 -x853 
1797.16/1797.19	v -x788 x784 -x597 -x589 -x545 -x950 -x972 -x739 -x678 -x786 -x630 -x693 -x635 -x648 x983 x947 x890 x855 -x832 -x735 x702 
1797.16/1797.19	v -x681 -x521 -x517 -x795 -x961 -x976 -x687 -x893 -x750 -x798 -x547 x891 -x649 -x834 -x804 -x754 -x999 -x959 -x909 -x522 -x703 
1797.16/1797.19	v -x962 -x977 -x911 -x864 -x862 -x791 -x766 -x762 -x752 -x674 -x672 -x639 -x617 -x611 -x536 -x994 -x885 -x643 -x995 -x799 -x899 
1797.16/1797.19	v -x886 -x626 x973 -x793 -x631 -x582 -x770 x725 -x921 -x659 -x985 -x651 -x628 -x940 -x600 -x820 -x756 -x873 -x714 x505 -x978 -x901 
1797.16/1797.19	v -x823 -x723 -x696 -x695 -x663 -x656 -x641 -x634 -x621 -x604 -x580 -x579 -x573 -x843 -x711 -x660 -x913 x888 -x919 x680 -x946 
1797.16/1797.19	v -x608 -x877 -x685 -x967 -x669 -x774 -x700 -x661 -x895 x934 -x931 x882 -x974 -x572 x969 -x551 -x953 -x537 -x601 -x563 -x925 
1797.16/1797.19	v -x759 -x917 -x960 -x889 -x840 -x792 -x768 -x753 -x749 -x742 -x692 -x627 -x615 x576 -x564 -x548 -x525 -x524 -x821 -x731 -x662 
1797.16/1797.19	v -x606 x811 -x812 -x923 x569 -x747 -x844 -x800 -x612 -x805 -x856 -x698 x955 -x591 -x645 -x726 -x773 -x1000 -x971 -x918 -x870 
1797.16/1797.19	v -x607 -x539 -x614 -x944 x905 -x644 -x929 -x861 x850 -x845 -x839 -x822 -x722 -x718 -x707 -x670 -x658 -x637 -x629 -x609 -x553 
1797.16/1797.19	v -x550 -x534 -x518 -x510 -x736 x738 x859 -x622 x975 -x908 -x776 -x938 -x552 -x860 -x728 -x992 -x744 x988 x915 -x535 -x694 -x851 
1797.16/1797.19	v -x842 -x729 -x989 -x880 -x556 x952 -x746 -x619 -x724 -x797 -x841 -x716 -x709 -x771 -x520 -x504 -x830 -x733 -x872 -x807 x966 
1797.16/1797.19	v -x854 -x998 -x502 -x980 -x937 -x898 -x897 -x829 -x826 x810 -x790 x769 -x765 -x758 -x743 -x719 -x688 -x684 -x682 -x667 -x664 
1797.16/1797.19	v -x647 -x616 -x599 -x596 -x566 -x565 -x557 -x555 -x554 -x857 -x928 -x710 x982 -x772 -x618 -x532 -x941 -x620 -x945 -x690 -x866 
1797.16/1797.19	v -x942 -x787 -x781 -x802 -x757 -x653 -x818 -x903 -x598 x602 -x968 x879 -x571 -x796 -x540 -x595 x587 -x727 -x513 -x740 -x677 -x561 
1797.16/1797.19	v -x933 -x900 -x755 x652 -x904 -x789 -x679 -x809 x588 -x751 -x544 -x865 x935 -x868 -x815 -x546 -x583 -x896 -x501 -x996 -x991 
1797.16/1797.19	v -x965 -x892 -x881 -x849 -x833 -x827 -x819 -x779 -x777 x760 -x745 -x741 -x720 -x713 -x706 -x689 -x683 -x676 -x666 -x646 -x640 
1797.16/1797.19	v -x638 -x633 -x632 -x625 -x623 -x613 -x549 -x542 -x530 -x529 -x526 -x516 -x514 -x508 -x507 -x503 -x858 -x814 -x847 -x506 -x837 
1797.16/1797.19	v -x828 -x585 -x926 -x806 -x782 -x997 -x671 -x981 -x592 -x527 -x914 -x871 -x816 -x825 -x699 -x538 -x785 -x920 -x874 -x730 -x543 
1797.16/1797.19	v -x512 -x957 -x894 -x668 -x570 -x559 -x523 -x803 -x636 -x624 -x531 -x783 x930 -x568 -x869 -x712 -x737 -x673 -x541 -x927 -x764 
1797.16/1797.19	v -x560 -x691 -x528 -x863 -x922 -x650 x993 -x836 -x794 x916 -x778 -x887 -x884 x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 
1797.16/1797.19	v x492 x491 -x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 -x482 x481 -x480 -x479 -x478 -x477 x476 -x475 -x474 -x473 -x472 -x471 
1797.16/1797.19	v -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 x461 -x460 -x459 -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 
1797.16/1797.19	v -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 
1797.16/1797.19	v x428 -x427 -x426 -x425 -x424 x423 x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 x412 x411 -x410 x409 -x408 -x407 
1797.16/1797.19	v -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 
1797.16/1797.19	v -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 -x367 -x366 -x365 
1797.16/1797.19	v -x364 -x363 -x362 -x361 x360 -x359 -x358 x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 
1797.16/1797.19	v -x343 -x342 -x341 -x340 -x339 -x338 -x337 x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 
1797.16/1797.19	v -x322 -x321 -x320 -x319 -x318 -x317 -x316 x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 
1797.16/1797.19	v -x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 x290 -x289 -x288 -x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 
1797.16/1797.19	v x279 -x278 -x277 -x276 x275 -x274 x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 x263 -x262 -x261 -x260 -x259 
1797.16/1797.19	v -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 
1797.16/1797.19	v -x237 -x236 x235 x234 -x233 -x232 x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 
1797.16/1797.19	v -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 
1797.16/1797.19	v -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 
1797.16/1797.19	v -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 
1797.16/1797.19	v -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 
1797.16/1797.19	v -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 
1797.16/1797.19	v -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 
1797.16/1797.19	v -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 
1797.16/1797.19	v -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 
1797.16/1797.19	v -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 
1797.16/1797.19	v -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.16/1797.19	c SCIP Status        : solving was interrupted [time limit reached]
1797.16/1797.19	c Total Time         :    1797.14
1797.16/1797.19	c   solving          :    1797.14
1797.16/1797.19	c   presolving       :       1.07 (included in solving)
1797.16/1797.19	c   reading          :       0.19 (included in solving)
1797.16/1797.19	c Original Problem   :
1797.16/1797.19	c   Problem name     : HOME/instance-3488640-1307785951.opb
1797.16/1797.19	c   Variables        : 38366 (38366 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.16/1797.19	c   Constraints      : 39867 initial, 39867 maximal
1797.16/1797.19	c Presolved Problem  :
1797.16/1797.19	c   Problem name     : t_HOME/instance-3488640-1307785951.opb
1797.16/1797.19	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.16/1797.19	c   Constraints      : 1501 initial, 1559 maximal
1797.16/1797.19	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.16/1797.19	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   dualfix          :       0.08      37366          0          0          0          0          0          0          0          0
1797.16/1797.19	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   knapsack         :       0.18          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   linear           :       0.10          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.16/1797.19	c   pseudoboolean    :       0.14          0          0          0          0          0      39366       1000          0          0
1797.16/1797.20	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.16/1797.20	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.16/1797.20	c   integral         :          0          0          0        314          0         39          0          0          0          0          0        628
1797.16/1797.20	c   knapsack         :       1000          1      14984          0          0         34      12169         27       4744          0          0          0
1797.16/1797.20	c   setppc           :        500          1      14114          0          0         33        257          0        210          0          0          0
1797.16/1797.20	c   linear           :          1+         2      14957          0          0         33          0          1          0          0          0          0
1797.16/1797.20	c   logicor          :          0+         0        360          0          0          0          0          0          0          0          0          0
1797.16/1797.20	c   countsols        :          0          0          0          0          0         37          0          0          0          0          0          0
1797.16/1797.20	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.16/1797.20	c   integral         :    1070.22       0.00       0.00    1070.22       0.00       0.00       0.00
1797.16/1797.20	c   knapsack         :       0.82       0.03       0.70       0.00       0.00       0.08       0.01
1797.16/1797.20	c   setppc           :       0.11       0.00       0.11       0.00       0.00       0.00       0.00
1797.16/1797.20	c   linear           :       0.09       0.04       0.04       0.00       0.00       0.00       0.00
1797.16/1797.20	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.16/1797.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.16/1797.20	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.16/1797.20	c   vbounds          :          0          0          0          0
1797.16/1797.20	c   rootredcost      :          4          0          0          0
1797.16/1797.20	c   pseudoobj        :      14931         54        118          0
1797.16/1797.20	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.16/1797.20	c   vbounds          :       0.01       0.01       0.00
1797.16/1797.20	c   rootredcost      :       0.01       0.01       0.00
1797.16/1797.20	c   pseudoobj        :       0.16       0.15       0.00
1797.16/1797.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.16/1797.20	c   propagation      :       0.08         27         27        729      298.9          0        0.0          -
1797.16/1797.20	c   infeasible LP    :       0.00         26         26         58       83.2          0        0.0          0
1797.16/1797.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.16/1797.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.16/1797.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.16/1797.20	c   applied globally :          -          -          -         56       28.2          -          -          -
1797.16/1797.20	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.16/1797.20	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.16/1797.20	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1797.16/1797.20	c   redcost          :       0.01        314          0          0          0          0
1797.16/1797.20	c   impliedbounds    :       0.00          1          0          0          0          0
1797.16/1797.20	c   intobj           :       0.00          0          0          0          0          0
1797.16/1797.20	c   gomory           :       0.39          1          0          0          0          0
1797.16/1797.20	c   cgmip            :       0.00          0          0          0          0          0
1797.16/1797.20	c   closecuts        :       0.00          0          0          0          0          0
1797.16/1797.20	c   strongcg         :       0.39          1          0          0          0          0
1797.16/1797.20	c   cmir             :       0.01          1          0          0          0          0
1797.16/1797.20	c   flowcover        :       0.01          1          0          0          0          0
1797.16/1797.20	c   clique           :       0.00          1          0          0          0          0
1797.16/1797.20	c   zerohalf         :       0.00          0          0          0          0          0
1797.16/1797.20	c   mcf              :       0.00          1          0          0          0          0
1797.16/1797.20	c   oddcycle         :       0.00          0          0          0          0          0
1797.16/1797.20	c   rapidlearning    :       0.68          1          0          0          0          2
1797.16/1797.20	c Pricers            :       Time      Calls       Vars
1797.16/1797.20	c   problem variables:       0.00          0          0
1797.16/1797.20	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.16/1797.20	c   relpscost        :    1070.21        314          0          0          0          0        628
1797.16/1797.20	c   pscost           :       0.00          0          0          0          0          0          0
1797.16/1797.20	c   inference        :       0.00          0          0          0          0          0          0
1797.16/1797.20	c   mostinf          :       0.00          0          0          0          0          0          0
1797.16/1797.20	c   leastinf         :       0.00          0          0          0          0          0          0
1797.16/1797.20	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.16/1797.20	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.16/1797.20	c   random           :       0.00          0          0          0          0          0          0
1797.16/1797.20	c Primal Heuristics  :       Time      Calls      Found
1797.16/1797.20	c   LP solutions     :       0.00          -          0
1797.16/1797.20	c   pseudo solutions :       0.00          -          0
1797.16/1797.20	c   crossover        :       0.00          0          0
1797.16/1797.20	c   oneopt           :       0.01          4          0
1797.16/1797.20	c   coefdiving       :     129.88          8          0
1797.16/1797.20	c   trivial          :       0.07          2          1
1797.16/1797.20	c   shiftandpropagate:       0.00          0          0
1797.16/1797.20	c   simplerounding   :       0.00          0          0
1797.16/1797.20	c   zirounding       :       0.20          0          0
1797.16/1797.20	c   rounding         :       7.64        314          1
1797.16/1797.20	c   shifting         :       1.02         30         27
1797.16/1797.20	c   intshifting      :       0.00          0          0
1797.16/1797.20	c   twoopt           :       0.00          0          0
1797.16/1797.20	c   fixandinfer      :       0.00          0          0
1797.16/1797.20	c   feaspump         :       0.00          0          0
1797.16/1797.20	c   clique           :       0.00          0          0
1797.16/1797.20	c   pscostdiving     :     106.69          6          1
1797.16/1797.20	c   fracdiving       :      35.06          5          1
1797.26/1797.20	c   veclendiving     :      12.08          2          0
1797.26/1797.20	c   intdiving        :       0.00          0          0
1797.26/1797.20	c   actconsdiving    :       0.00          0          0
1797.26/1797.20	c   objpscostdiving  :       8.18          1          1
1797.26/1797.20	c   rootsoldiving    :       1.53          2          0
1797.26/1797.20	c   linesearchdiving :      59.48          6          1
1797.26/1797.20	c   guideddiving     :      80.46          6          0
1797.26/1797.20	c   octane           :       0.00          0          0
1797.26/1797.20	c   rens             :       0.02          0          0
1797.26/1797.20	c   rins             :       0.00          0          0
1797.26/1797.20	c   localbranching   :       0.00          0          0
1797.26/1797.20	c   mutation         :       0.00          0          0
1797.26/1797.20	c   dins             :       0.00          0          0
1797.26/1797.20	c   vbounds          :       0.00          0          0
1797.26/1797.20	c   undercover       :       0.00          0          0
1797.26/1797.20	c   subnlp           :       0.00          0          0
1797.26/1797.20	c   trysol           :       0.00          0          0
1797.26/1797.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.26/1797.20	c   primal LP        :       0.00          0          0       0.00          -
1797.26/1797.20	c   dual LP          :     281.40        314      98302     313.06     349.34
1797.26/1797.20	c   lex dual LP      :       0.00          0          0       0.00          -
1797.26/1797.20	c   barrier LP       :       0.00          0          0       0.00          -
1797.26/1797.20	c   diving/probing LP:     428.70      12658     161809      12.78     377.44
1797.26/1797.20	c   strong branching :    1070.14       1238     156027     126.03     145.80
1797.26/1797.20	c     (at root node) :          -         13       9326     717.38          -
1797.26/1797.20	c   conflict analysis:       0.00          0          0       0.00          -
1797.26/1797.20	c B&B Tree           :
1797.26/1797.20	c   number of runs   :          1
1797.26/1797.20	c   nodes            :        314
1797.26/1797.20	c   nodes (total)    :        314
1797.26/1797.20	c   nodes left       :        315
1797.26/1797.20	c   max depth        :         39
1797.26/1797.20	c   max depth (total):         39
1797.26/1797.20	c   backtracks       :         36 (11.5%)
1797.26/1797.20	c   delayed cutoffs  :          0
1797.26/1797.20	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.26/1797.20	c   avg switch length:       2.81
1797.26/1797.20	c   switching time   :       0.05
1797.26/1797.20	c Solution           :
1797.26/1797.20	c   Solutions found  :         34 (6 improvements)
1797.26/1797.20	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.38 seconds, depth 0, found by <trivial>)
1797.26/1797.20	c   Primal Bound     : -4.40000000000000e+01   (in run 1, after 237 nodes, 1230.93 seconds, depth 533, found by <linesearchdiving>)
1797.26/1797.20	c   Dual Bound       : -2.43234814317254e+02
1797.26/1797.20	c   Gap              :      81.91 %
1797.26/1797.20	c   Root Dual Bound  : -2.50000000000000e+02
1797.26/1797.20	c   Root Iterations  :       8550
1797.26/1797.29	c Time complete: 1797.35.

Verifier Data

OK	-44

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488640-1307785951/watcher-3488640-1307785951 -o /tmp/evaluation-result-3488640-1307785951/solver-3488640-1307785951 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488640-1307785951.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.00 1.93 3/177 23835
/proc/meminfo: memFree=31512844/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=9448 CPUtime=0 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 1479 0 0 0 0 0 0 0 25 0 1 0 890191848 9674752 1434 33554432000 4194304 9016284 140735611344704 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23835/statm: 2362 1435 311 1178 0 1180 0

[startup+0.0563051 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23835
/proc/meminfo: memFree=31512844/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=30628 CPUtime=0.04 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 6429 0 0 0 4 0 0 0 25 0 1 0 890191848 31363072 6383 33554432000 4194304 9016284 140735611344704 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23835/statm: 7657 6420 377 1178 0 6475 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30628

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23835
/proc/meminfo: memFree=31512844/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=41264 CPUtime=0.08 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 9312 0 0 0 8 0 0 0 25 0 1 0 890191848 42254336 9266 33554432000 4194304 9016284 140735611344704 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23835/statm: 10316 9266 377 1178 0 9134 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41264

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23835
/proc/meminfo: memFree=31512844/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=109684 CPUtime=0.29 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 26460 0 0 0 26 3 0 0 25 0 1 0 890191848 112316416 26222 33554432000 4194304 9016284 140735611344704 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 27421 26258 425 1178 0 26239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109684

[startup+0.701171 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 23835
/proc/meminfo: memFree=31512844/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=134516 CPUtime=0.69 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 32693 0 0 0 65 4 0 0 25 0 1 0 890191848 137744384 32197 33554432000 4194304 9016284 140735611344704 18446744073709551615 6469561 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 33629 32197 485 1178 0 32447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134516

[startup+1.50101 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23836
/proc/meminfo: memFree=31370876/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=166768 CPUtime=1.48 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 40996 0 0 0 143 5 0 0 25 0 1 0 890191848 170770432 39564 33554432000 4194304 9016284 140735611344704 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 41692 39564 638 1178 0 40510 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 166768

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23836
/proc/meminfo: memFree=31347192/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=177388 CPUtime=3.09 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 43799 0 0 0 303 6 0 0 25 0 1 0 890191848 181645312 42128 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219702 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 44347 42128 674 1178 0 43165 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 177388

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23836
/proc/meminfo: memFree=31344972/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=177388 CPUtime=6.28 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 44685 0 0 0 622 6 0 0 25 0 1 0 890191848 181645312 42243 33554432000 4194304 9016284 140735611344704 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 44347 42243 638 1178 0 43165 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177388

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23836
/proc/meminfo: memFree=31327412/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=183704 CPUtime=12.69 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 46118 0 0 0 1262 7 0 0 25 0 1 0 890191848 188112896 43676 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219702 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 45926 43676 638 1178 0 44744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 183704

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23836
/proc/meminfo: memFree=31286760/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=25.49 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62676 0 0 0 2540 9 0 0 25 0 1 0 890191848 225849344 53819 33554432000 4194304 9016284 140735611344704 18446744073709551615 7180530 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 53819 707 1178 0 53957 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 220556

[startup+51.1011 s]
/proc/loadavg: 2.06 2.01 1.93 3/178 23837
/proc/meminfo: memFree=31277616/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=51.09 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62930 0 0 0 5100 9 0 0 25 0 1 0 890191848 225849344 54073 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54073 707 1178 0 53957 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 220556

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 1.94 3/178 23838
/proc/meminfo: memFree=31269036/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=102.29 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 10217 12 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7190426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 220556

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 1.94 3/178 23840
/proc/meminfo: memFree=31249160/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=162.3 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 16215 15 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219360 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 220556

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 23841
/proc/meminfo: memFree=31225044/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=222.3 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 22213 17 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219194 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 220556

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 23843
/proc/meminfo: memFree=31204044/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=282.3 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 28211 19 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219176 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 220556

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23845
/proc/meminfo: memFree=31174712/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=342.3 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 34208 22 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7218022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 220556

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23846
/proc/meminfo: memFree=31153708/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=402.31 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 40208 23 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219221 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 220556

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23848
/proc/meminfo: memFree=31131348/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=462.3 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62933 0 0 0 46206 24 0 0 25 0 1 0 890191848 225849344 54076 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54076 709 1178 0 53957 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220556

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23858
/proc/meminfo: memFree=31108160/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=522.31 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62934 0 0 0 52205 26 0 0 25 0 1 0 890191848 225849344 54077 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54077 709 1178 0 53957 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 220556

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 23860
/proc/meminfo: memFree=31083204/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=582.31 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62934 0 0 0 58204 27 0 0 25 0 1 0 890191848 225849344 54077 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219194 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54077 709 1178 0 53957 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 220556

[startup+642.3 s]

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

/proc/meminfo: memFree=30934468/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1122.33 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 112170 63 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 6924928 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 220556

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 23879
/proc/meminfo: memFree=30916312/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1182.33 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 118168 65 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219360 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 220556

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 23881
/proc/meminfo: memFree=30893296/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1242.34 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 124166 68 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7201733 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 220556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 23882
/proc/meminfo: memFree=30871792/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1302.34 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 130165 69 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 220556

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23884
/proc/meminfo: memFree=30846048/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1362.34 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 136163 71 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 220556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23885
/proc/meminfo: memFree=30820320/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1422.35 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 142162 73 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 220556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23887
/proc/meminfo: memFree=30800548/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1482.34 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 148160 74 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219692 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 220556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23889
/proc/meminfo: memFree=30780660/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1542.35 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 154160 75 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219239 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 220556

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 23890
/proc/meminfo: memFree=30760400/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1602.36 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 160159 77 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219255 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 220556

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/178 23892
/proc/meminfo: memFree=30733552/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1662.35 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 166157 78 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 6920337 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 220556

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 23893
/proc/meminfo: memFree=30713272/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1722.35 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 172156 79 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219194 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 220556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30693504/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1782.36 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 178155 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219702 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 220556

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30692748/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1785.56 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 178475 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 220556

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30690756/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1791.97 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 179116 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219660 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1791.97
Current children cumulated vsize (KiB) 220556

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30689764/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1795.16 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 179435 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219176 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 220556

[startup+1795.9 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30689764/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1795.96 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 179515 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (KiB) 220556

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30689764/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1796.76 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 179595 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7220608 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 220556

[startup+1797.1 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30689764/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1797.16 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62935 0 0 0 179635 81 0 0 25 0 1 0 890191848 225849344 54078 33554432000 4194304 9016284 140735611344704 18446744073709551615 7219374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54078 710 1178 0 53957 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (KiB) 220556

[startup+1797.2 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 23895
/proc/meminfo: memFree=30689764/32950928 swapFree=67053888/67111528
[pid=23835] ppid=23833 vsize=220556 CPUtime=1797.26 cores=0,2,4,6
/proc/23835/stat : 23835 (scip-2.0.1.4b_2) R 23833 23835 23551 0 -1 4202496 62937 0 0 0 179645 81 0 0 25 0 1 0 890191848 225849344 54080 33554432000 4194304 9016284 140735611344704 18446744073709551615 7928192 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23835/statm: 55139 54080 712 1178 0 53957 0
Current children cumulated CPU time (s) 1797.26
Current children cumulated vsize (KiB) 220556

Child status: 0
Real time (s): 1797.3
CPU time (s): 1797.36
CPU user time (s): 1796.54
CPU system time (s): 0.825874
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 220556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.54
system time used= 0.825874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62943
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= 22175

runsolver used 2.75558 second user time and 5.48717 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 11:52:32
IDJOB=3488640
IDBENCH=48244
IDSOLVER=1979
FILE ID=node149/3488640-1307785951
RUNJOBID= node149-1307784152-23569
PBS_JOBID= 13550899
Free space on /tmp= 73952 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_60_1.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-3488640-1307785951/watcher-3488640-1307785951 -o /tmp/evaluation-result-3488640-1307785951/solver-3488640-1307785951 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488640-1307785951.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6c6505c4760e09c43f48167716751a54
RANDOM SEED=2121492230

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31513148 kB
Buffers:        143460 kB
Cached:        1077280 kB
SwapCached:      23632 kB
Active:         373716 kB
Inactive:       907236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31513148 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           34436 kB
Writeback:           0 kB
AnonPages:       55808 kB
Mapped:          12660 kB
Slab:            91748 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   238584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73936 MiB
End job on node149 at 2011-06-11 12:22:29