Trace number 3447333

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.11 1800.07

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670675--soft-0-100-0.wbo
MD5SUMd1c4dbb5406fd100fd0c417364df25ff
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.0101
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
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-3447333-1307900995.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 136367
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   343 |     - |  18M|   0 |  41 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.69/0.75	c   0.8s|     1 |     0 |   393 |     - |  19M|   0 |  51 |5645 |8121 |5645 |2742 |  35 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.00/1.06	c   1.1s|     1 |     0 |   424 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2749 |  42 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.39/1.40	c   1.4s|     1 |     0 |   444 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2752 |  45 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.69/1.76	c   1.8s|     1 |     0 |   470 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2759 |  52 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
2.10/2.15	c   2.2s|     1 |     0 |   496 |     - |  19M|   0 |  57 |5645 |8121 |5645 |2760 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
2.99/3.06	c   3.1s|     1 |     2 |   496 |     - |  20M|   0 |  57 |5645 |8121 |5645 |2760 |  53 |   0 |  21 | 0.000000e+00 | 1.363670e+05 |    Inf 
15.99/16.04	o 995
15.99/16.04	c r16.0s|   137 |   133 |  8732 |  60.6 |  23M|  65 |   1 |5645 |8121 |5645 |2792 | 136 |   0 | 861 | 0.000000e+00 | 9.950000e+02 |    Inf 
17.39/17.40	o 551
17.39/17.40	c *17.4s|   208 |   177 | 11822 |  54.7 |  26M|  65 |   - |5645 |8121 |5645 |2796 | 349 |   0 | 897 | 0.000000e+00 | 5.510000e+02 |    Inf 
18.99/19.09	o 103
18.99/19.09	c *19.1s|   318 |   114 | 15764 |  48.2 |  31M|  65 |   - |5645 |8160 |5645 |2772 | 586 |  39 | 935 | 0.000000e+00 | 1.030000e+02 |    Inf 
19.29/19.39	o 62
19.29/19.39	c *19.4s|   340 |    99 | 16283 |  46.6 |  31M|  65 |   - |5645 |8166 |5645 |2758 | 622 |  45 | 936 | 0.000000e+00 | 6.200000e+01 |    Inf 
19.39/19.47	o 47
19.39/19.47	c *19.5s|   343 |    95 | 16374 |  46.4 |  31M|  65 |   - |5645 |6042 |5645 |2741 | 624 |  46 | 937 | 0.000000e+00 | 4.700000e+01 |    Inf 
19.59/19.61	o 38
19.59/19.61	c *19.6s|   347 |    84 | 16640 |  46.7 |  31M|  65 |   - |5645 |5222 |5645 |2751 | 636 |  51 | 942 | 0.000000e+00 | 3.800000e+01 |    Inf 
19.59/19.68	o 23
19.59/19.68	c *19.7s|   349 |    67 | 16666 |  46.5 |  29M|  65 |   - |5645 |4716 |5645 |2755 | 648 |  51 | 942 | 0.000000e+00 | 2.300000e+01 |    Inf 
21.39/21.47	o 20
21.39/21.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.39/21.47	c *21.5s|   524 |    81 | 20775 |  38.8 |  30M|  65 |   - |5645 |4099 |5645 |2739 | 648 | 269 |1049 | 0.000000e+00 | 2.000000e+01 |    Inf 
26.09/26.14	o 18
26.09/26.14	c *26.1s|  1174 |   147 | 34194 |  28.7 |  31M|  65 |   - |5645 |4764 |5645 |2760 | 663 |1107 |1118 | 0.000000e+00 | 1.800000e+01 |    Inf 
29.89/29.90	o 17
29.89/29.90	c *29.9s|  1714 |   216 | 47065 |  27.2 |  31M|  65 |   - |5645 |5290 |5645 |2760 | 675 |1727 |1130 | 0.000000e+00 | 1.700000e+01 |    Inf 
34.59/34.68	o 11
34.59/34.68	c *34.7s|  2394 |   288 | 60582 |  25.1 |  32M|  65 |   - |5645 |6060 |5645 |2760 | 681 |2573 |1223 | 0.000000e+00 | 1.100000e+01 |    Inf 
81.39/81.49	c  81.5s| 10000 |   595 |213394 |  21.3 |  37M|  65 |  16 |5645 |7006 |5645 |2739 | 714 |  11k|1730 | 0.000000e+00 | 1.100000e+01 |    Inf 
83.79/83.82	o 10
83.79/83.82	c *83.8s| 10463 |   594 |220090 |  21.0 |  37M|  65 |   - |5645 |7541 |5645 |2741 | 716 |  12k|1774 | 0.000000e+00 | 1.000000e+01 |    Inf 
83.79/83.84	o 3
83.79/83.84	c *83.8s| 10464 |   498 |220125 |  21.0 |  36M|  65 |   - |5645 |7541 |5645 |2741 | 716 |  12k|1774 | 0.000000e+00 | 3.000000e+00 |    Inf 
97.49/97.54	o 2
97.49/97.54	c *97.5s| 12951 |   476 |272501 |  21.0 |  36M|  65 |   - |5645 |7002 |5645 |2760 | 716 |  15k|1954 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.29/129.39	c   129s| 20000 |   447 |413282 |  20.6 |  36M|  65 |   - |5645 |7739 |5645 |2739 | 716 |  24k|1958 | 0.000000e+00 | 2.000000e+00 |    Inf 
181.29/181.31	c   181s| 30000 |   461 |634356 |  21.1 |  39M|  65 |  36 |5645 |  13k|5645 |2739 | 716 |  37k|2385 | 0.000000e+00 | 2.000000e+00 |    Inf 
233.39/233.43	c   233s| 40000 |   461 |848337 |  21.2 |  40M|  65 |  20 |5645 |  13k|5645 |2760 | 717 |  49k|2880 | 0.000000e+00 | 2.000000e+00 |    Inf 
284.90/284.97	c   285s| 50000 |   467 |  1052k|  21.0 |  41M|  65 |   - |5645 |  15k|   0 |   0 | 717 |  62k|3317 | 0.000000e+00 | 2.000000e+00 |    Inf 
336.70/336.73	c   337s| 60000 |   582 |  1263k|  21.0 |  44M|  65 |   - |5645 |  18k|5645 |2760 | 717 |  75k|3784 | 0.000000e+00 | 2.000000e+00 |    Inf 
388.30/388.37	c   388s| 70000 |   521 |  1467k|  21.0 |  42M|  65 |  42 |5645 |  15k|5645 |2760 | 718 |  88k|4188 | 0.000000e+00 | 2.000000e+00 |    Inf 
435.39/435.43	c   435s| 80000 |   575 |  1656k|  20.7 |  45M|  65 |   - |5645 |  20k|5645 |2760 | 718 | 100k|4441 | 0.000000e+00 | 2.000000e+00 |    Inf 
486.60/486.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.60/486.65	c   487s| 90000 |   625 |  1866k|  20.7 |  49M|  65 |   - |5645 |  25k|5645 |2760 | 718 | 113k|4838 | 0.000000e+00 | 2.000000e+00 |    Inf 
536.60/536.61	c   537s|100000 |   656 |  2065k|  20.7 |  50M|  65 |   - |5645 |  26k|5645 |2760 | 718 | 126k|5100 | 0.000000e+00 | 2.000000e+00 |    Inf 
586.50/586.53	c   587s|110000 |   628 |  2257k|  20.5 |  51M|  65 |   - |5645 |  28k|   0 |   0 | 718 | 139k|5384 | 0.000000e+00 | 2.000000e+00 |    Inf 
638.80/638.86	c   639s|120000 |   716 |  2464k|  20.5 |  51M|  65 |  28 |5645 |  25k|5645 |2739 | 718 | 152k|5732 | 0.000000e+00 | 2.000000e+00 |    Inf 
689.71/689.73	c   690s|130000 |   733 |  2677k|  20.6 |  49M|  65 |  38 |5645 |  19k|5645 |2760 | 718 | 165k|5965 | 0.000000e+00 | 2.000000e+00 |    Inf 
740.81/740.84	c   741s|140000 |   752 |  2883k|  20.6 |  49M|  65 |  44 |5645 |  17k|5645 |2760 | 718 | 178k|6186 | 0.000000e+00 | 2.000000e+00 |    Inf 
793.01/793.01	c   793s|150000 |   730 |  3094k|  20.6 |  48M|  65 |   - |5645 |  17k|5645 |2760 | 718 | 190k|6454 | 0.000000e+00 | 2.000000e+00 |    Inf 
842.71/842.70	c   843s|160000 |   768 |  3301k|  20.6 |  50M|  66 |  37 |5645 |  18k|5645 |2760 | 718 | 203k|6721 | 0.000000e+00 | 2.000000e+00 |    Inf 
891.21/891.24	c   891s|170000 |   737 |  3497k|  20.6 |  50M|  66 |   - |5645 |  18k|5645 |2760 | 719 | 216k|6964 | 0.000000e+00 | 2.000000e+00 |    Inf 
939.01/939.03	c   939s|180000 |   728 |  3688k|  20.5 |  50M|  66 |   - |5645 |  20k|5645 |2760 | 719 | 228k|7183 | 0.000000e+00 | 2.000000e+00 |    Inf 
987.82/987.82	c   988s|190000 |   830 |  3884k|  20.4 |  51M|  66 |  40 |5645 |  20k|5645 |2760 | 719 | 241k|7402 | 0.000000e+00 | 2.000000e+00 |    Inf 
1036.71/1036.73	c  1037s|200000 |   892 |  4080k|  20.4 |  52M|  66 |   - |5645 |  21k|5645 |2760 | 719 | 253k|7599 | 0.000000e+00 | 2.000000e+00 |    Inf 
1085.72/1085.75	c  1086s|210000 |   839 |  4276k|  20.4 |  53M|  66 |   - |5645 |  22k|5645 |2760 | 719 | 266k|7797 | 0.000000e+00 | 2.000000e+00 |    Inf 
1133.52/1133.50	c  1133s|220000 |   944 |  4467k|  20.3 |  54M|  66 |  27 |5645 |  23k|5645 |2760 | 720 | 279k|7987 | 0.000000e+00 | 2.000000e+00 |    Inf 
1179.62/1179.68	c  1180s|230000 |   889 |  4647k|  20.2 |  54M|  66 |  27 |5645 |  22k|5645 |2739 | 723 | 292k|8184 | 0.000000e+00 | 2.000000e+00 |    Inf 
1228.12/1228.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.12/1228.14	c  1228s|240000 |   858 |  4842k|  20.2 |  53M|  66 |   - |5645 |  20k|5645 |2760 | 724 | 305k|8417 | 0.000000e+00 | 2.000000e+00 |    Inf 
1277.22/1277.26	c  1277s|250000 |   847 |  5045k|  20.2 |  52M|  66 |  38 |5645 |  19k|5645 |2760 | 724 | 318k|8606 | 0.000000e+00 | 2.000000e+00 |    Inf 
1324.42/1324.43	c  1324s|260000 |   905 |  5236k|  20.1 |  55M|  66 |   - |5645 |  23k|   0 |   0 | 724 | 331k|8789 | 0.000000e+00 | 2.000000e+00 |    Inf 
1372.92/1372.93	c  1373s|270000 |   884 |  5431k|  20.1 |  56M|  66 |  20 |5645 |  25k|5645 |2760 | 725 | 344k|8985 | 0.000000e+00 | 2.000000e+00 |    Inf 
1422.12/1422.10	c  1422s|280000 |   828 |  5631k|  20.1 |  54M|  66 |   - |5645 |  21k|   0 |   0 | 725 | 357k|9158 | 0.000000e+00 | 2.000000e+00 |    Inf 
1474.53/1474.56	c  1475s|290000 |   914 |  5854k|  20.2 |  53M|  66 |  18 |5645 |  17k|5645 |2760 | 725 | 370k|9327 | 0.000000e+00 | 2.000000e+00 |    Inf 
1523.83/1523.87	c  1524s|300000 |  1004 |  6065k|  20.2 |  54M|  66 |  33 |5645 |  18k|5645 |2760 | 726 | 383k|9482 | 0.000000e+00 | 2.000000e+00 |    Inf 
1572.43/1572.44	c  1572s|310000 |  1046 |  6272k|  20.2 |  57M|  66 |   - |5645 |  22k|5645 |2760 | 726 | 396k|9619 | 0.000000e+00 | 2.000000e+00 |    Inf 
1621.33/1621.35	c  1621s|320000 |  1217 |  6473k|  20.2 |  60M|  66 |  26 |5645 |  24k|5645 |2760 | 726 | 409k|9767 | 0.000000e+00 | 2.000000e+00 |    Inf 
1670.53/1670.55	c  1671s|330000 |  1157 |  6669k|  20.2 |  59M|  71 |  27 |5645 |  24k|5645 |2760 | 726 | 422k|9965 | 0.000000e+00 | 2.000000e+00 |    Inf 
1725.13/1725.17	c  1725s|340000 |  1152 |  6903k|  20.3 |  59M|  71 |  39 |5645 |  23k|5645 |2760 | 726 | 435k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1774.33/1774.37	c  1774s|350000 |  1064 |  7102k|  20.3 |  57M|  71 |   - |5645 |  21k|5645 |2760 | 726 | 448k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 355542
1800.03/1800.00	c Primal Bound       : +2.00000000000000e+00 (134 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.01	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.03/1800.01	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.01	v -x146 -x145 -x144 x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.01	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.03/1800.01	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.03/1800.01	v -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.03/1800.01	v -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 
1800.03/1800.01	v x28 -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 
1800.03/1800.01	v -x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Total Time         :    1800.00
1800.03/1800.01	c   solving          :    1800.00
1800.03/1800.01	c   presolving       :       0.09 (included in solving)
1800.03/1800.01	c   reading          :       0.02 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3447333-1307900995.wbo
1800.03/1800.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3447333-1307900995.wbo
1800.03/1800.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 5414 initial, 29050 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -       5342          -          -       5342          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0     184435          0        385          0        461       3356          0          0     362420
1800.03/1800.01	c   varbound         :          0+         6    1648852        683          1          0       1613          1     117544        714          0          0
1800.03/1800.01	c   linear           :       2707          6    1671045          6          1        381    5904729      32698    6060614          0          0          0
1800.03/1800.01	c   indicator        :       2707          0    1617415        683          1        378       1693          0       7187          0          0          0
1800.03/1800.01	c   logicor          :          0+         0     499670          0          0          0    1047468       2704     244001          0          0          0
1800.03/1800.01	c   bounddisjunction :          0+         0      94969          0          0          0         10          1         15          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0         13          1        123          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      81.30       0.00       0.00      81.28       0.00       0.02       0.00
1800.03/1800.01	c   varbound         :       2.26       0.00       2.19       0.07       0.00       0.00       0.00
1800.03/1800.01	c   linear           :      79.24       0.00      75.81       0.00       0.00       0.12       3.31
1800.03/1800.01	c   indicator        :       3.90       0.01       3.20       0.18       0.00       0.51       0.00
1800.03/1800.01	c   logicor          :      71.01       0.00      69.30       0.00       0.00       0.00       1.70
1800.03/1800.01	c   bounddisjunction :       0.14       0.00       0.14       0.00       0.00       0.00       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :      32753       1544          0      58773
1800.03/1800.01	c   rootredcost      :         14          0          0       2670
1800.03/1800.01	c   pseudoobj        :    1671366       1648        372     114026
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       8.17       8.17       0.00
1800.03/1800.01	c   rootredcost      :       0.35       0.35       0.00
1800.03/1800.01	c   pseudoobj        :      64.73      64.68       0.06
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       2.14      35776      35696     217456       29.5        646       21.3          -
1800.03/1800.01	c   infeasible LP    :      59.22     143868     143850    1032605       40.2       1234       14.9          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -     455957       34.6          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          5          -          -          6          -    (maximal pool size: 174)
1800.03/1800.01	c   redcost          :      17.73     185718          0      60420          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.72          6          0          0       1000          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.64          6          0          0       1003          0
1800.03/1800.01	c   cmir             :       0.21          6          0          0          6          0
1800.03/1800.01	c   flowcover        :       0.14          6          0          0          8          0
1800.03/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.21          1          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      81.10     183749        461       3356          0          0     362420
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.01          -         13
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   feaspump         :       0.01          0          0
1800.03/1800.01	c   oneopt           :       0.25         13          0
1800.03/1800.01	c   crossover        :       0.53          5          0
1800.03/1800.01	c   pscostdiving     :       1.76         49          0
1800.03/1800.01	c   linesearchdiving :       0.80         49          0
1800.03/1800.01	c   coefdiving       :       2.01         49          0
1800.03/1800.01	c   fracdiving       :       2.56         49          0
1800.03/1800.01	c   veclendiving     :       1.57         49          0
1800.03/1800.01	c   guideddiving     :       2.06         49          0
1800.03/1800.01	c   objpscostdiving  :       0.71         25          0
1800.03/1800.01	c   rootsoldiving    :       0.74         25          0
1800.03/1800.01	c   trivial          :       0.01          2          1
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       0.55     184209          1
1800.03/1800.01	c   zirounding       :       0.33       1000          0
1800.03/1800.01	c   rounding         :       0.82       6034          0
1800.03/1800.01	c   shifting         :       0.83       1866          0
1800.03/1800.01	c   intshifting      :       0.01          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.05          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.08          0          0
1800.03/1800.01	c   trysol           :       0.34        202        119
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.01          0          0       0.00          -
1800.03/1800.01	c   dual LP          :    1144.20     327812    7170166      21.87    6266.56
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       8.39       5047      36341       7.20    4331.66
1800.03/1800.01	c   strong branching :      77.21      10334     475893      46.05    6163.76
1800.03/1800.01	c     (at root node) :          -         21       8708     414.67          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     355542
1800.03/1800.01	c   nodes (total)    :     355542
1800.03/1800.01	c   nodes left       :       1082
1800.03/1800.01	c   max depth        :         71
1800.03/1800.01	c   max depth (total):         71
1800.03/1800.01	c   backtracks       :      41173 (11.6%)
1800.03/1800.01	c   delayed cutoffs  :       5455
1800.03/1800.01	c   repropagations   :     653955 (979880 domain reductions, 5183 cutoffs)
1800.03/1800.01	c   avg switch length:       5.32
1800.03/1800.01	c   switching time   :     106.55
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        134 (15 improvements)
1800.03/1800.01	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 12951 nodes, 97.54 seconds, depth 24, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        496
1800.03/1800.07	c Time complete: 1800.1.

Verifier Data

OK	2

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 23882
/proc/meminfo: memFree=32414800/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 1570 0 0 0 0 0 0 0 25 0 1 0 901702153 10539008 1523 33554432000 4194304 9128323 140736424872544 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23882/statm: 2573 1524 399 1205 0 1364 0

[startup+0.084244 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 23882
/proc/meminfo: memFree=32414800/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=35724 CPUtime=0.08 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 7950 0 0 0 7 1 0 0 25 0 1 0 901702153 36581376 7644 33554432000 4194304 9128323 140736424872544 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 23882
/proc/meminfo: memFree=32414800/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 7950 0 0 0 8 1 0 0 25 0 1 0 901702153 36581376 7644 33554432000 4194304 9128323 140736424872544 18446744073709551615 5240725 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300208 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 23882
/proc/meminfo: memFree=32414800/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=71656 CPUtime=0.29 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 17220 0 0 0 27 2 0 0 18 0 1 0 901702153 73375744 16815 33554432000 4194304 9128323 140736424872544 18446744073709551615 4815436 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 17914 16815 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.701134 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 23882
/proc/meminfo: memFree=32414800/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=54040 CPUtime=0.69 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 21619 0 0 0 66 3 0 0 18 0 1 0 901702153 55336960 12494 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 13510 12494 717 1205 0 12301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54040

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23883
/proc/meminfo: memFree=32365588/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=61604 CPUtime=1.49 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 23275 0 0 0 146 3 0 0 19 0 1 0 901702153 63082496 14144 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 15401 14144 711 1205 0 14192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61604

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23883
/proc/meminfo: memFree=32359256/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=66444 CPUtime=3.09 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 30040 0 0 0 304 5 0 0 24 0 1 0 901702153 68038656 15127 33554432000 4194304 9128323 140736424872544 18446744073709551615 7349652 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 16611 15127 721 1205 0 15402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66444

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23883
/proc/meminfo: memFree=32355548/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=66904 CPUtime=6.29 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 30137 0 0 0 620 9 0 0 25 0 1 0 901702153 68509696 15224 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 16726 15224 721 1205 0 15517 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66904

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23883
/proc/meminfo: memFree=32351232/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=66904 CPUtime=12.69 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 30181 0 0 0 1254 15 0 0 25 0 1 0 901702153 68509696 15268 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23882/statm: 16726 15268 721 1205 0 15517 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66904

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23884
/proc/meminfo: memFree=32330004/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=82796 CPUtime=25.49 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 40021 0 0 0 2527 22 0 0 25 0 1 0 901702153 84783104 19137 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23882/statm: 20699 19137 735 1205 0 19490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82796

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23884
/proc/meminfo: memFree=32279472/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=108732 CPUtime=51.08 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 52195 0 0 0 5071 37 0 0 25 0 1 0 901702153 111341568 25355 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23882/statm: 27183 25355 753 1205 0 25974 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 108732

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23886
/proc/meminfo: memFree=32280244/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=106292 CPUtime=102.29 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 54409 0 0 0 10162 67 0 0 25 0 1 0 901702153 108843008 25115 33554432000 4194304 9128323 140736424872544 18446744073709551615 6579152 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 26573 25115 753 1205 0 25364 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 106292

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23887
/proc/meminfo: memFree=32248816/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=106292 CPUtime=162.29 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 57207 0 0 0 16125 104 0 0 25 0 1 0 901702153 108843008 25124 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 26573 25124 753 1205 0 25364 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 106292

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23889
/proc/meminfo: memFree=32241692/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=106292 CPUtime=222.29 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 57209 0 0 0 22086 143 0 0 25 0 1 0 901702153 108843008 25126 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 26573 25126 753 1205 0 25364 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 106292

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23890
/proc/meminfo: memFree=32238156/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=106292 CPUtime=282.3 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 57946 0 0 0 28049 181 0 0 25 0 1 0 901702153 108843008 25126 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 26573 25126 753 1205 0 25364 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106292

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23892
/proc/meminfo: memFree=32234256/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=106292 CPUtime=342.3 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 57946 0 0 0 34008 222 0 0 25 0 1 0 901702153 108843008 25126 33554432000 4194304 9128323 140736424872544 18446744073709551615 8012592 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 26573 25126 753 1205 0 25364 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106292

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23894
/proc/meminfo: memFree=32232836/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=107664 CPUtime=402.3 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 60407 0 0 0 39972 258 0 0 25 0 1 0 901702153 110247936 25431 33554432000 4194304 9128323 140736424872544 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 26916 25431 753 1205 0 25707 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107664

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23895
/proc/meminfo: memFree=32230048/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=109468 CPUtime=462.3 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 60865 0 0 0 45934 296 0 0 25 0 1 0 901702153 112095232 25889 33554432000 4194304 9128323 140736424872544 18446744073709551615 4792770 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 27367 25889 753 1205 0 26158 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109468

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23897
/proc/meminfo: memFree=32224792/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=113480 CPUtime=522.3 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 61887 0 0 0 51899 331 0 0 25 0 1 0 901702153 116203520 26911 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 28370 26911 753 1205 0 27161 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 113480

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23898
/proc/meminfo: memFree=32223364/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=113900 CPUtime=582.3 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 61992 0 0 0 57863 367 0 0 25 0 1 0 901702153 116633600 27016 33554432000 4194304 9128323 140736424872544 18446744073709551615 6650519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 28475 27016 753 1205 0 27266 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 113900

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 23916
/proc/meminfo: memFree=32214628/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=116792 CPUtime=822.31 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 65108 0 0 0 81721 510 0 0 25 0 1 0 901702153 119595008 27738 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 29198 27738 753 1205 0 27989 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 116792

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 23918
/proc/meminfo: memFree=32209784/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=117196 CPUtime=882.31 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 65224 0 0 0 87681 550 0 0 25 0 1 0 901702153 120008704 27854 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 29299 27854 753 1205 0 28090 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 117196

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23920
/proc/meminfo: memFree=32206028/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=117516 CPUtime=942.31 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 65274 0 0 0 93649 582 0 0 25 0 1 0 901702153 120336384 27904 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 29379 27904 753 1205 0 28170 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 117516

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23922
/proc/meminfo: memFree=32204240/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=117660 CPUtime=1002.31 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 65310 0 0 0 99617 614 0 0 25 0 1 0 901702153 120483840 27940 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 29415 27940 753 1205 0 28206 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 117660

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23923
/proc/meminfo: memFree=32201724/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=119368 CPUtime=1062.31 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 65771 0 0 0 105582 649 0 0 25 0 1 0 901702153 122232832 28401 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 29842 28401 753 1205 0 28633 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 119368

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23925
/proc/meminfo: memFree=32199952/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=119996 CPUtime=1122.31 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 68237 0 0 0 111548 683 0 0 25 0 1 0 901702153 122875904 28527 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 29999 28527 753 1205 0 28790 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 119996

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23926
/proc/meminfo: memFree=32197664/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=121428 CPUtime=1182.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 68605 0 0 0 117513 719 0 0 25 0 1 0 901702153 124342272 28894 33554432000 4194304 9128323 140736424872544 18446744073709551615 4209243 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 30357 28894 753 1205 0 29148 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 121428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23928
/proc/meminfo: memFree=32195976/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=122080 CPUtime=1242.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 68764 0 0 0 123476 756 0 0 25 0 1 0 901702153 125009920 29053 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 30520 29053 753 1205 0 29311 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 122080

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23930
/proc/meminfo: memFree=32195804/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=122080 CPUtime=1302.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 68786 0 0 0 129440 792 0 0 25 0 1 0 901702153 125009920 29075 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 30520 29075 753 1205 0 29311 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 122080

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 1.96 3/178 23931
/proc/meminfo: memFree=32194016/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=123536 CPUtime=1362.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 69073 0 0 0 135403 829 0 0 25 0 1 0 901702153 126500864 29362 33554432000 4194304 9128323 140736424872544 18446744073709551615 6857729 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 30884 29362 753 1205 0 29675 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 123536

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 1.96 3/178 23933
/proc/meminfo: memFree=32193972/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=123536 CPUtime=1422.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 69079 0 0 0 141369 863 0 0 25 0 1 0 901702153 126500864 29368 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 30884 29368 753 1205 0 29675 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 123536

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 23934
/proc/meminfo: memFree=32193312/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=123812 CPUtime=1482.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 69197 0 0 0 147333 899 0 0 25 0 1 0 901702153 126783488 29486 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 30953 29486 753 1205 0 29744 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 123812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 23936
/proc/meminfo: memFree=32191872/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=125276 CPUtime=1542.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 69554 0 0 0 153293 939 0 0 25 0 1 0 901702153 128282624 29842 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 31319 29842 753 1205 0 30110 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 125276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 23938
/proc/meminfo: memFree=32190468/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=126520 CPUtime=1602.32 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 69844 0 0 0 159255 977 0 0 25 0 1 0 901702153 129556480 30132 33554432000 4194304 9128323 140736424872544 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 31630 30132 753 1205 0 30421 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 126520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23939
/proc/meminfo: memFree=32188316/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=127368 CPUtime=1662.33 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 70070 0 0 0 165216 1017 0 0 25 0 1 0 901702153 130424832 30358 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 31842 30358 753 1205 0 30633 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 127368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23941
/proc/meminfo: memFree=32187248/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=127912 CPUtime=1722.33 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 70216 0 0 0 171180 1053 0 0 25 0 1 0 901702153 130981888 30504 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 31978 30504 753 1205 0 30769 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 127912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 23942
/proc/meminfo: memFree=32184732/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=128056 CPUtime=1782.33 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 70255 0 0 0 177143 1090 0 0 25 0 1 0 901702153 131129344 30543 33554432000 4194304 9128323 140736424872544 18446744073709551615 4338306 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 32014 30543 753 1205 0 30805 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 128056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.93 1.98 1.95 3/178 24248
/proc/meminfo: memFree=32335524/32951124 swapFree=67052812/67111528
[pid=23882] ppid=23880 vsize=128056 CPUtime=1800.03 cores=0,2,4,6
/proc/23882/stat : 23882 (scip-2.0.1.4.li) R 23880 23882 21680 0 -1 4202496 70260 0 0 0 178903 1100 0 0 25 0 1 0 901702153 131129344 30548 33554432000 4194304 9128323 140736424872544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23882/statm: 32014 30548 753 1205 0 30805 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 128056

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

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

Child status: 0
Real time (s): 1800.07
CPU time (s): 1800.11
CPU user time (s): 1789.09
CPU system time (s): 11.0153
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 128056

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

runsolver used 2.78058 second user time and 5.58015 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-12 19:49:55
IDJOB=3447333
IDBENCH=79291
IDSOLVER=1944
FILE ID=node103/3447333-1307900995
RUNJOBID= node103-1307897153-22178
PBS_JOBID= 13559599
Free space on /tmp= 74064 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--soft-0-100-0.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-3447333-1307900995/watcher-3447333-1307900995 -o /tmp/evaluation-result-3447333-1307900995/solver-3447333-1307900995 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447333-1307900995.wbo -t 1800 -m 15500

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

MD5SUM BENCH= d1c4dbb5406fd100fd0c417364df25ff
RANDOM SEED=512399286

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32415352 kB
Buffers:        108912 kB
Cached:         147812 kB
SwapCached:      22648 kB
Active:         252684 kB
Inactive:        93536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32415352 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           24620 kB
Writeback:           0 kB
AnonPages:       87464 kB
Mapped:          12144 kB
Slab:           125200 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node103 at 2011-06-12 20:19:57