Trace number 3447933

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 1140.35 1140.33

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh14_wcsp.wbo
MD5SUMa9c1b78c2cafd61259a4392acdb09fa2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark0.06499
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-3447933-1307902286.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1050 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4960k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   159 |     - |6100k|   0 |  69 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   524 |     - |6626k|   0 |  87 |1800 |2550 |1800 | 885 |  35 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   600 |     - |8569k|   0 |  90 |1800 |2550 |1800 | 912 |  62 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   686 |     - |  10M|   0 |  92 |1800 |2550 |1800 | 925 |  75 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   728 |     - |  12M|   0 |  90 |1800 |2550 |1800 | 938 |  88 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |   763 |     - |  14M|   0 |  91 |1800 |2550 |1800 | 945 |  95 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   796 |     - |  17M|   0 |  92 |1800 |2550 |1800 | 949 |  99 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.89/1.92	c   1.9s|     1 |     2 |   796 |     - |  17M|   0 |  92 |1800 |2550 |1800 | 949 |  99 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.49/7.55	o 12149
7.49/7.55	c * 7.6s|    83 |    82 |  4177 |  41.2 |  17M|  68 |   - |1800 |2550 |1800 |1023 | 204 |   0 | 829 | 0.000000e+00 | 1.214900e+04 |    Inf 
8.80/8.86	o 7829
8.80/8.86	c * 8.9s|   186 |   178 |  8997 |  44.3 |  18M|  68 |   - |1800 |2550 |1800 |1020 | 635 |   0 |1163 | 0.000000e+00 | 7.829000e+03 |    Inf 
33.99/34.06	o 4719
33.99/34.06	c *34.1s|  5638 |  5233 |189895 |  33.5 |  26M|  68 |   - |1800 |2591 |1800 | 987 |  12k|  41 |2084 | 0.000000e+00 | 4.719000e+03 |    Inf 
34.18/34.20	o 4252
34.18/34.20	c c34.2s|  5652 |  5184 |190502 |  33.6 |  26M|  68 |   - |1800 |2591 |1800 | 973 |  12k|  41 |2096 | 0.000000e+00 | 4.252000e+03 |    Inf 
45.69/45.74	o 3913
45.69/45.74	c *45.7s|  7810 |  7249 |280583 |  35.8 |  29M|  68 |   - |1800 |2606 |1800 | 987 |  17k|  57 |2204 | 0.000000e+00 | 3.913000e+03 |    Inf 
45.79/45.89	o 3839
45.79/45.89	c *45.9s|  7822 |  7243 |281975 |  36.0 |  29M|  68 |   - |1800 |2606 |1800 | 968 |  17k|  57 |2204 | 0.000000e+00 | 3.839000e+03 |    Inf 
60.19/60.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.19/60.20	c  60.2s| 10000 |  9157 |377357 |  37.7 |  31M|  68 |  26 |1800 |2710 |1800 | 919 |  26k| 165 |2352 | 0.000000e+00 | 3.839000e+03 |    Inf 
126.59/126.66	c   127s| 20000 | 18187 |817702 |  40.8 |  42M|  68 |   6 |1800 |3157 |1800 | 932 |  63k| 652 |4014 | 0.000000e+00 | 3.839000e+03 |    Inf 
166.59/166.65	o 3697
166.59/166.65	c * 167s| 26260 | 23817 |  1066k|  40.6 |  48M|  68 |   - |1800 |3286 |1800 | 983 |  88k| 909 |4867 | 0.000000e+00 | 3.697000e+03 |    Inf 
166.59/166.68	o 3230
166.59/166.68	c * 167s| 26263 | 23612 |  1066k|  40.6 |  48M|  68 |   - |1800 |3286 |1800 | 995 |  88k| 909 |4869 | 0.000000e+00 | 3.230000e+03 |    Inf 
191.39/191.42	c   191s| 30000 | 26366 |  1218k|  40.6 |  52M|  68 |  11 |1800 |3424 |1800 | 987 | 103k|1338 |5440 | 0.000000e+00 | 3.230000e+03 |    Inf 
225.39/225.47	o 3103
225.39/225.47	c * 225s| 35326 | 30146 |  1435k|  40.6 |  57M|  68 |   - |1800 |3546 |1800 | 962 | 122k|2012 |6232 | 0.000000e+00 | 3.103000e+03 |    Inf 
225.39/225.47	o 2271
225.39/225.47	c * 225s| 35327 | 27516 |  1435k|  40.6 |  53M|  68 |   - |1800 |3546 |1800 | 961 | 122k|2012 |6232 | 0.000000e+00 | 2.271000e+03 |    Inf 
252.90/252.98	c   253s| 40000 | 29911 |  1608k|  40.2 |  57M|  68 |   3 |1800 |3353 |1800 | 938 | 136k|3331 |6722 | 0.000000e+00 | 2.271000e+03 |    Inf 
313.79/313.89	c   314s| 50000 | 35409 |  2001k|  40.0 |  66M|  68 |   - |1800 |2986 |   0 |   0 | 168k|5679 |7667 | 0.000000e+00 | 2.271000e+03 |    Inf 
372.09/372.11	c   372s| 60000 | 40731 |  2374k|  39.6 |  74M|  68 |  17 |1800 |3028 |1800 | 925 | 199k|8278 |8544 | 0.000000e+00 | 2.271000e+03 |    Inf 
379.30/379.30	o 2125
379.30/379.30	c * 379s| 61184 | 40266 |  2418k|  39.5 |  75M|  68 |   - |1800 |2943 |1800 | 958 | 203k|8590 |8674 | 0.000000e+00 | 2.125000e+03 |    Inf 
379.69/379.71	o 1971
379.69/379.71	c * 380s| 61273 | 39131 |  2420k|  39.5 |  73M|  68 |   - |1800 |2956 |1800 | 973 | 203k|8625 |8675 | 0.000000e+00 | 1.971000e+03 |    Inf 
430.79/430.88	c   431s| 70000 | 42690 |  2736k|  39.1 |  80M|  68 |   7 |1800 |2973 |1800 | 962 | 231k|  11k|9370 | 0.000000e+00 | 1.971000e+03 |    Inf 
489.41/489.46	c   489s| 80000 | 46753 |  3099k|  38.7 |  88M|  68 |  13 |1800 |3135 |1800 | 965 | 263k|  14k|  10k| 0.000000e+00 | 1.971000e+03 |    Inf 
546.10/546.11	c   546s| 90000 | 51098 |  3457k|  38.4 |  96M|  68 |  15 |1800 |2956 |1800 | 961 | 293k|  17k|  10k| 0.000000e+00 | 1.971000e+03 |    Inf 
562.80/562.87	o 1957
562.80/562.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
562.80/562.87	c * 563s| 92822 | 51960 |  3555k|  38.3 |  98M|  68 |   - |1800 |3126 |1800 | 954 | 303k|  18k|  11k| 0.000000e+00 | 1.957000e+03 |    Inf 
605.50/605.58	c   606s|100000 | 55009 |  3818k|  38.2 | 104M|  68 |   - |1800 |3054 |1800 | 935 | 326k|  20k|  11k| 0.000000e+00 | 1.957000e+03 |    Inf 
662.40/662.43	c   662s|110000 | 59278 |  4183k|  38.0 | 111M|  68 |   - |1800 |2970 |1800 | 950 | 355k|  24k|  12k| 0.000000e+00 | 1.957000e+03 |    Inf 
680.11/680.14	o 1782
680.11/680.14	c * 680s|112870 | 58661 |  4294k|  38.0 | 111M|  68 |   - |1800 |3033 |1800 | 953 | 365k|  24k|  12k| 0.000000e+00 | 1.782000e+03 |    Inf 
680.11/680.15	o 1765
680.11/680.15	c * 680s|112871 | 58495 |  4294k|  38.0 | 111M|  68 |   - |1800 |3033 |1800 | 953 | 365k|  24k|  12k| 0.000000e+00 | 1.765000e+03 |    Inf 
680.11/680.19	o 1747
680.11/680.19	c * 680s|112873 | 58318 |  4294k|  38.0 | 111M|  68 |   - |1800 |3032 |1800 | 951 | 365k|  24k|  12k| 0.000000e+00 | 1.747000e+03 |    Inf 
680.20/680.21	o 1686
680.20/680.21	c * 680s|112876 | 57492 |  4294k|  38.0 | 109M|  68 |   - |1800 |3033 |1800 | 950 | 365k|  24k|  12k| 0.000000e+00 | 1.686000e+03 |    Inf 
711.40/711.40	o 1539
711.40/711.40	c * 711s|118204 | 57010 |  4473k|  37.8 | 109M|  68 |   - |1800 |3261 |1800 | 960 | 382k|  27k|  12k| 0.000000e+00 | 1.539000e+03 |    Inf 
721.41/721.50	c   722s|120000 | 57509 |  4529k|  37.7 | 111M|  68 |   - |1800 |3161 |1800 | 952 | 388k|  27k|  12k| 0.000000e+00 | 1.539000e+03 |    Inf 
779.60/779.62	c   780s|130000 | 60544 |  4888k|  37.6 | 118M|  68 |   - |1800 |3213 |   0 |   0 | 418k|  31k|  13k| 0.000000e+00 | 1.539000e+03 |    Inf 
839.10/839.14	c   839s|140000 | 63292 |  5254k|  37.5 | 126M|  68 |   - |1800 |3157 |1800 | 937 | 450k|  36k|  13k| 0.000000e+00 | 1.539000e+03 |    Inf 
900.40/900.48	c   900s|150000 | 66233 |  5623k|  37.5 | 136M|  68 |   - |1800 |3479 |1800 | 950 | 482k|  40k|  14k| 0.000000e+00 | 1.539000e+03 |    Inf 
964.62/964.66	c   965s|160000 | 68860 |  5956k|  37.2 | 146M|  68 |   - |1800 |3656 |1800 | 973 | 523k|  46k|  15k| 0.000000e+00 | 1.539000e+03 |    Inf 
1024.81/1024.87	o 1514
1024.81/1024.87	c *1025s|169783 | 70934 |  6287k|  37.0 | 153M|  68 |   - |1800 |3403 |1800 | 934 | 559k|  51k|  15k| 0.000000e+00 | 1.514000e+03 |    Inf 
1025.41/1025.46	o 917
1025.41/1025.46	c *1025s|169880 | 53370 |  6291k|  37.0 | 116M|  68 |   - |1800 |3410 |1800 | 992 | 560k|  51k|  15k| 0.000000e+00 | 9.170000e+02 |    Inf 
1025.51/1025.58	o 910
1025.51/1025.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1025.51/1025.58	c *1026s|169900 | 53016 |  6292k|  37.0 | 115M|  68 |   - |1800 |3237 |1800 | 948 | 560k|  51k|  15k| 0.000000e+00 | 9.100000e+02 |    Inf 
1025.61/1025.67	o 883
1025.61/1025.67	c *1026s|169910 | 51710 |  6292k|  37.0 | 113M|  68 |   - |1800 |3210 |1800 | 948 | 560k|  51k|  15k| 0.000000e+00 | 8.830000e+02 |    Inf 
1025.71/1025.72	o 796
1025.71/1025.72	c *1026s|169913 | 46324 |  6292k|  37.0 | 103M|  68 |   - |1800 |3170 |1800 | 947 | 560k|  51k|  15k| 0.000000e+00 | 7.960000e+02 |    Inf 
1025.82/1025.80	o 515
1025.82/1025.80	c *1026s|169916 | 31365 |  6293k|  37.0 |  76M|  68 |   - |1800 |2999 |1800 | 941 | 560k|  51k|  15k| 0.000000e+00 | 5.150000e+02 |    Inf 
1026.51/1026.56	c  1027s|170000 | 28354 |  6298k|  37.0 |  73M|  68 |   9 |1800 |2172 |1800 | 920 | 560k|  51k|  15k| 0.000000e+00 | 5.150000e+02 |    Inf 
1062.12/1062.11	o 503
1062.12/1062.11	c *1062s|177811 |  9951 |  6555k|  36.9 |  52M|  68 |   - |1800 |3787 |1800 | 947 | 564k|  60k|  15k| 0.000000e+00 | 5.030000e+02 |    Inf 
1067.51/1067.59	o 446
1067.51/1067.59	c *1068s|178989 |  7817 |  6590k|  36.8 |  47M|  68 |   - |1800 |2904 |1800 | 930 | 565k|  61k|  15k| 0.000000e+00 | 4.460000e+02 |    Inf 
1072.22/1072.24	c  1072s|180000 |  7488 |  6621k|  36.8 |  47M|  68 |  44 |1800 |2717 |1800 | 920 | 566k|  63k|  15k| 0.000000e+00 | 4.460000e+02 |    Inf 
1078.12/1078.18	o 441
1078.12/1078.18	c *1078s|181309 |  6764 |  6664k|  36.8 |  46M|  68 |   - |1800 |2988 |1800 | 938 | 567k|  64k|  16k| 0.000000e+00 | 4.410000e+02 |    Inf 
1088.01/1088.07	o 404
1088.01/1088.07	c *1088s|183554 |  5949 |  6736k|  36.7 |  44M|  68 |   - |1800 |3253 |1800 | 922 | 568k|  67k|  16k| 0.000000e+00 | 4.040000e+02 |    Inf 
1115.42/1115.41	c  1115s|190000 |  3879 |  6941k|  36.5 |  40M|  68 |   9 |1800 |3448 |1800 | 923 | 570k|  75k|  16k| 0.000000e+00 | 4.040000e+02 |    Inf 
1122.81/1122.86	o 366
1122.81/1122.86	c *1123s|191739 |  3601 |  6995k|  36.5 |  40M|  68 |   - |1800 |3817 |1800 | 936 | 571k|  77k|  16k| 0.000000e+00 | 3.660000e+02 |    Inf 
1128.92/1128.95	o 363
1128.92/1128.95	c *1129s|193431 |  3573 |  7039k|  36.4 |  40M|  68 |   - |1800 |3603 |1800 | 922 | 572k|  79k|  16k| 0.000000e+00 | 3.630000e+02 |    Inf 
1132.92/1132.95	o 234
1132.92/1132.95	c *1133s|194279 |  2897 |  7069k|  36.4 |  37M|  68 |   - |1800 |3220 |1800 | 936 | 572k|  80k|  16k| 0.000000e+00 | 2.340000e+02 |    Inf 
1137.01/1137.02	o 192
1137.01/1137.02	c *1137s|195119 |  1486 |  7100k|  36.4 |  31M|  68 |   - |1800 |2276 |1800 | 926 | 572k|  81k|  16k| 0.000000e+00 | 1.920000e+02 |    Inf 
1138.32/1138.34	o 160
1138.32/1138.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.32/1138.34	c *1138s|195422 |   929 |  7110k|  36.4 |  27M|  68 |   - |1800 |2059 |1800 | 925 | 572k|  82k|  16k| 0.000000e+00 | 1.600000e+02 |    Inf 
1138.32/1138.39	o 101
1138.32/1138.39	c *1138s|195439 |   889 |  7110k|  36.4 |  27M|  68 |   - |1800 |2011 |1800 | 926 | 572k|  82k|  16k| 0.000000e+00 | 1.010000e+02 |    Inf 
1140.32/1140.30	c 
1140.32/1140.30	c SCIP Status        : problem is solved [optimal solution found]
1140.32/1140.30	c Solving Time (sec) : 1140.30
1140.32/1140.30	c Solving Nodes      : 195853
1140.32/1140.30	c Primal Bound       : +1.01000000000000e+02 (333 solutions)
1140.32/1140.30	c Dual Bound         : +1.01000000000000e+02
1140.32/1140.30	c Gap                : 0.00 %
1140.32/1140.30	s OPTIMUM FOUND
1140.32/1140.30	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 
1140.32/1140.30	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 -x160 x159 -x158 x157 -x156 x155 
1140.32/1140.30	v x154 -x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 -x132 
1140.32/1140.30	v x131 -x130 x129 -x128 x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
1140.32/1140.30	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 
1140.32/1140.30	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 
1140.32/1140.30	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 
1140.32/1140.30	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 
1140.32/1140.30	c SCIP Status        : problem is solved [optimal solution found]
1140.32/1140.30	c Total Time         :    1140.30
1140.32/1140.30	c   solving          :    1140.30
1140.32/1140.30	c   presolving       :       0.04 (included in solving)
1140.32/1140.30	c   reading          :       0.01 (included in solving)
1140.32/1140.30	c Original Problem   :
1140.32/1140.30	c   Problem name     : HOME/instance-3447933-1307902286.wbo
1140.32/1140.30	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
1140.32/1140.30	c   Constraints      : 951 initial, 951 maximal
1140.32/1140.30	c Presolved Problem  :
1140.32/1140.30	c   Problem name     : t_HOME/instance-3447933-1307902286.wbo
1140.32/1140.30	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1140.32/1140.30	c   Constraints      : 1700 initial, 3951 maximal
1140.32/1140.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1140.32/1140.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
1140.32/1140.30	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1140.32/1140.30	c   root node        :          -       1534          -          -       1534          -          -          -          -          -
1140.32/1140.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1140.32/1140.30	c   integral         :          0          0          0     715099          0       9021          0         96        412          0          0     283998
1140.32/1140.30	c   varbound         :          0+         6     651265     572716          0          0      72463         43    3926656     572776          0          0
1140.32/1140.30	c   linear           :        850          6     651387         26          0       9018     434772      23749     914148          0          0          0
1140.32/1140.30	c   indicator        :        850          0     627674     572716          0       9009     115856          0     130722          0          0          0
1140.32/1140.30	c   logicor          :          0+         0     341548          0          0          0     116489       5703     169190          0          0          0
1140.32/1140.30	c   countsols        :          0          0          0         33          0        302          0          0          0          0          0          0
1140.32/1140.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1140.32/1140.30	c   integral         :      32.90       0.00       0.00      32.89       0.00       0.01       0.00
1140.32/1140.30	c   varbound         :      18.47       0.00      10.38       8.06       0.00       0.00       0.02
1140.32/1140.30	c   linear           :      11.08       0.00      10.31       0.00       0.00       0.50       0.26
1140.32/1140.30	c   indicator        :      44.41       0.01       9.19      30.68       0.00       4.50       0.03
1140.32/1140.30	c   logicor          :       4.06       0.00       3.95       0.00       0.00       0.00       0.11
1140.32/1140.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1140.32/1140.30	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1140.32/1140.30	c   vbounds          :     297072     110117         30   11365968
1140.32/1140.30	c   rootredcost      :         34          0          0        766
1140.32/1140.30	c   pseudoobj        :     673713      87767      22444    3925557
1140.32/1140.30	c Propagator Timings :  TotalTime  Propagate    Resprop
1140.32/1140.30	c   vbounds          :      30.78      30.74       0.03
1140.32/1140.30	c   rootredcost      :       0.15       0.15       0.00
1140.32/1140.30	c   pseudoobj        :      13.88      13.13       0.75
1140.32/1140.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1140.32/1140.30	c   propagation      :       1.74      51969      50660     120269       19.8       1438       11.3          -
1140.32/1140.30	c   infeasible LP    :       0.00          9          9         33       26.2          0        0.0          0
1140.32/1140.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1140.32/1140.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1140.32/1140.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1140.32/1140.30	c   applied globally :          -          -          -      83029       17.2          -          -          -
1140.32/1140.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
1140.32/1140.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1140.32/1140.30	c   cut pool         :       0.00          5          -          -        113          -    (maximal pool size: 2011)
1140.32/1140.30	c   redcost          :      24.13     402747          0   11325092          0          0
1140.32/1140.30	c   impliedbounds    :       0.00          6          0          0          0          0
1140.32/1140.30	c   intobj           :       0.00          0          0          0          0          0
1140.32/1140.30	c   gomory           :       0.34          6          0          0        545          0
1140.32/1140.30	c   cgmip            :       0.00          0          0          0          0          0
1140.32/1140.30	c   closecuts        :       0.00          0          0          0          0          0
1140.32/1140.30	c   strongcg         :       0.32          6          0          0       2514          0
1140.32/1140.30	c   cmir             :       0.07          6          0          0          0          0
1140.32/1140.30	c   flowcover        :       0.04          6          0          0          0          0
1140.32/1140.30	c   clique           :       0.00          1          0          0          0          0
1140.32/1140.30	c   zerohalf         :       0.00          0          0          0          0          0
1140.32/1140.30	c   mcf              :       0.00          1          0          0          0          0
1140.32/1140.30	c   oddcycle         :       0.00          0          0          0          0          0
1140.32/1140.30	c   rapidlearning    :       0.06          1          0          0          0          0
1140.32/1140.30	c Pricers            :       Time      Calls       Vars
1140.32/1140.30	c   problem variables:       0.00          0          0
1140.32/1140.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1140.32/1140.30	c   relpscost        :      32.66     142383         96        412          0          0     283998
1140.32/1140.30	c   pscost           :       0.00          0          0          0          0          0          0
1140.32/1140.30	c   inference        :       0.00          0          0          0          0          0          0
1140.32/1140.30	c   mostinf          :       0.00          0          0          0          0          0          0
1140.32/1140.30	c   leastinf         :       0.00          0          0          0          0          0          0
1140.32/1140.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1140.32/1140.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1140.32/1140.30	c   random           :       0.00          0          0          0          0          0          0
1140.32/1140.30	c Primal Heuristics  :       Time      Calls      Found
1140.32/1140.30	c   LP solutions     :       0.12          -         33
1140.32/1140.30	c   pseudo solutions :       0.00          -          0
1140.32/1140.30	c   feaspump         :       0.01          0          0
1140.32/1140.30	c   intshifting      :       0.00          0          0
1140.32/1140.30	c   oneopt           :       0.22         33          0
1140.32/1140.30	c   objpscostdiving  :       5.89        487          0
1140.32/1140.30	c   guideddiving     :       5.80       1053          0
1140.32/1140.30	c   pscostdiving     :       5.60       1053          0
1140.32/1140.30	c   fracdiving       :       5.89       1053          0
1140.32/1140.30	c   rootsoldiving    :       5.45        527          0
1140.32/1140.30	c   linesearchdiving :       6.42       1054          0
1140.32/1140.30	c   coefdiving       :       6.27       1054          1
1140.32/1140.30	c   veclendiving     :       5.66       1054          0
1140.32/1140.30	c   trivial          :       0.00          2          1
1140.32/1140.30	c   shiftandpropagate:       0.00          0          0
1140.32/1140.30	c   simplerounding   :       0.43     163760          0
1140.32/1140.30	c   zirounding       :       0.08       1000          0
1140.32/1140.30	c   rounding         :       0.46       5669          0
1140.32/1140.30	c   shifting         :       1.30       1734          0
1140.32/1140.30	c   twoopt           :       0.00          0          0
1140.32/1140.30	c   fixandinfer      :       0.00          0          0
1140.32/1140.30	c   clique           :       0.00          0          0
1140.32/1140.30	c   intdiving        :       0.00          0          0
1140.32/1140.30	c   actconsdiving    :       0.00          0          0
1140.32/1140.30	c   octane           :       0.00          0          0
1140.32/1140.30	c   rens             :       0.02          1          0
1140.32/1140.30	c   rins             :       0.00          0          0
1140.32/1140.30	c   localbranching   :       0.00          0          0
1140.32/1140.30	c   mutation         :       0.00          0          0
1140.32/1140.30	c   crossover        :       1.13         41          0
1140.32/1140.30	c   dins             :       0.00          0          0
1140.32/1140.30	c   vbounds          :       0.00          0          0
1140.32/1140.30	c   undercover       :       0.00          0          0
1140.32/1140.30	c   subnlp           :       0.03          0          0
1140.32/1140.30	c   trysol           :       0.33       8693        298
1140.32/1140.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1140.32/1140.30	c   primal LP        :       3.61          0          0       0.00       0.00
1140.32/1140.30	c   dual LP          :     726.13     770001    6790023       8.82    9351.02
1140.32/1140.30	c   lex dual LP      :       0.00          0          0       0.00          -
1140.32/1140.30	c   barrier LP       :       0.00          0          0       0.00          -
1140.32/1140.30	c   diving/probing LP:      32.62      28085     337692      12.02   10352.31
1140.32/1140.30	c   strong branching :      30.96      16386     282022      17.21    9109.49
1140.32/1140.30	c     (at root node) :          -         33      10444     316.48          -
1140.32/1140.30	c   conflict analysis:       0.00          0          0       0.00          -
1140.32/1140.30	c B&B Tree           :
1140.32/1140.30	c   number of runs   :          1
1140.32/1140.30	c   nodes            :     195853
1140.32/1140.30	c   nodes (total)    :     195853
1140.32/1140.30	c   nodes left       :          0
1140.32/1140.30	c   max depth        :         68
1140.32/1140.30	c   max depth (total):         68
1140.32/1140.30	c   backtracks       :      33166 (16.9%)
1140.32/1140.30	c   delayed cutoffs  :      33963
1140.32/1140.30	c   repropagations   :      53622 (1000391 domain reductions, 4007 cutoffs)
1140.32/1140.30	c   avg switch length:       5.49
1140.32/1140.30	c   switching time   :      30.69
1140.32/1140.30	c Solution           :
1140.32/1140.30	c   Solutions found  :        333 (35 improvements)
1140.32/1140.30	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1140.32/1140.30	c   Primal Bound     : +1.01000000000000e+02   (in run 1, after 195439 nodes, 1138.39 seconds, depth 18, found by <relaxation>)
1140.32/1140.30	c   Dual Bound       : +1.01000000000000e+02
1140.32/1140.30	c   Gap              :       0.00 %
1140.32/1140.30	c   Root Dual Bound  : +0.00000000000000e+00
1140.32/1140.30	c   Root Iterations  :        796
1140.32/1140.32	c Time complete: 1140.33.

Verifier Data

OK	101

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-3447933-1307902286/watcher-3447933-1307902286 -o /tmp/evaluation-result-3447933-1307902286/solver-3447933-1307902286 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447933-1307902286.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.97 2/178 12664
/proc/meminfo: memFree=1367864/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=10336 CPUtime=0 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 1568 0 0 0 0 0 0 0 25 0 1 0 901826840 10584064 1521 33554432000 4194304 9128323 140736211726192 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12664/statm: 2584 1521 399 1205 0 1375 0

[startup+0.096419 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 12664
/proc/meminfo: memFree=1367864/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=27324 CPUtime=0.09 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 6070 0 0 0 9 0 0 0 25 0 1 0 901826840 27979776 5736 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 6831 5736 655 1205 0 5622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27324

[startup+0.100425 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 12664
/proc/meminfo: memFree=1367864/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=27668 CPUtime=0.09 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 6156 0 0 0 9 0 0 0 25 0 1 0 901826840 28332032 5822 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 6917 5822 655 1205 0 5708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27668

[startup+0.30039 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 12664
/proc/meminfo: memFree=1367864/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=45672 CPUtime=0.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 11685 0 0 0 29 0 0 0 25 0 1 0 901826840 46768128 10356 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 11418 10356 713 1205 0 10209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45672

[startup+0.700317 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 12664
/proc/meminfo: memFree=1367864/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=45784 CPUtime=0.69 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 11722 0 0 0 67 2 0 0 25 0 1 0 901826840 46882816 10392 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 11446 10392 712 1205 0 10237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45784

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12665
/proc/meminfo: memFree=1317908/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=45904 CPUtime=1.49 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 14935 0 0 0 145 4 0 0 25 0 1 0 901826840 47005696 10523 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 11476 10523 719 1205 0 10267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45904

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12665
/proc/meminfo: memFree=1328448/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=45904 CPUtime=3.09 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 14943 0 0 0 299 10 0 0 25 0 1 0 901826840 47005696 10531 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 11476 10531 719 1205 0 10267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45904

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12665
/proc/meminfo: memFree=1327828/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=45904 CPUtime=6.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 14943 0 0 0 605 24 0 0 25 0 1 0 901826840 47005696 10531 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 11476 10531 719 1205 0 10267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45904

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12665
/proc/meminfo: memFree=1324856/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=49984 CPUtime=12.69 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 17188 0 0 0 1222 47 0 0 25 0 1 0 901826840 51183616 11434 33554432000 4194304 9128323 140736211726192 18446744073709551615 5604720 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 12496 11434 727 1205 0 11287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49984

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12665
/proc/meminfo: memFree=1307148/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=69016 CPUtime=25.48 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 26371 0 0 0 2460 88 0 0 25 0 1 0 901826840 70672384 15906 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 17254 15906 727 1205 0 16045 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69016

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 12666
/proc/meminfo: memFree=1303544/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=69016 CPUtime=51.08 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 28786 0 0 0 4943 165 0 0 25 0 1 0 901826840 70672384 16290 33554432000 4194304 9128323 140736211726192 18446744073709551615 7343038 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 17254 16290 727 1205 0 16045 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69016

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 1.97 3/179 12667
/proc/meminfo: memFree=1303020/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=69016 CPUtime=102.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 34777 0 0 0 9908 322 0 0 25 0 1 0 901826840 70672384 16317 33554432000 4194304 9128323 140736211726192 18446744073709551615 7346483 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12664/statm: 17254 16317 727 1205 0 16045 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69016

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 12669
/proc/meminfo: memFree=1294696/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=76620 CPUtime=162.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 38003 0 0 0 15740 489 0 0 25 0 1 0 901826840 78458880 18235 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 19155 18235 727 1205 0 17946 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76620

[startup+222.301 s]
/proc/loadavg: 2.06 2.02 1.98 3/179 12670
/proc/meminfo: memFree=1273032/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=96904 CPUtime=222.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 52258 0 0 0 21566 663 0 0 25 0 1 0 901826840 99229696 23350 33554432000 4194304 9128323 140736211726192 18446744073709551615 6856712 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 24226 23350 727 1205 0 23017 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96904

[startup+282.301 s]
/proc/loadavg: 2.09 2.03 1.98 3/179 12672
/proc/meminfo: memFree=1272768/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=96904 CPUtime=282.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 60412 0 0 0 27400 829 0 0 25 0 1 0 901826840 99229696 23359 33554432000 4194304 9128323 140736211726192 18446744073709551615 7205152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 24226 23359 727 1205 0 23017 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 96904

[startup+342.301 s]
/proc/loadavg: 2.03 2.02 1.98 3/179 12674
/proc/meminfo: memFree=1263208/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=107044 CPUtime=342.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 66422 0 0 0 33238 991 0 0 25 0 1 0 901826840 109613056 25890 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 26761 25890 727 1205 0 25552 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 107044

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/179 12675
/proc/meminfo: memFree=1255424/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=114300 CPUtime=402.29 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 85437 0 0 0 39068 1161 0 0 25 0 1 0 901826840 117043200 27744 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 28575 27744 727 1205 0 27366 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 114300

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/179 12677
/proc/meminfo: memFree=1246788/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=124092 CPUtime=462.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 92096 0 0 0 44906 1324 0 0 25 0 1 0 901826840 127070208 30206 33554432000 4194304 9128323 140736211726192 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 31023 30206 727 1205 0 29814 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 124092

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/179 12678
/proc/meminfo: memFree=1237860/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=132360 CPUtime=522.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 94153 0 0 0 50746 1484 0 0 25 0 1 0 901826840 135536640 32241 33554432000 4194304 9128323 140736211726192 18446744073709551615 6416589 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 33090 32241 727 1205 0 31881 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 132360

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/179 12680
/proc/meminfo: memFree=1224264/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=144308 CPUtime=582.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 107406 0 0 0 56585 1645 0 0 25 0 1 0 901826840 147771392 35282 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 36077 35282 727 1205 0 34868 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 144308

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/179 12682
/proc/meminfo: memFree=1216764/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=152476 CPUtime=642.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 113927 0 0 0 62424 1806 0 0 25 0 1 0 901826840 156135424 37303 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 38119 37303 727 1205 0 36910 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 152476

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12683
/proc/meminfo: memFree=1207328/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=161260 CPUtime=702.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 124805 0 0 0 68254 1976 0 0 25 0 1 0 901826840 165130240 39521 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 40315 39521 727 1205 0 39106 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 161260

[startup+762.307 s]
/proc/loadavg: 1.80 1.95 1.97 2/173 12710
/proc/meminfo: memFree=1517768/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=166924 CPUtime=762.31 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 136356 0 0 0 74073 2158 0 0 25 0 1 0 901826840 170930176 40937 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 41731 40937 727 1205 0 40522 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 166924

[startup+822.301 s]
/proc/loadavg: 1.29 1.78 1.91 2/173 12711
/proc/meminfo: memFree=1510124/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=174492 CPUtime=822.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 139528 0 0 0 79817 2413 0 0 25 0 1 0 901826840 178679808 42864 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 43623 42864 727 1205 0 42414 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 174492

[startup+882.301 s]
/proc/loadavg: 1.10 1.63 1.85 2/173 12713
/proc/meminfo: memFree=1497684/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=187236 CPUtime=882.3 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 143874 0 0 0 85558 2672 0 0 25 0 1 0 901826840 191729664 45984 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 46809 45984 727 1205 0 45600 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 187236

[startup+942.301 s]
/proc/loadavg: 1.08 1.53 1.80 2/173 12715
/proc/meminfo: memFree=1483256/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=203428 CPUtime=942.31 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 147494 0 0 0 91322 2909 0 0 25 0 1 0 901826840 208310272 49581 33554432000 4194304 9128323 140736211726192 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 50857 49581 728 1205 0 49648 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 203428

[startup+1002.3 s]
/proc/loadavg: 1.03 1.43 1.75 2/173 12716
/proc/meminfo: memFree=1471188/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=215488 CPUtime=1002.32 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 150492 0 0 0 97092 3140 0 0 25 0 1 0 901826840 220659712 52534 33554432000 4194304 9128323 140736211726192 18446744073709551615 5116961 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 53872 52534 730 1205 0 52663 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 215488

[startup+1062.3 s]
/proc/loadavg: 1.01 1.35 1.70 2/173 12718
/proc/meminfo: memFree=1465436/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=220884 CPUtime=1062.31 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 162586 0 0 0 102833 3398 0 0 25 0 1 0 901826840 226185216 53898 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55221 53898 730 1205 0 54012 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 220884

[startup+1122.3 s]
/proc/loadavg: 1.00 1.28 1.65 2/173 12719
/proc/meminfo: memFree=1464152/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222204 CPUtime=1122.31 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 189632 0 0 0 108572 3659 0 0 25 0 1 0 901826840 227536896 54202 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55551 54202 740 1205 0 54342 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 222204

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.28 1.65 2/173 12720
/proc/meminfo: memFree=1464272/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222036 CPUtime=1126.32 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 193967 0 0 0 108956 3676 0 0 25 0 1 0 901826840 227364864 54189 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55509 54189 740 1205 0 54300 0
Current children cumulated CPU time (s) 1126.32
Current children cumulated vsize (KiB) 222036

[startup+1132.7 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 12720
/proc/meminfo: memFree=1463896/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222200 CPUtime=1132.72 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 198316 0 0 0 109565 3707 0 0 25 0 1 0 901826840 227532800 54211 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55550 54211 740 1205 0 54341 0
Current children cumulated CPU time (s) 1132.72
Current children cumulated vsize (KiB) 222200

[startup+1135.9 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 12720
/proc/meminfo: memFree=1464012/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222436 CPUtime=1135.91 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 199567 0 0 0 109870 3721 0 0 25 0 1 0 901826840 227774464 54271 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55609 54271 740 1205 0 54400 0
Current children cumulated CPU time (s) 1135.91
Current children cumulated vsize (KiB) 222436

[startup+1137.5 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 12720
/proc/meminfo: memFree=1463888/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222436 CPUtime=1137.51 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 199567 0 0 0 110023 3728 0 0 25 0 1 0 901826840 227774464 54271 33554432000 4194304 9128323 140736211726192 18446744073709551615 5234106 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55609 54271 740 1205 0 54400 0
Current children cumulated CPU time (s) 1137.51
Current children cumulated vsize (KiB) 222436

[startup+1139.1 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 12720
/proc/meminfo: memFree=1463888/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222436 CPUtime=1139.12 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 199574 0 0 0 110177 3735 0 0 25 0 1 0 901826840 227774464 54278 33554432000 4194304 9128323 140736211726192 18446744073709551615 6712701 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55609 54278 740 1205 0 54400 0
Current children cumulated CPU time (s) 1139.12
Current children cumulated vsize (KiB) 222436

[startup+1139.9 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 12720
/proc/meminfo: memFree=1463888/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222436 CPUtime=1139.92 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 199575 0 0 0 110254 3738 0 0 25 0 1 0 901826840 227774464 54279 33554432000 4194304 9128323 140736211726192 18446744073709551615 5199716 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55609 54279 740 1205 0 54400 0
Current children cumulated CPU time (s) 1139.92
Current children cumulated vsize (KiB) 222436

[startup+1140.3 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 12720
/proc/meminfo: memFree=1463888/32951124 swapFree=67063552/67111528
[pid=12664] ppid=12662 vsize=222436 CPUtime=1140.32 cores=1,3,5,7
/proc/12664/stat : 12664 (scip-2.0.1.4.li) R 12662 12664 11440 0 -1 4202496 199575 0 0 0 110292 3740 0 0 25 0 1 0 901826840 227774464 54279 33554432000 4194304 9128323 140736211726192 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12664/statm: 55609 54279 740 1205 0 54400 0
Current children cumulated CPU time (s) 1140.32
Current children cumulated vsize (KiB) 222436

Child status: 0
Real time (s): 1140.33
CPU time (s): 1140.35
CPU user time (s): 1102.94
CPU system time (s): 37.4083
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 235836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1102.94
system time used= 37.4083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199579
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= 6
involuntary context switches= 1477

runsolver used 1.67575 second user time and 3.9704 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 20:11:26
IDJOB=3447933
IDBENCH=79389
IDSOLVER=1944
FILE ID=node134/3447933-1307902286
RUNJOBID= node134-1307898651-11879
PBS_JOBID= 13559572
Free space on /tmp= 1412 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-jnh14_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-3447933-1307902286/watcher-3447933-1307902286 -o /tmp/evaluation-result-3447933-1307902286/solver-3447933-1307902286 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447933-1307902286.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a9c1b78c2cafd61259a4392acdb09fa2
RANDOM SEED=1839537658

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1368672 kB
Buffers:         62232 kB
Cached:       30256008 kB
SwapCached:      10044 kB
Active:       15727660 kB
Inactive:     14907464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1368672 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:      314600 kB
Mapped:          13260 kB
Slab:           883384 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   484008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1412 MiB
End job on node134 at 2011-06-12 20:30:27