Trace number 3692851

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.81 1797.09

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692851-1338028360.opb>
0.06/0.08	c original problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
0.06/0.08	c problem read in 0.09
0.09/0.18	c presolving:
0.29/0.39	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30179 upgd conss, 0 impls, 941 clqs
0.39/0.44	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 108 chg coeffs, 35801 upgd conss, 0 impls, 1505 clqs
0.39/0.48	c (round 3) 42 del vars, 7 del conss, 0 add conss, 0 chg bounds, 18 chg sides, 540 chg coeffs, 35801 upgd conss, 11242 impls, 1498 clqs
0.49/0.56	c    (0.6s) probing: 51/4560 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.56	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.49/0.58	c presolving (4 rounds):
0.49/0.58	c  42 deleted vars, 7 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 18 changed sides, 540 changed coefficients
0.49/0.58	c  11242 implications, 1498 cliques
0.49/0.58	c presolved problem has 4560 variables (4560 bin, 0 int, 0 impl, 0 cont) and 30172 constraints
0.49/0.58	c      78 constraints of type <knapsack>
0.49/0.58	c    6556 constraints of type <setppc>
0.49/0.58	c   23538 constraints of type <logicor>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.46
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 2.1.1.4
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1797
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 13950
0.49/0.58	c 
0.49/0.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.58	c # [type: int, range: [1,2], default: 1]
0.49/0.58	c timing/clocktype = 2
0.49/0.58	c 
0.49/0.58	c # belongs reading time to solving time?
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c timing/reading = TRUE
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.58	c 
4.48/4.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.48/4.52	c   4.5s|     1 |     0 |  7574 |     - |  50M|   0 | 605 |4560 |  30k|4560 |  30k|   0 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
56.28/56.36	c  56.4s|     1 |     0 | 52046 |     - |  60M|   0 | 674 |4560 |  30k|4560 |  30k|  72 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
62.17/62.26	c  62.3s|     1 |     0 | 56771 |     - |  69M|   0 | 769 |4560 |  30k|4560 |  30k| 132 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
71.08/71.10	c  71.1s|     1 |     0 | 61194 |     - |  78M|   0 | 742 |4560 |  30k|4560 |  30k| 173 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
75.98/76.01	c  76.0s|     1 |     0 | 64098 |     - |  86M|   0 | 766 |4560 |  30k|4560 |  30k| 213 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
81.28/81.32	c  81.3s|     1 |     0 | 68275 |     - |  92M|   0 | 754 |4560 |  30k|4560 |  30k| 251 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
84.88/84.98	c  85.0s|     1 |     0 | 70334 |     - |  98M|   0 | 755 |4560 |  30k|4560 |  30k| 278 |  51 |   0 | 0.000000e+00 |      --      |    Inf 
97.78/97.82	c  97.8s|     1 |     2 | 70334 |     - |  98M|   0 | 755 |4560 |  30k|4560 |  30k| 278 |  51 |  17 | 0.000000e+00 |      --      |    Inf 
1227.40/1227.68	c  1228s|   100 |   101 |893749 |8317.3 |  99M|  31 | 806 |4560 |  30k|4560 |  30k| 278 | 192 | 554 | 0.000000e+00 |      --      |    Inf 
1379.37/1379.68	c  1380s|   200 |   199 |  1001k|4678.8 | 100M|  66 | 825 |4560 |  30k|4560 |  30k| 278 | 287 | 757 | 0.000000e+00 |      --      |    Inf 
1473.55/1473.83	c  1474s|   300 |   295 |  1062k|3316.8 | 101M|  92 | 682 |4560 |  30k|4560 |  30k| 278 | 358 | 982 | 0.000000e+00 |      --      |    Inf 
1488.75/1489.00	c  1489s|   400 |   385 |  1073k|2514.9 | 102M| 150 | 427 |4560 |  30k|4560 |  30k| 278 | 388 |1057 | 0.000000e+00 |      --      |    Inf 
1493.95/1494.29	c  1494s|   500 |   423 |  1077k|2017.9 | 103M| 183 | 302 |4560 |  30k|4560 |  30k| 278 | 441 |1088 | 0.000000e+00 |      --      |    Inf 
1498.85/1499.17	c  1499s|   600 |   473 |  1080k|1686.3 | 104M| 226 |  54 |4560 |  30k|4560 |  30k| 278 | 604 |1130 | 0.000000e+00 |      --      |    Inf 
1539.34/1539.61	c  1540s|   700 |   350 |  1111k|1489.9 | 102M| 237 | 582 |4560 |  30k|4560 |  30k| 278 | 722 |1262 | 0.000000e+00 |      --      |    Inf 
1547.64/1547.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1547.64/1547.98	c  1548s|   800 |   401 |  1117k|1310.6 | 103M| 237 |   - |4560 |  30k|4560 |  30k| 278 | 875 |1321 | 0.000000e+00 |      --      |    Inf 
1580.63/1580.92	c  1581s|   900 |   379 |  1148k|1199.3 | 103M| 237 | 566 |4560 |  30k|4560 |  30k| 278 |1072 |1410 | 0.000000e+00 |      --      |    Inf 
1594.53/1594.83	c  1595s|  1000 |   437 |  1158k|1089.2 | 103M| 237 | 698 |4560 |  30k|4560 |  30k| 278 |1197 |1468 | 0.000000e+00 |      --      |    Inf 
1607.63/1607.99	c  1608s|  1100 |   434 |  1168k| 999.5 | 104M| 237 | 355 |4560 |  31k|4560 |  30k| 278 |1440 |1515 | 0.000000e+00 |      --      |    Inf 
1643.03/1643.33	c  1643s|  1200 |   465 |  1194k| 937.9 | 104M| 237 | 565 |4560 |  31k|4560 |  30k| 278 |1628 |1616 | 0.000000e+00 |      --      |    Inf 
1650.93/1651.24	c  1651s|  1300 |   482 |  1200k| 870.3 | 104M| 237 | 402 |4560 |  31k|4560 |  30k| 278 |1750 |1659 | 0.000000e+00 |      --      |    Inf 
1662.22/1662.53	c  1663s|  1400 |   482 |  1209k| 813.9 | 104M| 237 | 529 |4560 |  31k|4560 |  30k| 278 |2095 |1715 | 0.000000e+00 |      --      |    Inf 
1673.22/1673.53	c  1674s|  1500 |   468 |  1217k| 765.1 | 104M| 237 |   - |4560 |  31k|4560 |  30k| 278 |2366 |1771 | 0.000000e+00 |      --      |    Inf 
1682.73/1683.02	c  1683s|  1600 |   480 |  1223k| 721.1 | 104M| 237 | 542 |4560 |  31k|4560 |  30k| 278 |2639 |1812 | 0.000000e+00 |      --      |    Inf 
1692.53/1692.82	c  1693s|  1700 |   491 |  1230k| 682.8 | 105M| 237 | 517 |4560 |  31k|4560 |  30k| 278 |2897 |1853 | 0.000000e+00 |      --      |    Inf 
1703.31/1703.61	c  1704s|  1800 |   456 |  1238k| 649.1 | 104M| 237 |   - |4560 |  31k|4560 |  30k| 278 |3090 |1907 | 0.000000e+00 |      --      |    Inf 
1712.12/1712.43	c  1712s|  1900 |   459 |  1243k| 618.0 | 104M| 237 |   - |4560 |  31k|4560 |  30k| 278 |3233 |1946 | 0.000000e+00 |      --      |    Inf 
1723.11/1723.41	c  1723s|  2000 |   440 |  1251k| 590.9 | 104M| 237 | 631 |4560 |  31k|4560 |  30k| 278 |3425 |1998 | 0.000000e+00 |      --      |    Inf 
1733.61/1733.92	c  1734s|  2100 |   527 |  1258k| 566.3 | 105M| 237 | 242 |4560 |  31k|4560 |  30k| 278 |3462 |2066 | 0.000000e+00 |      --      |    Inf 
1741.31/1741.68	c  1742s|  2200 |   550 |  1264k| 543.0 | 105M| 237 |   - |4560 |  31k|4560 |  30k| 278 |3635 |2108 | 0.000000e+00 |      --      |    Inf 
1747.41/1747.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1747.41/1747.73	c  1748s|  2300 |   471 |  1268k| 521.1 | 104M| 237 | 417 |4560 |  31k|4560 |  30k| 278 |3862 |2135 | 0.000000e+00 |      --      |    Inf 
1753.31/1753.64	c  1754s|  2400 |   563 |  1272k| 501.0 | 105M| 237 |   - |4560 |  31k|4560 |  30k| 278 |3933 |2176 | 0.000000e+00 |      --      |    Inf 
1760.91/1761.20	c  1761s|  2500 |   578 |  1277k| 483.1 | 106M| 237 |   - |4560 |  31k|4560 |  30k| 278 |4155 |2216 | 0.000000e+00 |      --      |    Inf 
1765.91/1766.20	c  1766s|  2600 |   570 |  1280k| 465.6 | 106M| 237 | 313 |4560 |  31k|4560 |  30k| 278 |4467 |2257 | 0.000000e+00 |      --      |    Inf 
1771.72/1772.04	c  1772s|  2700 |   539 |  1285k| 450.1 | 105M| 237 | 319 |4560 |  31k|4560 |  30k| 278 |4832 |2283 | 0.000000e+00 |      --      |    Inf 
1779.21/1779.54	c  1780s|  2800 |   545 |  1290k| 435.8 | 105M| 237 | 349 |4560 |  31k|4560 |  30k| 278 |5073 |2323 | 0.000000e+00 |      --      |    Inf 
1785.61/1785.94	c  1786s|  2900 |   548 |  1294k| 422.3 | 106M| 237 | 367 |4560 |  31k|4560 |  30k| 278 |5393 |2362 | 0.000000e+00 |      --      |    Inf 
1791.90/1792.29	c  1792s|  3000 |   540 |  1298k| 409.6 | 105M| 237 |   - |4560 |  31k|   0 |   0 | 278 |5616 |2401 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 3080
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.46 (included in solving)
1796.70/1797.00	c   reading          :       0.09 (included in solving)
1796.70/1797.00	c   copying          :       0.05 (1 #copies) (minimal 0.05, maximal 0.05, average 0.05)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3692851-1338028360.opb
1796.70/1797.00	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 30179 initial, 30179 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3692851-1338028360.opb
1796.70/1797.00	c   Variables        : 4560 (4560 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 30172 initial, 31813 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00         42          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0         18        540
1796.70/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          7          0          0          0
1796.70/1797.00	c   linear           :       0.15       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.13       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       2328          0          4          0          4         46          0          0       4594
1796.70/1797.00	c   knapsack         :         78         78          6      30721          0          0          3      83021        110      10681        343          0          0
1796.70/1797.00	c   setppc           :       6556       6556          6      30611          0          0          2      78621         33      32396          0          0          0
1796.70/1797.00	c   logicor          :      23538+     25179          6      11214          0          0          0      25527        162       7920          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     331.08       0.00       0.00       0.00     331.08       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       0.30       0.00       0.00       0.25       0.00       0.00       0.00       0.04
1796.70/1797.00	c   setppc           :       2.83       0.00       0.00       2.79       0.00       0.00       0.00       0.04
1796.70/1797.00	c   logicor          :       0.55       0.01       0.01       0.48       0.00       0.00       0.00       0.05
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       2333          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.00	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   redcost          :       0.17       0.00       0.00       0.17       0.00
1796.70/1797.00	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.26        305        305      10348      147.7         16       65.4          -
1796.70/1797.00	c   infeasible LP    :       1.88        646        646      25956      194.0         48       70.5          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -       5781      119.7          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.03                     5          -          -        119          -    (maximal pool size: 1457)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       6.76       0.00          6          0          0        250          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       4.51       0.00          6          0          0       3000          0
1796.70/1797.00	c   cmir             :       0.59       0.00          6          0          0          0          0
1796.70/1797.00	c   flowcover        :       2.80       0.00          6          0          0        395          0
1796.70/1797.00	c   clique           :       0.11       0.00          6          0          0         36          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     331.07       0.00       2328          4         46          0          0       4594
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :     672.75       0.00          1          0
1796.70/1797.00	c   veclendiving     :      58.83       0.00          3          0
1796.70/1797.00	c   feaspump         :     105.96       0.00          2          0
1796.70/1797.00	c   rootsoldiving    :      18.94       0.00          2          0
1796.70/1797.00	c   linesearchdiving :      54.92       0.00          9          0
1796.70/1797.00	c   fracdiving       :      76.34       0.00         10          0
1796.70/1797.00	c   coefdiving       :      67.91       0.00         10          0
1796.70/1797.00	c   pscostdiving     :      68.81       0.00         10          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.16       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.84       0.00          0          0
1796.70/1797.00	c   rounding         :       0.91       0.00        642          0
1796.70/1797.00	c   shifting         :       2.71       0.00        182          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.93       0.00          1          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.70/1797.00	c   dual LP          :     307.60       2924     394477     135.51    1282.45       0.10         13
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:    1077.90      14169     907316      64.04     841.75
1796.70/1797.00	c   strong branching :     330.55       2426     331547     136.66    1003.01
1796.70/1797.00	c     (at root node) :          -         17      13739     808.18          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :       3080
1796.70/1797.00	c   nodes (total)    :       3080
1796.70/1797.00	c   nodes left       :        495
1796.70/1797.00	c   max depth        :        237
1796.70/1797.00	c   max depth (total):        237
1796.70/1797.00	c   backtracks       :        471 (15.3%)
1796.70/1797.00	c   delayed cutoffs  :       1020
1796.70/1797.00	c   repropagations   :       4278 (9851 domain reductions, 188 cutoffs)
1796.70/1797.00	c   avg switch length:       6.00
1796.70/1797.00	c   switching time   :       1.27
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :      70334
1796.70/1797.09	c Time complete: 1796.8.

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 8872
/proc/meminfo: memFree=25104252/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=11156 CPUtime=0 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 1501 0 0 0 0 0 0 0 20 0 1 0 268960531 11423744 1455 33554432000 4194304 10169799 140735416457296 140737117618072 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2789 1469 409 1459 0 1321 0

[startup+0.0738761 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 8872
/proc/meminfo: memFree=25104252/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=22528 CPUtime=0.06 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 4400 0 0 0 6 0 0 0 20 0 1 0 268960531 23068672 4344 33554432000 4194304 10169799 140735416457296 140737117618072 7164147 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 5632 4344 409 1459 0 4164 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22528

[startup+0.100284 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 8872
/proc/meminfo: memFree=25104252/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=31636 CPUtime=0.09 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 6618 0 0 0 8 1 0 0 20 0 1 0 268960531 32395264 6563 33554432000 4194304 10169799 140735416457296 140737117618072 8883659 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 7909 6572 460 1459 0 6441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31636

[startup+0.300242 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 8872
/proc/meminfo: memFree=25104252/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=70568 CPUtime=0.29 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 17190 0 0 0 25 4 0 0 20 0 1 0 268960531 72261632 16086 33554432000 4194304 10169799 140735416457296 140737117618072 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 17642 16086 552 1459 0 16174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70568

[startup+0.700242 s]
/proc/loadavg: 2.05 2.03 2.00 2/176 8872
/proc/meminfo: memFree=25104252/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=107140 CPUtime=0.69 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 26966 0 0 0 60 9 0 0 20 0 1 0 268960531 109711360 24944 33554432000 4194304 10169799 140735416457296 140735416456056 4777685 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 26785 24944 684 1459 0 25317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107140

[startup+1.50024 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 8873
/proc/meminfo: memFree=24987160/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=132368 CPUtime=1.49 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 32847 0 0 0 139 10 0 0 20 0 1 0 268960531 135544832 30613 33554432000 4194304 10169799 140735416457296 140735416451704 8009648 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 33092 30613 763 1459 0 31624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132368

[startup+3.10023 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 8873
/proc/meminfo: memFree=24983928/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=132504 CPUtime=3.09 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 33078 0 0 0 299 10 0 0 20 0 1 0 268960531 135684096 30844 33554432000 4194304 10169799 140735416457296 140735416451752 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 33126 30844 763 1459 0 31658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132504

[startup+6.30026 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8873
/proc/meminfo: memFree=24982068/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=130832 CPUtime=6.28 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 33717 0 0 0 617 11 0 0 20 0 1 0 268960531 133971968 31066 33554432000 4194304 10169799 140735416457296 140735416449704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 32708 31066 778 1459 0 31240 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 130832

[startup+12.7003 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8873
/proc/meminfo: memFree=24980596/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=130832 CPUtime=12.68 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 33945 0 0 0 1256 12 0 0 20 0 1 0 268960531 133971968 31294 33554432000 4194304 10169799 140735416457296 140735416449608 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 32708 31294 778 1459 0 31240 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130832

[startup+25.5003 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 8873
/proc/meminfo: memFree=24979216/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=130832 CPUtime=25.48 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 33952 0 0 0 2535 13 0 0 20 0 1 0 268960531 133971968 31301 33554432000 4194304 10169799 140735416457296 140735416449576 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 32708 31301 781 1459 0 31240 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 130832

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 8873
/proc/meminfo: memFree=24972672/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=130832 CPUtime=51.08 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 33982 0 0 0 5092 16 0 0 20 0 1 0 268960531 133971968 31309 33554432000 4194304 10169799 140735416457296 140735416449608 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 32708 31309 781 1459 0 31240 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 130832

[startup+102.306 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 8873
/proc/meminfo: memFree=24851912/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=212160 CPUtime=102.28 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 66294 0 0 0 10197 31 0 0 20 0 1 0 268960531 217251840 51036 33554432000 4194304 10169799 140735416457296 140735416451944 7909136 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 53040 51036 860 1459 0 51572 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 212160

[startup+162.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 8873
/proc/meminfo: memFree=24724368/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=216508 CPUtime=162.27 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 67583 0 0 0 16188 39 0 0 20 0 1 0 268960531 221704192 52325 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 54127 52325 860 1459 0 52659 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 216508

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/178 8874
/proc/meminfo: memFree=24600700/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=216508 CPUtime=222.25 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 67584 0 0 0 22177 48 0 0 20 0 1 0 268960531 221704192 52326 33554432000 4194304 10169799 140735416457296 140735416450632 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 54127 52326 861 1459 0 52659 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 216508

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 8875
/proc/meminfo: memFree=24434396/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220348 CPUtime=282.25 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 68311 0 0 0 28168 57 0 0 20 0 1 0 268960531 225636352 53053 33554432000 4194304 10169799 140735416457296 140735416451624 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55087 53053 861 1459 0 53619 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 220348

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 8875
/proc/meminfo: memFree=24295544/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220348 CPUtime=342.23 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 68344 0 0 0 34160 63 0 0 20 0 1 0 268960531 225636352 53086 33554432000 4194304 10169799 140735416457296 140735416451720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55087 53086 861 1459 0 53619 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 220348

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 8875
/proc/meminfo: memFree=24204636/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220348 CPUtime=402.23 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 68344 0 0 0 40151 72 0 0 20 0 1 0 268960531 225636352 53086 33554432000 4194304 10169799 140735416457296 140735416451624 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55087 53086 861 1459 0 53619 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 220348

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 8878
/proc/meminfo: memFree=24099300/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220480 CPUtime=462.22 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 68582 0 0 0 46141 81 0 0 20 0 1 0 268960531 225771520 53324 33554432000 4194304 10169799 140735416457296 140735416451720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55120 53324 861 1459 0 53652 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 220480

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 8878
/proc/meminfo: memFree=23967540/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220480 CPUtime=522.21 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 68582 0 0 0 52134 87 0 0 20 0 1 0 268960531 225771520 53324 33554432000 4194304 10169799 140735416457296 140735416451624 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55120 53324 861 1459 0 53652 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 220480

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8879
/proc/meminfo: memFree=23811924/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=222548 CPUtime=582.2 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 69100 0 0 0 58125 95 0 0 20 0 1 0 268960531 227889152 53836 33554432000 4194304 10169799 140735416457296 140735416451720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55637 53836 861 1459 0 54169 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 222548

[startup+642.3 s]

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

/proc/meminfo: memFree=28671676/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=216792 CPUtime=1122.11 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 73251 0 0 0 112043 168 0 0 20 0 1 0 268960531 221995008 53201 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 54198 53201 861 1459 0 52730 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 216792

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8960
/proc/meminfo: memFree=28672364/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=217508 CPUtime=1182.1 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 75622 0 0 0 118032 178 0 0 20 0 1 0 268960531 222728192 53338 33554432000 4194304 10169799 140735416457296 140735416450168 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 54377 53338 861 1459 0 52909 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 217508

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8961
/proc/meminfo: memFree=28672052/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=216392 CPUtime=1242.09 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 78319 0 0 0 124023 186 0 0 20 0 1 0 268960531 221585408 53100 33554432000 4194304 10169799 140735416457296 140735416453272 5120223 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 54098 53100 861 1459 0 52630 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 216392

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 8961
/proc/meminfo: memFree=28665480/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220060 CPUtime=1302.08 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 79471 0 0 0 130012 196 0 0 20 0 1 0 268960531 225341440 54198 33554432000 4194304 10169799 140735416457296 140735416451928 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55015 54198 861 1459 0 53547 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 220060

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8961
/proc/meminfo: memFree=28665592/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220060 CPUtime=1362.07 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 79479 0 0 0 136001 206 0 0 20 0 1 0 268960531 225341440 54202 33554432000 4194304 10169799 140735416457296 140735416451096 8044221 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55015 54202 861 1459 0 53547 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 220060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8961
/proc/meminfo: memFree=28665528/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=220396 CPUtime=1422.07 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 79481 0 0 0 141991 216 0 0 20 0 1 0 268960531 225685504 54204 33554432000 4194304 10169799 140735416457296 140735416451896 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55099 54204 861 1459 0 53631 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 220396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8961
/proc/meminfo: memFree=28665404/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=221416 CPUtime=1482.05 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 79536 0 0 0 147979 226 0 0 20 0 1 0 268960531 226729984 54259 33554432000 4194304 10169799 140735416457296 140735416451752 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 55354 54259 861 1459 0 53886 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 221416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8962
/proc/meminfo: memFree=28660316/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=225964 CPUtime=1542.04 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 80763 0 0 0 153965 239 0 0 20 0 1 0 268960531 231387136 55485 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 56491 55485 861 1459 0 55023 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 225964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8962
/proc/meminfo: memFree=28658828/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=227572 CPUtime=1602.03 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 81117 0 0 0 159951 252 0 0 20 0 1 0 268960531 233033728 55839 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 56893 55839 861 1459 0 55425 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 227572

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8965
/proc/meminfo: memFree=28657084/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=229776 CPUtime=1662.02 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 81681 0 0 0 165938 264 0 0 20 0 1 0 268960531 235290624 56403 33554432000 4194304 10169799 140735416457296 140735416451896 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 57444 56403 861 1459 0 55976 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 229776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8988
/proc/meminfo: memFree=28653612/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=231656 CPUtime=1722.02 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82068 0 0 0 171926 276 0 0 20 0 1 0 268960531 237215744 56790 33554432000 4194304 10169799 140735416457296 140735416451896 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 57914 56790 861 1459 0 56446 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 231656

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 8988
/proc/meminfo: memFree=28652684/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=231832 CPUtime=1782.01 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82178 0 0 0 177912 289 0 0 20 0 1 0 268960531 237395968 56898 33554432000 4194304 10169799 140735416457296 140735416454056 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 57958 56898 861 1459 0 56490 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 231832

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

[startup+1785.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28653056/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=231832 CPUtime=1785.21 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82187 0 0 0 178231 290 0 0 20 0 1 0 268960531 237395968 56907 33554432000 4194304 10169799 140735416457296 140735416452088 8044475 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 57958 56907 861 1459 0 56490 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 231832

[startup+1791.91 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28652808/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=231832 CPUtime=1791.61 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82207 0 0 0 178870 291 0 0 20 0 1 0 268960531 237395968 56927 33554432000 4194304 10169799 140735416457296 140735416451624 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 57958 56927 861 1459 0 56490 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 231832

[startup+1795.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28652808/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=232020 CPUtime=1794.81 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82226 0 0 0 179189 292 0 0 20 0 1 0 268960531 237588480 56946 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 58005 56946 861 1459 0 56537 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 232020

[startup+1795.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28652808/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=232020 CPUtime=1795.6 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82230 0 0 0 179268 292 0 0 20 0 1 0 268960531 237588480 56950 33554432000 4194304 10169799 140735416457296 140735416452264 7908752 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 58005 56950 861 1459 0 56537 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 232020

[startup+1796.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28652684/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=232020 CPUtime=1796.4 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82231 0 0 0 179348 292 0 0 20 0 1 0 268960531 237588480 56951 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 58005 56951 861 1459 0 56537 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 232020

[startup+1796.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28652684/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=232020 CPUtime=1796.6 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82232 0 0 0 179368 292 0 0 20 0 1 0 268960531 237588480 56952 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 58005 56952 861 1459 0 56537 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 232020

[startup+1797 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 8988
/proc/meminfo: memFree=28652684/32873844 swapFree=7900/7900
[pid=8872] ppid=8870 vsize=232020 CPUtime=1796.7 cores=0,2,4,6
/proc/8872/stat : 8872 (scip-2.1.1.4sfi) R 8870 8872 6871 0 -1 4202496 82232 0 0 0 179378 292 0 0 20 0 1 0 268960531 237588480 56952 33554432000 4194304 10169799 140735416457296 140735416451704 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 58005 56952 861 1459 0 56537 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 232020

Child status: 0
Real time (s): 1797.09
CPU time (s): 1796.81
CPU user time (s): 1793.87
CPU system time (s): 2.93555
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 271896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.93555
maximum resident set size= 263476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82236
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= 35
involuntary context switches= 2071

runsolver used 2.83657 second user time and 7.45587 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 12:32:40
IDJOB=3692851
IDBENCH=1500
IDSOLVER=2272
FILE ID=node137/3692851-1338028360
RUNJOBID= node137-1338017245-7420
PBS_JOBID= 14624260
Free space on /tmp= 71264 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692851-1338028360/watcher-3692851-1338028360 -o /tmp/evaluation-result-3692851-1338028360/solver-3692851-1338028360 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692851-1338028360.opb -t 1800 -m 15500

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=1255341675

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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	: 5331.91
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.600
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.90
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.600
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.91
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.600
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25104212 kB
Buffers:          250572 kB
Cached:          2789396 kB
SwapCached:        22060 kB
Active:          4858684 kB
Inactive:        2116796 kB
Active(anon):    3915120 kB
Inactive(anon):    22680 kB
Active(file):     943564 kB
Inactive(file):  2094116 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             14772 kB
Writeback:             0 kB
AnonPages:       3996492 kB
Mapped:            12088 kB
Shmem:                 0 kB
Slab:             645576 kB
SReclaimable:      87328 kB
SUnreclaim:       558248 kB
KernelStack:        1472 kB
PageTables:        11768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4072096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71256 MiB
End job on node137 at 2012-05-26 13:02:37