Trace number 2666718

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT-7 693.128 693.343

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark708.262
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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: SoPlex 1.4.2] [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-2666718-1276667088.opb>
0.00/0.03	c original problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11908 impls, 100 clqs
0.39/0.46	c    (0.2s) probing: 101/1576 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.46	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  11908 implications, 100 cliques
0.39/0.46	c presolved problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.39/0.46	c     100 constraints of type <setppc>
0.39/0.46	c    1476 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c      50 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.21
0.39/0.46	c - non default parameters ----------------------------------------------------------------------
0.39/0.46	c # SCIP version 1.2.1.2
0.39/0.46	c 
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = 10000
0.39/0.46	c 
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = 1799.98
0.39/0.46	c 
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = 1620
0.39/0.46	c 
0.39/0.46	c # should presolving try to simplify inequalities
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/linear/simplifyinequalities = TRUE
0.39/0.46	c 
0.39/0.46	c # should presolving try to simplify knapsacks
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c heuristics/undercover/freq = 0
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/rapidlearning/freq = 0
0.39/0.46	c 
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving
0.39/0.46	c 
3.49/3.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.59	c t 3.3s|     1 |     0 |  3295 |     - |7641k|   0 | 381 |1576 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
3.79/3.80	o -1
3.79/3.80	c u 3.5s|     1 |     0 |  3295 |     - |7657k|   0 | 381 |1576 |1628 |1576 |3103 |   0 |   1 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
5.79/5.84	o -5
5.79/5.84	c y 5.2s|     1 |     0 |  3295 |     - |8872k|   0 | 381 |1576 |1628 |1576 |3103 |   0 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
7.70/7.78	c   7.2s|     1 |     0 |  4948 |     - |  10M|   0 | 417 |1576 |2343 |1576 |3166 |  63 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
10.29/10.36	c   9.7s|     1 |     0 |  6633 |     - |  11M|   0 | 329 |1576 |2343 |1576 |3196 |  93 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
12.59/12.69	c  12.1s|     1 |     0 |  8075 |     - |  13M|   0 | 321 |1576 |2343 |1576 |3227 | 124 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
15.08/15.19	c  14.6s|     1 |     0 |  9570 |     - |  14M|   0 | 428 |1576 |2343 |1576 |3253 | 150 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
17.88/17.91	c  17.3s|     1 |     0 | 11072 |     - |  15M|   0 | 439 |1576 |2343 |1576 |3280 | 177 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
20.89/20.93	c  20.2s|     1 |     0 | 12851 |     - |  15M|   0 | 483 |1576 |2343 |1576 |3297 | 194 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
23.88/23.95	c  23.2s|     1 |     0 | 14545 |     - |  16M|   0 | 457 |1576 |2343 |1576 |3325 | 222 |   1 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
56.97/57.01	c  55.9s|     1 |     2 | 14545 |     - |  16M|   0 | 457 |1576 |2343 |1576 |3325 | 222 |   1 |  17 |-2.500000e+01 |-5.000000e+00 |  80.00%
88.76/88.84	o -6
88.76/88.84	c *87.5s|     9 |     4 | 20400 | 731.9 |  16M|   8 |   - |1576 |2343 |1576 |1307 | 812 |   1 | 320 |-2.500000e+01 |-6.000000e+00 |  76.00%
237.22/237.34	o -7
237.22/237.34	c l 235s|   324 |   194 |209818 | 604.6 |  17M|  39 |   - |1576 |2364 |1576 |1673 |7455 |  22 | 854 |-1.620447e+01 |-7.000000e+00 |  56.80%
621.71/621.97	c   613s| 10000 |   730 |796571 |  78.2 |  26M|  66 | 117 |1576 |2381 |1576 |1701 |  21k| 160 |3895 |-1.146011e+01 |-7.000000e+00 |  38.92%
693.07/693.30	c 
693.07/693.30	c SCIP Status        : problem is solved [optimal solution found]
693.07/693.30	c Solving Time (sec) : 683.25
693.07/693.30	c Solving Nodes      : 13534
693.07/693.30	c Primal Bound       : -7.00000000000000e+00 (11 solutions)
693.07/693.30	c Dual Bound         : -7.00000000000000e+00
693.07/693.30	c Gap                : 0.00 %
693.07/693.30	s OPTIMUM FOUND
693.07/693.30	v -x70 -x61 -x84 -x78 -x64 -x63 -x58 -x54 -x72 x100 x83 -x82 x95 x79 -x62 -x51 -x85 -x81 -x80 -x71 -x68 -x67 -x60 -x57 -x56 -x87 
693.07/693.30	v -x55 -x99 -x88 -x98 -x74 -x89 x93 -x66 -x96 -x92 -x53 x90 -x94 -x75 -x59 -x65 -x52 -x77 -x73 x76 -x91 -x69 -x86 -x97 -x50 x49 
693.07/693.30	v x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 x28 -x27 -x26 x25 -x24 x23 
693.07/693.30	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
693.07/693.30	c SCIP Status        : problem is solved [optimal solution found]
693.07/693.30	c Solving Time       :     683.25
693.07/693.30	c Original Problem   :
693.07/693.30	c   Problem name     : HOME/instance-2666718-1276667088.opb
693.07/693.30	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
693.07/693.30	c   Constraints      : 1627 initial, 1627 maximal
693.07/693.30	c Presolved Problem  :
693.07/693.30	c   Problem name     : t_HOME/instance-2666718-1276667088.opb
693.07/693.30	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
693.07/693.30	c   Constraints      : 1627 initial, 2412 maximal
693.07/693.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
693.07/693.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   implics          :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   probing          :       0.03          0          0          0          0          0          0          0          0
693.07/693.30	c   setppc           :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   and              :       0.17          0          0          0          0          0          0          0          0
693.07/693.30	c   linear           :       0.00          0          0          0          0          0          0          0          0
693.07/693.30	c   logicor          :       0.01          0          0          0          0          0          0          0          0
693.07/693.30	c   root node        :          -         60          -          -         60          -          -          -          -
693.07/693.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
693.07/693.30	c   integral         :          0          0          0       7539          0         28       2134          0          0      13578
693.07/693.30	c   setppc           :        100          7      46922          1          0         57      50215          0          0          0
693.07/693.30	c   and              :       1476      10963      46865          1          0         12    1052033      25404          0          0
693.07/693.30	c   linear           :          1+         8      46851          1          0          7        324          0          0          0
693.07/693.30	c   logicor          :         50+         7      12730          1          0          1       5482          0          0          0
693.07/693.30	c   countsols        :          0          0          0          1          0          0          0          0          0          0
693.07/693.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
693.07/693.30	c   integral         :     203.87       0.00       0.00     203.87       0.00
693.07/693.30	c   setppc           :       0.29       0.00       0.29       0.00       0.00
693.07/693.30	c   and              :      13.51       5.24       8.27       0.00       0.00
693.07/693.30	c   linear           :       1.14       0.03       1.11       0.00       0.00
693.07/693.30	c   logicor          :       0.62       0.00       0.62       0.00       0.00
693.07/693.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00
693.07/693.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
693.07/693.30	c   vbounds          :       0.05          2          0          0
693.07/693.30	c   rootredcost      :       0.04          3          0          0
693.07/693.30	c   pseudoobj        :       0.43      46990         47        140
693.07/693.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
693.07/693.30	c   propagation      :       0.02        123        122        277       34.0          1       41.0          -
693.07/693.30	c   infeasible LP    :       0.00          1          1          1       41.0          0        0.0          0
693.07/693.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
693.07/693.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
693.07/693.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
693.07/693.30	c   applied globally :          -          -          -        219       31.7          -          -          -
693.07/693.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
693.07/693.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
693.07/693.30	c   cut pool         :       0.01          6          -          -         16          -    (maximal pool size: 526)
693.07/693.30	c   redcost          :       1.15      11495          0      46065          0          0
693.07/693.30	c   impliedbounds    :       0.00          7          0          0          8          0
693.07/693.30	c   intobj           :       0.00          0          0          0          0          0
693.07/693.30	c   cgmip            :       0.00          0          0          0          0          0
693.07/693.30	c   gomory           :       1.19          7          0          0        174          0
693.07/693.30	c   strongcg         :       2.82          7          0          0        599          0
693.07/693.30	c   cmir             :       0.17          7          0          0          0          0
693.07/693.30	c   flowcover        :       0.19          7          0          0          0          0
693.07/693.30	c   clique           :       0.08          7          0          0         55          0
693.07/693.30	c   zerohalf         :       0.00          0          0          0          0          0
693.07/693.30	c   mcf              :       0.07          3          0          0          3          0
693.07/693.30	c   rapidlearning    :       1.35          1          0          0          0        715
693.07/693.30	c Pricers            :       Time      Calls       Vars
693.07/693.30	c   problem variables:       0.00          0          0
693.07/693.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
693.07/693.30	c   relpscost        :     203.85       7538         28       2134          0          0      13578
693.07/693.30	c   pscost           :       0.00          0          0          0          0          0          0
693.07/693.30	c   inference        :       0.00          0          0          0          0          0          0
693.07/693.30	c   mostinf          :       0.00          0          0          0          0          0          0
693.07/693.30	c   leastinf         :       0.00          0          0          0          0          0          0
693.07/693.30	c   fullstrong       :       0.00          0          0          0          0          0          0
693.07/693.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
693.07/693.30	c   random           :       0.00          0          0          0          0          0          0
693.07/693.30	c Primal Heuristics  :       Time      Calls      Found
693.07/693.30	c   LP solutions     :       0.00          -          1
693.07/693.30	c   pseudo solutions :       0.00          -          0
693.07/693.30	c   feaspump         :       0.00          0          0
693.07/693.30	c   oneopt           :       0.02          3          0
693.07/693.30	c   crossover        :       0.32          7          0
693.07/693.30	c   guideddiving     :       8.11         22          0
693.07/693.30	c   linesearchdiving :       3.72         22          1
693.07/693.30	c   veclendiving     :      11.65         22          0
693.07/693.30	c   pscostdiving     :       4.20         22          0
693.07/693.30	c   coefdiving       :       7.48         22          0
693.07/693.30	c   fracdiving       :       8.20         22          0
693.07/693.30	c   rootsoldiving    :       2.74         12          0
693.07/693.30	c   objpscostdiving  :       6.66         12          0
693.07/693.30	c   trivial          :       0.00          2          3
693.07/693.30	c   simplerounding   :       0.02          0          0
693.07/693.30	c   zirounding       :       0.49       1000          0
693.07/693.30	c   rounding         :       1.09       1445          0
693.07/693.30	c   shifting         :       1.22        793          4
693.07/693.30	c   intshifting      :       0.00          0          0
693.07/693.30	c   twoopt           :       0.00          0          0
693.07/693.30	c   fixandinfer      :       0.00          0          0
693.07/693.30	c   intdiving        :       0.00          0          0
693.07/693.30	c   actconsdiving    :       0.00          0          0
693.07/693.30	c   octane           :       0.00          0          0
693.07/693.30	c   rens             :      10.31          1          0
693.07/693.30	c   rins             :       0.00          0          0
693.07/693.30	c   localbranching   :       0.00          0          0
693.07/693.30	c   mutation         :       0.00          0          0
693.07/693.30	c   dins             :       0.00          0          0
693.07/693.30	c   undercover       :       0.17          1          1
693.07/693.30	c   nlp              :       0.00          0          0
693.07/693.30	c   trysol           :       0.04          0          0
693.07/693.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
693.07/693.30	c   primal LP        :       2.42          0          0       0.00       0.00
693.07/693.30	c   dual LP          :     354.38      17642     798974      45.29    2254.57
693.07/693.30	c   lex dual LP      :       0.00          0          0       0.00          -
693.07/693.30	c   barrier LP       :       0.00          0          0       0.00          -
693.07/693.30	c   diving/probing LP:      43.08       7144      99790      13.97    2316.39
693.07/693.30	c   strong branching :     202.84       4962     445289      89.74    2195.27
693.07/693.30	c     (at root node) :          -         17      17000    1000.00          -
693.07/693.30	c   conflict analysis:       0.00          0          0       0.00          -
693.07/693.30	c B&B Tree           :
693.07/693.30	c   number of runs   :          1
693.07/693.30	c   nodes            :      13534
693.07/693.30	c   nodes (total)    :      13534
693.07/693.30	c   nodes left       :          0
693.07/693.30	c   max depth        :         70
693.07/693.30	c   max depth (total):         70
693.07/693.30	c   backtracks       :       1994 (14.7%)
693.07/693.30	c   delayed cutoffs  :          0
693.07/693.30	c   repropagations   :        736 (1468 domain reductions, 0 cutoffs)
693.07/693.30	c   avg switch length:       7.02
693.07/693.30	c   switching time   :      17.00
693.07/693.30	c Solution           :
693.07/693.30	c   Solutions found  :         11 (5 improvements)
693.07/693.30	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
693.07/693.30	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 324 nodes, 234.79 seconds, depth 33, found by <linesearchdiving>)
693.07/693.30	c   Dual Bound       : -7.00000000000000e+00
693.07/693.30	c   Gap              :       0.00 %
693.07/693.30	c   Root Dual Bound  : -2.50000000000000e+01
693.07/693.30	c   Root Iterations  :      14545
693.07/693.34	c Time complete: 693.12.

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666718-1276667088/watcher-2666718-1276667088 -o /tmp/evaluation-result-2666718-1276667088/solver-2666718-1276667088 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666718-1276667088.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.92 0.98 1.06 3/106 14593
/proc/meminfo: memFree=1756068/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=7724 CPUtime=0
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 1004 0 0 0 0 0 0 0 20 0 1 0 8001561 7909376 925 1992294400 4194304 8223781 140734804771424 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14593/statm: 1931 934 348 984 0 944 0

[startup+0.075677 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 14593
/proc/meminfo: memFree=1756068/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=16488 CPUtime=0.06
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 3771 0 0 0 4 2 0 0 20 0 1 0 8001561 16883712 3070 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 4122 3070 432 984 0 3135 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16488

[startup+0.101678 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 14593
/proc/meminfo: memFree=1756068/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=16488 CPUtime=0.09
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 3771 0 0 0 6 3 0 0 20 0 1 0 8001561 16883712 3070 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 4122 3070 432 984 0 3135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.301701 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 14593
/proc/meminfo: memFree=1756068/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=17800 CPUtime=0.3
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 5422 0 0 0 15 15 0 0 20 0 1 0 8001561 18227200 3436 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 4450 3436 459 984 0 3463 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17800

[startup+0.701744 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 14593
/proc/meminfo: memFree=1756068/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=25656 CPUtime=0.69
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 7972 0 0 0 47 22 0 0 20 0 1 0 8001561 26271744 5491 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 6414 5491 532 984 0 5427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25656

[startup+1.50083 s]
/proc/loadavg: 0.92 0.98 1.06 2/107 14594
/proc/meminfo: memFree=1735476/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=27160 CPUtime=1.49
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 8462 0 0 0 127 22 0 0 22 0 1 0 8001561 27811840 5735 1992294400 4194304 8223781 140734804771424 18446744073709551615 6562612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 6790 5735 535 984 0 5803 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27160

[startup+3.10101 s]
/proc/loadavg: 0.92 0.98 1.06 2/107 14594
/proc/meminfo: memFree=1734608/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=27184 CPUtime=3.09
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 9328 0 0 0 286 23 0 0 25 0 1 0 8001561 27836416 5748 1992294400 4194304 8223781 140734804771424 18446744073709551615 6569462 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 6796 5748 536 984 0 5809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27184

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 1.06 2/107 14594
/proc/meminfo: memFree=1715512/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=44252 CPUtime=6.29
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 26691 0 0 0 572 57 0 0 25 0 1 0 8001561 45314048 10154 1992294400 4194304 8223781 140734804771424 18446744073709551615 6569880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 11063 10154 602 984 0 10076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44252

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 1.05 2/107 14594
/proc/meminfo: memFree=1716876/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=44668 CPUtime=12.69
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 26783 0 0 0 1209 60 0 0 25 0 1 0 8001561 45740032 10246 1992294400 4194304 8223781 140734804771424 18446744073709551615 5426503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 11167 10246 602 984 0 10180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44668

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 1.05 2/107 14596
/proc/meminfo: memFree=1697656/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=65248 CPUtime=25.48
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 53257 0 0 0 2471 77 0 0 25 0 1 0 8001561 66813952 14916 1992294400 4194304 8223781 140734804771424 18446744073709551615 4890317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 16312 14916 608 984 0 15325 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65248

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.05 2/107 14596
/proc/meminfo: memFree=1713156/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=48364 CPUtime=51.07
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 72019 0 0 0 5004 103 0 0 25 0 1 0 8001561 49524736 11090 1992294400 4194304 8223781 140734804771424 18446744073709551615 6567161 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 12091 11090 611 984 0 11104 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48364

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 1.05 2/107 14598
/proc/meminfo: memFree=1713032/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=47960 CPUtime=102.26
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 73961 0 0 0 10089 137 0 0 25 0 1 0 8001561 49111040 11031 1992294400 4194304 8223781 140734804771424 18446744073709551615 6536494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 11990 11031 611 984 0 11003 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47960

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 14598
/proc/meminfo: memFree=1713032/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=47960 CPUtime=162.24
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 73969 0 0 0 16041 183 0 0 25 0 1 0 8001561 49111040 11039 1992294400 4194304 8223781 140734804771424 18446744073709551615 6562384 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 11990 11039 611 984 0 11003 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47960

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/107 14600
/proc/meminfo: memFree=1713032/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=47960 CPUtime=222.23
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 77901 0 0 0 21990 233 0 0 25 0 1 0 8001561 49111040 11041 1992294400 4194304 8223781 140734804771424 18446744073709551615 6591942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 11990 11041 613 984 0 11003 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 47960

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/107 14602
/proc/meminfo: memFree=1713032/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=48236 CPUtime=282.2
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 86605 0 0 0 27936 284 0 0 25 0 1 0 8001561 49393664 11078 1992294400 4194304 8223781 140734804771424 18446744073709551615 6562639 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 12059 11078 613 984 0 11072 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 48236

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/107 14604
/proc/meminfo: memFree=1711296/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=50208 CPUtime=342.18
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 168356 0 0 0 33847 371 0 0 25 0 1 0 8001561 51412992 11564 1992294400 4194304 8223781 140734804771424 18446744073709551615 6559980 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 12552 11564 613 984 0 11565 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 50208

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/107 14606
/proc/meminfo: memFree=1709064/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=52140 CPUtime=402.17
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 263027 0 0 0 39750 467 0 0 25 0 1 0 8001561 53391360 12084 1992294400 4194304 8223781 140734804771424 18446744073709551615 6569855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 13035 12084 613 984 0 12048 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 52140

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/107 14606
/proc/meminfo: memFree=1703732/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=57528 CPUtime=462.15
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 363821 0 0 0 45653 562 0 0 25 0 1 0 8001561 58908672 13413 1992294400 4194304 8223781 140734804771424 18446744073709551615 6571255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 14382 13413 613 984 0 13395 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 57528

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14608
/proc/meminfo: memFree=1699888/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=61268 CPUtime=522.13
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 455752 0 0 0 51554 659 0 0 25 0 1 0 8001561 62738432 14339 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 15317 14339 614 984 0 14330 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 61268

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14610
/proc/meminfo: memFree=1696664/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=64376 CPUtime=582.12
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 547339 0 0 0 57446 766 0 0 25 0 1 0 8001561 65921024 15088 1992294400 4194304 8223781 140734804771424 18446744073709551615 6539268 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 16094 15088 614 984 0 15107 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 64376

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1694184/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=66760 CPUtime=642.1
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 661331 0 0 0 63333 877 0 0 25 0 1 0 8001561 68362240 15686 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 16690 15686 614 984 0 15703 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 66760

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

[startup+665.508 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1693440/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=67480 CPUtime=665.3
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 709896 0 0 0 65603 927 0 0 25 0 1 0 8001561 69099520 15880 1992294400 4194304 8223781 140734804771424 18446744073709551615 6568093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 16870 15880 614 984 0 15883 0
Current children cumulated CPU time (s) 665.3
Current children cumulated vsize (KiB) 67480

[startup+678.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1693068/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=67852 CPUtime=678.07
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 728908 0 0 0 66858 949 0 0 25 0 1 0 8001561 69480448 15973 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 16963 15973 614 984 0 15976 0
Current children cumulated CPU time (s) 678.07
Current children cumulated vsize (KiB) 67852

[startup+684.701 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1692572/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=68188 CPUtime=684.48
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 737971 0 0 0 67486 962 0 0 25 0 1 0 8001561 69824512 16057 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 17047 16057 614 984 0 16060 0
Current children cumulated CPU time (s) 684.48
Current children cumulated vsize (KiB) 68188

[startup+687.901 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1692572/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=68508 CPUtime=687.68
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 743423 0 0 0 67800 968 0 0 25 0 1 0 8001561 70152192 16131 1992294400 4194304 8223781 140734804771424 18446744073709551615 6562644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 17127 16131 614 984 0 16140 0
Current children cumulated CPU time (s) 687.68
Current children cumulated vsize (KiB) 68508

[startup+691.101 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1692448/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=68472 CPUtime=690.87
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 751755 0 0 0 68111 976 0 0 25 0 1 0 8001561 70115328 16113 1992294400 4194304 8223781 140734804771424 18446744073709551615 6446769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 17118 16113 614 984 0 16131 0
Current children cumulated CPU time (s) 690.87
Current children cumulated vsize (KiB) 68472

[startup+692.701 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1692448/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=68284 CPUtime=692.48
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 753912 0 0 0 68269 979 0 0 25 0 1 0 8001561 69922816 16077 1992294400 4194304 8223781 140734804771424 18446744073709551615 6444420 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 17071 16077 614 984 0 16084 0
Current children cumulated CPU time (s) 692.48
Current children cumulated vsize (KiB) 68284

[startup+693.101 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1692448/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=68284 CPUtime=692.88
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 754344 0 0 0 68308 980 0 0 25 0 1 0 8001561 69922816 16081 1992294400 4194304 8223781 140734804771424 18446744073709551615 6446805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14593/statm: 17071 16081 614 984 0 16084 0
Current children cumulated CPU time (s) 692.88
Current children cumulated vsize (KiB) 68284

[startup+693.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 14612
/proc/meminfo: memFree=1692448/2059040 swapFree=4163396/4192956
[pid=14593] ppid=14591 vsize=68404 CPUtime=693.07
/proc/14593/stat : 14593 (pbscip.linux.x8) R 14591 14593 14079 0 -1 4202496 754594 0 0 0 68327 980 0 0 25 0 1 0 8001561 70045696 16101 1992294400 4194304 8223781 140734804771424 18446744073709551615 7294506 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14593/statm: 17101 16101 614 984 0 16114 0
Current children cumulated CPU time (s) 693.07
Current children cumulated vsize (KiB) 68404

Child status: 0
Real time (s): 693.343
CPU time (s): 693.128
CPU user time (s): 683.312
CPU system time (s): 9.81551
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 71724

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

runsolver used 1.16682 second user time and 3.2585 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 07:44:48
IDJOB=2666718
IDBENCH=48231
IDSOLVER=1169
FILE ID=node038/2666718-1276667088
PBS_JOBID= 11172483
Free space on /tmp= 62476 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666718-1276667088/watcher-2666718-1276667088 -o /tmp/evaluation-result-2666718-1276667088/solver-2666718-1276667088 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666718-1276667088.opb -t 1800 -m 1800

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=267427466

node038.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.222
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.44
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.222
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	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1756596 kB
Buffers:         57756 kB
Cached:         135148 kB
SwapCached:       1600 kB
Active:          95892 kB
Inactive:       128580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1756596 kB
SwapTotal:     4192956 kB
SwapFree:      4163396 kB
Dirty:            4508 kB
Writeback:           0 kB
AnonPages:       29920 kB
Mapped:          14084 kB
Slab:            56248 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181628 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= 62472 MiB
End job on node038 at 2010-06-16 07:56:21