Trace number 2663646

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPT2 214.855 214.928

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
MD5SUMa998edafd51e17056858d37f83d42bbc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.10968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2663646-1276649185.opb>
0.00/0.01	c original problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 307 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.04/0.05	c (round 1) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 1656 impls, 0 clqs
0.04/0.06	c (round 2) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 7 upgd conss, 1682 impls, 0 clqs
0.04/0.08	c    (0.0s) probing: 191/414 (46.1%) - 0 fixings, 0 aggregations, 48 implications, 0 bound changes
0.04/0.08	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.08	c presolving (3 rounds):
0.04/0.08	c  6 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 35 changed coefficients
0.04/0.08	c  1778 implications, 0 cliques
0.04/0.08	c presolved problem has 414 variables (414 bin, 0 int, 0 impl, 0 cont) and 307 constraints
0.04/0.08	c     293 constraints of type <and>
0.04/0.08	c       6 constraints of type <linear>
0.04/0.08	c       8 constraints of type <logicor>
0.04/0.08	c transformed objective value is always integral (scale: 1)
0.04/0.08	c Presolving Time: 0.04
0.04/0.08	c - non default parameters ----------------------------------------------------------------------
0.04/0.08	c # SCIP version 1.2.1.2
0.04/0.08	c 
0.04/0.08	c # frequency for displaying node information lines
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.08	c display/freq = 10000
0.04/0.08	c 
0.04/0.08	c # maximal time in seconds to run
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.08	c limits/time = 1799.99
0.04/0.08	c 
0.04/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.08	c limits/memory = 1620
0.04/0.08	c 
0.04/0.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.08	c lp/solvefreq = -1
0.04/0.08	c 
0.04/0.08	c # should presolving try to simplify inequalities
0.04/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.08	c constraints/linear/simplifyinequalities = TRUE
0.04/0.08	c 
0.04/0.08	c # should presolving try to simplify knapsacks
0.04/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.08	c 
0.04/0.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.08	c heuristics/undercover/freq = 0
0.04/0.08	c 
0.04/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.08	c separating/rapidlearning/freq = 0
0.04/0.08	c 
0.04/0.08	c -----------------------------------------------------------------------------------------------
0.04/0.08	c start solving
0.04/0.08	c 
0.04/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.08	c   0.0s|     1 |     2 |     0 |     - |1173k|   0 |   - | 414 | 307 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.95	c   2.7s| 10000 |  4427 |     0 |   0.0 |5108k| 166 |   - | 414 |1445 |   0 |   0 |   0 |6039 |   0 | 0.000000e+00 |      --      |    Inf 
6.50/6.52	c   6.0s| 20000 |  8108 |     0 |   0.0 |8305k| 166 |   - | 414 |2882 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
10.08/10.16	c   9.4s| 30000 | 13017 |     0 |   0.0 |  11M| 166 |   - | 414 |2712 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
13.99/14.05	c  13.1s| 40000 | 17705 |     0 |   0.0 |  15M| 166 |   - | 414 |3409 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
19.09/19.14	c  17.9s| 50000 | 21031 |     0 |   0.0 |  18M| 166 |   - | 414 |4756 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
23.29/23.39	c  21.9s| 60000 | 24995 |     0 |   0.0 |  21M| 166 |   - | 414 |5056 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
27.58/27.63	c  25.9s| 70000 | 30305 |     0 |   0.0 |  24M| 166 |   - | 414 |2889 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
32.78/32.83	c  30.8s| 80000 | 34448 |     0 |   0.0 |  28M| 166 |   - | 414 |4012 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
38.97/39.03	c  36.7s| 90000 | 38197 |     0 |   0.0 |  31M| 166 |   - | 414 |4230 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
43.77/43.88	c  41.3s|100000 | 42847 |     0 |   0.0 |  35M| 166 |   - | 414 |3951 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
46.08/46.18	o 65
46.08/46.18	c *43.5s|104806 | 44170 |     0 |   0.0 |  36M| 166 |   - | 414 |3966 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
49.17/49.28	c  46.4s|110000 | 45904 |     0 |   0.0 |  37M| 166 |   - | 414 |4772 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
55.17/55.27	c  52.2s|120000 | 48771 |     0 |   0.0 |  40M| 166 |   - | 414 |6335 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
62.07/62.12	c  58.7s|130000 | 51153 |     0 |   0.0 |  42M| 166 |   - | 414 |5662 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
66.77/66.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.77/66.82	c  63.2s|140000 | 55194 |     0 |   0.0 |  45M| 166 |   - | 414 |5546 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
71.56/71.67	c  67.7s|150000 | 58684 |     0 |   0.0 |  47M| 166 |   - | 414 |4862 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
75.36/75.41	c  71.2s|160000 | 63670 |     0 |   0.0 |  51M| 166 |   - | 414 |4600 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
79.07/79.20	c  74.8s|170000 | 69141 |     0 |   0.0 |  54M| 166 |   - | 414 |1839 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
84.16/84.28	c  79.5s|180000 | 72824 |     0 |   0.0 |  57M| 166 |   - | 414 |2649 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
88.86/88.96	c  84.0s|190000 | 77684 |     0 |   0.0 |  61M| 166 |   - | 414 |2795 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
93.56/93.61	c  88.3s|200000 | 82920 |     0 |   0.0 |  65M| 166 |   - | 414 |3550 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
99.26/99.30	c  93.7s|210000 | 87516 |     0 |   0.0 |  68M| 166 |   - | 414 |4175 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
106.56/106.64	c   101s|220000 | 91074 |     0 |   0.0 |  71M| 166 |   - | 414 |5285 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
114.55/114.65	c   109s|230000 | 94611 |     0 |   0.0 |  74M| 166 |   - | 414 |4654 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
120.44/120.55	c   114s|240000 | 99317 |     0 |   0.0 |  77M| 166 |   - | 414 |3960 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
122.35/122.44	o 3
122.35/122.44	c * 116s|243870 | 99420 |     0 |   0.0 |  77M| 166 |   - | 414 |3895 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
125.05/125.12	c   119s|250000 | 94013 |     0 |   0.0 |  74M| 166 |   - | 414 |4351 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
131.85/131.96	c   125s|260000 | 97423 |     0 |   0.0 |  78M| 166 |   - | 414 |6750 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
142.14/142.28	c   135s|270000 | 99780 |     0 |   0.0 |  80M| 166 |   - | 414 |8526 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
154.14/154.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.14/154.26	c   147s|280000 |101930 |     0 |   0.0 |  82M| 166 |   - | 414 |8579 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
161.74/161.80	c   154s|290000 |106334 |     0 |   0.0 |  85M| 166 |   - | 414 |8187 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
168.64/168.71	c   161s|300000 |110482 |     0 |   0.0 |  88M| 166 |   - | 414 |8688 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
175.94/176.02	c   168s|310000 |114116 |     0 |   0.0 |  91M| 166 |   - | 414 |9117 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
184.33/184.48	c   176s|320000 |116976 |     0 |   0.0 |  93M| 166 |   - | 414 |9927 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
193.13/193.21	c   184s|330000 |119830 |     0 |   0.0 |  95M| 166 |   - | 414 |8863 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
199.42/199.51	c   190s|340000 |124318 |     0 |   0.0 |  98M| 166 |   - | 414 |8876 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
204.62/204.76	c   195s|350000 |129923 |     0 |   0.0 | 101M| 166 |   - | 414 |8304 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
209.93/210.03	c   200s|360000 |134863 |     0 |   0.0 | 104M| 166 |   - | 414 |8520 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
214.02/214.14	o 2
214.02/214.14	c * 204s|366905 | 67311 |     0 |   0.0 |  63M| 166 |   - | 414 |8365 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
214.72/214.88	c 
214.72/214.88	c SCIP Status        : problem is solved [optimal solution found]
214.72/214.88	c Solving Time (sec) : 205.00
214.72/214.88	c Solving Nodes      : 366906
214.72/214.88	c Primal Bound       : +2.00000000000000e+00 (3 solutions)
214.72/214.88	c Dual Bound         : +2.00000000000000e+00
214.72/214.88	c Gap                : 0.00 %
214.72/214.88	s OPTIMUM FOUND
214.72/214.88	v -x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x84 x83 x82 -x81 x80 x79 -x78 -x112 -x111 -x110 
214.72/214.88	v -x109 -x108 -x107 -x106 -x77 -x76 -x75 -x74 x73 x72 -x71 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x70 -x69 -x68 -x67 -x66 
214.72/214.88	v x65 -x64 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x56 -x55 -x54 
214.72/214.88	v -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 x43 -x42 -x41 -x40 x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 x30 x29 x28 
214.72/214.88	v -x27 -x26 -x25 -x24 -x23 x22 x21 -x20 -x19 -x18 -x17 -x16 x15 x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
214.72/214.88	c SCIP Status        : problem is solved [optimal solution found]
214.72/214.88	c Solving Time       :     205.00
214.72/214.88	c Original Problem   :
214.72/214.88	c   Problem name     : HOME/instance-2663646-1276649185.opb
214.72/214.88	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
214.72/214.88	c   Constraints      : 307 initial, 307 maximal
214.72/214.88	c Presolved Problem  :
214.72/214.88	c   Problem name     : t_HOME/instance-2663646-1276649185.opb
214.72/214.88	c   Variables        : 414 (414 binary, 0 integer, 0 implicit integer, 0 continuous)
214.72/214.88	c   Constraints      : 307 initial, 9981 maximal
214.72/214.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
214.72/214.88	c   trivial          :       0.00          0          0          0          0          0          0          0          0
214.72/214.88	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
214.72/214.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
214.72/214.88	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
214.72/214.88	c   implics          :       0.00          0          0          0          0          0          0          0          0
214.72/214.88	c   probing          :       0.02          0          0          0          0          0          0          0          0
214.72/214.88	c   and              :       0.01          0          0          0          0          0          0          0          0
214.72/214.88	c   linear           :       0.00          1          5          0          0          0          0          0         35
214.72/214.88	c   logicor          :       0.00          0          0          0          0          0          0          0          0
214.72/214.88	c   root node        :          -         89          -          -         89          -          -          -          -
214.72/214.88	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
214.72/214.88	c   integral         :          0          0          0          0          0          0          0          0          0          0
214.72/214.88	c   and              :        293          0    1048915          0     288619      22369    1497482          0          0          0
214.72/214.88	c   linear           :          6          0    1026544          0     288619      97341     663806          0          0          0
214.72/214.88	c   logicor          :          8+         0     516896          0     288606       4688     139378          0          0          0
214.72/214.88	c   countsols        :          0          0          0          0     288622          0          0          0          0          0
214.72/214.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
214.72/214.88	c   integral         :       0.00       0.00       0.00       0.00       0.00
214.72/214.88	c   and              :      18.05       0.00      13.74       0.00       4.31
214.72/214.88	c   linear           :      31.55       0.00      31.26       0.00       0.29
214.72/214.88	c   logicor          :      59.72       0.00      59.21       0.00       0.51
214.72/214.88	c   countsols        :       0.14       0.00       0.00       0.00       0.14
214.72/214.88	c Propagators        :       Time      Calls    Cutoffs    DomReds
214.72/214.88	c   vbounds          :       0.38          2          0          0
214.72/214.88	c   rootredcost      :       0.50          0          0          0
214.72/214.88	c   pseudoobj        :       1.38    1048720        199        210
214.72/214.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
214.72/214.88	c   propagation      :      19.08     124597     123487    1209244       38.5      14988       35.7          -
214.72/214.88	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
214.72/214.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
214.72/214.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
214.72/214.88	c   pseudo solution  :       0.00          1          1          1        0.0          0        0.0          -
214.72/214.88	c   applied globally :          -          -          -     309626       25.5          -          -          -
214.72/214.88	c   applied locally  :          -          -          -        354       44.8          -          -          -
214.72/214.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
214.72/214.88	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
214.72/214.88	c   redcost          :       0.00          0          0          0          0          0
214.72/214.88	c   impliedbounds    :       0.00          0          0          0          0          0
214.72/214.88	c   intobj           :       0.00          0          0          0          0          0
214.72/214.88	c   cgmip            :       0.00          0          0          0          0          0
214.72/214.88	c   gomory           :       0.00          0          0          0          0          0
214.72/214.88	c   strongcg         :       0.00          0          0          0          0          0
214.72/214.88	c   cmir             :       0.00          0          0          0          0          0
214.72/214.88	c   flowcover        :       0.00          0          0          0          0          0
214.72/214.88	c   clique           :       0.00          0          0          0          0          0
214.72/214.88	c   zerohalf         :       0.00          0          0          0          0          0
214.72/214.88	c   mcf              :       0.00          0          0          0          0          0
214.72/214.88	c   rapidlearning    :       0.00          0          0          0          0          0
214.72/214.88	c Pricers            :       Time      Calls       Vars
214.72/214.88	c   problem variables:       0.00          0          0
214.72/214.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
214.72/214.88	c   relpscost        :       0.00          0          0          0          0          0          0
214.72/214.88	c   pscost           :       0.00          0          0          0          0          0          0
214.72/214.88	c   inference        :      13.45     288619          0          0          0          0     577238
214.72/214.88	c   mostinf          :       0.00          0          0          0          0          0          0
214.72/214.88	c   leastinf         :       0.00          0          0          0          0          0          0
214.72/214.88	c   fullstrong       :       0.00          0          0          0          0          0          0
214.72/214.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
214.72/214.88	c   random           :       0.00          0          0          0          0          0          0
214.72/214.88	c Primal Heuristics  :       Time      Calls      Found
214.72/214.88	c   LP solutions     :       0.00          -          0
214.72/214.88	c   pseudo solutions :       0.24          -          3
214.72/214.88	c   oneopt           :       0.21          0          0
214.72/214.88	c   trivial          :       0.00          2          0
214.72/214.88	c   simplerounding   :       0.00          0          0
214.72/214.88	c   zirounding       :       0.00          0          0
214.72/214.88	c   rounding         :       0.00          0          0
214.72/214.88	c   shifting         :       0.00          0          0
214.72/214.88	c   intshifting      :       0.00          0          0
214.72/214.88	c   twoopt           :       0.00          0          0
214.72/214.88	c   fixandinfer      :       0.00          0          0
214.72/214.88	c   feaspump         :       0.00          0          0
214.72/214.88	c   coefdiving       :       0.00          0          0
214.72/214.88	c   pscostdiving     :       0.00          0          0
214.72/214.88	c   fracdiving       :       0.00          0          0
214.72/214.88	c   veclendiving     :       0.00          0          0
214.72/214.88	c   intdiving        :       0.00          0          0
214.72/214.88	c   actconsdiving    :       0.00          0          0
214.72/214.88	c   objpscostdiving  :       0.00          0          0
214.72/214.88	c   rootsoldiving    :       0.00          0          0
214.72/214.88	c   linesearchdiving :       0.00          0          0
214.72/214.88	c   guideddiving     :       0.00          0          0
214.72/214.88	c   octane           :       0.00          0          0
214.72/214.88	c   rens             :       0.00          0          0
214.72/214.88	c   rins             :       0.00          0          0
214.72/214.88	c   localbranching   :       0.00          0          0
214.72/214.88	c   mutation         :       0.00          0          0
214.72/214.88	c   crossover        :       0.00          0          0
214.72/214.88	c   dins             :       0.00          0          0
214.72/214.88	c   undercover       :       0.00          0          0
214.72/214.88	c   nlp              :       0.14          0          0
214.72/214.88	c   trysol           :       0.20          0          0
214.72/214.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
214.72/214.88	c   primal LP        :       0.00          0          0       0.00          -
214.72/214.88	c   dual LP          :       0.00          0          0       0.00          -
214.72/214.88	c   lex dual LP      :       0.00          0          0       0.00          -
214.72/214.88	c   barrier LP       :       0.00          0          0       0.00          -
214.72/214.88	c   diving/probing LP:       0.00          0          0       0.00          -
214.72/214.88	c   strong branching :       0.00          0          0       0.00          -
214.72/214.88	c     (at root node) :          -          0          0       0.00          -
214.72/214.88	c   conflict analysis:       0.00          0          0       0.00          -
214.72/214.88	c B&B Tree           :
214.72/214.88	c   number of runs   :          1
214.72/214.88	c   nodes            :     366906
214.72/214.88	c   nodes (total)    :     366906
214.72/214.88	c   nodes left       :          0
214.72/214.88	c   max depth        :        166
214.72/214.88	c   max depth (total):        166
214.72/214.88	c   backtracks       :      55596 (15.2%)
214.72/214.88	c   delayed cutoffs  :     137761
214.72/214.88	c   repropagations   :     165458 (540591 domain reductions, 46314 cutoffs)
214.72/214.88	c   avg switch length:       8.50
214.72/214.88	c   switching time   :      52.28
214.72/214.88	c Solution           :
214.72/214.88	c   Solutions found  :          3 (3 improvements)
214.72/214.88	c   First Solution   : +6.50000000000000e+01   (in run 1, after 104806 nodes, 43.50 seconds, depth 95, found by <relaxation>)
214.72/214.88	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 366905 nodes, 204.09 seconds, depth 83, found by <relaxation>)
214.72/214.88	c   Dual Bound       : +2.00000000000000e+00
214.72/214.88	c   Gap              :       0.00 %
214.72/214.88	c   Root Dual Bound  : +0.00000000000000e+00
214.72/214.88	c   Root Iterations  :          0
214.82/214.92	c Time complete: 214.85.

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663646-1276649185/watcher-2663646-1276649185 -o /tmp/evaluation-result-2663646-1276649185/solver-2663646-1276649185 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663646-1276649185.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 3/105 14298
/proc/meminfo: memFree=1809788/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=6584 CPUtime=0
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 1066 0 0 0 0 0 0 0 25 0 1 0 6212078 6742016 989 1992294400 4194304 7136930 140734475255984 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14298/statm: 1646 999 254 719 0 925 0

[startup+0.0518629 s]
/proc/loadavg: 0.78 0.95 0.98 3/105 14298
/proc/meminfo: memFree=1809788/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=10844 CPUtime=0.04
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 2616 0 0 0 2 2 0 0 25 0 1 0 6212078 11104256 1929 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 2711 1929 328 719 0 1990 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10844

[startup+0.100869 s]
/proc/loadavg: 0.78 0.95 0.98 3/105 14298
/proc/meminfo: memFree=1809788/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=12280 CPUtime=0.09
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 3803 0 0 0 6 3 0 0 25 0 1 0 6212078 12574720 2345 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 3070 2345 394 719 0 2349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12280

[startup+0.300889 s]
/proc/loadavg: 0.78 0.95 0.98 3/105 14298
/proc/meminfo: memFree=1809788/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=13180 CPUtime=0.29
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 4048 0 0 0 24 5 0 0 25 0 1 0 6212078 13496320 2590 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 3295 2590 394 719 0 2574 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13180

[startup+0.700934 s]
/proc/loadavg: 0.78 0.95 0.98 3/105 14298
/proc/meminfo: memFree=1809788/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=14260 CPUtime=0.69
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 4293 0 0 0 60 9 0 0 25 0 1 0 6212078 14602240 2835 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 3565 2835 394 719 0 2844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14260

[startup+1.50102 s]
/proc/loadavg: 0.78 0.95 0.98 2/106 14299
/proc/meminfo: memFree=1799488/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=15560 CPUtime=1.49
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 4621 0 0 0 134 15 0 0 25 0 1 0 6212078 15933440 3163 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 3890 3163 394 719 0 3169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15560

[startup+3.1012 s]
/proc/loadavg: 0.78 0.95 0.98 2/106 14299
/proc/meminfo: memFree=1796760/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=17808 CPUtime=3.09
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 5199 0 0 0 283 26 0 0 25 0 1 0 6212078 18235392 3741 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 4452 3741 394 719 0 3731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17808

[startup+6.30055 s]
/proc/loadavg: 0.80 0.95 0.98 2/106 14299
/proc/meminfo: memFree=1792420/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=21876 CPUtime=6.29
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 6215 0 0 0 583 46 0 0 25 0 1 0 6212078 22401024 4757 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 5469 4757 394 719 0 4748 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21876

[startup+12.7013 s]
/proc/loadavg: 0.81 0.95 0.98 2/106 14301
/proc/meminfo: memFree=1785600/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=29260 CPUtime=12.69
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 8082 0 0 0 1182 87 0 0 25 0 1 0 6212078 29962240 6624 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 7315 6624 394 719 0 6594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29260

[startup+25.5007 s]
/proc/loadavg: 0.85 0.95 0.98 2/106 14301
/proc/meminfo: memFree=1772580/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=40960 CPUtime=25.48
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 11053 0 0 0 2386 162 0 0 25 0 1 0 6212078 41943040 9595 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 10240 9595 394 719 0 9519 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40960

[startup+51.1015 s]
/proc/loadavg: 0.90 0.96 0.98 2/106 14301
/proc/meminfo: memFree=1754476/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=59576 CPUtime=51.07
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 15732 0 0 0 4817 290 0 0 25 0 1 0 6212078 61005824 14274 1992294400 4194304 7136930 140734475255984 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 14894 14274 394 719 0 14173 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59576

[startup+102.308 s]
/proc/loadavg: 0.96 0.96 0.98 2/106 14303
/proc/meminfo: memFree=1717896/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=96544 CPUtime=102.26
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 24652 0 0 0 9662 564 0 0 25 0 1 0 6212078 98861056 23194 1992294400 4194304 7136930 140734475255984 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 24136 23194 394 719 0 23415 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 96544

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1701528/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=113592 CPUtime=162.24
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 28934 0 0 0 15453 771 0 0 25 0 1 0 6212078 116318208 27476 1992294400 4194304 7136930 140734475255984 18446744073709551615 4210033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 28398 27476 394 719 0 27677 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 113592

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

[startup+179.101 s]
/proc/loadavg: 0.98 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1694708/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=120296 CPUtime=179.04
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 30670 0 0 0 17072 832 0 0 25 0 1 0 6212078 123183104 29212 1992294400 4194304 7136930 140734475255984 18446744073709551615 4210104 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 30074 29212 394 719 0 29353 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 120296

[startup+191.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1689376/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=124896 CPUtime=191.83
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 31738 0 0 0 18307 876 0 0 25 0 1 0 6212078 127893504 30280 1992294400 4194304 7136930 140734475255984 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 31224 30280 394 719 0 30503 0
Current children cumulated CPU time (s) 191.83
Current children cumulated vsize (KiB) 124896

[startup+204.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1682556/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=131916 CPUtime=204.62
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 33567 0 0 0 19534 928 0 0 25 0 1 0 6212078 135081984 32109 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 32979 32109 394 719 0 32258 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 131916

[startup+211.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1680324/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=133724 CPUtime=211.03
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 33979 0 0 0 20141 962 0 0 25 0 1 0 6212078 136933376 32521 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 33431 32521 394 719 0 32710 0
Current children cumulated CPU time (s) 211.03
Current children cumulated vsize (KiB) 133724

[startup+212.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1679332/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=134628 CPUtime=212.62
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 34241 0 0 0 20293 969 0 0 25 0 1 0 6212078 137859072 32783 1992294400 4194304 7136930 140734475255984 18446744073709551615 5917632 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 33657 32783 394 719 0 32936 0
Current children cumulated CPU time (s) 212.62
Current children cumulated vsize (KiB) 134628

[startup+214.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1679332/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=135652 CPUtime=214.22
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 34503 0 0 0 20448 974 0 0 25 0 1 0 6212078 138907648 33045 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 33913 33045 395 719 0 33192 0
Current children cumulated CPU time (s) 214.22
Current children cumulated vsize (KiB) 135652

[startup+214.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1678340/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=135136 CPUtime=214.62
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 34503 0 0 0 20484 978 0 0 25 0 1 0 6212078 138379264 32916 1992294400 4194304 7136930 140734475255984 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14298/statm: 33784 32916 395 719 0 33063 0
Current children cumulated CPU time (s) 214.62
Current children cumulated vsize (KiB) 135136

[startup+214.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/106 14305
/proc/meminfo: memFree=1678340/2059040 swapFree=4164960/4192956
[pid=14298] ppid=14296 vsize=124424 CPUtime=214.82
/proc/14298/stat : 14298 (pbscip.linux.x8) R 14296 14298 13804 0 -1 4202496 34509 0 0 0 20502 980 0 0 25 0 1 0 6212078 127410176 30244 1992294400 4194304 7136930 140734475255984 18446744073709551615 4997767 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14298/statm: 31106 30244 401 719 0 30385 0
Current children cumulated CPU time (s) 214.82
Current children cumulated vsize (KiB) 124424

Child status: 0
Real time (s): 214.928
CPU time (s): 214.855
CPU user time (s): 205.041
CPU system time (s): 9.81451
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 135652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.041
system time used= 9.81451
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34515
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= 1
involuntary context switches= 1032

runsolver used 0.351946 second user time and 1.02984 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 02:46:26
IDJOB=2663646
IDBENCH=48019
IDSOLVER=1167
FILE ID=node087/2663646-1276649185
PBS_JOBID= 11172429
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663646-1276649185/watcher-2663646-1276649185 -o /tmp/evaluation-result-2663646-1276649185/solver-2663646-1276649185 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663646-1276649185.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a998edafd51e17056858d37f83d42bbc
RANDOM SEED=315561934

node087.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1810316 kB
Buffers:         31736 kB
Cached:         108900 kB
SwapCached:        768 kB
Active:          86456 kB
Inactive:        87032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1810316 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:            3488 kB
Writeback:           0 kB
AnonPages:       31992 kB
Mapped:          14540 kB
Slab:            53584 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180772 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node087 at 2010-06-16 02:50:01