Trace number 3692854

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.83 1797.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
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 benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
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 101
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-3692854-1338028269.opb>
0.00/0.08	c original problem has 4626 variables (4626 bin, 0 int, 0 impl, 0 cont) and 30747 constraints
0.00/0.08	c problem read in 0.08
0.09/0.18	c presolving:
0.28/0.39	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30747 upgd conss, 0 impls, 945 clqs
0.39/0.45	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 132 chg coeffs, 36447 upgd conss, 264 impls, 1383 clqs
0.39/0.49	c (round 3) 18 del vars, 3 del conss, 0 add conss, 0 chg bounds, 12 chg sides, 432 chg coeffs, 36447 upgd conss, 11398 impls, 1380 clqs
0.49/0.57	c    (0.6s) probing: 51/4608 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.49/0.59	c presolving (4 rounds):
0.49/0.59	c  18 deleted vars, 3 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 12 changed sides, 432 changed coefficients
0.49/0.59	c  11398 implications, 1380 cliques
0.49/0.59	c presolved problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30744 constraints
0.49/0.59	c      78 constraints of type <knapsack>
0.49/0.59	c    6642 constraints of type <setppc>
0.49/0.59	c   24024 constraints of type <logicor>
0.49/0.59	c transformed objective value is always integral (scale: 1)
0.49/0.59	c Presolving Time: 0.48
0.49/0.59	c - non default parameters ----------------------------------------------------------------------
0.49/0.59	c # SCIP version 2.1.1.4
0.49/0.59	c 
0.49/0.59	c # maximal time in seconds to run
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/time = 1797
0.49/0.59	c 
0.49/0.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/memory = 13950
0.49/0.59	c 
0.49/0.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.59	c # [type: int, range: [1,2], default: 1]
0.49/0.59	c timing/clocktype = 2
0.49/0.59	c 
0.49/0.59	c # belongs reading time to solving time?
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c timing/reading = TRUE
0.49/0.59	c 
0.49/0.59	c -----------------------------------------------------------------------------------------------
0.49/0.59	c start solving
0.49/0.59	c 
4.99/5.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.99/5.00	c   5.0s|     1 |     0 |  8797 |     - |  51M|   0 | 640 |4608 |  30k|4608 |  30k|   0 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
60.07/60.18	c  60.2s|     1 |     0 | 55471 |     - |  60M|   0 | 718 |4608 |  30k|4608 |  30k|  62 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
65.87/65.92	c  65.9s|     1 |     0 | 61051 |     - |  69M|   0 | 746 |4608 |  30k|4608 |  30k| 119 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
69.97/70.05	c  70.1s|     1 |     0 | 64221 |     - |  77M|   0 | 783 |4608 |  30k|4608 |  30k| 160 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
74.47/74.55	c  74.6s|     1 |     0 | 67212 |     - |  83M|   0 | 769 |4608 |  30k|4608 |  30k| 192 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
78.57/78.68	c  78.7s|     1 |     0 | 70030 |     - |  90M|   0 | 824 |4608 |  30k|4608 |  30k| 229 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
86.57/86.60	c  86.6s|     1 |     0 | 72323 |     - |  96M|   0 | 847 |4608 |  30k|4608 |  31k| 259 | 106 |   0 | 0.000000e+00 |      --      |    Inf 
104.07/104.16	c   104s|     1 |     2 | 72323 |     - |  96M|   0 | 847 |4608 |  30k|4608 |  31k| 259 | 106 |  21 | 0.000000e+00 |      --      |    Inf 
838.35/838.58	c   839s|   100 |   101 |515436 |4475.9 |  98M|  26 | 858 |4608 |  31k|4608 |  30k| 259 | 297 | 484 | 0.000000e+00 |      --      |    Inf 
981.42/981.68	c   982s|   200 |   197 |605697 |2680.3 |  99M|  52 | 656 |4608 |  31k|4608 |  30k| 259 | 317 | 724 | 0.000000e+00 |      --      |    Inf 
1097.21/1097.47	c  1097s|   300 |   291 |690182 |2066.4 | 100M|  85 | 613 |4608 |  31k|4608 |  30k| 259 | 378 | 919 | 0.000000e+00 |      --      |    Inf 
1123.30/1123.54	c  1124s|   400 |   352 |708962 |1595.6 | 101M| 121 | 445 |4608 |  31k|4608 |  30k| 259 | 579 | 964 | 0.000000e+00 |      --      |    Inf 
1192.80/1193.00	c  1193s|   500 |   328 |749057 |1356.2 | 101M| 137 |   - |4608 |  31k|4608 |  30k| 259 | 666 |1111 | 0.000000e+00 |      --      |    Inf 
1250.99/1251.29	c  1251s|   600 |   344 |788661 |1195.9 | 101M| 137 | 538 |4608 |  31k|4608 |  30k| 259 | 777 |1238 | 0.000000e+00 |      --      |    Inf 
1303.68/1303.99	c  1304s|   700 |   425 |838358 |1095.9 | 102M| 139 | 802 |4608 |  31k|4608 |  30k| 259 | 914 |1339 | 0.000000e+00 |      --      |    Inf 
1367.27/1367.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.27/1367.53	c  1368s|   800 |   459 |876629 |1006.6 | 102M| 139 | 390 |4608 |  31k|4608 |  30k| 259 |1151 |1444 | 0.000000e+00 |      --      |    Inf 
1377.57/1377.85	c  1378s|   900 |   465 |884535 | 903.5 | 102M| 139 | 581 |4608 |  31k|4608 |  30k| 259 |1336 |1487 | 0.000000e+00 |      --      |    Inf 
1383.57/1383.85	c  1384s|  1000 |   476 |889181 | 817.7 | 103M| 139 |   - |4608 |  31k|4608 |  30k| 259 |1574 |1501 | 0.000000e+00 |      --      |    Inf 
1392.26/1392.52	c  1393s|  1100 |   476 |894444 | 748.1 | 103M| 139 | 458 |4608 |  31k|4608 |  30k| 259 |1811 |1544 | 0.000000e+00 |      --      |    Inf 
1402.06/1402.32	c  1402s|  1200 |   487 |901435 | 691.5 | 103M| 139 | 437 |4608 |  31k|4608 |  30k| 259 |2091 |1586 | 0.000000e+00 |      --      |    Inf 
1409.17/1409.40	c  1409s|  1300 |   491 |906424 | 642.1 | 103M| 139 |   - |4608 |  32k|4608 |  30k| 259 |2368 |1614 | 0.000000e+00 |      --      |    Inf 
1417.16/1417.44	c  1417s|  1400 |   482 |912406 | 600.5 | 103M| 139 |   - |4608 |  32k|4608 |  30k| 259 |2570 |1642 | 0.000000e+00 |      --      |    Inf 
1426.56/1426.84	c  1427s|  1500 |   492 |919132 | 564.9 | 103M| 139 | 434 |4608 |  32k|4608 |  30k| 259 |2793 |1684 | 0.000000e+00 |      --      |    Inf 
1433.26/1433.58	c  1434s|  1600 |   485 |923585 | 532.4 | 103M| 139 |   - |4608 |  32k|4608 |  30k| 259 |3001 |1712 | 0.000000e+00 |      --      |    Inf 
1440.66/1440.95	c  1441s|  1700 |   481 |928175 | 503.7 | 103M| 139 | 480 |4608 |  32k|4608 |  30k| 259 |3137 |1740 | 0.000000e+00 |      --      |    Inf 
1450.46/1450.78	c  1451s|  1800 |   496 |934993 | 479.5 | 103M| 139 |   - |4608 |  32k|4608 |  30k| 259 |3326 |1795 | 0.000000e+00 |      --      |    Inf 
1457.16/1457.43	c  1457s|  1900 |   503 |938898 | 456.3 | 104M| 139 |   - |4608 |  32k|   0 |   0 | 259 |3536 |1835 | 0.000000e+00 |      --      |    Inf 
1464.35/1464.67	c  1465s|  2000 |   478 |943376 | 435.7 | 103M| 139 |   - |4608 |  32k|4608 |  30k| 259 |3731 |1875 | 0.000000e+00 |      --      |    Inf 
1472.35/1472.67	c  1473s|  2100 |   485 |948437 | 417.4 | 104M| 139 |   - |4608 |  32k|4608 |  30k| 259 |3871 |1914 | 0.000000e+00 |      --      |    Inf 
1481.75/1482.05	c  1482s|  2200 |   452 |954493 | 401.2 | 103M| 139 | 465 |4608 |  31k|4608 |  30k| 259 |3999 |1966 | 0.000000e+00 |      --      |    Inf 
1496.05/1496.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1496.05/1496.37	c  1496s|  2300 |   457 |964593 | 388.1 | 103M| 139 | 490 |4608 |  31k|4608 |  30k| 259 |4153 |2031 | 0.000000e+00 |      --      |    Inf 
1506.25/1506.51	c  1507s|  2400 |   457 |971647 | 374.9 | 103M| 139 | 498 |4608 |  31k|4608 |  30k| 259 |4275 |2067 | 0.000000e+00 |      --      |    Inf 
1515.85/1516.15	c  1516s|  2500 |   454 |977301 | 362.1 | 103M| 139 | 465 |4608 |  32k|4608 |  30k| 259 |4420 |2115 | 0.000000e+00 |      --      |    Inf 
1533.44/1533.73	c  1534s|  2600 |   468 |993981 | 354.6 | 103M| 139 |   - |4608 |  32k|4608 |  30k| 259 |4543 |2154 | 0.000000e+00 |      --      |    Inf 
1552.14/1552.47	c  1552s|  2700 |   530 |  1007k| 346.5 | 104M| 139 | 344 |4608 |  32k|4608 |  30k| 259 |4627 |2210 | 0.000000e+00 |      --      |    Inf 
1568.14/1568.43	c  1568s|  2800 |   579 |  1019k| 338.3 | 104M| 154 | 287 |4608 |  32k|4608 |  30k| 259 |4762 |2252 | 0.000000e+00 |      --      |    Inf 
1578.84/1579.11	c  1579s|  2900 |   446 |  1026k| 329.2 | 103M| 169 | 527 |4608 |  32k|4608 |  30k| 259 |4877 |2294 | 0.000000e+00 |      --      |    Inf 
1590.23/1590.50	c  1590s|  3000 |   447 |  1035k| 321.1 | 103M| 169 | 482 |4608 |  32k|4608 |  30k| 259 |5011 |2343 | 0.000000e+00 |      --      |    Inf 
1606.13/1606.43	c  1606s|  3100 |   449 |  1046k| 314.3 | 103M| 169 | 488 |4608 |  32k|4608 |  30k| 259 |5121 |2416 | 0.000000e+00 |      --      |    Inf 
1619.63/1619.96	c  1620s|  3200 |   450 |  1056k| 307.6 | 103M| 169 | 442 |4608 |  32k|4608 |  30k| 259 |5251 |2476 | 0.000000e+00 |      --      |    Inf 
1629.22/1629.53	c  1630s|  3300 |   448 |  1062k| 300.1 | 103M| 169 | 457 |4608 |  32k|4608 |  30k| 259 |5382 |2524 | 0.000000e+00 |      --      |    Inf 
1642.73/1643.00	c  1643s|  3400 |   454 |  1071k| 293.9 | 103M| 169 | 507 |4608 |  32k|4608 |  30k| 259 |5538 |2586 | 0.000000e+00 |      --      |    Inf 
1657.72/1658.01	c  1658s|  3500 |   469 |  1080k| 288.1 | 103M| 169 | 481 |4608 |  32k|4608 |  30k| 259 |5692 |2659 | 0.000000e+00 |      --      |    Inf 
1673.92/1674.24	c  1674s|  3600 |   475 |  1092k| 283.4 | 103M| 169 |   - |4608 |  32k|4608 |  30k| 259 |5834 |2731 | 0.000000e+00 |      --      |    Inf 
1691.41/1691.75	c  1692s|  3700 |   486 |  1106k| 279.5 | 103M| 169 |   - |4608 |  32k|4608 |  30k| 259 |6013 |2791 | 0.000000e+00 |      --      |    Inf 
1705.32/1705.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1705.32/1705.69	c  1706s|  3800 |   494 |  1115k| 274.6 | 104M| 169 |   - |4608 |  32k|4608 |  30k| 259 |6184 |2851 | 0.000000e+00 |      --      |    Inf 
1723.11/1723.45	c  1723s|  3900 |   491 |  1127k| 270.7 | 104M| 169 | 557 |4608 |  32k|4608 |  30k| 259 |6339 |2932 | 0.000000e+00 |      --      |    Inf 
1743.21/1743.54	c  1744s|  4000 |   496 |  1143k| 267.8 | 104M| 169 |   - |4608 |  32k|4608 |  30k| 259 |6500 |3010 | 0.000000e+00 |      --      |    Inf 
1758.21/1758.54	c  1759s|  4100 |   496 |  1154k| 264.1 | 104M| 169 | 440 |4608 |  32k|4608 |  30k| 259 |6653 |3054 | 0.000000e+00 |      --      |    Inf 
1773.21/1773.57	c  1774s|  4200 |   481 |  1166k| 260.6 | 104M| 169 |   - |4608 |  32k|4608 |  30k| 259 |6827 |3098 | 0.000000e+00 |      --      |    Inf 
1787.60/1787.98	c  1788s|  4300 |   486 |  1176k| 256.9 | 104M| 169 |   - |4608 |  32k|4608 |  30k| 259 |7002 |3150 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.00	c 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Solving Time (sec) : 1797.00
1796.71/1797.00	c Solving Nodes      : 4366
1796.71/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.00	c Gap                : infinite
1796.71/1797.00	s UNKNOWN
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Total Time         :    1797.00
1796.71/1797.00	c   solving          :    1797.00
1796.71/1797.00	c   presolving       :       0.48 (included in solving)
1796.71/1797.00	c   reading          :       0.08 (included in solving)
1796.71/1797.00	c   copying          :       0.06 (1 #copies) (minimal 0.06, maximal 0.06, average 0.06)
1796.71/1797.00	c Original Problem   :
1796.71/1797.00	c   Problem name     : HOME/instance-3692854-1338028269.opb
1796.71/1797.00	c   Variables        : 4626 (4626 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 30747 initial, 30747 maximal
1796.71/1797.00	c   Objective sense  : minimize
1796.71/1797.00	c Presolved Problem  :
1796.71/1797.00	c   Problem name     : t_HOME/instance-3692854-1338028269.opb
1796.71/1797.00	c   Variables        : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 30744 initial, 32607 maximal
1796.71/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   dualfix          :       0.00       0.00         18          0          0          0          0          0          0          0          0
1796.71/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   gateextraction   :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0         12        432
1796.71/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          3          0          0          0
1796.71/1797.00	c   linear           :       0.15       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   logicor          :       0.14       0.01          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   integral         :          0          0          0          0       2908          0          4          0          1         55          0          0       5744
1796.71/1797.00	c   knapsack         :         78         78          6      39081          0          1          3     122544         73      13297        333          0          0
1796.71/1797.00	c   setppc           :       6642       6642          6      39008          0          1          2     102979         67      46106          0          0          0
1796.71/1797.00	c   logicor          :      24024+     25887          6      14185          0          1          0      37312        222      10402          0          0          0
1796.71/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.00	c   integral         :     466.20       0.00       0.00       0.00     466.20       0.00       0.00       0.00
1796.71/1797.00	c   knapsack         :       0.34       0.00       0.01       0.28       0.00       0.00       0.00       0.06
1796.71/1797.00	c   setppc           :       4.70       0.00       0.00       4.65       0.00       0.00       0.00       0.05
1796.71/1797.00	c   logicor          :       0.93       0.01       0.01       0.83       0.00       0.00       0.00       0.08
1796.71/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.00	c   rootredcost      :          0          0          0          0
1796.71/1797.00	c   pseudoobj        :          0          0          0          0
1796.71/1797.00	c   vbounds          :          0          0          0          0
1796.71/1797.00	c   redcost          :       2914          0          0          0
1796.71/1797.00	c   probing          :          0          0          0          0
1796.71/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.00	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.71/1797.00	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.00	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.00	c   redcost          :       0.24       0.00       0.00       0.24       0.00
1796.71/1797.00	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.71/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.00	c   propagation      :       0.24        362        362       9878      144.9          8       84.4          -
1796.71/1797.00	c   infeasible LP    :       3.20       1335       1333      40143      151.1         18      111.7          0
1796.71/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.00	c   applied globally :          -          -          -       7100      109.7          -          -          -
1796.71/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.00	c   cut pool         :       0.03                     5          -          -        128          -    (maximal pool size: 1335)
1796.71/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.71/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   gomory           :       5.48       0.00          6          0          0        250          0
1796.71/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   strongcg         :       4.72       0.00          6          0          0       3000          0
1796.71/1797.00	c   cmir             :       0.60       0.00          6          0          0          0          0
1796.71/1797.00	c   flowcover        :       2.81       0.00          6          0          0        397          0
1796.71/1797.00	c   clique           :       0.11       0.00          6          0          0         34          0
1796.71/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.71/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.00	c   problem variables:       0.00          -          0          0
1796.71/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   relpscost        :     466.19       0.00       2908          1         55          0          0       5744
1796.71/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.00	c   LP solutions     :       0.00          -          -          0
1796.71/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.00	c   crossover        :       0.00       0.00          0          0
1796.71/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.00	c   objpscostdiving  :     239.82       0.00          1          0
1796.71/1797.00	c   feaspump         :      66.04       0.00          2          0
1796.71/1797.00	c   veclendiving     :      68.11       0.00          4          0
1796.71/1797.00	c   rootsoldiving    :      28.68       0.00          3          0
1796.71/1797.00	c   fracdiving       :     101.02       0.00         10          0
1796.71/1797.00	c   pscostdiving     :     106.09       0.00         10          0
1796.71/1797.00	c   linesearchdiving :      73.76       0.00         10          0
1796.71/1797.00	c   coefdiving       :     101.08       0.00         11          0
1796.71/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          2          0
1796.71/1797.00	c   shiftandpropagate:       0.16       0.00          1          0
1796.71/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.00	c   zirounding       :       1.64       0.00          0          0
1796.71/1797.00	c   rounding         :       1.46       0.00        721          0
1796.71/1797.00	c   shifting         :       3.45       0.00        195          0
1796.71/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.00	c   clique           :       0.00       0.00          0          0
1796.71/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   octane           :       0.00       0.00          0          0
1796.71/1797.00	c   rens             :       1.23       0.00          1          0
1796.71/1797.00	c   rins             :       0.00       0.00          0          0
1796.71/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.00	c   mutation         :       0.00       0.00          0          0
1796.71/1797.00	c   dins             :       0.00       0.00          0          0
1796.71/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.00	c   undercover       :       0.00       0.00          0          0
1796.71/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.00	c   trysol           :       0.00       0.00          0          0
1796.71/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.00	c   primal LP        :       0.02          1          0       0.00       0.00       0.02          1
1796.71/1797.00	c   dual LP          :     502.88       4184     629646     152.20    1252.09       0.38         47
1796.71/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.00	c   diving/probing LP:     717.38      16707     553717      33.14     771.86
1796.71/1797.00	c   strong branching :     465.33       3182     453757     142.60     975.12
1796.71/1797.00	c     (at root node) :          -         21      17973     855.86          -
1796.71/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.00	c B&B Tree           :
1796.71/1797.00	c   number of runs   :          1
1796.71/1797.00	c   nodes            :       4366
1796.71/1797.00	c   nodes (total)    :       4366
1796.71/1797.00	c   nodes left       :        490
1796.71/1797.00	c   max depth        :        169
1796.71/1797.00	c   max depth (total):        169
1796.71/1797.00	c   backtracks       :        753 (17.2%)
1796.71/1797.00	c   delayed cutoffs  :        891
1796.71/1797.00	c   repropagations   :       5534 (14174 domain reductions, 254 cutoffs)
1796.71/1797.00	c   avg switch length:       5.12
1796.71/1797.00	c   switching time   :       1.85
1796.71/1797.00	c Solution           :
1796.71/1797.00	c   Solutions found  :          0 (0 improvements)
1796.71/1797.00	c   Primal Bound     :          -
1796.71/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.00	c   Gap              :   infinite
1796.71/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.00	c   Root Iterations  :      72323
1796.81/1797.11	c Time complete: 1796.82.

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

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

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


[startup+0 s]
/proc/loadavg: 0.94 1.48 1.78 3/174 13545
/proc/meminfo: memFree=29362988/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=11676 CPUtime=0 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 1566 0 0 0 0 0 0 0 20 0 1 0 268951860 11956224 1522 33554432000 4194304 10169799 140733290470688 140733290469336 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 2919 1534 409 1459 0 1451 0

[startup+0.103974 s]
/proc/loadavg: 0.94 1.48 1.78 3/174 13545
/proc/meminfo: memFree=29362988/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=36604 CPUtime=0.09 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 7892 0 0 0 8 1 0 0 20 0 1 0 268951860 37482496 7836 33554432000 4194304 10169799 140733290470688 140733290468712 4897840 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 9151 7837 460 1459 0 7683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36604

[startup+0.200312 s]
/proc/loadavg: 0.94 1.48 1.78 3/174 13545
/proc/meminfo: memFree=29362988/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=67472 CPUtime=0.19 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 15757 0 0 0 17 2 0 0 20 0 1 0 268951860 69091328 15339 33554432000 4194304 10169799 140733290470688 140733290468712 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 16868 15339 542 1459 0 15400 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67472

[startup+0.300298 s]
/proc/loadavg: 0.94 1.48 1.78 3/174 13545
/proc/meminfo: memFree=29362988/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=72256 CPUtime=0.28 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 17195 0 0 0 25 3 0 0 20 0 1 0 268951860 73990144 16534 33554432000 4194304 10169799 140733290470688 140733290468712 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 18064 16534 552 1459 0 16596 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 72256

[startup+0.700295 s]
/proc/loadavg: 0.94 1.48 1.78 3/174 13545
/proc/meminfo: memFree=29362988/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=107364 CPUtime=0.68 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 26942 0 0 0 60 8 0 0 20 0 1 0 268951860 109940736 25041 33554432000 4194304 10169799 140733290470688 140733290468712 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 26841 25041 685 1459 0 25373 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 107364

[startup+1.5003 s]
/proc/loadavg: 0.94 1.48 1.78 3/177 13551
/proc/meminfo: memFree=29122872/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=132696 CPUtime=1.49 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 32160 0 0 0 139 10 0 0 20 0 1 0 268951860 135880704 30593 33554432000 4194304 10169799 140733290470688 140733290465480 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 33174 30593 764 1459 0 31706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132696

[startup+3.10029 s]
/proc/loadavg: 0.94 1.48 1.78 3/177 13551
/proc/meminfo: memFree=29119308/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=132696 CPUtime=3.08 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 32271 0 0 0 298 10 0 0 20 0 1 0 268951860 135880704 30710 33554432000 4194304 10169799 140733290470688 140733290465192 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 33174 30710 764 1459 0 31706 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 132696

[startup+6.30025 s]
/proc/loadavg: 1.03 1.49 1.78 3/177 13551
/proc/meminfo: memFree=29115960/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=131024 CPUtime=6.28 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 33026 0 0 0 617 11 0 0 20 0 1 0 268951860 134168576 31034 33554432000 4194304 10169799 140733290470688 140733290463000 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 32756 31034 779 1459 0 31288 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 131024

[startup+12.7003 s]
/proc/loadavg: 1.27 1.53 1.79 3/177 13551
/proc/meminfo: memFree=29113408/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=131024 CPUtime=12.69 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 33094 0 0 0 1256 13 0 0 20 0 1 0 268951860 134168576 31097 33554432000 4194304 10169799 140733290470688 140733290463000 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 32756 31097 779 1459 0 31288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131024

[startup+25.5069 s]
/proc/loadavg: 1.43 1.55 1.79 3/177 13551
/proc/meminfo: memFree=29111976/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=131024 CPUtime=25.48 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 33300 0 0 0 2535 13 0 0 20 0 1 0 268951860 134168576 31303 33554432000 4194304 10169799 140733290470688 140733290463096 8004497 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 32756 31303 782 1459 0 31288 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131024

[startup+51.1003 s]
/proc/loadavg: 1.62 1.59 1.80 3/177 13552
/proc/meminfo: memFree=29110336/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=131024 CPUtime=51.07 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 33337 0 0 0 5090 17 0 0 20 0 1 0 268951860 134168576 31721 33554432000 4194304 10169799 140733290470688 140733290463000 7982343 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 32756 31721 782 1459 0 31288 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131024

[startup+102.3 s]
/proc/loadavg: 1.90 1.66 1.81 3/177 13552
/proc/meminfo: memFree=28993012/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=214312 CPUtime=102.27 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 64531 0 0 0 10193 34 0 0 20 0 1 0 268951860 219455488 51917 33554432000 4194304 10169799 140733290470688 140733290464552 8019733 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 53578 51917 861 1459 0 52110 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 214312

[startup+162.3 s]
/proc/loadavg: 1.96 1.72 1.82 3/177 13552
/proc/meminfo: memFree=28959128/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=216048 CPUtime=162.26 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 65033 0 0 0 16182 44 0 0 20 0 1 0 268951860 221233152 52419 33554432000 4194304 10169799 140733290470688 140733290465384 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 54012 52419 862 1459 0 52544 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 216048

[startup+222.3 s]
/proc/loadavg: 1.98 1.77 1.83 3/177 13552
/proc/meminfo: memFree=28958296/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=217068 CPUtime=222.25 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 65197 0 0 0 22171 54 0 0 20 0 1 0 268951860 222277632 52706 33554432000 4194304 10169799 140733290470688 140733290465288 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 54267 52706 863 1459 0 52799 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 217068

[startup+282.3 s]
/proc/loadavg: 1.99 1.81 1.83 3/177 13552
/proc/meminfo: memFree=28953540/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=218504 CPUtime=282.24 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 65608 0 0 0 28160 64 0 0 20 0 1 0 268951860 223748096 53573 33554432000 4194304 10169799 140733290470688 140733290464760 8043926 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 54626 53573 863 1459 0 53158 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 218504

[startup+342.307 s]
/proc/loadavg: 1.99 1.84 1.84 3/177 13553
/proc/meminfo: memFree=28948704/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=222208 CPUtime=342.24 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 66544 0 0 0 34150 74 0 0 20 0 1 0 268951860 227540992 54509 33554432000 4194304 10169799 140733290470688 140733290465016 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 55552 54509 863 1459 0 54084 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 222208

[startup+402.3 s]
/proc/loadavg: 1.99 1.87 1.85 3/177 13553
/proc/meminfo: memFree=28943056/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=222208 CPUtime=402.22 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 66582 0 0 0 40142 80 0 0 20 0 1 0 268951860 227540992 54547 33554432000 4194304 10169799 140733290470688 140733290465016 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 55552 54547 863 1459 0 54084 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 222208

[startup+462.3 s]
/proc/loadavg: 1.99 1.89 1.85 3/177 13553
/proc/meminfo: memFree=28940948/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=222208 CPUtime=462.2 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 66589 0 0 0 46133 87 0 0 20 0 1 0 268951860 227540992 54554 33554432000 4194304 10169799 140733290470688 140733290465112 7708674 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 55552 54554 863 1459 0 54084 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 222208

[startup+522.3 s]
/proc/loadavg: 1.99 1.91 1.86 3/177 13553
/proc/meminfo: memFree=28940944/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=222208 CPUtime=522.2 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 66596 0 0 0 52125 95 0 0 20 0 1 0 268951860 227540992 54559 33554432000 4194304 10169799 140733290470688 140733290465016 8009880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 55552 54559 863 1459 0 54084 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 222208

[startup+582.3 s]
/proc/loadavg: 1.99 1.92 1.86 3/178 13556
/proc/meminfo: memFree=28943544/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=219524 CPUtime=582.19 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 68280 0 0 0 58112 107 0 0 20 0 1 0 268951860 224792576 53891 33554432000 4194304 10169799 140733290470688 140733290465160 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 54881 53891 863 1459 0 53413 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 219524

[startup+642.3 s]

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

/proc/meminfo: memFree=28939384/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=224004 CPUtime=1062.12 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 69331 0 0 0 106015 197 0 0 20 0 1 0 268951860 229380096 54942 33554432000 4194304 10169799 140733290470688 140733290465144 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 56001 54942 863 1459 0 54533 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 224004

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/177 13558
/proc/meminfo: memFree=28938268/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=225248 CPUtime=1122.11 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 69616 0 0 0 112001 210 0 0 20 0 1 0 268951860 230653952 55227 33554432000 4194304 10169799 140733290470688 140733290467208 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 56312 55227 863 1459 0 54844 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 225248

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 13561
/proc/meminfo: memFree=28932676/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232012 CPUtime=1182.09 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71037 0 0 0 117987 222 0 0 20 0 1 0 268951860 237580288 56647 33554432000 4194304 10169799 140733290470688 140733290464488 8009811 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58003 56647 863 1459 0 56535 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 232012

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 13561
/proc/meminfo: memFree=28932312/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232012 CPUtime=1242.09 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71052 0 0 0 123975 234 0 0 20 0 1 0 268951860 237580288 56662 33554432000 4194304 10169799 140733290470688 140733290465288 7907794 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58003 56662 863 1459 0 56535 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 232012

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 13562
/proc/meminfo: memFree=28932124/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232012 CPUtime=1302.08 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71063 0 0 0 129963 245 0 0 20 0 1 0 268951860 237580288 56673 33554432000 4194304 10169799 140733290470688 140733290465288 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58003 56673 863 1459 0 56535 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 232012

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 13562
/proc/meminfo: memFree=28931504/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232060 CPUtime=1362.07 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71155 0 0 0 135950 257 0 0 20 0 1 0 268951860 237629440 56765 33554432000 4194304 10169799 140733290470688 140733290464712 8884100 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58015 56765 863 1459 0 56547 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 232060

[startup+1422.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/177 13562
/proc/meminfo: memFree=28930136/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232060 CPUtime=1422.06 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71218 0 0 0 141933 273 0 0 20 0 1 0 268951860 237629440 56827 33554432000 4194304 10169799 140733290470688 140733290465512 5131728 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58015 56827 863 1459 0 56547 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 232060

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/177 13562
/proc/meminfo: memFree=28935412/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232060 CPUtime=1482.05 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71276 0 0 0 147916 289 0 0 20 0 1 0 268951860 237629440 56885 33554432000 4194304 10169799 140733290470688 140733290465480 7680717 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58015 56885 863 1459 0 56547 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 232060

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/177 13562
/proc/meminfo: memFree=28932368/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232060 CPUtime=1542.04 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71343 0 0 0 153903 301 0 0 20 0 1 0 268951860 237629440 56952 33554432000 4194304 10169799 140733290470688 140733290464968 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58015 56952 863 1459 0 56547 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 232060

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.93 3/177 13563
/proc/meminfo: memFree=28930260/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=232484 CPUtime=1602.03 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71481 0 0 0 159890 313 0 0 20 0 1 0 268951860 238063616 57090 33554432000 4194304 10169799 140733290470688 140733290465288 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58121 57090 863 1459 0 56653 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 232484

[startup+1662.31 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 13563
/proc/meminfo: memFree=28929700/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233232 CPUtime=1662.03 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71626 0 0 0 165877 326 0 0 20 0 1 0 268951860 238829568 57235 33554432000 4194304 10169799 140733290470688 140733290465096 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58308 57235 863 1459 0 56840 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 233232

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 13563
/proc/meminfo: memFree=28928584/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1722.01 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71721 0 0 0 171864 337 0 0 20 0 1 0 268951860 239235072 57330 33554432000 4194304 10169799 140733290470688 140733290465096 8042288 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57330 863 1459 0 56939 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 233628

[startup+1782.3 s]
/proc/loadavg: 2.19 2.05 1.95 3/178 13566
/proc/meminfo: memFree=28927892/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1782.01 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71752 0 0 0 177850 351 0 0 20 0 1 0 268951860 239235072 57361 33554432000 4194304 10169799 140733290470688 140733290464824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57361 863 1459 0 56939 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 233628

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

[startup+1785.7 s]
/proc/loadavg: 2.17 2.05 1.95 3/178 13566
/proc/meminfo: memFree=28927892/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1785.41 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71753 0 0 0 178189 352 0 0 20 0 1 0 268951860 239235072 57362 33554432000 4194304 10169799 140733290470688 140733290465096 8009833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57362 863 1459 0 56939 0
Current children cumulated CPU time (s) 1785.41
Current children cumulated vsize (KiB) 233628

[startup+1792.11 s]
/proc/loadavg: 2.16 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927308/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1791.81 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71754 0 0 0 178827 354 0 0 20 0 1 0 268951860 239235072 57363 33554432000 4194304 10169799 140733290470688 140733290465192 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57363 863 1459 0 56939 0
Current children cumulated CPU time (s) 1791.81
Current children cumulated vsize (KiB) 233628

[startup+1795.3 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927672/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1795.01 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71757 0 0 0 179146 355 0 0 20 0 1 0 268951860 239235072 57366 33554432000 4194304 10169799 140733290470688 140733290465064 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57366 863 1459 0 56939 0
Current children cumulated CPU time (s) 1795.01
Current children cumulated vsize (KiB) 233628

[startup+1796.1 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927672/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1795.81 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71759 0 0 0 179226 355 0 0 20 0 1 0 268951860 239235072 57368 33554432000 4194304 10169799 140733290470688 140733290465016 7893679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57368 863 1459 0 56939 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 233628

[startup+1796.9 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927688/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=233628 CPUtime=1796.61 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71759 0 0 0 179306 355 0 0 20 0 1 0 268951860 239235072 57368 33554432000 4194304 10169799 140733290470688 140733290465016 8009519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 58407 57368 863 1459 0 56939 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 233628

[startup+1797.1 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927688/32873844 swapFree=6856/6856
[pid=13545] ppid=13543 vsize=225280 CPUtime=1796.81 cores=1,3,5,7
/proc/13545/stat : 13545 (scip-2.1.1.4sfi) R 13543 13545 11551 0 -1 4202496 71761 0 0 0 179326 355 0 0 20 0 1 0 268951860 230686720 55294 33554432000 4194304 10169799 140733290470688 140733290469848 8989847 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13545/statm: 56320 55294 865 1459 0 54852 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 225280

Child status: 0
Real time (s): 1797.12
CPU time (s): 1796.83
CPU user time (s): 1793.27
CPU system time (s): 3.55646
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 272308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.27
system time used= 3.55646
maximum resident set size= 265284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71763
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= 31
involuntary context switches= 1849

runsolver used 8.35673 second user time and 16.5935 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 12:31:09
IDJOB=3692854
IDBENCH=1498
IDSOLVER=2272
FILE ID=node144/3692854-1338028269
RUNJOBID= node144-1338028269-13523
PBS_JOBID= 14624331
Free space on /tmp= 71488 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-9,16-19.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-3692854-1338028269/watcher-3692854-1338028269 -o /tmp/evaluation-result-3692854-1338028269/solver-3692854-1338028269 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692854-1338028269.opb -t 1800 -m 15500

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1256638091

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        29363904 kB
Buffers:          255912 kB
Cached:          2469288 kB
SwapCached:            0 kB
Active:           720820 kB
Inactive:        2015952 kB
Active(anon):      13300 kB
Inactive(anon):        0 kB
Active(file):     707520 kB
Inactive(file):  2015952 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29492 kB
Writeback:             0 kB
AnonPages:         17396 kB
Mapped:            13556 kB
Shmem:               200 kB
Slab:             636060 kB
SReclaimable:      78560 kB
SUnreclaim:       557500 kB
KernelStack:        1376 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71476 MiB
End job on node144 at 2012-05-26 13:01:07