Trace number 3447972

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.4OPTIMUM 1513.18 1513.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh05_wcsp.wbo
MD5SUM1604fdd87dcee54076f2101bd99fabb3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark0.045993
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-3447972-1307902725.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.03	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.02/0.04	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.02/0.06	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/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.02/0.06	c  1050 implications, 0 cliques
0.02/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.02/0.06	c     850 constraints of type <linear>
0.02/0.06	c     850 constraints of type <indicator>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.05
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 2.0.1.4
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1800
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 13950
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # belongs reading time to solving time?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c timing/reading = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/indicator/addCouplingCons = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/0.06	o 420925
0.02/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.02/0.06	c t 0.1s|     1 |     0 |     0 |     - |4958k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   178 |     - |6096k|   0 |  71 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |   580 |     - |8227k|   0 |  61 |1800 |2550 |1800 | 890 |  40 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   826 |     - |9475k|   0 |  68 |1800 |2550 |1800 | 937 |  87 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   927 |     - |  10M|   0 |  81 |1800 |2550 |1800 | 967 | 117 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |  1023 |     - |  11M|   0 |  77 |1800 |2550 |1800 | 981 | 131 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.76	c   0.8s|     1 |     0 |  1050 |     - |  13M|   0 |  82 |1800 |2550 |1800 | 990 | 140 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |  1072 |     - |  14M|   0 |  82 |1800 |2550 |1800 | 995 | 145 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.29/1.37	c   1.4s|     1 |     2 |  1072 |     - |  14M|   0 |  82 |1800 |2550 |1800 | 995 | 145 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
9.29/9.33	o 7787
9.29/9.33	c * 9.3s|   220 |   218 | 11308 |  46.7 |  16M|  59 |   - |1800 |2550 |1800 |1029 | 366 |   0 | 831 | 0.000000e+00 | 7.787000e+03 |    Inf 
49.70/49.74	o 5884
49.70/49.74	c *49.7s|  6938 |  6869 |264092 |  37.9 |  26M|  59 |   - |1800 |2553 |1800 |1025 |  18k|   3 |2105 | 0.000000e+00 | 5.884000e+03 |    Inf 
58.19/58.25	o 3447
58.19/58.25	c *58.3s|  8324 |  7745 |319872 |  38.3 |  27M|  59 |   - |1800 |2563 |1800 |1039 |  21k|  13 |2174 | 0.000000e+00 | 3.447000e+03 |    Inf 
69.99/70.09	c  70.1s| 10000 |  9183 |396692 |  39.6 |  28M|  59 |  29 |1800 |2675 |1800 | 948 |  27k| 125 |2231 | 0.000000e+00 | 3.447000e+03 |    Inf 
116.29/116.30	o 3288
116.29/116.30	c * 116s| 15731 | 13722 |668450 |  42.4 |  34M|  59 |   - |1800 |3088 |1800 |1011 |  50k| 545 |3282 | 0.000000e+00 | 3.288000e+03 |    Inf 
136.00/136.03	o 3224
136.00/136.03	c * 136s| 18167 | 15493 |779315 |  42.8 |  37M|  59 |   - |1800 |3256 |1800 |1002 |  60k| 790 |3736 | 0.000000e+00 | 3.224000e+03 |    Inf 
150.09/150.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.09/150.13	c   150s| 20000 | 16772 |858937 |  42.9 |  38M|  59 |   - |1800 |3387 |1800 | 984 |  67k|1033 |3966 | 0.000000e+00 | 3.224000e+03 |    Inf 
156.20/156.25	o 3060
156.20/156.25	c * 156s| 20760 | 17135 |893156 |  43.0 |  39M|  59 |   - |1800 |3402 |1800 |1004 |  70k|1141 |4127 | 0.000000e+00 | 3.060000e+03 |    Inf 
180.00/180.07	o 2359
180.00/180.07	c * 180s| 23912 | 18082 |  1023k|  42.8 |  40M|  59 |   - |1800 |3390 |1800 | 989 |  82k|1581 |4606 | 0.000000e+00 | 2.359000e+03 |    Inf 
228.00/228.09	c   228s| 30000 | 20912 |  1277k|  42.6 |  44M|  59 |   6 |1800 |3110 |1800 | 958 | 108k|2971 |5323 | 0.000000e+00 | 2.359000e+03 |    Inf 
300.21/300.23	c   300s| 40000 | 26016 |  1681k|  42.0 |  51M|  59 |   3 |1800 |2802 |1800 | 949 | 144k|5196 |6368 | 0.000000e+00 | 2.359000e+03 |    Inf 
374.60/374.69	c   375s| 50000 | 30848 |  2094k|  41.9 |  58M|  59 |   - |1800 |2842 |1800 | 957 | 182k|7522 |7422 | 0.000000e+00 | 2.359000e+03 |    Inf 
381.40/381.41	o 2226
381.40/381.41	c * 381s| 50790 | 30670 |  2125k|  41.8 |  58M|  59 |   - |1800 |2837 |1800 |1000 | 186k|7646 |7478 | 0.000000e+00 | 2.226000e+03 |    Inf 
436.61/436.69	o 2221
436.61/436.69	c * 437s| 57446 | 33299 |  2394k|  41.7 |  62M|  59 |   - |1800 |2902 |1800 | 987 | 219k|9221 |8193 | 0.000000e+00 | 2.221000e+03 |    Inf 
456.31/456.33	c   456s| 60000 | 34567 |  2504k|  41.7 |  64M|  59 |  17 |1800 |2891 |1800 | 991 | 229k|9791 |8456 | 0.000000e+00 | 2.221000e+03 |    Inf 
525.21/525.21	c   525s| 70000 | 38669 |  2880k|  41.1 |  70M|  59 |   4 |1800 |2956 |1800 | 975 | 264k|  12k|9210 | 0.000000e+00 | 2.221000e+03 |    Inf 
585.41/585.44	o 2038
585.41/585.44	c * 585s| 78182 | 40848 |  3200k|  40.9 |  74M|  59 |   - |1800 |2943 |1800 | 975 | 296k|  14k|9911 | 0.000000e+00 | 2.038000e+03 |    Inf 
591.11/591.19	o 1988
591.11/591.19	c * 591s| 78960 | 40931 |  3233k|  40.9 |  74M|  59 |   - |1800 |2935 |1800 | 989 | 299k|  14k|9951 | 0.000000e+00 | 1.988000e+03 |    Inf 
598.42/598.43	c   598s| 80000 | 41505 |  3273k|  40.9 |  75M|  59 |   - |1800 |2961 |1800 | 972 | 303k|  14k|  10k| 0.000000e+00 | 1.988000e+03 |    Inf 
670.91/670.91	c   671s| 90000 | 44829 |  3647k|  40.5 |  81M|  59 |   - |1800 |3002 |   0 |   0 | 342k|  17k|  10k| 0.000000e+00 | 1.988000e+03 |    Inf 
686.32/686.37	o 1861
686.32/686.37	c * 686s| 92025 | 44511 |  3727k|  40.5 |  81M|  59 |   - |1800 |2998 |1800 | 981 | 350k|  18k|  10k| 0.000000e+00 | 1.861000e+03 |    Inf 
686.32/686.38	o 1792
686.32/686.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.32/686.38	c * 686s| 92026 | 43917 |  3727k|  40.5 |  80M|  59 |   - |1800 |2998 |1800 | 975 | 350k|  18k|  10k| 0.000000e+00 | 1.792000e+03 |    Inf 
747.41/747.41	c   747s|100000 | 46459 |  4048k|  40.5 |  85M|  59 |   7 |1800 |3053 |1800 | 967 | 382k|  20k|  11k| 0.000000e+00 | 1.792000e+03 |    Inf 
775.91/775.92	o 1765
775.91/775.92	c * 776s|103953 | 47623 |  4202k|  40.4 |  88M|  59 |   - |1800 |2997 |1800 | 969 | 396k|  22k|  11k| 0.000000e+00 | 1.765000e+03 |    Inf 
820.32/820.32	o 1756
820.32/820.32	c * 820s|109705 | 49501 |  4440k|  40.5 |  92M|  59 |   - |1800 |3061 |1800 |1000 | 418k|  23k|  12k| 0.000000e+00 | 1.756000e+03 |    Inf 
820.32/820.36	o 1628
820.32/820.36	c * 820s|109710 | 48249 |  4440k|  40.5 |  90M|  59 |   - |1800 |3061 |1800 |1005 | 418k|  23k|  12k| 0.000000e+00 | 1.628000e+03 |    Inf 
822.62/822.62	c   823s|110000 | 48325 |  4451k|  40.5 |  90M|  59 |   - |1800 |3073 |1800 | 966 | 419k|  23k|  12k| 0.000000e+00 | 1.628000e+03 |    Inf 
894.72/894.70	c   895s|120000 | 50730 |  4837k|  40.3 |  96M|  59 |  18 |1800 |3038 |1800 | 965 | 454k|  27k|  12k| 0.000000e+00 | 1.628000e+03 |    Inf 
966.92/966.90	c   967s|130000 | 53321 |  5224k|  40.2 | 103M|  59 |  11 |1800 |3144 |1800 | 949 | 488k|  31k|  13k| 0.000000e+00 | 1.628000e+03 |    Inf 
1040.33/1040.37	c  1040s|140000 | 56199 |  5608k|  40.1 | 109M|  59 |   2 |1800 |3229 |1800 | 963 | 525k|  35k|  14k| 0.000000e+00 | 1.628000e+03 |    Inf 
1114.03/1114.02	c  1114s|150000 | 58606 |  5994k|  40.0 | 116M|  59 |  10 |1800 |3101 |1800 | 955 | 560k|  39k|  14k| 0.000000e+00 | 1.628000e+03 |    Inf 
1186.33/1186.38	c  1186s|160000 | 61037 |  6382k|  39.9 | 123M|  59 |   - |1800 |3093 |1800 | 964 | 593k|  43k|  15k| 0.000000e+00 | 1.628000e+03 |    Inf 
1255.14/1255.13	c  1255s|170000 | 63755 |  6773k|  39.8 | 129M|  59 |   - |1800 |3137 |1800 | 960 | 628k|  46k|  15k| 0.000000e+00 | 1.628000e+03 |    Inf 
1322.03/1322.09	o 1500
1322.03/1322.09	c *1322s|179937 | 65630 |  7229k|  40.2 | 136M|  59 |   - |1800 |3138 |1800 | 994 | 657k|  50k|  16k| 0.000000e+00 | 1.500000e+03 |    Inf 
1322.33/1322.40	c  1322s|180000 | 65653 |  7230k|  40.2 | 136M|  59 |   3 |1800 |3136 |1800 | 952 | 657k|  50k|  16k| 0.000000e+00 | 1.500000e+03 |    Inf 
1385.94/1385.94	c  1386s|190000 | 67783 |  7646k|  40.2 | 144M|  59 |   - |1800 |3238 |1800 | 974 | 685k|  54k|  17k| 0.000000e+00 | 1.500000e+03 |    Inf 
1452.84/1452.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1452.84/1452.86	c  1453s|200000 | 69829 |  8051k|  40.3 | 151M|  59 |   - |1800 |3378 |1800 | 954 | 719k|  59k|  17k| 0.000000e+00 | 1.500000e+03 |    Inf 
1471.24/1471.23	o 1259
1471.24/1471.23	c *1471s|202819 | 66021 |  8168k|  40.3 | 142M|  59 |   - |1800 |3346 |1800 | 987 | 728k|  60k|  17k| 0.000000e+00 | 1.259000e+03 |    Inf 
1471.84/1471.82	o 1145
1471.84/1471.82	c *1472s|202898 | 62562 |  8172k|  40.3 | 135M|  59 |   - |1800 |3346 |1800 | 978 | 729k|  60k|  17k| 0.000000e+00 | 1.145000e+03 |    Inf 
1473.74/1473.73	o 1009
1473.74/1473.73	c *1474s|203182 | 58202 |  8184k|  40.3 | 126M|  59 |   - |1800 |3368 |1800 | 956 | 729k|  60k|  17k| 0.000000e+00 | 1.009000e+03 |    Inf 
1477.24/1477.20	o 884
1477.24/1477.20	c *1477s|203699 | 52908 |  8203k|  40.3 | 115M|  59 |   - |1800 |3398 |1800 | 965 | 731k|  61k|  17k| 0.000000e+00 | 8.840000e+02 |    Inf 
1481.14/1481.17	o 745
1481.14/1481.17	c *1481s|204325 | 45650 |  8225k|  40.3 | 101M|  59 |   - |1800 |2958 |1800 | 949 | 732k|  61k|  17k| 0.000000e+00 | 7.450000e+02 |    Inf 
1483.14/1483.12	o 659
1483.14/1483.12	c *1483s|204543 | 38470 |  8238k|  40.3 |  90M|  59 |   - |1800 |2740 |1800 | 948 | 732k|  62k|  17k| 0.000000e+00 | 6.590000e+02 |    Inf 
1483.14/1483.16	o 514
1483.14/1483.16	c *1483s|204544 | 28388 |  8238k|  40.3 |  73M|  59 |   - |1800 |2739 |1800 | 952 | 732k|  62k|  17k| 0.000000e+00 | 5.140000e+02 |    Inf 
1487.15/1487.17	o 455
1487.15/1487.17	c *1487s|205147 |  8853 |  8264k|  40.3 |  45M|  59 |   - |1800 |2508 |1800 | 963 | 732k|  63k|  17k| 0.000000e+00 | 4.550000e+02 |    Inf 
1510.35/1510.36	o 354
1510.35/1510.36	c *1510s|209668 |  1995 |  8433k|  40.2 |  31M|  59 |   - |1800 |3570 |1800 | 949 | 735k|  68k|  18k| 0.000000e+00 | 3.540000e+02 |    Inf 
1510.35/1510.38	o 267
1510.35/1510.38	c *1510s|209669 |  1525 |  8433k|  40.2 |  28M|  59 |   - |1800 |3567 |1800 | 946 | 735k|  68k|  18k| 0.000000e+00 | 2.670000e+02 |    Inf 
1510.64/1510.67	o 253
1510.64/1510.67	c *1511s|209702 |  1320 |  8435k|  40.2 |  27M|  59 |   - |1800 |2535 |1800 | 950 | 735k|  69k|  18k| 0.000000e+00 | 2.530000e+02 |    Inf 
1511.34/1511.40	o 199
1511.34/1511.40	c *1511s|209818 |   564 |  8440k|  40.2 |  23M|  59 |   - |1800 |2072 |1800 | 952 | 735k|  69k|  18k| 0.000000e+00 | 1.990000e+02 |    Inf 
1511.94/1511.90	o 183
1511.94/1511.90	c *1512s|209911 |   180 |  8444k|  40.2 |  20M|  59 |   - |1800 |1894 |1800 | 950 | 735k|  69k|  18k| 0.000000e+00 | 1.830000e+02 |    Inf 
1512.24/1512.27	c  1512s|210000 |    44 |  8447k|  40.2 |  19M|  59 |   - |1800 |1879 |1800 | 945 | 735k|  69k|  18k| 0.000000e+00 | 1.830000e+02 |    Inf 
1513.14/1513.10	c 
1513.14/1513.10	c SCIP Status        : problem is solved [optimal solution found]
1513.14/1513.10	c Solving Time (sec) : 1513.10
1513.14/1513.10	c Solving Nodes      : 210240
1513.14/1513.10	c Primal Bound       : +1.83000000000000e+02 (199 solutions)
1513.14/1513.10	c Dual Bound         : +1.83000000000000e+02
1513.14/1513.10	c Gap                : 0.00 %
1513.14/1513.10	s OPTIMUM FOUND
1513.14/1513.10	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 
1513.14/1513.10	v -x176 x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 -x158 x157 x156 -x155 
1513.14/1513.10	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 -x140 x139 x138 -x137 x136 -x135 x134 -x133 -x132 
1513.14/1513.10	v x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 -x113 -x112 x111 -x110 x109 
1513.14/1513.10	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 
1513.14/1513.10	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 
1513.14/1513.10	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 
1513.14/1513.10	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 
1513.14/1513.10	c SCIP Status        : problem is solved [optimal solution found]
1513.14/1513.10	c Total Time         :    1513.10
1513.14/1513.10	c   solving          :    1513.10
1513.14/1513.10	c   presolving       :       0.05 (included in solving)
1513.14/1513.10	c   reading          :       0.01 (included in solving)
1513.14/1513.10	c Original Problem   :
1513.14/1513.10	c   Problem name     : HOME/instance-3447972-1307902725.wbo
1513.14/1513.10	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1513.14/1513.10	c   Constraints      : 951 initial, 951 maximal
1513.14/1513.10	c Presolved Problem  :
1513.14/1513.10	c   Problem name     : t_HOME/instance-3447972-1307902725.wbo
1513.14/1513.10	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1513.14/1513.10	c   Constraints      : 1700 initial, 3679 maximal
1513.14/1513.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1513.14/1513.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
1513.14/1513.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1513.14/1513.10	c   root node        :          -       1413          -          -       1413          -          -          -          -          -
1513.14/1513.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1513.14/1513.10	c   integral         :          0          0          0     881406          0       9359          0        135        466          0          0     291142
1513.14/1513.10	c   varbound         :          0+         6     644548     735385          0          0      57496          5    3214121     735489          0          0
1513.14/1513.10	c   linear           :        850          6     644743         29          0       9356     288279      31434     948080          0          0          0
1513.14/1513.10	c   indicator        :        850          0     613310     735385          0       9353      86731          0     122836          0          0          0
1513.14/1513.10	c   logicor          :          0+         0     309016          0          0          0      66713       5980     128998          0          0          0
1513.14/1513.10	c   countsols        :          0          0          0         30          0        171          0          0          0          0          0          0
1513.14/1513.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1513.14/1513.10	c   integral         :      39.66       0.00       0.00      39.65       0.00       0.01       0.00
1513.14/1513.10	c   varbound         :      24.61       0.00      12.81      11.78       0.00       0.00       0.02
1513.14/1513.10	c   linear           :      13.00       0.00      12.19       0.00       0.00       0.59       0.22
1513.14/1513.10	c   indicator        :      60.03       0.01      11.06      43.60       0.00       5.34       0.03
1513.14/1513.10	c   logicor          :       3.58       0.00       3.51       0.00       0.00       0.00       0.07
1513.14/1513.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1513.14/1513.10	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1513.14/1513.10	c   vbounds          :     300469     130732         30   17832403
1513.14/1513.10	c   rootredcost      :         30          0          0        705
1513.14/1513.10	c   pseudoobj        :     661927      71964      17378    3212781
1513.14/1513.10	c Propagator Timings :  TotalTime  Propagate    Resprop
1513.14/1513.10	c   vbounds          :      37.82      37.78       0.04
1513.14/1513.10	c   rootredcost      :       0.16       0.16       0.00
1513.14/1513.10	c   pseudoobj        :      13.49      12.83       0.65
1513.14/1513.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1513.14/1513.10	c   propagation      :       1.46      54827      52668      80334       15.4       1312        7.5          -
1513.14/1513.10	c   infeasible LP    :       0.00         13         13         68       22.6          0        0.0          0
1513.14/1513.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1513.14/1513.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1513.14/1513.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1513.14/1513.10	c   applied globally :          -          -          -      69904       13.8          -          -          -
1513.14/1513.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1513.14/1513.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1513.14/1513.10	c   cut pool         :       0.00          5          -          -        186          -    (maximal pool size: 2202)
1513.14/1513.10	c   redcost          :      34.10     458525          0   17810482          0          0
1513.14/1513.10	c   impliedbounds    :       0.00          6          0          0          0          0
1513.14/1513.10	c   intobj           :       0.00          0          0          0          0          0
1513.14/1513.10	c   gomory           :       0.29          6          0          0       1016          0
1513.14/1513.10	c   cgmip            :       0.00          0          0          0          0          0
1513.14/1513.10	c   closecuts        :       0.00          0          0          0          0          0
1513.14/1513.10	c   strongcg         :       0.27          6          0          0       2576          0
1513.14/1513.10	c   cmir             :       0.05          6          0          0          0          0
1513.14/1513.10	c   flowcover        :       0.04          6          0          0          0          0
1513.14/1513.10	c   clique           :       0.00          1          0          0          0          0
1513.14/1513.10	c   zerohalf         :       0.00          0          0          0          0          0
1513.14/1513.10	c   mcf              :       0.00          1          0          0          0          0
1513.14/1513.10	c   oddcycle         :       0.00          0          0          0          0          0
1513.14/1513.10	c   rapidlearning    :       0.07          1          0          0          0          0
1513.14/1513.10	c Pricers            :       Time      Calls       Vars
1513.14/1513.10	c   problem variables:       0.00          0          0
1513.14/1513.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1513.14/1513.10	c   relpscost        :      39.34     146021        135        466          0          0     291142
1513.14/1513.10	c   pscost           :       0.00          0          0          0          0          0          0
1513.14/1513.10	c   inference        :       0.00          0          0          0          0          0          0
1513.14/1513.10	c   mostinf          :       0.00          0          0          0          0          0          0
1513.14/1513.10	c   leastinf         :       0.00          0          0          0          0          0          0
1513.14/1513.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1513.14/1513.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1513.14/1513.10	c   random           :       0.00          0          0          0          0          0          0
1513.14/1513.10	c Primal Heuristics  :       Time      Calls      Found
1513.14/1513.10	c   LP solutions     :       0.13          -         30
1513.14/1513.10	c   pseudo solutions :       0.00          -          0
1513.14/1513.10	c   oneopt           :       0.23         28          0
1513.14/1513.10	c   fracdiving       :       7.55       1096          0
1513.14/1513.10	c   coefdiving       :       7.36       1096          0
1513.14/1513.10	c   linesearchdiving :       8.10       1096          0
1513.14/1513.10	c   pscostdiving     :       7.04       1096          0
1513.14/1513.10	c   veclendiving     :       6.82       1096          0
1513.14/1513.10	c   guideddiving     :       7.62       1096          0
1513.14/1513.10	c   rootsoldiving    :       6.74        549          0
1513.14/1513.10	c   trivial          :       0.00          2          1
1513.14/1513.10	c   shiftandpropagate:       0.00          0          0
1513.14/1513.10	c   simplerounding   :       0.58     170062          0
1513.14/1513.10	c   zirounding       :       0.10       1000          0
1513.14/1513.10	c   rounding         :       0.58       5773          0
1513.14/1513.10	c   shifting         :       1.55       1813          0
1513.14/1513.10	c   intshifting      :       0.01          0          0
1513.14/1513.10	c   twoopt           :       0.00          0          0
1513.14/1513.10	c   fixandinfer      :       0.00          0          0
1513.14/1513.10	c   feaspump         :       0.01          0          0
1513.14/1513.10	c   clique           :       0.00          0          0
1513.14/1513.10	c   intdiving        :       0.00          0          0
1513.14/1513.10	c   actconsdiving    :       0.00          0          0
1513.14/1513.10	c   objpscostdiving  :       7.53        489          0
1513.14/1513.10	c   octane           :       0.00          0          0
1513.14/1513.10	c   rens             :       0.03          1          0
1513.14/1513.10	c   rins             :       0.00          0          0
1513.14/1513.10	c   localbranching   :       0.00          0          0
1513.14/1513.10	c   mutation         :       0.00          0          0
1513.14/1513.10	c   crossover        :       1.50         51          0
1513.14/1513.10	c   dins             :       0.00          0          0
1513.14/1513.10	c   vbounds          :       0.00          0          0
1513.14/1513.10	c   undercover       :       0.00          0          0
1513.14/1513.10	c   subnlp           :       0.04          0          0
1513.14/1513.10	c   trysol           :       0.32       9175        168
1513.14/1513.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1513.14/1513.10	c   primal LP        :       5.01          0          0       0.00       0.00
1513.14/1513.10	c   dual LP          :     972.81     958578    8055689       8.40    8280.81
1513.14/1513.10	c   lex dual LP      :       0.00          0          0       0.00          -
1513.14/1513.11	c   barrier LP       :       0.00          0          0       0.00          -
1513.14/1513.11	c   diving/probing LP:      41.82      30382     399444      13.15    9550.59
1513.14/1513.11	c   strong branching :      37.32      18070     307791      17.03    8246.30
1513.14/1513.11	c     (at root node) :          -         33       4459     135.12          -
1513.14/1513.11	c   conflict analysis:       0.00          0          0       0.00          -
1513.14/1513.11	c B&B Tree           :
1513.14/1513.11	c   number of runs   :          1
1513.14/1513.11	c   nodes            :     210240
1513.14/1513.11	c   nodes (total)    :     210240
1513.14/1513.11	c   nodes left       :          0
1513.14/1513.11	c   max depth        :         59
1513.14/1513.11	c   max depth (total):         59
1513.14/1513.11	c   backtracks       :      38220 (18.2%)
1513.14/1513.11	c   delayed cutoffs  :      28308
1513.14/1513.11	c   repropagations   :      40198 (582036 domain reductions, 1750 cutoffs)
1513.14/1513.11	c   avg switch length:       5.47
1513.14/1513.11	c   switching time   :      39.63
1513.14/1513.11	c Solution           :
1513.14/1513.11	c   Solutions found  :        199 (31 improvements)
1513.14/1513.11	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1513.14/1513.11	c   Primal Bound     : +1.83000000000000e+02   (in run 1, after 209911 nodes, 1511.90 seconds, depth 10, found by <relaxation>)
1513.14/1513.11	c   Dual Bound       : +1.83000000000000e+02
1513.14/1513.11	c   Gap              :       0.00 %
1513.14/1513.11	c   Root Dual Bound  : +0.00000000000000e+00
1513.14/1513.11	c   Root Iterations  :       1072
1513.14/1513.13	c Time complete: 1513.16.

Verifier Data

OK	183

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-3447972-1307902725/watcher-3447972-1307902725 -o /tmp/evaluation-result-3447972-1307902725/solver-3447972-1307902725 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447972-1307902725.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 2.00 2/177 18778
/proc/meminfo: memFree=2090112/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=9848 CPUtime=0 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 1464 0 0 0 0 0 0 0 25 0 1 0 980503141 10084352 1417 33554432000 4194304 9128323 140736019547136 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18778/statm: 2462 1419 396 1205 0 1253 0

[startup+0.0310719 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18778
/proc/meminfo: memFree=2090112/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=23312 CPUtime=0.02 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 4581 0 0 0 2 0 0 0 25 0 1 0 980503141 23871488 4533 33554432000 4194304 9128323 140736019547136 18446744073709551615 4336752 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 5571 4278 517 1205 0 4362 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23312

[startup+0.101068 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18778
/proc/meminfo: memFree=2090112/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=27372 CPUtime=0.09 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 6096 0 0 0 9 0 0 0 25 0 1 0 980503141 28028928 5752 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 6843 5752 655 1205 0 5634 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27372

[startup+0.301023 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18778
/proc/meminfo: memFree=2090112/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=45712 CPUtime=0.29 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 11732 0 0 0 28 1 0 0 25 0 1 0 980503141 46809088 10370 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 11428 10370 719 1205 0 10219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45712

[startup+0.700947 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18778
/proc/meminfo: memFree=2090112/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=45824 CPUtime=0.69 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 11844 0 0 0 67 2 0 0 25 0 1 0 980503141 46923776 10475 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 11456 10475 712 1205 0 10247 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45824

[startup+1.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18779
/proc/meminfo: memFree=2050200/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=45944 CPUtime=1.49 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 14678 0 0 0 146 3 0 0 25 0 1 0 980503141 47046656 10536 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 11486 10536 719 1205 0 10277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45944

[startup+3.1005 s]
/proc/loadavg: 2.00 2.00 2.00 5/178 18779
/proc/meminfo: memFree=2049084/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=45944 CPUtime=3.09 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 14678 0 0 0 304 5 0 0 25 0 1 0 980503141 47046656 10536 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 11486 10536 719 1205 0 10277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45944

[startup+6.30091 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18779
/proc/meminfo: memFree=2047320/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=45944 CPUtime=6.29 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 14678 0 0 0 620 9 0 0 25 0 1 0 980503141 47046656 10536 33554432000 4194304 9128323 140736019547136 18446744073709551615 7342529 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 11486 10536 719 1205 0 10277 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45944

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18779
/proc/meminfo: memFree=2042404/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=48684 CPUtime=12.69 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 19738 0 0 0 1254 15 0 0 25 0 1 0 980503141 49852416 11109 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 12171 11109 735 1205 0 10962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48684

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18779
/proc/meminfo: memFree=2030616/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=53388 CPUtime=25.49 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 31140 0 0 0 2523 26 0 0 25 0 1 0 980503141 54669312 12352 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 13347 12352 729 1205 0 12138 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53388

[startup+51.1006 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 18780
/proc/meminfo: memFree=2013876/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=58008 CPUtime=51.1 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 35774 0 0 0 5059 51 0 0 25 0 1 0 980503141 59400192 13490 33554432000 4194304 9128323 140736019547136 18446744073709551615 6505842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 14502 13490 727 1205 0 13293 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 58008

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18781
/proc/meminfo: memFree=1986144/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=64132 CPUtime=102.3 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 58213 0 0 0 10128 102 0 0 25 0 1 0 980503141 65671168 15094 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 16033 15094 727 1205 0 14824 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64132

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18783
/proc/meminfo: memFree=1949380/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=71548 CPUtime=162.29 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 89031 0 0 0 16074 155 0 0 25 0 1 0 980503141 73265152 16999 33554432000 4194304 9128323 140736019547136 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 17887 16999 727 1205 0 16678 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71548

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18785
/proc/meminfo: memFree=1920436/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=75224 CPUtime=222.3 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 108729 0 0 0 22019 211 0 0 25 0 1 0 980503141 77029376 17900 33554432000 4194304 9128323 140736019547136 18446744073709551615 7162906 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 18806 17900 727 1205 0 17597 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 75224

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18786
/proc/meminfo: memFree=1883924/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=84212 CPUtime=282.3 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 117925 0 0 0 27962 268 0 0 25 0 1 0 980503141 86233088 20151 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 21053 20151 727 1205 0 19844 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 84212

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18788
/proc/meminfo: memFree=1846524/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=88320 CPUtime=342.3 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 118998 0 0 0 33908 322 0 0 25 0 1 0 980503141 90439680 21209 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 22080 21209 727 1205 0 20871 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 88320

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18789
/proc/meminfo: memFree=1808636/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=94240 CPUtime=402.3 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 132216 0 0 0 39853 377 0 0 25 0 1 0 980503141 96501760 22729 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 23560 22729 727 1205 0 22351 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94240

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18791
/proc/meminfo: memFree=1773236/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=101432 CPUtime=462.31 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 150324 0 0 0 45801 430 0 0 25 0 1 0 980503141 103866368 24505 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 25358 24505 727 1205 0 24149 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 101432

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18793
/proc/meminfo: memFree=1733636/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=108052 CPUtime=522.31 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 155419 0 0 0 51749 482 0 0 25 0 1 0 980503141 110645248 26164 33554432000 4194304 9128323 140736019547136 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 27013 26164 727 1205 0 25804 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108052

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18794
/proc/meminfo: memFree=1701460/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=112156 CPUtime=582.31 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 159950 0 0 0 57701 530 0 0 25 0 1 0 980503141 114847744 27237 33554432000 4194304 9128323 140736019547136 18446744073709551615 7216704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 28039 27237 727 1205 0 26830 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 112156

[startup+642.301 s]

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

/proc/meminfo: memFree=1509468/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=139560 CPUtime=882.32 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 217306 0 0 0 87457 775 0 0 25 0 1 0 980503141 142909440 34111 33554432000 4194304 9128323 140736019547136 18446744073709551615 5199936 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 34890 34111 727 1205 0 33681 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 139560

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18804
/proc/meminfo: memFree=1464628/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=147260 CPUtime=942.32 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 222541 0 0 0 93407 825 0 0 25 0 1 0 980503141 150794240 36069 33554432000 4194304 9128323 140736019547136 18446744073709551615 4911392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 36815 36069 727 1205 0 35606 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 147260

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18805
/proc/meminfo: memFree=1428108/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=152360 CPUtime=1002.32 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 223799 0 0 0 99357 875 0 0 25 0 1 0 980503141 156016640 37327 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 38090 37327 727 1205 0 36881 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 152360

[startup+1062.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/172 18832
/proc/meminfo: memFree=2354564/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=157116 CPUtime=1062.33 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 226216 0 0 0 105308 925 0 0 25 0 1 0 980503141 160886784 38530 33554432000 4194304 9128323 140736019547136 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 39279 38530 727 1205 0 38070 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 157116

[startup+1122.3 s]
/proc/loadavg: 1.27 1.75 1.91 2/172 18834
/proc/meminfo: memFree=2347552/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=164716 CPUtime=1122.33 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 228121 0 0 0 111263 970 0 0 25 0 1 0 980503141 168669184 40434 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 41179 40434 727 1205 0 39970 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 164716

[startup+1182.3 s]
/proc/loadavg: 1.10 1.61 1.85 2/172 18835
/proc/meminfo: memFree=2339812/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=172204 CPUtime=1182.33 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 230007 0 0 0 117216 1017 0 0 25 0 1 0 980503141 176336896 42317 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18778/statm: 43051 42317 727 1205 0 41842 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 172204

[startup+1242.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/172 18840
/proc/meminfo: memFree=2333116/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=178576 CPUtime=1242.33 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 232786 0 0 0 123168 1065 0 0 25 0 1 0 980503141 182861824 43924 33554432000 4194304 9128323 140736019547136 18446744073709551615 4825573 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 44644 43924 727 1205 0 43435 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 178576

[startup+1302.3 s]
/proc/loadavg: 1.01 1.40 1.74 2/172 18841
/proc/meminfo: memFree=2320516/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=192980 CPUtime=1302.34 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 235887 0 0 0 129119 1115 0 0 25 0 1 0 980503141 197611520 47015 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 48245 47015 727 1205 0 47036 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 192980

[startup+1362.3 s]
/proc/loadavg: 1.00 1.33 1.69 2/172 18843
/proc/meminfo: memFree=2309060/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=204068 CPUtime=1362.33 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 250094 0 0 0 135067 1166 0 0 25 0 1 0 980503141 208965632 49776 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 51017 49776 727 1205 0 49808 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 204068

[startup+1422.31 s]
/proc/loadavg: 1.00 1.27 1.65 2/172 18845
/proc/meminfo: memFree=2302568/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=210680 CPUtime=1422.34 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 252966 0 0 0 141015 1219 0 0 25 0 1 0 980503141 215736320 51437 33554432000 4194304 9128323 140736019547136 18446744073709551615 4785281 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 52670 51437 727 1205 0 51461 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 210680

[startup+1482.3 s]
/proc/loadavg: 1.00 1.22 1.60 2/172 18846
/proc/meminfo: memFree=2294468/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=219360 CPUtime=1482.34 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 259883 0 0 0 146963 1271 0 0 25 0 1 0 980503141 224624640 53595 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 54840 53595 727 1205 0 53631 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 219360

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

[startup+1484.7 s]
/proc/loadavg: 1.00 1.22 1.60 2/172 18846
/proc/meminfo: memFree=2292980/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=220596 CPUtime=1484.74 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 262533 0 0 0 147201 1273 0 0 25 0 1 0 980503141 225890304 53936 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55149 53936 727 1205 0 53940 0
Current children cumulated CPU time (s) 1484.74
Current children cumulated vsize (KiB) 220596

[startup+1497.5 s]
/proc/loadavg: 1.00 1.20 1.59 2/172 18847
/proc/meminfo: memFree=2291728/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=221644 CPUtime=1497.54 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268263 0 0 0 148471 1283 0 0 25 0 1 0 980503141 226963456 54162 33554432000 4194304 9128323 140736019547136 18446744073709551615 5993560 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55411 54162 727 1205 0 54202 0
Current children cumulated CPU time (s) 1497.54
Current children cumulated vsize (KiB) 221644

[startup+1503.9 s]
/proc/loadavg: 1.00 1.20 1.59 2/172 18847
/proc/meminfo: memFree=2291356/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=221828 CPUtime=1503.94 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268319 0 0 0 149106 1288 0 0 25 0 1 0 980503141 227151872 54218 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55457 54218 727 1205 0 54248 0
Current children cumulated CPU time (s) 1503.94
Current children cumulated vsize (KiB) 221828

[startup+1507.1 s]
/proc/loadavg: 1.00 1.20 1.59 2/172 18847
/proc/meminfo: memFree=2291352/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=222052 CPUtime=1507.14 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268345 0 0 0 149424 1290 0 0 25 0 1 0 980503141 227381248 54244 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55513 54244 727 1205 0 54304 0
Current children cumulated CPU time (s) 1507.14
Current children cumulated vsize (KiB) 222052

[startup+1510.31 s]
/proc/loadavg: 1.00 1.20 1.59 2/172 18847
/proc/meminfo: memFree=2291352/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=222052 CPUtime=1510.35 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268351 0 0 0 149741 1294 0 0 25 0 1 0 980503141 227381248 54250 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55513 54250 727 1205 0 54304 0
Current children cumulated CPU time (s) 1510.35
Current children cumulated vsize (KiB) 222052

[startup+1511.9 s]
/proc/loadavg: 1.00 1.19 1.58 2/172 18847
/proc/meminfo: memFree=2291228/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=222192 CPUtime=1511.94 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268394 0 0 0 149899 1295 0 0 25 0 1 0 980503141 227524608 54293 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55548 54293 727 1205 0 54339 0
Current children cumulated CPU time (s) 1511.94
Current children cumulated vsize (KiB) 222192

[startup+1512.7 s]
/proc/loadavg: 1.00 1.19 1.58 2/172 18847
/proc/meminfo: memFree=2291228/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=222192 CPUtime=1512.74 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268395 0 0 0 149979 1295 0 0 25 0 1 0 980503141 227524608 54294 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55548 54294 727 1205 0 54339 0
Current children cumulated CPU time (s) 1512.74
Current children cumulated vsize (KiB) 222192

[startup+1513.1 s]
/proc/loadavg: 1.00 1.19 1.58 2/172 18847
/proc/meminfo: memFree=2291228/32950928 swapFree=67051116/67111528
[pid=18778] ppid=18776 vsize=222192 CPUtime=1513.14 cores=0,2,4,6
/proc/18778/stat : 18778 (scip-2.0.1.4.li) R 18776 18778 18084 0 -1 4202496 268395 0 0 0 150018 1296 0 0 25 0 1 0 980503141 227524608 54294 33554432000 4194304 9128323 140736019547136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18778/statm: 55548 54294 727 1205 0 54339 0
Current children cumulated CPU time (s) 1513.14
Current children cumulated vsize (KiB) 222192

Child status: 0
Real time (s): 1513.13
CPU time (s): 1513.18
CPU user time (s): 1500.21
CPU system time (s): 12.97
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 222192

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

runsolver used 2.29465 second user time and 4.73528 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 20:18:45
IDJOB=3447972
IDBENCH=79428
IDSOLVER=1944
FILE ID=node113/3447972-1307902725
RUNJOBID= node113-1307897181-18312
PBS_JOBID= 13559602
Free space on /tmp= 1856 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-jnh05_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 /tmp/evaluation-result-3447972-1307902725/watcher-3447972-1307902725 -o /tmp/evaluation-result-3447972-1307902725/solver-3447972-1307902725 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447972-1307902725.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 1604fdd87dcee54076f2101bd99fabb3
RANDOM SEED=1778063178

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.75
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2090548 kB
Buffers:         73568 kB
Cached:       29436768 kB
SwapCached:      14112 kB
Active:       14931292 kB
Inactive:     15001828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2090548 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:      420816 kB
Mapped:          12420 kB
Slab:           863548 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   618716 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 /tmp at the end= 1856 MiB
End job on node113 at 2011-06-12 20:43:58