Trace number 3447932

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh12_wcsp.wbo
MD5SUMd787b0d4d15d2d5c6758a89f1cfd571b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.004998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447932-1307902286.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.4
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1800
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4960k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   144 |     - |6099k|   0 |  73 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   706 |     - |7519k|   0 |  63 |1800 |2550 |1800 | 884 |  34 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.35	c   0.4s|     1 |     0 |   859 |     - |7723k|   0 |  65 |1800 |2550 |1800 | 932 |  82 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |  1019 |     - |8233k|   0 |  74 |1800 |2550 |1800 | 959 | 109 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1232 |     - |8743k|   0 |  77 |1800 |2550 |1800 | 978 | 128 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |  1301 |     - |8917k|   0 |  80 |1800 |2550 |1800 | 989 | 139 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  1355 |     - |  10M|   0 |  84 |1800 |2550 |1800 | 999 | 149 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.59/1.60	c   1.6s|     1 |     2 |  1355 |     - |  10M|   0 |  84 |1800 |2550 |1800 | 999 | 149 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.09/7.16	o 4297
7.09/7.16	c * 7.2s|   134 |   108 |  6651 |  39.8 |  11M|  53 |   - |1800 |2550 |1800 |1053 | 427 |   0 |1012 | 0.000000e+00 | 4.297000e+03 |    Inf 
69.59/69.68	c  69.7s| 10000 |  9514 |452874 |  45.2 |  25M|  55 |   2 |1800 |2764 |1800 | 996 |  29k| 215 |2659 | 0.000000e+00 | 4.297000e+03 |    Inf 
76.60/76.63	o 4169
76.60/76.63	c *76.6s| 10993 | 10477 |500925 |  45.4 |  26M|  55 |   - |1800 |2776 |1800 |1032 |  33k| 227 |2864 | 0.000000e+00 | 4.169000e+03 |    Inf 
136.69/136.74	c   137s| 20000 | 18920 |893184 |  44.6 |  36M|  55 |  27 |1800 |2985 |1800 | 993 |  66k| 465 |4533 | 0.000000e+00 | 4.169000e+03 |    Inf 
185.80/185.84	o 3187
185.80/185.84	c * 186s| 27313 | 25114 |  1203k|  44.0 |  42M|  55 |   - |1800 |3090 |1800 |1045 |  95k| 683 |5735 | 0.000000e+00 | 3.187000e+03 |    Inf 
202.90/202.92	c   203s| 30000 | 27415 |  1315k|  43.8 |  45M|  55 |  24 |1800 |3203 |1800 |1004 | 104k| 884 |6085 | 0.000000e+00 | 3.187000e+03 |    Inf 
246.20/246.23	o 3131
246.20/246.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.20/246.23	c * 246s| 36641 | 32438 |  1582k|  43.2 |  52M|  55 |   - |1800 |3368 |1800 |1019 | 129k|1510 |7038 | 0.000000e+00 | 3.131000e+03 |    Inf 
268.79/268.89	c   269s| 40000 | 35131 |  1733k|  43.3 |  55M|  55 |   6 |1800 |3215 |1800 | 982 | 141k|1792 |7396 | 0.000000e+00 | 3.131000e+03 |    Inf 
337.89/337.91	c   338s| 50000 | 42641 |  2170k|  43.4 |  65M|  55 |  21 |1800 |3037 |1800 |1017 | 180k|2806 |8765 | 0.000000e+00 | 3.131000e+03 |    Inf 
406.91/406.91	c   407s| 60000 | 50460 |  2616k|  43.6 |  75M|  55 |   6 |1800 |2863 |1800 | 990 | 220k|3700 |9997 | 0.000000e+00 | 3.131000e+03 |    Inf 
475.80/475.83	c   476s| 70000 | 58723 |  3074k|  43.9 |  85M|  55 |   9 |1800 |2700 |1800 | 998 | 258k|4422 |  11k| 0.000000e+00 | 3.131000e+03 |    Inf 
543.31/543.33	c   543s| 80000 | 66972 |  3532k|  44.1 |  96M|  55 |   7 |1800 |2792 |1800 | 989 | 296k|5173 |  12k| 0.000000e+00 | 3.131000e+03 |    Inf 
591.41/591.40	o 2819
591.41/591.40	c * 591s| 86868 | 71193 |  3838k|  44.2 | 101M|  55 |   - |1800 |2783 |1800 |1034 | 324k|5818 |  12k| 0.000000e+00 | 2.819000e+03 |    Inf 
612.10/612.10	c   612s| 90000 | 73569 |  3972k|  44.1 | 104M|  55 |  26 |1800 |2774 |1800 | 993 | 336k|6152 |  13k| 0.000000e+00 | 2.819000e+03 |    Inf 
680.30/680.38	c   680s|100000 | 80883 |  4409k|  44.1 | 114M|  55 |  10 |1800 |2800 |1800 | 965 | 375k|7227 |  13k| 0.000000e+00 | 2.819000e+03 |    Inf 
734.72/734.72	o 2777
734.72/734.72	c v 735s|108150 | 87044 |  4770k|  44.1 | 123M|  55 |   - |1800 |2739 |1800 |1030 | 405k|7990 |  14k| 0.000000e+00 | 2.777000e+03 |    Inf 
748.41/748.44	c   748s|110000 | 88476 |  4866k|  44.2 | 125M|  55 |  27 |1800 |2798 |1800 |1003 | 412k|8178 |  14k| 0.000000e+00 | 2.777000e+03 |    Inf 
815.71/815.77	c   816s|120000 | 95152 |  5294k|  44.1 | 135M|  55 |   4 |1800 |2848 |1800 | 987 | 450k|9584 |  15k| 0.000000e+00 | 2.777000e+03 |    Inf 
885.42/885.48	c   885s|130000 |102375 |  5750k|  44.2 | 145M|  55 |  23 |1800 |2778 |1800 | 980 | 490k|  10k|  16k| 0.000000e+00 | 2.777000e+03 |    Inf 
950.91/950.97	c   951s|140000 |109599 |  6192k|  44.2 | 154M|  55 |  10 |1800 |2816 |1800 | 997 | 526k|  11k|  17k| 0.000000e+00 | 2.777000e+03 |    Inf 
961.21/961.22	o 2674
961.21/961.22	c * 961s|141567 |110364 |  6263k|  44.2 | 155M|  55 |   - |1800 |2811 |1800 |1034 | 532k|  12k|  17k| 0.000000e+00 | 2.674000e+03 |    Inf 
961.21/961.23	o 2558
961.21/961.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
961.21/961.23	c * 961s|141568 |109673 |  6263k|  44.2 | 153M|  55 |   - |1800 |2811 |1800 |1034 | 532k|  12k|  17k| 0.000000e+00 | 2.558000e+03 |    Inf 
961.42/961.42	o 2506
961.42/961.42	c * 961s|141589 |109320 |  6264k|  44.2 | 152M|  55 |   - |1800 |2810 |1800 |1015 | 532k|  12k|  17k| 0.000000e+00 | 2.506000e+03 |    Inf 
966.01/966.10	o 2455
966.01/966.10	c l 966s|142256 |109384 |  6294k|  44.2 | 152M|  55 |   - |1800 |2804 |1800 |1028 | 535k|  12k|  17k| 0.000000e+00 | 2.455000e+03 |    Inf 
1016.92/1016.93	c  1017s|150000 |114754 |  6648k|  44.3 | 159M|  55 |  36 |1800 |2846 |1800 | 995 | 561k|  13k|  17k| 0.000000e+00 | 2.455000e+03 |    Inf 
1082.12/1082.19	c  1082s|160000 |121774 |  7091k|  44.3 | 170M|  55 |  19 |1800 |2844 |1800 |1005 | 594k|  14k|  18k| 0.000000e+00 | 2.455000e+03 |    Inf 
1150.22/1150.20	c  1150s|170000 |128230 |  7550k|  44.4 | 180M|  55 |   7 |1800 |2873 |1800 | 976 | 630k|  15k|  19k| 0.000000e+00 | 2.455000e+03 |    Inf 
1217.72/1217.74	c  1218s|180000 |134378 |  8000k|  44.4 | 189M|  55 |   4 |1800 |2868 |1800 |1000 | 665k|  17k|  19k| 0.000000e+00 | 2.455000e+03 |    Inf 
1238.63/1238.69	o 2379
1238.63/1238.69	c *1239s|183266 |135445 |  8135k|  44.4 | 190M|  55 |   - |1800 |2943 |1800 |1038 | 676k|  18k|  19k| 0.000000e+00 | 2.379000e+03 |    Inf 
1284.92/1284.93	c  1285s|190000 |139125 |  8431k|  44.4 | 196M|  55 |   - |1800 |2889 |1800 |1002 | 702k|  19k|  20k| 0.000000e+00 | 2.379000e+03 |    Inf 
1353.32/1353.36	c  1353s|200000 |144839 |  8883k|  44.4 | 205M|  55 |   3 |1800 |2873 |1800 | 972 | 738k|  21k|  21k| 0.000000e+00 | 2.379000e+03 |    Inf 
1421.33/1421.37	c  1421s|210000 |151240 |  9354k|  44.5 | 215M|  55 |   - |1800 |2855 |1800 |1012 | 773k|  23k|  21k| 0.000000e+00 | 2.379000e+03 |    Inf 
1485.23/1485.25	o 2364
1485.23/1485.25	c *1485s|219341 |156351 |  9773k|  44.6 | 224M|  55 |   - |1800 |3019 |1800 |1019 | 807k|  24k|  22k| 0.000000e+00 | 2.364000e+03 |    Inf 
1489.93/1489.97	c  1490s|220000 |156788 |  9805k|  44.6 | 224M|  55 |   - |1800 |2978 |1800 |1007 | 809k|  25k|  22k| 0.000000e+00 | 2.364000e+03 |    Inf 
1557.03/1557.03	c  1557s|230000 |162955 | 10245k|  44.5 | 234M|  55 |  17 |1800 |2907 |1800 | 992 | 846k|  26k|  22k| 0.000000e+00 | 2.364000e+03 |    Inf 
1625.13/1625.10	c  1625s|240000 |169112 | 10703k|  44.6 | 243M|  55 |   7 |1800 |3021 |1800 | 988 | 882k|  28k|  23k| 0.000000e+00 | 2.364000e+03 |    Inf 
1694.44/1694.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1694.44/1694.48	c  1694s|250000 |174769 | 11153k|  44.6 | 252M|  55 |   7 |1800 |2870 |1800 | 977 | 920k|  30k|  24k| 0.000000e+00 | 2.364000e+03 |    Inf 
1696.14/1696.12	o 2038
1696.14/1696.12	c *1696s|250227 |168974 | 11164k|  44.6 | 236M|  55 |   - |1800 |2880 |1800 |1022 | 921k|  30k|  24k| 0.000000e+00 | 2.038000e+03 |    Inf 
1761.44/1761.42	c  1761s|260000 |173962 | 11602k|  44.6 | 245M|  55 |   9 |1800 |2979 |1800 | 993 | 955k|  32k|  24k| 0.000000e+00 | 2.038000e+03 |    Inf 
1775.24/1775.24	o 1950
1775.24/1775.24	c *1775s|261984 |172529 | 11688k|  44.6 | 241M|  55 |   - |1800 |2945 |1800 | 995 | 963k|  33k|  24k| 0.000000e+00 | 1.950000e+03 |    Inf 
1796.54/1796.56	o 1616
1796.54/1796.56	c *1797s|265034 |160494 | 11839k|  44.7 | 218M|  55 |   - |1800 |2878 |1800 |1013 | 972k|  33k|  24k| 0.000000e+00 | 1.616000e+03 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 265488
1800.04/1800.00	c Primal Bound       : +1.61600000000000e+03 (114 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 -x184 x183 x182 -x181 x180 -x179 x178 -x177 
1800.04/1800.00	v x176 -x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 -x158 x157 -x156 x155 
1800.04/1800.00	v -x154 x153 x152 -x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 -x132 
1800.04/1800.00	v x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1800.04/1800.00	v x108 -x107 x106 -x105 -x104 x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 -x84 
1800.04/1800.00	v x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 x74 -x73 -x72 x71 -x70 x69 -x68 x67 x66 -x65 -x64 x63 x62 -x61 -x60 x59 -x58 x57 -x56 
1800.04/1800.00	v x55 -x54 x53 x52 -x51 x50 -x49 x48 -x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 x38 -x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
1800.04/1800.00	v x27 x26 -x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 x12 -x11 -x10 x9 x8 -x7 -x6 x5 x4 -x3 x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.04 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447932-1307902286.wbo
1800.04/1800.00	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 951 initial, 951 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447932-1307902286.wbo
1800.04/1800.00	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1700 initial, 3390 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    1201093          0      22881          0         97        417          0          0     453102
1800.04/1800.00	c   varbound         :          0+         6     588674     974152          0          0      24430          4    1387154     974280          0          0
1800.04/1800.00	c   linear           :        850          6     588871         13          0      22878     152673      18567     683169          0          0          0
1800.04/1800.00	c   indicator        :        850          0     570304     974152          0      22875      52782          0     123530          0          0          0
1800.04/1800.00	c   logicor          :          0+         0     233269          0          0          0      15916       2639      48935          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0         13          0        103          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      49.36       0.00       0.00      49.35       0.00       0.01       0.00
1800.04/1800.00	c   varbound         :      22.74       0.00       9.33      13.40       0.00       0.00       0.01
1800.04/1800.00	c   linear           :      10.31       0.00       9.37       0.00       0.00       0.82       0.11
1800.04/1800.00	c   indicator        :      75.80       0.01       9.95      53.89       0.00      11.93       0.02
1800.04/1800.00	c   logicor          :       1.74       0.00       1.72       0.00       0.00       0.00       0.02
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :     166996      94879         39   13658162
1800.04/1800.00	c   rootredcost      :         15          0          0          0
1800.04/1800.00	c   pseudoobj        :     596244      29193       7569    1387271
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :      22.29      22.26       0.03
1800.04/1800.00	c   rootredcost      :       0.13       0.13       0.00
1800.04/1800.00	c   pseudoobj        :       9.47       9.22       0.26
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       0.65      28818      27673      34592       15.4        385        7.4          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -      33754       14.8          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 1042)
1800.04/1800.00	c   redcost          :      36.84     648396          0   13665053          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.25          6          0          0       2500          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.23          6          0          0       2676          0
1800.04/1800.00	c   cmir             :       0.07          6          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.05          6          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.07          1          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      48.97     226941         97        417          0          0     453102
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.06          -         13
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.16         15          0
1800.04/1800.00	c   fracdiving       :      12.44       3184          0
1800.04/1800.00	c   veclendiving     :      11.92       3184          1
1800.04/1800.00	c   linesearchdiving :      14.84       3185          1
1800.04/1800.00	c   guideddiving     :      12.29       3185          0
1800.04/1800.00	c   coefdiving       :      13.33       3185          0
1800.04/1800.00	c   pscostdiving     :      12.50       3185          0
1800.04/1800.00	c   trivial          :       0.00          2          1
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       0.71     250508          0
1800.04/1800.00	c   zirounding       :       0.10       1000          0
1800.04/1800.00	c   rounding         :       0.65       7023          0
1800.04/1800.00	c   shifting         :       1.72       2224          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.01          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       9.31        702          0
1800.04/1800.00	c   rootsoldiving    :       9.08        970          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.03          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       1.20         45          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.04          0          0
1800.04/1800.00	c   trysol           :       0.36      22765         98
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       5.28          0          0       0.00       0.00
1800.04/1800.00	c   dual LP          :    1200.55    1261626   11279316       8.94    9395.09
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:      63.65      57701     585812      10.15    9203.60
1800.04/1800.00	c   strong branching :      46.14      24838     439347      17.69    9522.71
1800.04/1800.00	c     (at root node) :          -         33       8169     247.55          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     265488
1800.04/1800.00	c   nodes (total)    :     265488
1800.04/1800.00	c   nodes left       :     160668
1800.04/1800.00	c   max depth        :         55
1800.04/1800.00	c   max depth (total):         55
1800.04/1800.00	c   backtracks       :      38886 (14.6%)
1800.04/1800.00	c   delayed cutoffs  :        111
1800.04/1800.00	c   repropagations   :       3920 (52113 domain reductions, 105 cutoffs)
1800.04/1800.00	c   avg switch length:       4.54
1800.04/1800.00	c   switching time   :      33.41
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :        114 (16 improvements)
1800.04/1800.00	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +1.61600000000000e+03   (in run 1, after 265034 nodes, 1796.54 seconds, depth 30, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :       1355

Verifier Data

OK	1616

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 /var/tmp/evaluation-result-3447932-1307902286/watcher-3447932-1307902286 -o /var/tmp/evaluation-result-3447932-1307902286/solver-3447932-1307902286 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447932-1307902286.wbo -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.00 2.00 1.95 3/176 6020
/proc/meminfo: memFree=1273636/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=10336 CPUtime=0 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 1567 0 0 0 0 0 0 0 25 0 1 0 901827430 10584064 1521 33554432000 4194304 9128323 140735906656880 18446744073709551615 4914167 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6020/statm: 2584 1521 399 1205 0 1375 0

[startup+0.094859 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 6020
/proc/meminfo: memFree=1273636/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=27056 CPUtime=0.09 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 6027 0 0 0 9 0 0 0 25 0 1 0 901827430 27705344 5683 33554432000 4194304 9128323 140735906656880 18446744073709551615 8008925 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6020/statm: 6764 5683 655 1205 0 5555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27056

[startup+0.100858 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 6020
/proc/meminfo: memFree=1273636/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=27572 CPUtime=0.09 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 6156 0 0 0 9 0 0 0 25 0 1 0 901827430 28233728 5812 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6020/statm: 6893 5812 655 1205 0 5684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27572

[startup+0.300829 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 6020
/proc/meminfo: memFree=1273636/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=45736 CPUtime=0.29 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 11729 0 0 0 28 1 0 0 25 0 1 0 901827430 46833664 10365 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6020/statm: 11434 10365 714 1205 0 10225 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45736

[startup+0.700757 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 6020
/proc/meminfo: memFree=1273636/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=45848 CPUtime=0.69 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 11844 0 0 0 68 1 0 0 25 0 1 0 901827430 46948352 10474 33554432000 4194304 9128323 140735906656880 18446744073709551615 6299968 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6020/statm: 11462 10474 712 1205 0 10253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45848

[startup+1.50061 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6022
/proc/meminfo: memFree=1184016/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=57400 CPUtime=1.49 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 15508 0 0 0 147 2 0 0 25 0 1 0 901827430 58777600 13267 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6020/statm: 14350 13267 719 1205 0 13141 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57400

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6022
/proc/meminfo: memFree=1182164/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=57400 CPUtime=3.09 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 15516 0 0 0 305 4 0 0 25 0 1 0 901827430 58777600 13275 33554432000 4194304 9128323 140735906656880 18446744073709551615 7216589 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6020/statm: 14350 13275 719 1205 0 13141 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57400

[startup+6.30075 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6022
/proc/meminfo: memFree=1181140/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=57400 CPUtime=6.29 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 15516 0 0 0 621 8 0 0 25 0 1 0 901827430 58777600 13275 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 14350 13275 719 1205 0 13141 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57400

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6022
/proc/meminfo: memFree=1176828/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=57904 CPUtime=12.69 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 15695 0 0 0 1256 13 0 0 25 0 1 0 901827430 59293696 13454 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 14476 13454 727 1205 0 13267 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57904

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6022
/proc/meminfo: memFree=1173912/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=57400 CPUtime=25.49 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 18072 0 0 0 2520 29 0 0 25 0 1 0 901827430 58777600 13368 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 14350 13368 727 1205 0 13141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57400

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6023
/proc/meminfo: memFree=1167036/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=60852 CPUtime=51.09 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 24957 0 0 0 5051 58 0 0 25 0 1 0 901827430 62312448 14215 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 15213 14215 727 1205 0 14004 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60852

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6024
/proc/meminfo: memFree=1147708/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=68048 CPUtime=102.3 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 40534 0 0 0 10113 117 0 0 25 0 1 0 901827430 69681152 16070 33554432000 4194304 9128323 140735906656880 18446744073709551615 7216589 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 17012 16070 727 1205 0 15803 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68048

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6026
/proc/meminfo: memFree=1128992/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=77216 CPUtime=162.3 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 49849 0 0 0 16044 186 0 0 25 0 1 0 901827430 79069184 18375 33554432000 4194304 9128323 140735906656880 18446744073709551615 7192144 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 19304 18375 727 1205 0 18095 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 77216

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6028
/proc/meminfo: memFree=1109716/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=86512 CPUtime=222.29 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 63895 0 0 0 21980 249 0 0 25 0 1 0 901827430 88588288 20733 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 21628 20733 727 1205 0 20419 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86512

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6029
/proc/meminfo: memFree=1090812/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=98192 CPUtime=282.29 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 84041 0 0 0 27913 316 0 0 25 0 1 0 901827430 100548608 23668 33554432000 4194304 9128323 140735906656880 18446744073709551615 7205376 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 24548 23668 727 1205 0 23339 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98192

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6031
/proc/meminfo: memFree=1072896/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=106284 CPUtime=342.3 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 92877 0 0 0 33846 384 0 0 25 0 1 0 901827430 108834816 25710 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 26571 25710 727 1205 0 25362 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106284

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6032
/proc/meminfo: memFree=1052256/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=114328 CPUtime=402.3 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 94985 0 0 0 39782 448 0 0 25 0 1 0 901827430 117071872 27760 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 28582 27760 727 1205 0 27373 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114328

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6034
/proc/meminfo: memFree=1032752/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=123744 CPUtime=462.3 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 98667 0 0 0 45716 514 0 0 25 0 1 0 901827430 126713856 30145 33554432000 4194304 9128323 140735906656880 18446744073709551615 6856559 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 30936 30145 727 1205 0 29727 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 123744

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6036
/proc/meminfo: memFree=1014460/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=133388 CPUtime=522.3 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 101107 0 0 0 51648 582 0 0 25 0 1 0 901827430 136589312 32584 33554432000 4194304 9128323 140735906656880 18446744073709551615 4557536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 33347 32584 727 1205 0 32138 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 133388

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6037
/proc/meminfo: memFree=995804/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=144684 CPUtime=582.31 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 103466 0 0 0 57580 651 0 0 25 0 1 0 901827430 148156416 34943 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 36171 34943 727 1205 0 34962 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 144684

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6044
/proc/meminfo: memFree=916880/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=182000 CPUtime=822.31 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 151514 0 0 0 81314 917 0 0 25 0 1 0 901827430 186368000 44347 33554432000 4194304 9128323 140735906656880 18446744073709551615 4794279 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 45500 44347 727 1205 0 44291 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 182000

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6045
/proc/meminfo: memFree=897232/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=191444 CPUtime=882.31 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 153901 0 0 0 87254 977 0 0 25 0 1 0 901827430 196038656 46732 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 47861 46732 727 1205 0 46652 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 191444

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6047
/proc/meminfo: memFree=879440/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=199276 CPUtime=942.31 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 157074 0 0 0 93185 1046 0 0 25 0 1 0 901827430 204058624 48725 33554432000 4194304 9128323 140735906656880 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 49819 48725 727 1205 0 48610 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 199276

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6048
/proc/meminfo: memFree=863016/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=208312 CPUtime=1002.32 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 172977 0 0 0 99119 1113 0 0 25 0 1 0 901827430 213311488 50993 33554432000 4194304 9128323 140735906656880 18446744073709551615 7192361 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 52078 50993 729 1205 0 50869 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 208312

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6050
/proc/meminfo: memFree=844748/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=217812 CPUtime=1062.31 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 181911 0 0 0 105047 1184 0 0 25 0 1 0 901827430 223039488 53377 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 54453 53377 729 1205 0 53244 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 217812

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6052
/proc/meminfo: memFree=822500/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=228924 CPUtime=1122.32 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 184717 0 0 0 110980 1252 0 0 25 0 1 0 901827430 234418176 56175 33554432000 4194304 9128323 140735906656880 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 57231 56175 729 1205 0 56022 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 228924

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6053
/proc/meminfo: memFree=806100/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=236784 CPUtime=1182.32 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 190032 0 0 0 116910 1322 0 0 25 0 1 0 901827430 242466816 58207 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 59196 58207 729 1205 0 57987 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 236784

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6055
/proc/meminfo: memFree=788316/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=245644 CPUtime=1242.32 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 193438 0 0 0 122849 1383 0 0 25 0 1 0 901827430 251539456 60424 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 61411 60424 729 1205 0 60202 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 245644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6056
/proc/meminfo: memFree=772280/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=251860 CPUtime=1302.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 199720 0 0 0 128786 1447 0 0 25 0 1 0 901827430 257904640 61987 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 62965 61987 729 1205 0 61756 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 251860

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6058
/proc/meminfo: memFree=752752/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=261368 CPUtime=1362.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 205341 0 0 0 134720 1513 0 0 25 0 1 0 901827430 267640832 64407 33554432000 4194304 9128323 140735906656880 18446744073709551615 6713637 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 65342 64407 729 1205 0 64133 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 261368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6060
/proc/meminfo: memFree=737452/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=271288 CPUtime=1422.34 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 210992 0 0 0 140651 1583 0 0 25 0 1 0 901827430 277798912 66893 33554432000 4194304 9128323 140735906656880 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 67822 66893 729 1205 0 66613 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 271288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6061
/proc/meminfo: memFree=723644/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=279772 CPUtime=1482.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 213083 0 0 0 146584 1649 0 0 25 0 1 0 901827430 286486528 68975 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 69943 68975 727 1205 0 68734 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 279772

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6063
/proc/meminfo: memFree=703248/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=289628 CPUtime=1542.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 227341 0 0 0 152516 1717 0 0 25 0 1 0 901827430 296579072 71473 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 72407 71473 727 1205 0 71198 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 289628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6064
/proc/meminfo: memFree=690296/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=295868 CPUtime=1602.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 230131 0 0 0 158452 1781 0 0 25 0 1 0 901827430 302968832 73079 33554432000 4194304 9128323 140735906656880 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 73967 73079 727 1205 0 72758 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 295868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6066
/proc/meminfo: memFree=670044/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=308012 CPUtime=1662.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 234408 0 0 0 164386 1847 0 0 25 0 1 0 901827430 315404288 76116 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 77003 76116 739 1205 0 75794 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 308012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6068
/proc/meminfo: memFree=654844/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=313740 CPUtime=1722.33 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 244449 0 0 0 170321 1912 0 0 25 0 1 0 901827430 321269760 77517 33554432000 4194304 9128323 140735906656880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 78435 77517 739 1205 0 77226 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 313740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6069
/proc/meminfo: memFree=644252/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=316916 CPUtime=1782.34 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 250733 0 0 0 176257 1977 0 0 25 0 1 0 901827430 324521984 78325 33554432000 4194304 9128323 140735906656880 18446744073709551615 7217024 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6020/statm: 79229 78325 739 1205 0 78020 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 316916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 6070
/proc/meminfo: memFree=641264/32950928 swapFree=67048888/67111528
[pid=6020] ppid=6018 vsize=317176 CPUtime=1800.05 cores=0,2,4,6
/proc/6020/stat : 6020 (scip-2.0.1.4.li) R 6018 6020 4454 0 -1 4202496 253959 0 0 0 178008 1997 0 0 25 0 1 0 901827430 324788224 78421 33554432000 4194304 9128323 140735906656880 18446744073709551615 5320780 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6020/statm: 79294 78422 742 1205 0 78085 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 317176

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1780.08
CPU system time (s): 19.985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 327264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.08
system time used= 19.985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253960
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= 5
involuntary context switches= 1985

runsolver used 2.98455 second user time and 6.24405 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 20:11:26
IDJOB=3447932
IDBENCH=79388
IDSOLVER=1944
FILE ID=node122/3447932-1307902286
RUNJOBID= node122-1307898651-4740
PBS_JOBID= 13559584
Free space on /var/tmp= 2892 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh12_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447932-1307902286/watcher-3447932-1307902286 -o /var/tmp/evaluation-result-3447932-1307902286/solver-3447932-1307902286 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447932-1307902286.wbo -t 1800 -m 15500

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

MD5SUM BENCH= d787b0d4d15d2d5c6758a89f1cfd571b
RANDOM SEED=1406922054

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1275220 kB
Buffers:         56444 kB
Cached:       30645100 kB
SwapCached:      14912 kB
Active:       15651796 kB
Inactive:     15068984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1275220 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           24096 kB
Writeback:           0 kB
AnonPages:       16684 kB
Mapped:           8456 kB
Slab:           890364 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2868 MiB
End job on node122 at 2011-06-12 20:41:28