Trace number 3741578

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverWrong UNSAT 520.422 520.515

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ds-big.opb
MD5SUM0f8cbacf22bcac8867146871fbd72f4e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4124714222330000
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables174997
Total number of constraints1042
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1042
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint259
Maximum length of a constraint11821
Number of terms in the objective function 174997
Biggest coefficient in the objective function 60000000000000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 602632800292929998
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 60000000000000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 602632800292929998
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3741578-1338756719.opb>
5.19/5.26	c original problem has 174997 variables (174997 bin, 0 int, 0 impl, 0 cont) and 1042 constraints
5.19/5.26	c problem read
5.19/5.26	c presolving settings loaded
7.79/7.87	c presolving:
23.48/23.59	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1042 upgd conss, 0 impls, 1042 clqs
57.78/57.86	c    (52.6s) probing: 245/174997 (0.1%) - 0 fixings, 0 aggregations, 8 implications, 0 bound changes
57.78/57.86	c    (52.6s) probing aborted: 100/100 successive totally useless probings
57.78/57.87	c presolving (2 rounds):
57.78/57.87	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
57.78/57.87	c  16 implications, 1042 cliques
57.78/57.87	c presolved problem has 174997 variables (174997 bin, 0 int, 0 impl, 0 cont) and 1042 constraints
57.78/57.87	c    1042 constraints of type <setppc>
57.78/57.87	c transformed objective value is always integral (scale: 1)
57.78/57.87	c Presolving Time: 50.43
57.78/57.87	c - non default parameters ----------------------------------------------------------------------
57.78/57.87	c # SCIP version 1.2.1.3
57.78/57.87	c 
57.78/57.87	c # frequency for displaying node information lines
57.78/57.87	c # [type: int, range: [-1,2147483647], default: 100]
57.78/57.87	c display/freq = 10000
57.78/57.87	c 
57.78/57.87	c # maximal time in seconds to run
57.78/57.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
57.78/57.87	c limits/time = 1784.75
57.78/57.87	c 
57.78/57.87	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
57.78/57.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
57.78/57.87	c limits/memory = 13950
57.78/57.87	c 
57.78/57.87	c # default clock type (1: CPU user seconds, 2: wall clock time)
57.78/57.87	c # [type: int, range: [1,2], default: 1]
57.78/57.87	c timing/clocktype = 2
57.78/57.87	c 
57.78/57.87	c # should presolving try to simplify inequalities
57.78/57.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
57.78/57.87	c constraints/linear/simplifyinequalities = TRUE
57.78/57.87	c 
57.78/57.87	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
57.78/57.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
57.78/57.87	c constraints/indicator/addCouplingCons = TRUE
57.78/57.87	c 
57.78/57.87	c # should presolving try to simplify knapsacks
57.78/57.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
57.78/57.87	c constraints/knapsack/simplifyinequalities = TRUE
57.78/57.87	c 
57.78/57.87	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
57.78/57.87	c # [type: int, range: [-1,2147483647], default: -1]
57.78/57.87	c separating/rapidlearning/freq = 0
57.78/57.87	c 
57.78/57.87	c -----------------------------------------------------------------------------------------------
57.78/57.87	c start solving
57.88/57.95	c 
516.10/516.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.10/516.22	c   511s|     1 |     0 | 23079 |     - |1075M|   0 |   - | 174k|1042 | 174k|1042 |   0 |   0 |   0 |      --      |      --      |   0.00%
516.10/516.22	c   511s|     1 |     0 | 23079 |     - |1075M|   0 |   - | 174k|1042 | 174k|1042 |   0 |   0 |   0 |      --      |      --      |   0.00%
516.10/516.22	c 
516.10/516.22	c SCIP Status        : problem is solved [infeasible]
516.10/516.22	c Solving Time (sec) : 510.97
516.10/516.22	c Solving Nodes      : 1
516.10/516.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
516.10/516.22	c Dual Bound         : +1.00000000000000e+20
516.10/516.22	c Gap                : 0.00 %
516.10/516.22	s UNSATISFIABLE
516.10/516.22	c SCIP Status        : problem is solved [infeasible]
516.10/516.22	c Solving Time       :     510.97
516.10/516.22	c Original Problem   :
516.10/516.22	c   Problem name     : HOME/instance-3741578-1338756719.opb
516.10/516.22	c   Variables        : 174997 (174997 binary, 0 integer, 0 implicit integer, 0 continuous)
516.10/516.22	c   Constraints      : 1042 initial, 1042 maximal
516.10/516.22	c Presolved Problem  :
516.10/516.22	c   Problem name     : t_HOME/instance-3741578-1338756719.opb
516.10/516.22	c   Variables        : 174997 (174997 binary, 0 integer, 0 implicit integer, 0 continuous)
516.10/516.22	c   Constraints      : 1042 initial, 1042 maximal
516.10/516.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
516.10/516.22	c   trivial          :       0.02          0          0          0          0          0          0          0          0
516.10/516.22	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
516.10/516.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
516.10/516.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
516.10/516.22	c   implics          :       0.01          0          0          0          0          0          0          0          0
516.10/516.22	c   probing          :      29.77          0          0          0          0          0          0          0          0
516.10/516.22	c   setppc           :       3.45          0          0          0          0          0          0          0          0
516.10/516.22	c   root node        :          -          0          -          -          0          -          -          -          -
516.10/516.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
516.10/516.22	c   integral         :          0          0          0          0          0          0          0          0          0          0
516.10/516.22	c   setppc           :       1042          0        496          0          0          0          0          0          0          0
516.10/516.22	c   countsols        :          0          0          0          0          0          0          0          0          0          0
516.10/516.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
516.10/516.22	c   integral         :       0.00       0.00       0.00       0.00       0.00
516.10/516.22	c   setppc           :       0.04       0.00       0.04       0.00       0.00
516.10/516.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
516.10/516.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
516.10/516.22	c   vbounds          :       0.00          2          0          0
516.10/516.22	c   rootredcost      :       0.00          0          0          0
516.10/516.22	c   pseudoobj        :       0.01          2          1          0
516.10/516.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
516.10/516.22	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
516.10/516.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
516.10/516.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
516.10/516.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
516.10/516.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
516.10/516.22	c   applied globally :          -          -          -          0        0.0          -          -          -
516.10/516.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
516.10/516.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
516.10/516.22	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
516.10/516.22	c   redcost          :       0.00          0          0          0          0          0
516.10/516.22	c   impliedbounds    :       0.00          0          0          0          0          0
516.10/516.22	c   intobj           :       0.00          0          0          0          0          0
516.10/516.22	c   cgmip            :       0.00          0          0          0          0          0
516.10/516.22	c   gomory           :       0.00          0          0          0          0          0
516.10/516.22	c   strongcg         :       0.00          0          0          0          0          0
516.10/516.22	c   cmir             :       0.00          0          0          0          0          0
516.10/516.22	c   flowcover        :       0.00          0          0          0          0          0
516.10/516.22	c   clique           :       0.00          0          0          0          0          0
516.10/516.22	c   zerohalf         :       0.00          0          0          0          0          0
516.10/516.22	c   mcf              :       0.00          0          0          0          0          0
516.10/516.22	c   rapidlearning    :       0.00          0          0          0          0          0
516.10/516.22	c Pricers            :       Time      Calls       Vars
516.10/516.22	c   problem variables:       0.00          0          0
516.10/516.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
516.10/516.22	c   pscost           :       0.00          0          0          0          0          0          0
516.10/516.22	c   inference        :       0.00          0          0          0          0          0          0
516.10/516.22	c   mostinf          :       0.00          0          0          0          0          0          0
516.10/516.22	c   leastinf         :       0.00          0          0          0          0          0          0
516.10/516.22	c   fullstrong       :       0.00          0          0          0          0          0          0
516.10/516.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
516.10/516.22	c   random           :       0.00          0          0          0          0          0          0
516.10/516.22	c   relpscost        :       0.00          0          0          0          0          0          0
516.10/516.22	c Primal Heuristics  :       Time      Calls      Found
516.10/516.22	c   LP solutions     :       0.00          -          0
516.10/516.22	c   pseudo solutions :       0.00          -          0
516.10/516.22	c   oneopt           :       0.00          0          0
516.10/516.22	c   trivial          :       0.29          2          0
516.10/516.22	c   simplerounding   :       0.00          0          0
516.10/516.22	c   zirounding       :       0.00          0          0
516.10/516.22	c   rounding         :       0.00          0          0
516.10/516.22	c   shifting         :       0.00          0          0
516.10/516.22	c   intshifting      :       0.00          0          0
516.10/516.22	c   twoopt           :       0.00          0          0
516.10/516.22	c   fixandinfer      :       0.00          0          0
516.10/516.22	c   feaspump         :       0.00          0          0
516.10/516.22	c   coefdiving       :       0.00          0          0
516.10/516.22	c   pscostdiving     :       0.00          0          0
516.10/516.22	c   fracdiving       :       0.00          0          0
516.10/516.22	c   veclendiving     :       0.00          0          0
516.10/516.22	c   intdiving        :       0.00          0          0
516.10/516.22	c   actconsdiving    :       0.00          0          0
516.10/516.22	c   objpscostdiving  :       0.00          0          0
516.10/516.22	c   rootsoldiving    :       0.00          0          0
516.10/516.22	c   linesearchdiving :       0.00          0          0
516.10/516.22	c   guideddiving     :       0.00          0          0
516.10/516.22	c   octane           :       0.00          0          0
516.10/516.22	c   rens             :       0.00          0          0
516.10/516.22	c   rins             :       0.00          0          0
516.10/516.22	c   localbranching   :       0.00          0          0
516.10/516.22	c   mutation         :       0.00          0          0
516.10/516.22	c   crossover        :       0.00          0          0
516.10/516.22	c   dins             :       0.00          0          0
516.10/516.22	c   undercover       :       0.00          0          0
516.10/516.22	c   nlp              :       0.00          0          0
516.10/516.22	c   trysol           :       0.00          0          0
516.10/516.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
516.10/516.22	c   primal LP        :       0.00          0          0       0.00          -
516.10/516.22	c   dual LP          :     455.37          1      23079   23079.00      50.68
516.10/516.22	c   lex dual LP      :       0.00          0          0       0.00          -
516.10/516.22	c   barrier LP       :       0.00          0          0       0.00          -
516.10/516.22	c   diving/probing LP:       0.00          0          0       0.00          -
516.10/516.22	c   strong branching :       0.00          0          0       0.00          -
516.10/516.22	c     (at root node) :          -          0          0       0.00          -
516.10/516.22	c   conflict analysis:       0.00          0          0       0.00          -
516.10/516.22	c B&B Tree           :
516.10/516.22	c   number of runs   :          1
516.10/516.22	c   nodes            :          1
516.10/516.22	c   nodes (total)    :          1
516.10/516.22	c   nodes left       :          0
516.10/516.22	c   max depth        :          0
516.10/516.22	c   max depth (total):          0
516.10/516.22	c   backtracks       :          0 (0.0%)
516.10/516.22	c   delayed cutoffs  :          0
516.10/516.22	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
516.10/516.22	c   avg switch length:       2.00
516.10/516.22	c   switching time   :       0.00
516.10/516.22	c Solution           :
516.10/516.22	c   Solutions found  :          0 (0 improvements)
516.10/516.22	c   Primal Bound     : infeasible
516.10/516.22	c   Dual Bound       :          -
516.10/516.22	c   Gap              :       0.00 %
516.10/516.22	c   Root Dual Bound  :          -
516.10/516.22	c   Root Iterations  :      23079
520.39/520.51	c Time complete: 520.42.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.98 3/176 11660
/proc/meminfo: memFree=27666676/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 341739151 8105984 1194 33554432000 4194304 8395647 140734928435664 140734928434600 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 1979 1194 370 1026 0 949 0

[startup+0.099845 s]
/proc/loadavg: 2.08 2.02 1.98 3/176 11660
/proc/meminfo: memFree=27666676/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=42912 CPUtime=0.09 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 9932 0 0 0 7 2 0 0 20 0 1 0 341739151 43941888 9872 33554432000 4194304 8395647 140734928435664 140734928434600 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 10728 9872 387 1026 0 9698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42912

[startup+0.100353 s]
/proc/loadavg: 2.08 2.02 1.98 3/176 11660
/proc/meminfo: memFree=27666676/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=42912 CPUtime=0.09 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 9932 0 0 0 7 2 0 0 20 0 1 0 341739151 43941888 9872 33554432000 4194304 8395647 140734928435664 140734928434600 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 10728 9872 387 1026 0 9698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42912

[startup+0.300289 s]
/proc/loadavg: 2.08 2.02 1.98 3/176 11660
/proc/meminfo: memFree=27666676/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=111380 CPUtime=0.29 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 26405 0 0 0 25 4 0 0 20 0 1 0 341739151 114053120 26345 33554432000 4194304 8395647 140734928435664 140734928298152 7370185 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 27845 26345 387 1026 0 26815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 111380

[startup+0.700277 s]
/proc/loadavg: 2.08 2.02 1.98 3/176 11660
/proc/meminfo: memFree=27666676/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=143352 CPUtime=0.69 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 34000 0 0 0 64 5 0 0 20 0 1 0 341739151 146792448 33940 33554432000 4194304 8395647 140734928435664 140734928298152 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 35838 33940 394 1026 0 34808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143352

[startup+1.50029 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 11661
/proc/meminfo: memFree=27527772/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=161648 CPUtime=1.49 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 37190 0 0 0 143 6 0 0 20 0 1 0 341739151 165527552 37130 33554432000 4194304 8395647 140734928435664 140734928300872 7370134 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 40412 37130 394 1026 0 39382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 161648

[startup+3.10031 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 11661
/proc/meminfo: memFree=27510164/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=197792 CPUtime=3.09 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 43379 0 0 0 302 7 0 0 20 0 1 0 341739151 202539008 43319 33554432000 4194304 8395647 140734928435664 140734928300872 7370130 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 49448 43319 394 1026 0 48418 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197792

[startup+6.30033 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 11661
/proc/meminfo: memFree=27334704/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=551164 CPUtime=6.29 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 121504 0 0 0 608 21 0 0 20 0 1 0 341739151 564391936 121090 33554432000 4194304 8395647 140734928435664 140734928433000 6349030 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 137791 121090 421 1026 0 136761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 551164

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 1.98 3/177 11661
/proc/meminfo: memFree=26844648/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=962632 CPUtime=12.68 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 205282 0 0 0 1236 32 0 0 20 0 1 0 341739151 985735168 205589 33554432000 4194304 8395647 140734928435664 140734928432632 4684086 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 240658 205589 462 1026 0 239628 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 962632

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 1.98 3/177 11661
/proc/meminfo: memFree=26616472/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1153992 CPUtime=25.48 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 261025 0 0 0 2506 42 0 0 20 0 1 0 341739151 1181687808 262508 33554432000 4194304 8395647 140734928435664 140734928431464 5220642 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 288498 262508 469 1026 0 287468 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1153992

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 1.98 3/177 11661
/proc/meminfo: memFree=26465824/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1301464 CPUtime=51.08 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 294733 0 0 0 5061 47 0 0 20 0 1 0 341739151 1332699136 300154 33554432000 4194304 8395647 140734928435664 140734928431848 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 325366 300154 487 1026 0 324336 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1301464

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 11661
/proc/meminfo: memFree=26014092/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=102.28 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 10161 67 0 0 20 0 1 0 341739151 1888296960 412585 33554432000 4194304 8395647 140734928435664 140734928431224 6502744 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 412585 565 1026 0 459980 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1844040

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 11661
/proc/meminfo: memFree=26013996/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=162.25 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 16157 68 0 0 20 0 1 0 341739151 1888296960 412585 33554432000 4194304 8395647 140734928435664 140734928431224 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 412585 565 1026 0 459980 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1844040

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 11699
/proc/meminfo: memFree=25700408/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=222.24 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 22154 70 0 0 20 0 1 0 341739151 1888296960 412585 33554432000 4194304 8395647 140734928435664 140734928431224 6670369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 412585 565 1026 0 459980 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1844040

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 11700
/proc/meminfo: memFree=25699816/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=282.24 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 28152 72 0 0 20 0 1 0 341739151 1888296960 412585 33554432000 4194304 8395647 140734928435664 140734928431224 6670389 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 412585 565 1026 0 459980 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1844040

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 11700
/proc/meminfo: memFree=25699720/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=342.23 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 34149 74 0 0 20 0 1 0 341739151 1888296960 412585 33554432000 4194304 8395647 140734928435664 140734928431224 6670385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 412585 565 1026 0 459980 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1844040

[startup+402.3 s]
/proc/loadavg: 2.20 2.05 2.00 3/177 11700
/proc/meminfo: memFree=25681520/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=402.22 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 40146 76 0 0 20 0 1 0 341739151 1888296960 417164 33554432000 4194304 8395647 140734928435664 140734928430072 6670392 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 417164 565 1026 0 459980 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1844040

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 11700
/proc/meminfo: memFree=25650796/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=462.21 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 46144 77 0 0 20 0 1 0 341739151 1888296960 425043 33554432000 4194304 8395647 140734928435664 140734928431224 6670369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 425043 565 1026 0 459980 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1844040

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

[startup+486.3 s]
/proc/loadavg: 2.13 2.05 2.00 3/178 11741
/proc/meminfo: memFree=25936556/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=486.21 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 48543 78 0 0 20 0 1 0 341739151 1888296960 427495 33554432000 4194304 8395647 140734928435664 140734928430792 6670392 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 427495 565 1026 0 459980 0
Current children cumulated CPU time (s) 486.21
Current children cumulated vsize (KiB) 1844040

[startup+499.1 s]
/proc/loadavg: 2.10 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25897872/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=499.01 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 49823 78 0 0 20 0 1 0 341739151 1888296960 428819 33554432000 4194304 8395647 140734928435664 140734928431224 6503325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 428819 565 1026 0 459980 0
Current children cumulated CPU time (s) 499.01
Current children cumulated vsize (KiB) 1844040

[startup+511.9 s]
/proc/loadavg: 2.08 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25893252/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=511.8 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 51102 78 0 0 20 0 1 0 341739151 1888296960 429997 33554432000 4194304 8395647 140734928435664 140734928431224 6670385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 429997 565 1026 0 459980 0
Current children cumulated CPU time (s) 511.8
Current children cumulated vsize (KiB) 1844040

[startup+515.1 s]
/proc/loadavg: 2.08 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25893128/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=515 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365452 0 0 0 51422 78 0 0 20 0 1 0 341739151 1888296960 429997 33554432000 4194304 8395647 140734928435664 140734928431224 6670385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 429997 565 1026 0 459980 0
Current children cumulated CPU time (s) 515
Current children cumulated vsize (KiB) 1844040

[startup+518.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25893376/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=518.2 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365462 0 0 0 51742 78 0 0 20 0 1 0 341739151 1888296960 430007 33554432000 4194304 8395647 140734928435664 140734928431496 6063861 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 430007 575 1026 0 459980 0
Current children cumulated CPU time (s) 518.2
Current children cumulated vsize (KiB) 1844040

[startup+519.9 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25893376/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=519.8 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365470 0 0 0 51902 78 0 0 20 0 1 0 341739151 1888296960 430007 33554432000 4194304 8395647 140734928435664 140734928431496 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 430007 575 1026 0 459980 0
Current children cumulated CPU time (s) 519.8
Current children cumulated vsize (KiB) 1844040

[startup+520.307 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25893236/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1844040 CPUtime=520.2 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365470 0 0 0 51942 78 0 0 20 0 1 0 341739151 1888296960 430007 33554432000 4194304 8395647 140734928435664 140734928431496 6345797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 461010 430007 575 1026 0 459980 0
Current children cumulated CPU time (s) 520.2
Current children cumulated vsize (KiB) 1844040

[startup+520.5 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 11741
/proc/meminfo: memFree=25893236/32873844 swapFree=7128/7128
[pid=11660] ppid=11658 vsize=1013928 CPUtime=520.39 cores=1,3,5,7
/proc/11660/stat : 11660 (pbscip.linux.x8) R 11658 11660 11206 0 -1 4202496 365470 0 0 0 51957 82 0 0 20 0 1 0 341739151 1038262272 251787 33554432000 4194304 8395647 140734928435664 140734928431496 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11660/statm: 253128 251787 575 1026 0 252098 0
Current children cumulated CPU time (s) 520.39
Current children cumulated vsize (KiB) 1013928

Child status: 0
Real time (s): 520.515
CPU time (s): 520.422
CPU user time (s): 519.58
CPU system time (s): 0.841872
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 2008188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.58
system time used= 0.841872
maximum resident set size= 1720028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365478
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= 20
involuntary context switches= 537

runsolver used 0.878866 second user time and 2.47062 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 22:52:01
IDJOB=3741578
IDBENCH=89879
IDSOLVER=2326
FILE ID=node105/3741578-1338756719
RUNJOBID= node105-1338749876-11223
PBS_JOBID= 14636807
Free space on /tmp= 71216 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ds-big.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-3741578-1338756719/watcher-3741578-1338756719 -o /tmp/evaluation-result-3741578-1338756719/solver-3741578-1338756719 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741578-1338756719.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0f8cbacf22bcac8867146871fbd72f4e
RANDOM SEED=1684976976

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27666676 kB
Buffers:          566476 kB
Cached:          3670784 kB
SwapCached:         1700 kB
Active:          1218616 kB
Inactive:        3104132 kB
Active(anon):      81916 kB
Inactive(anon):     4800 kB
Active(file):    1136700 kB
Inactive(file):  3099332 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             60696 kB
Writeback:             0 kB
AnonPages:         92288 kB
Mapped:            11564 kB
Shmem:                 0 kB
Slab:             743660 kB
SReclaimable:     184652 kB
SUnreclaim:       559008 kB
KernelStack:        1448 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     205584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71204 MiB
End job on node105 at 2012-06-03 23:00:42