Trace number 2704564

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverUNSAT 263.403 263.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark109.139
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2704564-1278562015.opb>
0.00/0.01	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.02	c       4 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.00
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.3
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1790
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    16 |     - | 193k|   0 |   4 |  30 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |    67 |     - | 320k|   0 |   8 |  30 |  66 |  30 |   9 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |    72 |     - | 338k|   0 |   8 |  30 |  66 |  30 |  13 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |    78 |     - | 357k|   0 |  12 |  30 |  66 |  30 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    86 |     - | 373k|   0 |  14 |  30 |  66 |  30 |  22 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   103 |     - | 388k|   0 |  14 |  30 |  66 |  30 |  27 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   105 |     - | 395k|   0 |  15 |  30 |  66 |  30 |  30 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     2 |   105 |     - | 396k|   0 |  15 |  30 |  66 |  30 |  30 |  26 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
3.39/3.48	c   3.5s| 10000 |  2071 | 16416 |   1.6 |2544k|  24 |   4 |  30 |2503 |  30 |  15 |  26 |2717 | 343 | 0.000000e+00 |      --      |    Inf 
7.89/7.99	c   8.0s| 20000 |  3265 | 32099 |   1.6 |3743k|  24 |   4 |  30 |3157 |  30 |  15 |  26 |5771 | 505 | 0.000000e+00 |      --      |    Inf 
12.38/12.48	c  12.5s| 30000 |  3856 | 47651 |   1.6 |4323k|  24 |   - |  30 |3149 |   0 |   0 |  26 |9129 | 633 | 0.000000e+00 |      --      |    Inf 
17.28/17.32	c  17.3s| 40000 |  4072 | 62883 |   1.6 |4788k|  24 |   4 |  30 |3392 |  30 |  15 |  26 |  12k| 731 | 0.000000e+00 |      --      |    Inf 
22.09/22.12	c  22.1s| 50000 |  4588 | 78507 |   1.6 |5776k|  24 |   4 |  30 |4756 |  30 |  15 |  26 |  16k| 829 | 0.000000e+00 |      --      |    Inf 
27.89/27.95	c  27.9s| 60000 |  4731 | 93621 |   1.6 |6121k|  24 |   4 |  30 |4545 |  30 |  15 |  26 |  19k| 923 | 0.000000e+00 |      --      |    Inf 
33.58/33.67	c  33.7s| 70000 |  4858 |108937 |   1.6 |6678k|  24 |   - |  30 |5442 |   0 |   0 |  26 |  23k| 994 | 0.000000e+00 |      --      |    Inf 
40.28/40.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.28/40.39	c  40.4s| 80000 |  4552 |124196 |   1.6 |6579k|  24 |   - |  30 |4987 |   0 |   0 |  26 |  26k|1063 | 0.000000e+00 |      --      |    Inf 
45.78/45.85	c  45.8s| 90000 |  5045 |139602 |   1.5 |7343k|  24 |   4 |  30 |6041 |  30 |  15 |  26 |  30k|1141 | 0.000000e+00 |      --      |    Inf 
53.27/53.35	c  53.3s|100000 |  4527 |154592 |   1.5 |7157k|  24 |   - |  30 |5673 |   0 |   0 |  26 |  33k|1219 | 0.000000e+00 |      --      |    Inf 
60.78/60.88	c  60.9s|110000 |  3928 |169539 |   1.5 |6900k|  24 |   4 |  30 |5705 |  30 |  15 |  26 |  37k|1270 | 0.000000e+00 |      --      |    Inf 
67.28/67.37	c  67.4s|120000 |  3892 |184317 |   1.5 |7074k|  24 |   - |  30 |6233 |   0 |   0 |  26 |  40k|1333 | 0.000000e+00 |      --      |    Inf 
74.57/74.60	c  74.6s|130000 |  3699 |199181 |   1.5 |7207k|  24 |   - |  30 |6537 |   0 |   0 |  26 |  44k|1381 | 0.000000e+00 |      --      |    Inf 
81.87/81.92	c  81.9s|140000 |  3406 |214077 |   1.5 |7121k|  25 |   4 |  30 |6477 |  30 |  15 |  26 |  47k|1440 | 0.000000e+00 |      --      |    Inf 
88.27/88.31	c  88.3s|150000 |  3908 |228948 |   1.5 |7648k|  25 |   - |  30 |7159 |   0 |   0 |  26 |  50k|1490 | 0.000000e+00 |      --      |    Inf 
95.37/95.43	c  95.4s|160000 |  3673 |243653 |   1.5 |8016k|  25 |   - |  30 |8312 |   0 |   0 |  26 |  53k|1551 | 0.000000e+00 |      --      |    Inf 
103.66/103.78	c   104s|170000 |  3699 |258436 |   1.5 |7918k|  25 |   4 |  30 |7312 |  30 |  15 |  26 |  57k|1591 | 0.000000e+00 |      --      |    Inf 
111.77/111.87	c   112s|180000 |  3312 |272693 |   1.5 |7876k|  25 |   4 |  30 |7732 |  30 |  15 |  26 |  60k|1639 | 0.000000e+00 |      --      |    Inf 
120.26/120.30	c   120s|190000 |  3167 |288653 |   1.5 |7621k|  25 |   - |  30 |7412 |  30 |  15 |  26 |  64k|1692 | 0.000000e+00 |      --      |    Inf 
128.66/128.72	c   129s|200000 |  2796 |304334 |   1.5 |7802k|  25 |   - |  30 |8468 |   0 |   0 |  26 |  68k|1743 | 0.000000e+00 |      --      |    Inf 
138.75/138.80	c   139s|210000 |  1982 |318944 |   1.5 |6585k|  25 |   4 |  30 |6971 |  30 |  15 |  26 |  72k|1788 | 0.000000e+00 |      --      |    Inf 
146.86/146.93	c   147s|220000 |  1598 |334423 |   1.5 |6193k|  25 |   - |  30 |7034 |   0 |   0 |  26 |  76k|1836 | 0.000000e+00 |      --      |    Inf 
154.25/154.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.25/154.33	c   154s|230000 |  1484 |349003 |   1.5 |6233k|  25 |   - |  30 |7455 |  30 |  15 |  26 |  79k|1878 | 0.000000e+00 |      --      |    Inf 
162.25/162.38	c   162s|240000 |  1353 |364157 |   1.5 |6349k|  25 |   4 |  30 |8331 |  30 |  15 |  26 |  83k|1920 | 0.000000e+00 |      --      |    Inf 
170.54/170.64	c   171s|250000 |  1253 |379237 |   1.5 |6052k|  25 |   4 |  30 |8225 |  30 |  15 |  26 |  86k|1965 | 0.000000e+00 |      --      |    Inf 
179.15/179.26	c   179s|260000 |   957 |394208 |   1.5 |6199k|  25 |   - |  30 |9279 |   0 |   0 |  26 |  90k|2005 | 0.000000e+00 |      --      |    Inf 
189.54/189.66	c   190s|270000 |   222 |409798 |   1.5 |4465k|  25 |   - |  30 |7420 |  30 |  15 |  26 |  94k|2048 | 0.000000e+00 |      --      |    Inf 
197.74/197.88	c   198s|280000 |   352 |426068 |   1.5 |4685k|  25 |   - |  30 |8131 |  30 |  15 |  26 |  98k|2088 | 0.000000e+00 |      --      |    Inf 
206.34/206.41	c   206s|290000 |   181 |441028 |   1.5 |5058k|  25 |   4 |  30 |9470 |  30 |  15 |  26 | 102k|2125 | 0.000000e+00 |      --      |    Inf 
215.24/215.34	c   215s|300000 |   305 |457276 |   1.5 |5161k|  25 |   - |  30 |  10k|  30 |  15 |  26 | 107k|2157 | 0.000000e+00 |      --      |    Inf 
226.73/226.84	c   227s|310000 |   348 |474943 |   1.5 |5894k|  25 |   4 |  30 |  12k|  30 |  15 |  26 | 114k|2201 | 0.000000e+00 |      --      |    Inf 
240.63/240.75	c   241s|320000 |    57 |492557 |   1.5 |6060k|  25 |   - |  30 |  13k|  30 |  15 |  26 | 122k|2240 | 0.000000e+00 |      --      |    Inf 
255.22/255.40	c   255s|330000 |    97 |510790 |   1.5 |6897k|  25 |   - |  30 |  15k|   0 |   0 |  26 | 129k|2278 | 0.000000e+00 |      --      |    Inf 
263.33/263.43	c 
263.33/263.43	c SCIP Status        : problem is solved [infeasible]
263.33/263.43	c Solving Time (sec) : 263.42
263.33/263.43	c Solving Nodes      : 334646
263.33/263.43	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
263.33/263.43	c Dual Bound         : +1.00000000000000e+20
263.33/263.43	c Gap                : 0.00 %
263.33/263.43	s UNSATISFIABLE
263.33/263.43	c SCIP Status        : problem is solved [infeasible]
263.33/263.43	c Solving Time       :     263.42
263.33/263.43	c Original Problem   :
263.33/263.43	c   Problem name     : HOME/instance-2704564-1278562015.opb
263.33/263.43	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
263.33/263.43	c   Constraints      : 9 initial, 9 maximal
263.33/263.43	c Presolved Problem  :
263.33/263.43	c   Problem name     : t_HOME/instance-2704564-1278562015.opb
263.33/263.43	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
263.33/263.43	c   Constraints      : 4 initial, 16778 maximal
263.33/263.43	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
263.33/263.43	c   trivial          :       0.00          0          0          0          0          0          0          0          0
263.33/263.43	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
263.33/263.43	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
263.33/263.43	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
263.33/263.43	c   implics          :       0.00          0          0          0          0          0          0          0          0
263.33/263.43	c   probing          :       0.00          0          0          0          0          0          0          0          0
263.33/263.43	c   linear           :       0.00          0          0          0          0          0          5          0          0
263.33/263.43	c   logicor          :       0.00          0          0          0          0          0          0          0          0
263.33/263.43	c   root node        :          -          2          -          -          2          -          -          -          -
263.33/263.43	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
263.33/263.43	c   integral         :          0          0          0     185086          0        149        851          0          0     368454
263.33/263.43	c   linear           :          4+         7     746375          0          0     127102     920644          0          0          0
263.33/263.43	c   logicor          :          0+         0     371147          0          0       2957     116898          0          0          0
263.33/263.43	c   countsols        :          0          0          0          0          0          0          0          0          0          0
263.33/263.43	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
263.33/263.43	c   integral         :       2.46       0.00       0.00       2.46       0.00
263.33/263.43	c   linear           :      30.18       0.00      30.18       0.00       0.00
263.33/263.43	c   logicor          :      90.43       0.00      90.43       0.00       0.00
263.33/263.43	c   countsols        :       0.00       0.00       0.00       0.00       0.00
263.33/263.43	c Propagators        :       Time      Calls    Cutoffs    DomReds
263.33/263.43	c   vbounds          :       0.28          2          0          0
263.33/263.43	c   rootredcost      :       0.28          0          0          0
263.33/263.43	c   pseudoobj        :       0.22          0          0          0
263.33/263.43	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
263.33/263.43	c   propagation      :       4.95     130059      56289     155881       18.5          8       15.8          -
263.33/263.43	c   infeasible LP    :       2.80      52940      52939      88968       12.7        754       17.1          0
263.33/263.43	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
263.33/263.43	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
263.33/263.43	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
263.33/263.43	c   applied globally :          -          -          -     133375       14.0          -          -          -
263.33/263.43	c   applied locally  :          -          -          -          0        0.0          -          -          -
263.33/263.43	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
263.33/263.43	c   cut pool         :       0.00          5          -          -         19          -    (maximal pool size: 93)
263.33/263.43	c   redcost          :       0.34     185089          0          0          0          0
263.33/263.43	c   impliedbounds    :       0.00          6          0          0          0          0
263.33/263.43	c   intobj           :       0.00          0          0          0          0          0
263.33/263.43	c   cgmip            :       0.00          0          0          0          0          0
263.33/263.43	c   gomory           :       0.00          6          0          0          1          0
263.33/263.43	c   strongcg         :       0.00          6          0          0         12          0
263.33/263.43	c   cmir             :       0.01          6          0          0         39          0
263.33/263.43	c   flowcover        :       0.01          6          0          0         56          0
263.33/263.43	c   clique           :       0.00          1          0          0          0          0
263.33/263.43	c   zerohalf         :       0.00          0          0          0          0          0
263.33/263.43	c   mcf              :       0.00          1          0          0          0          0
263.33/263.43	c   rapidlearning    :       0.06          1          0          0          0         62
263.33/263.43	c Pricers            :       Time      Calls       Vars
263.33/263.43	c   problem variables:       0.00          0          0
263.33/263.43	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
263.33/263.43	c   relpscost        :       2.24     185086        149        851          0          0     368454
263.33/263.43	c   pscost           :       0.00          0          0          0          0          0          0
263.33/263.43	c   inference        :       0.00          0          0          0          0          0          0
263.33/263.43	c   mostinf          :       0.00          0          0          0          0          0          0
263.33/263.43	c   leastinf         :       0.00          0          0          0          0          0          0
263.33/263.43	c   fullstrong       :       0.00          0          0          0          0          0          0
263.33/263.43	c   allfullstrong    :       0.00          0          0          0          0          0          0
263.33/263.43	c   random           :       0.00          0          0          0          0          0          0
263.33/263.43	c Primal Heuristics  :       Time      Calls      Found
263.33/263.43	c   LP solutions     :       0.00          -          0
263.33/263.43	c   pseudo solutions :       0.00          -          0
263.33/263.43	c   oneopt           :       0.22          0          0
263.33/263.43	c   crossover        :       0.14          0          0
263.33/263.43	c   guideddiving     :       0.02          0          0
263.33/263.43	c   veclendiving     :       0.04         29          0
263.33/263.43	c   coefdiving       :       0.04         30          0
263.33/263.43	c   pscostdiving     :       0.03         30          0
263.33/263.43	c   fracdiving       :       0.03         30          0
263.33/263.43	c   linesearchdiving :       0.03         30          0
263.33/263.43	c   feaspump         :       0.03         17          0
263.33/263.43	c   trivial          :       0.00          2          0
263.33/263.43	c   simplerounding   :       0.09          0          0
263.33/263.43	c   zirounding       :       0.13       1000          0
263.33/263.43	c   rounding         :       0.22       6054          0
263.33/263.43	c   shifting         :       0.80       1936          0
263.33/263.43	c   intshifting      :       0.02          0          0
263.33/263.43	c   twoopt           :       0.00          0          0
263.33/263.43	c   fixandinfer      :       0.00          0          0
263.33/263.43	c   intdiving        :       0.00          0          0
263.33/263.43	c   actconsdiving    :       0.00          0          0
263.33/263.43	c   objpscostdiving  :       0.03         17          0
263.33/263.43	c   rootsoldiving    :       0.02         15          0
263.33/263.43	c   octane           :       0.00          0          0
263.33/263.43	c   rens             :       0.05          1          0
263.33/263.43	c   rins             :       0.00          0          0
263.33/263.43	c   localbranching   :       0.00          0          0
263.33/263.43	c   mutation         :       0.00          0          0
263.33/263.43	c   dins             :       0.00          0          0
263.33/263.43	c   undercover       :       0.00          0          0
263.33/263.43	c   nlp              :       0.09          0          0
263.33/263.43	c   trysol           :       0.16          0          0
263.33/263.43	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
263.33/263.43	c   primal LP        :       0.00          0          0       0.00          -
263.33/263.43	c   dual LP          :      20.80     233834     519169       2.22   24956.67
263.33/263.43	c   lex dual LP      :       0.00          0          0       0.00          -
263.33/263.43	c   barrier LP       :       0.00          0          0       0.00          -
263.33/263.43	c   diving/probing LP:       0.03        236        435       1.84   14032.71
263.33/263.43	c   strong branching :       0.37       2300       8433       3.67   23041.36
263.33/263.43	c     (at root node) :          -          9        375      41.67          -
263.33/263.43	c   conflict analysis:       0.00          0          0       0.00          -
263.33/263.43	c B&B Tree           :
263.33/263.43	c   number of runs   :          1
263.33/263.43	c   nodes            :     334646
263.33/263.43	c   nodes (total)    :     334646
263.33/263.43	c   nodes left       :          0
263.33/263.43	c   max depth        :         25
263.33/263.43	c   max depth (total):         25
263.33/263.43	c   backtracks       :     100188 (29.9%)
263.33/263.43	c   delayed cutoffs  :      33809
263.33/263.43	c   repropagations   :     164204 (313887 domain reductions, 32382 cutoffs)
263.33/263.43	c   avg switch length:       5.21
263.33/263.43	c   switching time   :      74.32
263.33/263.43	c Solution           :
263.33/263.43	c   Solutions found  :          0 (0 improvements)
263.33/263.43	c   Primal Bound     : infeasible
263.33/263.43	c   Dual Bound       :          -
263.33/263.43	c   Gap              :       0.00 %
263.33/263.43	c   Root Dual Bound  : +0.00000000000000e+00
263.33/263.43	c   Root Iterations  :        105
263.33/263.47	c Time complete: 263.39.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2704564-1278562015/watcher-2704564-1278562015 -o /tmp/evaluation-result-2704564-1278562015/solver-2704564-1278562015 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704564-1278562015.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: 1.00 1.00 1.00 3/106 31179
/proc/meminfo: memFree=1537900/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=7904 CPUtime=0
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 1048 0 0 0 0 0 0 0 20 0 1 0 24408637 8093696 959 1992294400 4194304 8395647 140736438509264 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31179/statm: 1976 968 365 1026 0 946 0

[startup+0.032453 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31179
/proc/meminfo: memFree=1537900/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=18352 CPUtime=0.02
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 3866 0 0 0 1 1 0 0 20 0 1 0 24408637 18792448 3424 1992294400 4194304 8395647 140736438509264 18446744073709551615 7382132 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 4588 3436 590 1026 0 3558 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18352

[startup+0.101457 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31179
/proc/meminfo: memFree=1537900/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=21848 CPUtime=0.09
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 4699 0 0 0 7 2 0 0 20 0 1 0 24408637 22372352 4257 1992294400 4194304 8395647 140736438509264 18446744073709551615 4922661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5462 4257 608 1026 0 4432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21848

[startup+0.301479 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31179
/proc/meminfo: memFree=1537900/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=0.29
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5297 0 0 0 25 4 0 0 20 0 1 0 24408637 23543808 4855 1992294400 4194304 8395647 140736438509264 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4855 622 1026 0 4718 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22992

[startup+0.701522 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31179
/proc/meminfo: memFree=1537900/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=0.69
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5298 0 0 0 64 5 0 0 21 0 1 0 24408637 23543808 4856 1992294400 4194304 8395647 140736438509264 18446744073709551615 4652195 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4856 622 1026 0 4718 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22992

[startup+1.50061 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31180
/proc/meminfo: memFree=1520904/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=1.49
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5301 0 0 0 141 8 0 0 22 0 1 0 24408637 23543808 4859 1992294400 4194304 8395647 140736438509264 18446744073709551615 4601576 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4859 622 1026 0 4718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22992

[startup+3.10078 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31180
/proc/meminfo: memFree=1520284/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=3.09
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5304 0 0 0 298 11 0 0 25 0 1 0 24408637 23543808 4862 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4862 622 1026 0 4718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22992

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31180
/proc/meminfo: memFree=1520284/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=6.29
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5308 0 0 0 610 19 0 0 25 0 1 0 24408637 23543808 4866 1992294400 4194304 8395647 140736438509264 18446744073709551615 4967889 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4866 622 1026 0 4718 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22992

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31180
/proc/meminfo: memFree=1520284/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=12.69
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5312 0 0 0 1236 33 0 0 25 0 1 0 24408637 23543808 4870 1992294400 4194304 8395647 140736438509264 18446744073709551615 4218167 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4870 622 1026 0 4718 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22992

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31180
/proc/meminfo: memFree=1520284/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=22992 CPUtime=25.48
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5316 0 0 0 2494 54 0 0 25 0 1 0 24408637 23543808 4874 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 5748 4874 622 1026 0 4718 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22992

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31181
/proc/meminfo: memFree=1519044/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=24548 CPUtime=51.08
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 5661 0 0 0 5017 91 0 0 25 0 1 0 24408637 25137152 5219 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 6137 5219 622 1026 0 5107 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24548

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31182
/proc/meminfo: memFree=1517184/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=26356 CPUtime=102.27
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6088 0 0 0 10074 153 0 0 25 0 1 0 24408637 26988544 5646 1992294400 4194304 8395647 140736438509264 18446744073709551615 5025089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 6589 5646 622 1026 0 5559 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26356

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31184
/proc/meminfo: memFree=1516812/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=26808 CPUtime=162.25
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6188 0 0 0 16008 217 0 0 25 0 1 0 24408637 27451392 5746 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 6702 5746 622 1026 0 5672 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26808

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1515820/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=27548 CPUtime=222.23
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6401 0 0 0 21948 275 0 0 25 0 1 0 24408637 28209152 5959 1992294400 4194304 8395647 140736438509264 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 6887 5959 622 1026 0 5857 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27548

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1515696/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=28220 CPUtime=230.23
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6447 0 0 0 22742 281 0 0 25 0 1 0 24408637 28897280 6005 1992294400 4194304 8395647 140736438509264 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7055 6005 622 1026 0 6025 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 28220

[startup+243.109 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1515200/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=28676 CPUtime=243.04
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6555 0 0 0 24013 291 0 0 25 0 1 0 24408637 29364224 6113 1992294400 4194304 8395647 140736438509264 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7169 6113 622 1026 0 6139 0
Current children cumulated CPU time (s) 243.04
Current children cumulated vsize (KiB) 28676

[startup+255.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513960/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30000 CPUtime=255.83
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6865 0 0 0 25282 301 0 0 25 0 1 0 24408637 30720000 6423 1992294400 4194304 8395647 140736438509264 18446744073709551615 4212670 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7500 6423 622 1026 0 6470 0
Current children cumulated CPU time (s) 255.83
Current children cumulated vsize (KiB) 30000

[startup+259.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513960/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30000 CPUtime=259.02
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6866 0 0 0 25599 303 0 0 25 0 1 0 24408637 30720000 6424 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7500 6424 622 1026 0 6470 0
Current children cumulated CPU time (s) 259.02
Current children cumulated vsize (KiB) 30000

[startup+260.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513588/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30376 CPUtime=260.63
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6960 0 0 0 25759 304 0 0 25 0 1 0 24408637 31105024 6518 1992294400 4194304 8395647 140736438509264 18446744073709551615 4471670 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7594 6518 622 1026 0 6564 0
Current children cumulated CPU time (s) 260.63
Current children cumulated vsize (KiB) 30376

[startup+262.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513588/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30376 CPUtime=262.22
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6976 0 0 0 25917 305 0 0 25 0 1 0 24408637 31105024 6534 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7594 6534 622 1026 0 6564 0
Current children cumulated CPU time (s) 262.22
Current children cumulated vsize (KiB) 30376

[startup+263.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513588/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30376 CPUtime=263.03
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6976 0 0 0 25997 306 0 0 25 0 1 0 24408637 31105024 6534 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7594 6534 622 1026 0 6564 0
Current children cumulated CPU time (s) 263.03
Current children cumulated vsize (KiB) 30376

[startup+263.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513588/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30376 CPUtime=263.22
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6976 0 0 0 26016 306 0 0 25 0 1 0 24408637 31105024 6534 1992294400 4194304 8395647 140736438509264 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7594 6534 622 1026 0 6564 0
Current children cumulated CPU time (s) 263.22
Current children cumulated vsize (KiB) 30376

[startup+263.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31186
/proc/meminfo: memFree=1513588/2059040 swapFree=4165016/4192956
[pid=31179] ppid=31177 vsize=30376 CPUtime=263.33
/proc/31179/stat : 31179 (pbscip.linux.x8) R 31177 31179 31021 0 -1 4202496 6976 0 0 0 26026 307 0 0 25 0 1 0 24408637 31105024 6534 1992294400 4194304 8395647 140736438509264 18446744073709551615 4231984 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31179/statm: 7594 6534 622 1026 0 6564 0
Current children cumulated CPU time (s) 263.33
Current children cumulated vsize (KiB) 30376

Child status: 0
Real time (s): 263.47
CPU time (s): 263.403
CPU user time (s): 260.328
CPU system time (s): 3.07453
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 30376

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

runsolver used 0.404938 second user time and 1.2838 second system time

The end

Launcher Data

Begin job on node047 at 2010-07-08 06:06:55
IDJOB=2704564
IDBENCH=2907
IDSOLVER=1213
FILE ID=node047/2704564-1278562015
PBS_JOBID= 11239566
Free space on /tmp= 62492 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.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-2704564-1278562015/watcher-2704564-1278562015 -o /tmp/evaluation-result-2704564-1278562015/solver-2704564-1278562015 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704564-1278562015.opb -t 1800 -m 1800

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1505476626

node047.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.248
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.49
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.248
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1538428 kB
Buffers:         80528 kB
Cached:         316532 kB
SwapCached:       1388 kB
Active:         188360 kB
Inactive:       242000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1538428 kB
SwapTotal:     4192956 kB
SwapFree:      4165016 kB
Dirty:           10440 kB
Writeback:          12 kB
AnonPages:       31880 kB
Mapped:          13340 kB
Slab:            68360 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180240 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= 62484 MiB
End job on node047 at 2010-07-08 06:11:18