Trace number 3447948

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 843.138 843.107

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh208_wcsp.wbo
MD5SUMbf55ab5b50211f096e62edcb64c4bf57
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark79
Best CPU time to get the best result obtained on this benchmark0.135978
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
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-3447948-1307902431.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/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.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (3 rounds):
0.01/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  1000 implications, 0 cliques
0.01/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.01/0.05	c     800 constraints of type <linear>
0.01/0.05	c     800 constraints of type <indicator>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.04
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 2.0.1.4
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1800
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 13950
0.01/0.05	c 
0.01/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.05	c # [type: int, range: [1,2], default: 1]
0.01/0.05	c timing/clocktype = 2
0.01/0.05	c 
0.01/0.05	c # belongs reading time to solving time?
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c timing/reading = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/indicator/addCouplingCons = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.05	o 394238
0.01/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.05	c t 0.1s|     1 |     0 |     0 |     - |4703k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   136 |     - |5772k|   0 |  68 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   645 |     - |8054k|   0 |  58 |1700 |2400 |1700 | 831 |  31 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   811 |     - |8368k|   0 |  73 |1700 |2400 |1700 | 891 |  91 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |  1094 |     - |  10M|   0 |  71 |1700 |2400 |1700 | 912 | 112 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  1623 |     - |  11M|   0 |  67 |1700 |2400 |1700 | 941 | 141 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |  1725 |     - |  11M|   0 |  81 |1700 |2400 |1700 | 964 | 164 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.77	c   0.8s|     1 |     0 |  1762 |     - |  13M|   0 |  82 |1700 |2400 |1700 | 970 | 170 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.19/1.22	c   1.2s|     1 |     2 |  1762 |     - |  13M|   0 |  82 |1700 |2400 |1700 | 970 | 170 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
6.50/6.56	o 5469
6.50/6.56	c * 6.6s|   128 |   127 |  6304 |  35.8 |  14M|  55 |   - |1700 |2400 |1700 |1009 | 251 |   0 | 762 | 0.000000e+00 | 5.469000e+03 |    Inf 
36.90/36.97	o 5426
36.90/36.97	c *37.0s|  6152 |  6075 |233071 |  37.6 |  24M|  55 |   - |1700 |2438 |1700 | 990 |  13k|  38 |1764 | 0.000000e+00 | 5.426000e+03 |    Inf 
58.20/58.27	c  58.3s| 10000 |  9893 |392647 |  39.1 |  28M|  55 |  11 |1700 |2469 |1700 | 936 |  24k|  70 |2162 | 0.000000e+00 | 5.426000e+03 |    Inf 
117.50/117.52	c   118s| 20000 | 19835 |810421 |  40.4 |  38M|  55 |   8 |1700 |2496 |1700 | 937 |  56k| 100 |3952 | 0.000000e+00 | 5.426000e+03 |    Inf 
128.10/128.17	o 4365
128.10/128.17	c * 128s| 21614 | 21331 |881599 |  40.7 |  40M|  55 |   - |1700 |2499 |1700 | 992 |  63k| 103 |4242 | 0.000000e+00 | 4.365000e+03 |    Inf 
128.70/128.72	o 4268
128.70/128.72	c * 129s| 21673 | 21345 |884909 |  40.8 |  40M|  55 |   - |1700 |2501 |1700 | 985 |  63k| 105 |4277 | 0.000000e+00 | 4.268000e+03 |    Inf 
135.30/135.38	o 3902
135.30/135.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.30/135.38	c * 135s| 22659 | 22036 |928131 |  40.9 |  41M|  55 |   - |1700 |2533 |1700 | 987 |  67k| 137 |4499 | 0.000000e+00 | 3.902000e+03 |    Inf 
160.20/160.27	o 3622
160.20/160.27	c * 160s| 26821 | 25661 |  1103k|  41.1 |  45M|  55 |   - |1700 |2671 |1700 | 980 |  80k| 298 |5096 | 0.000000e+00 | 3.622000e+03 |    Inf 
160.61/160.65	o 3300
160.61/160.65	c * 161s| 26874 | 25372 |  1106k|  41.1 |  45M|  55 |   - |1700 |2676 |1700 | 967 |  80k| 303 |5111 | 0.000000e+00 | 3.300000e+03 |    Inf 
178.89/178.92	c   179s| 30000 | 27876 |  1230k|  41.0 |  48M|  55 |   2 |1700 |2935 |1700 | 935 |  90k| 598 |5571 | 0.000000e+00 | 3.300000e+03 |    Inf 
237.80/237.83	c   238s| 40000 | 35672 |  1646k|  41.1 |  57M|  55 |  11 |1700 |3191 |1700 | 948 | 122k|1562 |6832 | 0.000000e+00 | 3.300000e+03 |    Inf 
256.90/256.92	o 3218
256.90/256.92	c * 257s| 43692 | 38489 |  1790k|  40.9 |  61M|  55 |   - |1700 |3089 |1700 | 991 | 130k|1931 |7225 | 0.000000e+00 | 3.218000e+03 |    Inf 
272.30/272.35	o 3066
272.30/272.35	c * 272s| 46422 | 40399 |  1901k|  40.9 |  63M|  55 |   - |1700 |2880 |1700 | 992 | 137k|2155 |7518 | 0.000000e+00 | 3.066000e+03 |    Inf 
275.10/275.12	o 3023
275.10/275.12	c * 275s| 46841 | 40592 |  1921k|  41.0 |  64M|  55 |   - |1700 |2876 |1700 | 991 | 139k|2234 |7601 | 0.000000e+00 | 3.023000e+03 |    Inf 
287.80/287.83	o 2845
287.80/287.83	c * 288s| 49099 | 41808 |  2011k|  40.9 |  65M|  55 |   - |1700 |2897 |1700 | 958 | 145k|2521 |7815 | 0.000000e+00 | 2.845000e+03 |    Inf 
292.61/292.63	c   293s| 50000 | 42545 |  2048k|  40.9 |  66M|  55 |   6 |1700 |2929 |1700 | 956 | 147k|2626 |7943 | 0.000000e+00 | 2.845000e+03 |    Inf 
345.61/345.68	c   346s| 60000 | 50344 |  2445k|  40.7 |  76M|  55 |  38 |1700 |2658 |1700 | 959 | 172k|3759 |8882 | 0.000000e+00 | 2.845000e+03 |    Inf 
393.81/393.86	o 2635
393.81/393.86	c * 394s| 69073 | 56281 |  2797k|  40.5 |  84M|  55 |   - |1700 |2638 |1700 | 967 | 194k|5008 |9722 | 0.000000e+00 | 2.635000e+03 |    Inf 
398.90/398.95	c   399s| 70000 | 56899 |  2833k|  40.4 |  85M|  55 |  17 |1700 |2668 |1700 | 972 | 196k|5163 |9825 | 0.000000e+00 | 2.635000e+03 |    Inf 
429.91/429.99	o 2313
429.91/429.99	c * 430s| 75699 | 59268 |  3066k|  40.5 |  86M|  55 |   - |1700 |2666 |1700 | 979 | 211k|5880 |  10k| 0.000000e+00 | 2.313000e+03 |    Inf 
431.90/431.99	o 2237
431.90/431.99	c * 432s| 76051 | 58861 |  3080k|  40.5 |  86M|  55 |   - |1700 |2694 |1700 | 957 | 212k|5948 |  10k| 0.000000e+00 | 2.237000e+03 |    Inf 
432.11/432.13	o 2125
432.11/432.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.11/432.13	c * 432s| 76070 | 57762 |  3081k|  40.5 |  84M|  55 |   - |1700 |2687 |1700 | 968 | 212k|5948 |  10k| 0.000000e+00 | 2.125000e+03 |    Inf 
453.31/453.36	c   453s| 80000 | 59853 |  3228k|  40.3 |  88M|  55 |  10 |1700 |2797 |1700 | 958 | 222k|6906 |  10k| 0.000000e+00 | 2.125000e+03 |    Inf 
507.01/507.10	c   507s| 90000 | 65082 |  3617k|  40.2 |  96M|  55 |  10 |1700 |2843 |1700 | 946 | 246k|9251 |  11k| 0.000000e+00 | 2.125000e+03 |    Inf 
558.61/558.67	c   559s|100000 | 70127 |  3999k|  40.0 | 106M|  55 |   - |1700 |2943 |1700 | 955 | 267k|  11k|  12k| 0.000000e+00 | 2.125000e+03 |    Inf 
579.62/579.68	o 1711
579.62/579.68	c * 580s|104280 | 65351 |  4154k|  39.8 | 100M|  55 |   - |1700 |3029 |1700 | 959 | 276k|  12k|  12k| 0.000000e+00 | 1.711000e+03 |    Inf 
580.32/580.36	o 1704
580.32/580.36	c * 580s|104409 | 65208 |  4158k|  39.8 | 100M|  55 |   - |1700 |3037 |1700 | 959 | 276k|  12k|  12k| 0.000000e+00 | 1.704000e+03 |    Inf 
581.01/581.02	o 1667
581.01/581.02	c * 581s|104524 | 64397 |  4163k|  39.8 |  99M|  55 |   - |1700 |3048 |1700 | 958 | 277k|  12k|  12k| 0.000000e+00 | 1.667000e+03 |    Inf 
590.31/590.36	o 1510
590.31/590.36	c * 590s|106377 | 61153 |  4229k|  39.7 |  95M|  55 |   - |1700 |2970 |1700 | 954 | 280k|  13k|  12k| 0.000000e+00 | 1.510000e+03 |    Inf 
595.71/595.70	o 1103
595.71/595.70	c * 596s|107407 | 48438 |  4267k|  39.7 |  78M|  55 |   - |1700 |3020 |1700 | 953 | 282k|  13k|  12k| 0.000000e+00 | 1.103000e+03 |    Inf 
596.32/596.30	o 1048
596.32/596.30	c * 596s|107521 | 45893 |  4271k|  39.7 |  75M|  55 |   - |1700 |3015 |1700 | 951 | 282k|  13k|  12k| 0.000000e+00 | 1.048000e+03 |    Inf 
609.51/609.57	c   610s|110000 | 46259 |  4362k|  39.6 |  78M|  55 |   - |1700 |3033 |1700 | 955 | 286k|  15k|  12k| 0.000000e+00 | 1.048000e+03 |    Inf 
628.92/628.94	o 990
628.92/628.94	c * 629s|113574 | 44529 |  4501k|  39.6 |  80M|  55 |   - |1700 |3192 |1700 | 952 | 291k|  17k|  12k| 0.000000e+00 | 9.900000e+02 |    Inf 
663.12/663.16	c   663s|120000 | 45286 |  4740k|  39.5 |  91M|  55 |   - |1700 |3189 |1700 | 938 | 298k|  21k|  13k| 0.000000e+00 | 9.900000e+02 |    Inf 
685.02/685.07	o 977
685.02/685.07	c * 685s|124083 | 44785 |  4899k|  39.5 |  95M|  55 |   - |1700 |3289 |1700 | 965 | 303k|  24k|  13k| 0.000000e+00 | 9.770000e+02 |    Inf 
716.62/716.61	c   717s|130000 | 45338 |  5121k|  39.4 | 103M|  55 |   3 |1700 |3268 |1700 | 936 | 310k|  28k|  13k| 0.000000e+00 | 9.770000e+02 |    Inf 
727.22/727.20	o 794
727.22/727.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
727.22/727.20	c * 727s|131898 | 36642 |  5190k|  39.3 |  94M|  55 |   - |1700 |3290 |1700 | 953 | 314k|  29k|  13k| 0.000000e+00 | 7.940000e+02 |    Inf 
730.92/730.91	o 763
730.92/730.91	c * 731s|132468 | 34665 |  5215k|  39.4 |  94M|  55 |   - |1700 |2672 |1700 | 939 | 314k|  30k|  13k| 0.000000e+00 | 7.630000e+02 |    Inf 
733.92/733.98	o 708
733.92/733.98	c * 734s|132976 | 31824 |  5238k|  39.4 |  91M|  55 |   - |1700 |2643 |1700 | 941 | 314k|  30k|  13k| 0.000000e+00 | 7.080000e+02 |    Inf 
741.62/741.65	o 624
741.62/741.65	c * 742s|134206 | 27621 |  5294k|  39.4 |  89M|  55 |   - |1700 |2808 |1700 | 939 | 315k|  31k|  13k| 0.000000e+00 | 6.240000e+02 |    Inf 
754.72/754.72	o 575
754.72/754.72	c * 755s|136247 | 20611 |  5391k|  39.6 |  85M|  55 |   - |1700 |2845 |1700 | 938 | 316k|  34k|  13k| 0.000000e+00 | 5.750000e+02 |    Inf 
776.32/776.34	c   776s|140000 | 13584 |  5555k|  39.7 |  75M|  55 |   - |1700 |2915 |1700 | 935 | 319k|  39k|  13k| 0.000000e+00 | 5.750000e+02 |    Inf 
815.62/815.65	o 530
815.62/815.65	c * 816s|147618 |  7925 |  5846k|  39.6 |  63M|  55 |   - |1700 |3622 |1700 | 943 | 323k|  47k|  14k| 0.000000e+00 | 5.300000e+02 |    Inf 
828.42/828.48	c   828s|150000 |  7021 |  5946k|  39.6 |  61M|  55 |  44 |1700 |2628 |1700 | 935 | 324k|  49k|  14k| 0.000000e+00 | 5.300000e+02 |    Inf 
829.22/829.20	o 343
829.22/829.20	c * 829s|150152 |  4512 |  5951k|  39.6 |  50M|  55 |   - |1700 |2675 |1700 | 941 | 324k|  50k|  14k| 0.000000e+00 | 3.430000e+02 |    Inf 
833.62/833.62	o 336
833.62/833.62	c * 834s|150856 |  2861 |  5986k|  39.7 |  43M|  55 |   - |1700 |2210 |1700 | 936 | 324k|  51k|  14k| 0.000000e+00 | 3.360000e+02 |    Inf 
835.42/835.47	o 287
835.42/835.47	c * 835s|151167 |  2020 |  6001k|  39.7 |  36M|  55 |   - |1700 |2153 |1700 | 935 | 324k|  52k|  14k| 0.000000e+00 | 2.870000e+02 |    Inf 
837.32/837.34	o 286
837.32/837.34	c * 837s|151473 |  1304 |  6016k|  39.7 |  32M|  55 |   - |1700 |2110 |1700 | 935 | 324k|  52k|  14k| 0.000000e+00 | 2.860000e+02 |    Inf 
841.43/841.49	o 232
841.43/841.49	c * 841s|152411 |   511 |  6050k|  39.7 |  24M|  55 |   - |1700 |2606 |1700 | 935 | 324k|  54k|  14k| 0.000000e+00 | 2.320000e+02 |    Inf 
841.53/841.51	o 208
841.53/841.51	c * 842s|152417 |   482 |  6050k|  39.7 |  23M|  55 |   - |1700 |2489 |1700 | 935 | 324k|  54k|  14k| 0.000000e+00 | 2.080000e+02 |    Inf 
841.82/841.81	o 140
841.82/841.81	c * 842s|152488 |   357 |  6052k|  39.7 |  21M|  55 |   - |1700 |2285 |1700 | 935 | 324k|  54k|  14k| 0.000000e+00 | 1.400000e+02 |    Inf 
841.82/841.82	o 116
841.82/841.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.82/841.82	c * 842s|152491 |   346 |  6052k|  39.7 |  21M|  55 |   - |1700 |2132 |1700 | 935 | 324k|  54k|  14k| 0.000000e+00 | 1.160000e+02 |    Inf 
842.92/842.99	o 79
842.92/842.99	c * 843s|152777 |    68 |  6062k|  39.7 |  19M|  55 |   - |1700 |1759 |1700 | 935 | 324k|  54k|  14k| 0.000000e+00 | 7.900000e+01 |    Inf 
843.02/843.08	c 
843.02/843.08	c SCIP Status        : problem is solved [optimal solution found]
843.02/843.08	c Solving Time (sec) : 843.08
843.02/843.08	c Solving Nodes      : 152793
843.02/843.08	c Primal Bound       : +7.90000000000000e+01 (462 solutions)
843.02/843.08	c Dual Bound         : +7.90000000000000e+01
843.02/843.08	c Gap                : 0.00 %
843.02/843.08	s OPTIMUM FOUND
843.02/843.08	v -x200 x199 x198 -x197 -x196 x195 -x194 x193 -x192 x191 x190 -x189 x188 -x187 -x186 x185 -x184 x183 x182 -x181 -x180 x179 -x178 
843.02/843.08	v x177 x176 -x175 x174 -x173 -x172 x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
843.02/843.08	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
843.02/843.08	v x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
843.02/843.08	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 
843.02/843.08	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 
843.02/843.08	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 
843.02/843.08	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 
843.02/843.08	c SCIP Status        : problem is solved [optimal solution found]
843.02/843.08	c Total Time         :     843.08
843.02/843.08	c   solving          :     843.08
843.02/843.08	c   presolving       :       0.04 (included in solving)
843.02/843.08	c   reading          :       0.01 (included in solving)
843.02/843.08	c Original Problem   :
843.02/843.08	c   Problem name     : HOME/instance-3447948-1307902431.wbo
843.02/843.08	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
843.02/843.08	c   Constraints      : 901 initial, 901 maximal
843.02/843.08	c Presolved Problem  :
843.02/843.08	c   Problem name     : t_HOME/instance-3447948-1307902431.wbo
843.02/843.08	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
843.02/843.08	c   Constraints      : 1600 initial, 3638 maximal
843.02/843.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
843.02/843.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
843.02/843.08	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
843.02/843.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
843.02/843.08	c   root node        :          -       1492          -          -       1492          -          -          -          -          -
843.02/843.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
843.02/843.08	c   integral         :          0          0          0     443821          0      11298          0        115        341          0          0     237560
843.02/843.08	c   varbound         :          0+         6     513708     324665          0          0      46258         18    2432008     324781          0          0
843.02/843.08	c   linear           :        800          6     513900         37          0      11295     279915      15111     657186          0          0          0
843.02/843.08	c   indicator        :        800          0     498785     324665          0      11290      56201          0      83922          0          0          0
843.02/843.08	c   logicor          :          0+         0     260416          0          0          0      68759       5178     117190          0          0          0
843.02/843.08	c   countsols        :          0          0          0         38          0        426          0          0          0          0          0          0
843.02/843.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
843.02/843.08	c   integral         :      30.81       0.00       0.00      30.79       0.00       0.02       0.00
843.02/843.08	c   varbound         :      11.89       0.00       7.09       4.79       0.00       0.00       0.01
843.02/843.08	c   linear           :       8.96       0.00       8.27       0.00       0.00       0.52       0.17
843.02/843.08	c   indicator        :      28.50       0.01       6.88      16.25       0.00       5.35       0.02
843.02/843.08	c   logicor          :       3.33       0.00       3.27       0.00       0.00       0.00       0.06
843.02/843.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
843.02/843.08	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
843.02/843.08	c   vbounds          :     196550      82354         11    7433574
843.02/843.08	c   rootredcost      :         38          0          0        744
843.02/843.08	c   pseudoobj        :     526386      56981      12661    2430663
843.02/843.08	c Propagator Timings :  TotalTime  Propagate    Resprop
843.02/843.08	c   vbounds          :      19.62      19.60       0.02
843.02/843.08	c   rootredcost      :       0.11       0.11       0.00
843.02/843.08	c   pseudoobj        :       9.78       9.32       0.46
843.02/843.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
843.02/843.08	c   propagation      :       1.08      32979      31742      77970       18.4       1048        9.3          -
843.02/843.08	c   infeasible LP    :       0.00         23         23        115       25.5          0        0.0          0
843.02/843.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
843.02/843.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
843.02/843.08	c   pseudo solution  :       0.00          2          2          7       10.3          0        0.0          -
843.02/843.08	c   applied globally :          -          -          -      54709       16.6          -          -          -
843.02/843.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
843.02/843.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
843.02/843.08	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 2151)
843.02/843.08	c   redcost          :      17.54     316146          0    7413916          0          0
843.02/843.08	c   impliedbounds    :       0.00          6          0          0          0          0
843.02/843.08	c   intobj           :       0.00          0          0          0          0          0
843.02/843.08	c   gomory           :       0.22          6          0          0       2324          0
843.02/843.08	c   cgmip            :       0.00          0          0          0          0          0
843.02/843.08	c   closecuts        :       0.00          0          0          0          0          0
843.02/843.08	c   strongcg         :       0.19          6          0          0       3000          0
843.02/843.08	c   cmir             :       0.05          6          0          0          1          0
843.02/843.08	c   flowcover        :       0.04          6          0          0          1          0
843.02/843.08	c   clique           :       0.00          1          0          0          0          0
843.02/843.08	c   zerohalf         :       0.00          0          0          0          0          0
843.02/843.08	c   mcf              :       0.00          1          0          0          0          0
843.02/843.08	c   oddcycle         :       0.00          0          0          0          0          0
843.02/843.08	c   rapidlearning    :       0.06          1          0          0          0          0
843.02/843.08	c Pricers            :       Time      Calls       Vars
843.02/843.08	c   problem variables:       0.00          0          0
843.02/843.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
843.02/843.08	c   relpscost        :      30.63     119155        115        341          0          0     237560
843.02/843.08	c   pscost           :       0.00          0          0          0          0          0          0
843.02/843.08	c   inference        :       0.00          0          0          0          0          0          0
843.02/843.08	c   mostinf          :       0.00          0          0          0          0          0          0
843.02/843.08	c   leastinf         :       0.00          0          0          0          0          0          0
843.02/843.08	c   fullstrong       :       0.00          0          0          0          0          0          0
843.02/843.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
843.02/843.08	c   random           :       0.00          0          0          0          0          0          0
843.02/843.08	c Primal Heuristics  :       Time      Calls      Found
843.02/843.08	c   LP solutions     :       0.13          -         38
843.02/843.08	c   pseudo solutions :       0.00          -          0
843.02/843.08	c   feaspump         :       0.00          0          0
843.02/843.08	c   intshifting      :       0.00          0          0
843.02/843.08	c   oneopt           :       0.23         39          0
843.02/843.08	c   objpscostdiving  :       4.68        239          0
843.02/843.08	c   rootsoldiving    :       4.68        447          0
843.02/843.08	c   linesearchdiving :       7.64       1446          0
843.02/843.08	c   guideddiving     :       6.72       1447          0
843.02/843.08	c   coefdiving       :       6.52       1447          0
843.02/843.08	c   pscostdiving     :       6.47       1447          0
843.02/843.08	c   fracdiving       :       6.73       1447          0
843.02/843.08	c   veclendiving     :       5.95       1447          0
843.02/843.08	c   trivial          :       0.00          2          1
843.02/843.08	c   shiftandpropagate:       0.00          0          0
843.02/843.08	c   simplerounding   :       0.30     139475          0
843.02/843.08	c   zirounding       :       0.08       1000          0
843.02/843.08	c   rounding         :       0.42       5257          0
843.02/843.08	c   shifting         :       1.15       1618          0
843.02/843.08	c   twoopt           :       0.00          0          0
843.02/843.08	c   fixandinfer      :       0.00          0          0
843.02/843.08	c   clique           :       0.00          0          0
843.02/843.08	c   intdiving        :       0.00          0          0
843.02/843.08	c   actconsdiving    :       0.00          0          0
843.02/843.08	c   octane           :       0.00          0          0
843.02/843.08	c   rens             :       0.02          1          0
843.02/843.08	c   rins             :       0.00          0          0
843.02/843.08	c   localbranching   :       0.00          0          0
843.02/843.08	c   mutation         :       0.00          0          0
843.02/843.08	c   crossover        :       1.24         47          0
843.02/843.08	c   dins             :       0.00          0          0
843.02/843.08	c   vbounds          :       0.00          0          0
843.02/843.08	c   undercover       :       0.00          0          0
843.02/843.08	c   subnlp           :       0.02          0          0
843.02/843.08	c   trysol           :       0.38      10854        423
843.02/843.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
843.02/843.08	c   primal LP        :       1.96          0          0       0.00       0.00
843.02/843.08	c   dual LP          :     541.86     487882    5729261      11.74   10573.39
843.02/843.08	c   lex dual LP      :       0.00          0          0       0.00          -
843.02/843.08	c   barrier LP       :       0.00          0          0       0.00          -
843.02/843.08	c   diving/probing LP:      33.94      31348     333630      10.64    9828.55
843.02/843.08	c   strong branching :      29.11      14462     294216      20.34   10107.97
843.02/843.08	c     (at root node) :          -         33       4832     146.42          -
843.02/843.08	c   conflict analysis:       0.00          0          0       0.00          -
843.02/843.08	c B&B Tree           :
843.02/843.08	c   number of runs   :          1
843.02/843.08	c   nodes            :     152793
843.02/843.08	c   nodes (total)    :     152793
843.02/843.08	c   nodes left       :          0
843.02/843.08	c   max depth        :         55
843.02/843.08	c   max depth (total):         55
843.02/843.08	c   backtracks       :      28749 (18.8%)
843.02/843.08	c   delayed cutoffs  :      24717
843.02/843.08	c   repropagations   :      55132 (846440 domain reductions, 3085 cutoffs)
843.02/843.08	c   avg switch length:       5.92
843.02/843.08	c   switching time   :      22.84
843.02/843.08	c Solution           :
843.02/843.08	c   Solutions found  :        462 (39 improvements)
843.02/843.08	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
843.02/843.08	c   Primal Bound     : +7.90000000000000e+01   (in run 1, after 152777 nodes, 842.99 seconds, depth 13, found by <relaxation>)
843.02/843.08	c   Dual Bound       : +7.90000000000000e+01
843.02/843.08	c   Gap              :       0.00 %
843.02/843.08	c   Root Dual Bound  : +0.00000000000000e+00
843.02/843.08	c   Root Iterations  :       1762
843.12/843.10	c Time complete: 843.13.

Verifier Data

OK	79

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-3447948-1307902431/watcher-3447948-1307902431 -o /var/tmp/evaluation-result-3447948-1307902431/solver-3447948-1307902431 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447948-1307902431.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13365
/proc/meminfo: memFree=559360/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 1543 0 0 0 0 0 0 0 25 0 1 0 980473808 10366976 1497 33554432000 4194304 9128323 140735717726256 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13365/statm: 2585 1500 399 1205 0 1376 0

[startup+0.0183751 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13365
/proc/meminfo: memFree=559360/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=19492 CPUtime=0.01 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 3599 0 0 0 1 0 0 0 25 0 1 0 980473808 19959808 3552 33554432000 4194304 9128323 140735717726256 18446744073709551615 4217129 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 4873 3555 474 1205 0 3664 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19492

[startup+0.100373 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13365
/proc/meminfo: memFree=559360/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=28160 CPUtime=0.09 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 6278 0 0 0 9 0 0 0 25 0 1 0 980473808 28835840 5940 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 7040 5940 655 1205 0 5831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28160

[startup+0.300334 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13365
/proc/meminfo: memFree=559360/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=45148 CPUtime=0.29 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 11605 0 0 0 28 1 0 0 25 0 1 0 980473808 46231552 10210 33554432000 4194304 9128323 140735717726256 18446744073709551615 6678024 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 11287 10210 712 1205 0 10078 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45148

[startup+0.700258 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13365
/proc/meminfo: memFree=559360/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=49536 CPUtime=0.69 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 12684 0 0 0 67 2 0 0 25 0 1 0 980473808 50724864 11289 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 12384 11289 712 1205 0 11175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49536

[startup+1.50111 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13366
/proc/meminfo: memFree=516092/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=49600 CPUtime=1.5 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 15563 0 0 0 142 8 0 0 25 0 1 0 980473808 50790400 11339 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 12400 11339 719 1205 0 11191 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 49600

[startup+3.1008 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13366
/proc/meminfo: memFree=515596/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=49600 CPUtime=3.1 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 15563 0 0 0 294 16 0 0 25 0 1 0 980473808 50790400 11339 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 12400 11339 719 1205 0 11191 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 49600

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13366
/proc/meminfo: memFree=513628/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=49600 CPUtime=6.29 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 15564 0 0 0 597 32 0 0 25 0 1 0 980473808 50790400 11340 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 12400 11340 720 1205 0 11191 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49600

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13366
/proc/meminfo: memFree=508672/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=54620 CPUtime=12.7 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 19027 0 0 0 1208 62 0 0 25 0 1 0 980473808 55930880 12483 33554432000 4194304 9128323 140735717726256 18446744073709551615 6899356 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 13655 12483 727 1205 0 12446 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 54620

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13367
/proc/meminfo: memFree=501920/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=57884 CPUtime=25.49 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 26294 0 0 0 2427 122 0 0 25 0 1 0 980473808 59273216 13319 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 14471 13319 727 1205 0 13262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57884

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13368
/proc/meminfo: memFree=491668/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=63864 CPUtime=51.09 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 37380 0 0 0 4874 235 0 0 25 0 1 0 980473808 65396736 14848 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 15966 14848 727 1205 0 14757 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63864

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13369
/proc/meminfo: memFree=475736/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=73020 CPUtime=102.3 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 46014 0 0 0 9774 456 0 0 25 0 1 0 980473808 74772480 17124 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 18255 17124 727 1205 0 17046 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73020

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13409
/proc/meminfo: memFree=1005168/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=83152 CPUtime=162.3 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 72333 0 0 0 15527 703 0 0 25 0 1 0 980473808 85147648 19769 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 20788 19769 727 1205 0 19579 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 83152

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13411
/proc/meminfo: memFree=982608/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=92392 CPUtime=222.3 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 86837 0 0 0 21291 939 0 0 25 0 1 0 980473808 94609408 22078 33554432000 4194304 9128323 140735717726256 18446744073709551615 7311900 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 23098 22078 727 1205 0 21889 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92392

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13413
/proc/meminfo: memFree=960892/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=102928 CPUtime=282.3 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 109959 0 0 0 27046 1184 0 0 25 0 1 0 980473808 105398272 24759 33554432000 4194304 9128323 140735717726256 18446744073709551615 7205413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 25732 24759 727 1205 0 24523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102928

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13414
/proc/meminfo: memFree=940136/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=113208 CPUtime=342.3 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 127541 0 0 0 32843 1387 0 0 25 0 1 0 980473808 115924992 27354 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 28302 27354 727 1205 0 27093 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 113208

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13416
/proc/meminfo: memFree=919468/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=126372 CPUtime=402.31 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 139613 0 0 0 38654 1577 0 0 25 0 1 0 980473808 129404928 30669 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 31593 30669 727 1205 0 30384 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 126372

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13417
/proc/meminfo: memFree=902432/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=134860 CPUtime=462.31 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 155558 0 0 0 44467 1764 0 0 25 0 1 0 980473808 138096640 32795 33554432000 4194304 9128323 140735717726256 18446744073709551615 6856950 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 33715 32795 728 1205 0 32506 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134860

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13419
/proc/meminfo: memFree=885760/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=145592 CPUtime=522.31 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 160031 0 0 0 50282 1949 0 0 25 0 1 0 980473808 149086208 35012 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 36398 35012 728 1205 0 35189 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 145592

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13421
/proc/meminfo: memFree=869964/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=156580 CPUtime=582.32 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 164848 0 0 0 56105 2127 0 0 25 0 1 0 980473808 160337920 37785 33554432000 4194304 9128323 140735717726256 18446744073709551615 6712930 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 39145 37785 728 1205 0 37936 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 156580

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13422
/proc/meminfo: memFree=849800/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=168236 CPUtime=642.32 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 191863 0 0 0 61937 2295 0 0 25 0 1 0 980473808 172273664 40708 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 42059 40708 733 1205 0 40850 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 168236

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13424
/proc/meminfo: memFree=826176/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=184020 CPUtime=702.32 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 207529 0 0 0 67762 2470 0 0 25 0 1 0 980473808 188436480 44600 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 46005 44600 733 1205 0 44796 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 184020

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13425
/proc/meminfo: memFree=794488/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=208296 CPUtime=762.33 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 231388 0 0 0 73592 2641 0 0 25 0 1 0 980473808 213295104 50670 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 52074 50670 739 1205 0 50865 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 208296

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13427
/proc/meminfo: memFree=782536/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=213628 CPUtime=822.32 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 236714 0 0 0 79422 2810 0 0 25 0 1 0 980473808 218755072 51997 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 53407 51997 739 1205 0 52198 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 213628

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

[startup+831.901 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13427
/proc/meminfo: memFree=780780/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=214260 CPUtime=831.92 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 240789 0 0 0 80353 2839 0 0 25 0 1 0 980473808 219402240 52154 33554432000 4194304 9128323 140735717726256 18446744073709551615 6712568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 53565 52154 740 1205 0 52356 0
Current children cumulated CPU time (s) 831.92
Current children cumulated vsize (KiB) 214260

[startup+838.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13427
/proc/meminfo: memFree=780404/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=214556 CPUtime=838.33 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 241902 0 0 0 80975 2858 0 0 25 0 1 0 980473808 219705344 52233 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 53639 52233 740 1205 0 52430 0
Current children cumulated CPU time (s) 838.33
Current children cumulated vsize (KiB) 214556

[startup+841.507 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13428
/proc/meminfo: memFree=780524/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=214764 CPUtime=841.53 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 241954 0 0 0 81287 2866 0 0 25 0 1 0 980473808 219918336 52285 33554432000 4194304 9128323 140735717726256 18446744073709551615 5984093 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 53691 52285 740 1205 0 52482 0
Current children cumulated CPU time (s) 841.53
Current children cumulated vsize (KiB) 214764

[startup+842.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13428
/proc/meminfo: memFree=780524/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=214764 CPUtime=842.32 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 241954 0 0 0 81364 2868 0 0 25 0 1 0 980473808 219918336 52285 33554432000 4194304 9128323 140735717726256 18446744073709551615 7343048 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 53691 52285 740 1205 0 52482 0
Current children cumulated CPU time (s) 842.32
Current children cumulated vsize (KiB) 214764

[startup+842.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13428
/proc/meminfo: memFree=780276/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=214764 CPUtime=842.72 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 241954 0 0 0 81403 2869 0 0 25 0 1 0 980473808 219918336 52285 33554432000 4194304 9128323 140735717726256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13365/statm: 53691 52285 740 1205 0 52482 0
Current children cumulated CPU time (s) 842.72
Current children cumulated vsize (KiB) 214764

[startup+843.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13428
/proc/meminfo: memFree=780276/32950928 swapFree=67056212/67111528
[pid=13365] ppid=13363 vsize=139684 CPUtime=843.12 cores=1,3,5,7
/proc/13365/stat : 13365 (scip-2.0.1.4.li) R 13363 13365 11872 0 -1 4202496 241956 0 0 0 81441 2871 0 0 25 0 1 0 980473808 143036416 32122 33554432000 4194304 9128323 140735717726256 18446744073709551615 8231418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13365/statm: 34921 31118 738 1205 0 33712 0
Current children cumulated CPU time (s) 843.12
Current children cumulated vsize (KiB) 139684

Child status: 0
Real time (s): 843.107
CPU time (s): 843.138
CPU user time (s): 814.416
CPU system time (s): 28.7216
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 214764

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

runsolver used 1.27381 second user time and 2.86556 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 20:13:51
IDJOB=3447948
IDBENCH=79404
IDSOLVER=1944
FILE ID=node115/3447948-1307902431
RUNJOBID= node115-1307897170-12489
PBS_JOBID= 13559590
Free space on /var/tmp= 2872 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-jnh208_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-3447948-1307902431/watcher-3447948-1307902431 -o /var/tmp/evaluation-result-3447948-1307902431/solver-3447948-1307902431 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447948-1307902431.wbo -t 1800 -m 15500

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

MD5SUM BENCH= bf55ab5b50211f096e62edcb64c4bf57
RANDOM SEED=1540478084

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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:        559796 kB
Buffers:         57572 kB
Cached:       30794192 kB
SwapCached:       9240 kB
Active:       16561900 kB
Inactive:     14869836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        559796 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           12068 kB
Writeback:           0 kB
AnonPages:      577236 kB
Mapped:          16448 kB
Slab:           895684 kB
PageTables:       6076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   779076 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= 2860 MiB
End job on node115 at 2011-06-12 20:27:55