Trace number 3447295

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.08 1800.03

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568186--soft-0-100-0.wbo
MD5SUM0bc882feda752f8542fa470cf04f3d53
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark109.698
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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-3447295-1307900727.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.06	o 137244
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.00/0.06	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.07	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.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (3 rounds):
0.09/0.12	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.12	c  2707 implications, 0 cliques
0.09/0.12	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.12	c    2707 constraints of type <linear>
0.09/0.12	c    2707 constraints of type <indicator>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.4
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1800
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.13	c 
0.09/0.16	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.16	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |   541 |     - |  18M|   0 |   1 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   724 |     - |  18M|   0 |  45 |5645 |8121 |5645 |2766 |  59 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   880 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2796 |  89 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.99/1.09	c   1.1s|     1 |     0 |   935 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2808 | 101 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.39/1.47	c   1.5s|     1 |     0 |   966 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2814 | 107 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.79/1.84	c   1.8s|     1 |     0 |   975 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2817 | 110 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
3.40/3.44	c   3.4s|     1 |     2 |   975 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2817 | 110 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
26.40/26.40	o 697
26.40/26.40	c *26.4s|   425 |   413 | 46601 | 107.6 |  30M|  73 |   - |5645 |8121 |5645 |2853 | 986 |   0 | 645 | 0.000000e+00 | 6.970000e+02 |    Inf 
30.99/31.08	o 617
30.99/31.08	c *31.1s|   692 |   666 | 66973 |  95.5 |  31M|  73 |   - |5645 |8121 |5645 |2824 |1219 |   0 | 734 | 0.000000e+00 | 6.170000e+02 |    Inf 
69.30/69.37	o 590
69.30/69.37	c c69.4s|  1787 |  1740 |275556 | 153.7 |  35M|  73 |   - |5645 |8165 |5645 |2798 |4482 |  44 |1092 | 0.000000e+00 | 5.900000e+02 |    Inf 
296.10/296.12	o 582
296.10/296.12	c * 296s|  9640 |  9398 |  1488k| 154.4 |  59M|  73 |   - |5645 |8726 |5645 |2789 |  24k| 628 |2367 | 0.000000e+00 | 5.820000e+02 |    Inf 
296.10/296.14	o 574
296.10/296.14	c * 296s|  9641 |  9394 |  1488k| 154.3 |  59M|  73 |   - |5645 |8726 |5645 |2789 |  24k| 628 |2367 | 0.000000e+00 | 5.740000e+02 |    Inf 
309.11/309.18	c   309s| 10000 |  9735 |  1557k| 155.7 |  60M|  73 |   9 |5645 |8757 |5645 |2793 |  26k| 662 |2468 | 0.000000e+00 | 5.740000e+02 |    Inf 
670.41/670.48	c   670s| 20000 | 19213 |  3435k| 171.8 |  91M|  87 |  19 |5645 |  10k|5645 |2804 |  65k|2323 |4194 | 0.000000e+00 | 5.740000e+02 |    Inf 
820.72/820.71	o 219
820.72/820.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.72/820.71	c * 821s| 23588 | 15139 |  4136k| 175.3 |  74M|  87 |   - |5645 |  10k|5645 |2814 |  85k|2987 |4738 | 0.000000e+00 | 2.190000e+02 |    Inf 
820.72/820.74	o 179
820.72/820.74	c * 821s| 23589 | 13133 |  4136k| 175.3 |  69M|  87 |   - |5645 |  10k|5645 |2792 |  85k|2987 |4738 | 0.000000e+00 | 1.790000e+02 |    Inf 
821.21/821.25	o 170
821.21/821.25	c * 821s| 23601 | 12617 |  4138k| 175.3 |  68M|  87 |   - |5645 |  10k|5645 |2828 |  85k|2992 |4738 | 0.000000e+00 | 1.700000e+02 |    Inf 
821.41/821.48	o 156
821.41/821.48	c * 821s| 23613 | 11104 |  4139k| 175.3 |  64M|  87 |   - |5645 |  10k|5645 |2792 |  85k|3000 |4738 | 0.000000e+00 | 1.560000e+02 |    Inf 
821.61/821.68	o 155
821.61/821.68	c * 822s| 23625 | 11012 |  4140k| 175.2 |  64M|  87 |   - |5645 |  10k|5645 |2775 |  85k|3006 |4738 | 0.000000e+00 | 1.550000e+02 |    Inf 
822.02/822.00	o 117
822.02/822.00	c * 822s| 23639 |  7755 |  4141k| 175.2 |  55M|  87 |   - |5645 |  10k|5645 |2799 |  85k|3013 |4738 | 0.000000e+00 | 1.170000e+02 |    Inf 
824.91/824.96	o 108
824.91/824.96	c * 825s| 23974 |  7097 |  4147k| 173.0 |  54M|  87 |   - |5645 |  10k|5645 |2785 |  85k|3233 |4746 | 0.000000e+00 | 1.080000e+02 |    Inf 
825.32/825.33	o 93
825.32/825.33	c * 825s| 24019 |  6365 |  4148k| 172.7 |  52M|  87 |   - |5645 |  10k|5645 |2783 |  85k|3248 |4746 | 0.000000e+00 | 9.300000e+01 |    Inf 
825.42/825.45	o 90
825.42/825.45	c * 825s| 24024 |  6278 |  4149k| 172.7 |  52M|  87 |   - |5645 |9925 |5645 |2780 |  85k|3249 |4746 | 0.000000e+00 | 9.000000e+01 |    Inf 
825.42/825.47	o 83
825.42/825.47	c * 825s| 24025 |  5790 |  4149k| 172.7 |  51M|  87 |   - |5645 |9925 |5645 |2781 |  85k|3249 |4746 | 0.000000e+00 | 8.300000e+01 |    Inf 
825.82/825.88	o 76
825.82/825.88	c * 826s| 24062 |  2697 |  4150k| 172.4 |  42M|  87 |   - |5645 |9054 |5645 |2783 |  85k|3277 |4746 | 0.000000e+00 | 7.600000e+01 |    Inf 
874.53/874.59	c   875s| 30000 |  2980 |  4225k| 140.8 |  59M| 101 |   5 |5645 |9028 |5645 |2775 |  86k|9287 |4828 | 0.000000e+00 | 7.600000e+01 |    Inf 
944.72/944.79	c   945s| 40000 |  3304 |  4301k| 107.5 |  73M| 111 |   - |5645 |  10k|   0 |   0 |  89k|  19k|4915 | 0.000000e+00 | 7.600000e+01 |    Inf 
1008.53/1008.55	c  1009s| 50000 |  3665 |  4375k|  87.5 |  84M| 111 |   4 |5645 |  10k|5645 |2775 |  90k|  30k|4979 | 0.000000e+00 | 7.600000e+01 |    Inf 
1065.32/1065.32	o 73
1065.32/1065.32	c *1065s| 58930 |  3837 |  4446k|  75.4 |  94M| 111 |   - |5645 |9338 |5645 |2777 |  92k|  40k|5034 | 0.000000e+00 | 7.300000e+01 |    Inf 
1072.32/1072.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.32/1072.34	c  1072s| 60000 |  3870 |  4454k|  74.2 |  96M| 111 |   - |5645 |9191 |5645 |2775 |  92k|  41k|5051 | 0.000000e+00 | 7.300000e+01 |    Inf 
1138.23/1138.23	c  1138s| 70000 |  4354 |  4535k|  64.8 | 109M| 111 |   1 |5645 |9377 |5645 |2775 |  93k|  52k|5081 | 0.000000e+00 | 7.300000e+01 |    Inf 
1204.53/1204.60	c  1205s| 80000 |  4635 |  4610k|  57.6 | 120M| 119 |   1 |5645 |9932 |5645 |2775 |  95k|  63k|5155 | 0.000000e+00 | 7.300000e+01 |    Inf 
1236.63/1236.64	o 68
1236.63/1236.64	c *1237s| 85264 |  4333 |  4645k|  54.5 | 122M| 119 |   - |5645 |  10k|5645 |2776 |  95k|  70k|5167 | 0.000000e+00 | 6.800000e+01 |    Inf 
1267.03/1267.08	c  1267s| 90000 |  4400 |  4682k|  52.0 | 124M| 119 |   - |5645 |9651 |   0 |   0 |  96k|  75k|5217 | 0.000000e+00 | 6.800000e+01 |    Inf 
1326.53/1326.59	c  1327s|100000 |  4666 |  4748k|  47.5 | 132M| 119 |   1 |5645 |9978 |5645 |2775 |  96k|  86k|5269 | 0.000000e+00 | 6.800000e+01 |    Inf 
1399.34/1399.32	c  1399s|110000 |  5107 |  4839k|  44.0 | 143M| 119 |   - |5645 |  10k|   0 |   0 |  97k|  97k|5357 | 0.000000e+00 | 6.800000e+01 |    Inf 
1467.54/1467.52	c  1468s|120000 |  5610 |  4918k|  41.0 | 155M| 119 |   - |5645 |  10k|   0 |   0 |  98k| 109k|5410 | 0.000000e+00 | 6.800000e+01 |    Inf 
1528.05/1528.09	c  1528s|130000 |  6023 |  4985k|  38.3 | 166M| 119 |   - |5645 |  10k|   0 |   0 |  99k| 121k|5463 | 0.000000e+00 | 6.800000e+01 |    Inf 
1590.24/1590.20	c  1590s|140000 |  6508 |  5053k|  36.1 | 178M| 119 |   1 |5645 |9028 |5645 |2784 | 100k| 131k|5530 | 0.000000e+00 | 6.800000e+01 |    Inf 
1596.34/1596.38	o 48
1596.34/1596.38	c *1596s|140910 |  6304 |  5060k|  35.9 | 177M| 119 |   - |5645 |9344 |5645 |2809 | 100k| 132k|5546 | 0.000000e+00 | 4.800000e+01 |    Inf 
1596.44/1596.40	o 47
1596.44/1596.40	c *1596s|140911 |  6291 |  5060k|  35.9 | 176M| 119 |   - |5645 |9344 |5645 |2809 | 100k| 132k|5546 | 0.000000e+00 | 4.700000e+01 |    Inf 
1649.84/1649.83	o 28
1649.84/1649.83	c *1650s|149947 |  5690 |  5140k|  34.3 | 160M| 119 |   - |5645 |  10k|5645 |2779 | 100k| 144k|5617 | 0.000000e+00 | 2.800000e+01 |    Inf 
1650.44/1650.49	c  1650s|150000 |  5661 |  5141k|  34.3 | 159M| 119 |  23 |5645 |7214 |5645 |2775 | 100k| 144k|5617 | 0.000000e+00 | 2.800000e+01 |    Inf 
1657.74/1657.75	o 26
1657.74/1657.75	c *1658s|151307 |  5498 |  5154k|  34.1 | 155M| 119 |   - |5645 |7038 |5645 |2777 | 100k| 146k|5631 | 0.000000e+00 | 2.600000e+01 |    Inf 
1682.54/1682.55	o 24
1682.54/1682.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1682.54/1682.55	c *1683s|155539 |  4564 |  5207k|  33.5 | 138M| 119 |   - |5645 |7453 |5645 |2778 | 100k| 151k|5708 | 0.000000e+00 | 2.400000e+01 |    Inf 
1707.15/1707.15	c  1707s|160000 |  4460 |  5263k|  32.9 | 137M| 119 |   8 |5645 |7854 |5645 |2777 | 101k| 157k|5787 | 0.000000e+00 | 2.400000e+01 |    Inf 
1756.94/1756.92	c  1757s|170000 |  4581 |  5364k|  31.5 | 141M| 119 |  14 |5645 |  10k|5645 |2777 | 101k| 169k|5871 | 0.000000e+00 | 2.400000e+01 |    Inf 
1757.54/1757.51	o 16
1757.54/1757.51	c *1758s|170092 |  3510 |  5365k|  31.5 | 107M| 119 |   - |5645 |  10k|5645 |2782 | 101k| 169k|5877 | 0.000000e+00 | 1.600000e+01 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 178802
1800.04/1800.00	c Primal Bound       : +1.60000000000000e+01 (589 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.04/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.04/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1800.04/1800.00	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 
1800.04/1800.00	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.04/1800.00	v -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 -x55 
1800.04/1800.00	v -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 
1800.04/1800.00	v x29 -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 
1800.04/1800.00	v -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.09 (included in solving)
1800.04/1800.00	c   reading          :       0.02 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447295-1307900727.wbo
1800.04/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447295-1307900727.wbo
1800.04/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 5414 initial, 11564 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -       4576          -          -       4576          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     209003          0      15604          0         16        338          0          0     214834
1800.04/1800.00	c   varbound         :          0+         6    1303982     101246          0          0     124913         32   12849760     101323          0          0
1800.04/1800.00	c   linear           :       2707          6    1304079         16          0      15600    1664280      19169    4529075          0          0          0
1800.04/1800.00	c   indicator        :       2707          0    1284990     101246          0      15576     203175          0     202102          0          0          0
1800.04/1800.00	c   logicor          :          0+         0     327740          0          0          0     303337       8401     246210          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     152123          0          0          0       2392        125       3827          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0         23          0        568          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      61.14       0.00       0.00      61.06       0.00       0.07       0.00
1800.04/1800.00	c   varbound         :      54.79       0.00      45.92       8.82       0.00       0.00       0.06
1800.04/1800.00	c   linear           :      59.18       0.00      53.86       0.00       0.00       3.49       1.83
1800.04/1800.00	c   indicator        :     127.56       0.01      61.16      39.14       0.00      27.17       0.08
1800.04/1800.00	c   logicor          :      17.28       0.00      16.75       0.00       0.00       0.00       0.52
1800.04/1800.00	c   bounddisjunction :       1.79       0.00       1.78       0.00       0.00       0.00       0.01
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :     556036      59651        119    2087466
1800.04/1800.00	c   rootredcost      :         24          0          0       2288
1800.04/1800.00	c   pseudoobj        :    1350943     127879      46919   12844612
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :     180.32     180.30       0.03
1800.04/1800.00	c   rootredcost      :       0.31       0.31       0.00
1800.04/1800.00	c   pseudoobj        :      92.71      88.60       4.12
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       7.92      74765      74690     394606       27.6       1474       23.3          -
1800.04/1800.00	c   infeasible LP    :       2.86       4646       4646      37784       35.8         60       14.9          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          7          7          8        2.8          1        5.0          -
1800.04/1800.00	c   applied globally :          -          -          -     180029       22.9          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -          3          -    (maximal pool size: 72)
1800.04/1800.00	c   redcost          :      25.78     158906          0    2038121          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.51          6          0          0       1001          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.50          6          0          0       1018          0
1800.04/1800.00	c   cmir             :       0.16          6          0          0          7          0
1800.04/1800.00	c   flowcover        :       0.14          6          0          0          8          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.23          1          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      60.87     107755         16        338          0          0     214834
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.08          -         23
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.41         20          0
1800.04/1800.00	c   rootsoldiving    :      13.33         53          0
1800.04/1800.00	c   crossover        :       2.35         40          2
1800.04/1800.00	c   objpscostdiving  :       9.77         66          0
1800.04/1800.00	c   guideddiving     :      15.16        382          0
1800.04/1800.00	c   coefdiving       :      15.47        382          1
1800.04/1800.00	c   pscostdiving     :      13.63        382          0
1800.04/1800.00	c   fracdiving       :      12.28        382          0
1800.04/1800.00	c   veclendiving     :       6.73        382          0
1800.04/1800.00	c   linesearchdiving :      12.30        383          0
1800.04/1800.00	c   trivial          :       0.01          2          1
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :      14.55     113909          0
1800.04/1800.00	c   zirounding       :       0.39       1000          0
1800.04/1800.00	c   rounding         :       4.18       4716          0
1800.04/1800.00	c   shifting         :       3.36       1489          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.06          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.05          0          0
1800.04/1800.00	c   trysol           :       1.29      12041        562
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       2.19          0          0       0.00       0.00
1800.04/1800.00	c   dual LP          :     843.04     221164    5079876      22.97    6025.66
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:      68.36      13051     381842      29.26    5585.97
1800.05/1800.00	c   strong branching :      59.12       5933     357844      60.31    6052.76
1800.05/1800.00	c     (at root node) :          -         33      13520     409.70          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     178802
1800.05/1800.00	c   nodes (total)    :     178802
1800.05/1800.00	c   nodes left       :       3488
1800.05/1800.00	c   max depth        :        119
1800.05/1800.00	c   max depth (total):        119
1800.05/1800.00	c   backtracks       :      15291 (8.6%)
1800.05/1800.00	c   delayed cutoffs  :       9827
1800.05/1800.00	c   repropagations   :     467588 (5351264 domain reductions, 7619 cutoffs)
1800.05/1800.00	c   avg switch length:       7.57
1800.05/1800.00	c   switching time   :      75.95
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        589 (25 improvements)
1800.05/1800.00	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)

Verifier Data

OK	16

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447295-1307900727/watcher-3447295-1307900727 -o /var/tmp/evaluation-result-3447295-1307900727/solver-3447295-1307900727 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447295-1307900727.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: 1.92 1.98 1.83 2/181 1617
/proc/meminfo: memFree=1136436/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=6864 CPUtime=0 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 863 0 0 0 0 0 0 0 25 0 1 0 901670548 7028736 816 33554432000 4194304 9128323 140735108173664 18446744073709551615 8012251 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1617/statm: 1716 816 350 1205 0 507 0

[startup+0.105068 s]
/proc/loadavg: 1.92 1.98 1.83 2/181 1617
/proc/meminfo: memFree=1136436/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901670548 36581376 7644 33554432000 4194304 9128323 140735108173664 18446744073709551615 5973224 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.201052 s]
/proc/loadavg: 1.92 1.98 1.83 2/181 1617
/proc/meminfo: memFree=1136436/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=45728 CPUtime=0.19 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 10721 0 0 0 18 1 0 0 25 0 1 0 901670548 46825472 10324 33554432000 4194304 9128323 140735108173664 18446744073709551615 7980098 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 11432 10324 669 1205 0 10223 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45728

[startup+0.301063 s]
/proc/loadavg: 1.92 1.98 1.83 2/181 1617
/proc/meminfo: memFree=1136436/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=58404 CPUtime=0.29 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 13913 0 0 0 28 1 0 0 25 0 1 0 901670548 59805696 13508 33554432000 4194304 9128323 140735108173664 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 14601 13517 692 1205 0 13392 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58404

[startup+0.700987 s]
/proc/loadavg: 1.92 1.98 1.83 2/181 1617
/proc/meminfo: memFree=1136436/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=50408 CPUtime=0.69 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 20689 0 0 0 67 2 0 0 25 0 1 0 901670548 51617792 11563 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 12602 11563 717 1205 0 11393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50408

[startup+1.50081 s]
/proc/loadavg: 1.92 1.98 1.83 3/182 1618
/proc/meminfo: memFree=1090940/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=57824 CPUtime=1.49 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 22303 0 0 0 147 2 0 0 25 0 1 0 901670548 59211776 13171 33554432000 4194304 9128323 140735108173664 18446744073709551615 8008915 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 14456 13171 711 1205 0 13247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57824

[startup+3.10055 s]
/proc/loadavg: 1.92 1.98 1.83 3/182 1618
/proc/meminfo: memFree=1085236/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=58160 CPUtime=3.09 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 28744 0 0 0 304 5 0 0 25 0 1 0 901670548 59555840 13343 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 14540 13343 732 1205 0 13331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58160

[startup+6.30094 s]
/proc/loadavg: 1.93 1.98 1.83 3/182 1618
/proc/meminfo: memFree=1083132/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=61156 CPUtime=6.29 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 29386 0 0 0 621 8 0 0 25 0 1 0 901670548 62623744 13983 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 15289 13983 733 1205 0 14080 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61156

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.84 3/182 1618
/proc/meminfo: memFree=1083212/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=61156 CPUtime=12.69 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 29390 0 0 0 1254 15 0 0 25 0 1 0 901670548 62623744 13987 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 15289 13987 733 1205 0 14080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61156

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.84 3/182 1619
/proc/meminfo: memFree=1071684/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=72660 CPUtime=25.49 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 38006 0 0 0 2525 24 0 0 25 0 1 0 901670548 74403840 16667 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 18165 16667 735 1205 0 16956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72660

[startup+51.1008 s]
/proc/loadavg: 1.96 1.98 1.84 3/182 1619
/proc/meminfo: memFree=1059796/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=76836 CPUtime=51.09 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 53270 0 0 0 5066 43 0 0 25 0 1 0 901670548 78680064 17767 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 19209 17767 742 1205 0 18000 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76836

[startup+102.3 s]
/proc/loadavg: 2.04 2.00 1.85 3/182 1621
/proc/meminfo: memFree=1043028/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=83128 CPUtime=102.3 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 60849 0 0 0 10152 78 0 0 25 0 1 0 901670548 85123072 19376 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 20782 19376 742 1205 0 19573 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83128

[startup+162.301 s]
/proc/loadavg: 2.09 2.03 1.87 3/182 1622
/proc/meminfo: memFree=1026612/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=92072 CPUtime=162.3 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 75175 0 0 0 16111 119 0 0 25 0 1 0 901670548 94281728 21587 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 23018 21587 742 1205 0 21809 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92072

[startup+222.307 s]
/proc/loadavg: 2.03 2.02 1.87 3/182 1624
/proc/meminfo: memFree=1013800/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=96568 CPUtime=222.3 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 82438 0 0 0 22072 158 0 0 25 0 1 0 901670548 98885632 22785 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 24142 22785 742 1205 0 22933 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 96568

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 1.88 3/182 1626
/proc/meminfo: memFree=987708/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=105412 CPUtime=282.3 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 90604 0 0 0 28030 200 0 0 25 0 1 0 901670548 107941888 24921 33554432000 4194304 9128323 140735108173664 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 26353 24921 742 1205 0 25144 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105412

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 1.89 3/182 1627
/proc/meminfo: memFree=968440/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=108920 CPUtime=342.3 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 103425 0 0 0 33992 238 0 0 25 0 1 0 901670548 111534080 25868 33554432000 4194304 9128323 140735108173664 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 27230 25868 742 1205 0 26021 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 108920

[startup+402.301 s]
/proc/loadavg: 2.06 2.03 1.90 3/182 1629
/proc/meminfo: memFree=953152/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=114336 CPUtime=402.3 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 110740 0 0 0 39954 276 0 0 25 0 1 0 901670548 117080064 27231 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 28584 27231 742 1205 0 27375 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114336

[startup+462.301 s]
/proc/loadavg: 2.09 2.04 1.91 3/182 1669
/proc/meminfo: memFree=1280984/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=118096 CPUtime=462.31 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 113760 0 0 0 45915 316 0 0 25 0 1 0 901670548 120930304 28160 33554432000 4194304 9128323 140735108173664 18446744073709551615 4578117 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 29524 28160 742 1205 0 28315 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 118096

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 1.91 3/182 1671
/proc/meminfo: memFree=1258444/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=124796 CPUtime=522.31 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 115430 0 0 0 51876 355 0 0 25 0 1 0 901670548 127791104 29829 33554432000 4194304 9128323 140735108173664 18446744073709551615 7346960 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 31199 29829 742 1205 0 29990 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 124796

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 1.92 3/182 1673
/proc/meminfo: memFree=1248112/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=130900 CPUtime=582.31 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 123062 0 0 0 57836 395 0 0 25 0 1 0 901670548 134041600 31397 33554432000 4194304 9128323 140735108173664 18446744073709551615 7192361 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 32725 31397 742 1205 0 31516 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 130900

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 2.03 1.94 3/182 1681
/proc/meminfo: memFree=1177176/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=194024 CPUtime=882.32 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 169580 0 0 0 87679 553 0 0 25 0 1 0 901670548 198680576 47122 33554432000 4194304 9128323 140735108173664 18446744073709551615 7216589 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 48506 47122 742 1205 0 47297 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 194024

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/182 1691
/proc/meminfo: memFree=1145828/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=223540 CPUtime=942.32 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 178897 0 0 0 93664 568 0 0 25 0 1 0 901670548 228904960 54211 33554432000 4194304 9128323 140735108173664 18446744073709551615 5201310 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 55885 54211 742 1205 0 54676 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 223540

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/182 1693
/proc/meminfo: memFree=1119140/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=249812 CPUtime=1002.32 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 185598 0 0 0 99653 579 0 0 25 0 1 0 901670548 255807488 60868 33554432000 4194304 9128323 140735108173664 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 62453 60868 743 1205 0 61244 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 249812

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/182 1694
/proc/meminfo: memFree=1089212/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=280288 CPUtime=1062.33 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 197465 0 0 0 105640 593 0 0 25 0 1 0 901670548 287014912 68255 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 70072 68255 744 1205 0 68863 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 280288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/182 1696
/proc/meminfo: memFree=1065968/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=303820 CPUtime=1122.32 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 223004 0 0 0 111624 608 0 0 25 0 1 0 901670548 311111680 74062 33554432000 4194304 9128323 140735108173664 18446744073709551615 7183569 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 75955 74062 744 1205 0 74746 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 303820

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 1701
/proc/meminfo: memFree=1039200/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=330516 CPUtime=1182.33 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 231647 0 0 0 117612 621 0 0 25 0 1 0 901670548 338448384 80496 33554432000 4194304 9128323 140735108173664 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 82629 80496 743 1205 0 81420 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 330516

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/182 1702
/proc/meminfo: memFree=1021544/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=347228 CPUtime=1242.33 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 248564 0 0 0 123599 634 0 0 25 0 1 0 901670548 355561472 84598 33554432000 4194304 9128323 140735108173664 18446744073709551615 4528647 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 86807 84598 745 1205 0 85598 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 347228

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/182 1704
/proc/meminfo: memFree=1009088/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=359600 CPUtime=1302.33 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 259963 0 0 0 129585 648 0 0 25 0 1 0 901670548 368230400 87755 33554432000 4194304 9128323 140735108173664 18446744073709551615 5207881 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 89900 87755 743 1205 0 88691 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 359600

[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 1.95 3/182 1705
/proc/meminfo: memFree=992804/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=375456 CPUtime=1362.33 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 265990 0 0 0 135573 660 0 0 25 0 1 0 901670548 384466944 91620 33554432000 4194304 9128323 140735108173664 18446744073709551615 5604729 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 93864 91620 744 1205 0 92655 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 375456

[startup+1422.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/182 1707
/proc/meminfo: memFree=976392/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=390840 CPUtime=1422.34 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 274727 0 0 0 141561 673 0 0 25 0 1 0 901670548 400220160 95591 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 97710 95591 744 1205 0 96501 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 390840

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/182 1709
/proc/meminfo: memFree=960708/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=406296 CPUtime=1482.34 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 278481 0 0 0 147550 684 0 0 25 0 1 0 901670548 416047104 99332 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 101574 99332 744 1205 0 100365 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 406296

[startup+1542.31 s]
/proc/loadavg: 2.04 2.03 1.96 3/182 1710
/proc/meminfo: memFree=943192/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=420140 CPUtime=1542.34 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 282012 0 0 0 153539 695 0 0 25 0 1 0 901670548 430223360 102863 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 105035 102863 744 1205 0 103826 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 420140

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/182 1712
/proc/meminfo: memFree=923800/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=438064 CPUtime=1602.34 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 296287 0 0 0 159525 709 0 0 25 0 1 0 901670548 448577536 107297 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 109516 107297 746 1205 0 108307 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 438064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/182 1713
/proc/meminfo: memFree=913460/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=447128 CPUtime=1662.34 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 323244 0 0 0 165510 724 0 0 25 0 1 0 901670548 457859072 109616 33554432000 4194304 9128323 140735108173664 18446744073709551615 4823592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 111782 109616 755 1205 0 110573 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 447128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/182 1715
/proc/meminfo: memFree=908588/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=449928 CPUtime=1722.34 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 354632 0 0 0 171488 746 0 0 25 0 1 0 901670548 460726272 110361 33554432000 4194304 9128323 140735108173664 18446744073709551615 7311532 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 112482 110361 755 1205 0 111273 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 449928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1717
/proc/meminfo: memFree=905072/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=451712 CPUtime=1782.35 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 382538 0 0 0 177465 770 0 0 25 0 1 0 901670548 462553088 110806 33554432000 4194304 9128323 140735108173664 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1617/statm: 112928 110806 756 1205 0 111719 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 451712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1755
/proc/meminfo: memFree=987336/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=451724 CPUtime=1800.05 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 388030 0 0 0 179229 776 0 0 25 0 1 0 901670548 462565376 110813 33554432000 4194304 9128323 140735108173664 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1617/statm: 112931 110813 758 1205 0 111722 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 451724

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

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

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1755
/proc/meminfo: memFree=987336/32951124 swapFree=67054536/67111528
[pid=1617] ppid=1615 vsize=451724 CPUtime=1800.05 cores=0,2,4,6
/proc/1617/stat : 1617 (scip-2.0.1.4.li) R 1615 1617 446 0 -1 4202496 388030 0 0 0 179229 776 0 0 25 0 1 0 901670548 462565376 110813 33554432000 4194304 9128323 140735108173664 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1617/statm: 112931 110813 758 1205 0 111722 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 451724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1792.29
CPU system time (s): 7.78682
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 473592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.29
system time used= 7.78682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 20615

runsolver used 3.22751 second user time and 6.567 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-12 19:45:27
IDJOB=3447295
IDBENCH=79272
IDSOLVER=1944
FILE ID=node133/3447295-1307900727
RUNJOBID= node133-1307898924-1464
PBS_JOBID= 13559573
Free space on /var/tmp= 2884 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.1900568186--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 /var/tmp/evaluation-result-3447295-1307900727/watcher-3447295-1307900727 -o /var/tmp/evaluation-result-3447295-1307900727/solver-3447295-1307900727 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447295-1307900727.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0bc882feda752f8542fa470cf04f3d53
RANDOM SEED=1367611275

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.74
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.834
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:       1136872 kB
Buffers:         55232 kB
Cached:       30453580 kB
SwapCached:      10288 kB
Active:       15826848 kB
Inactive:     15036452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1136872 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           12060 kB
Writeback:           0 kB
AnonPages:      352396 kB
Mapped:          15972 kB
Slab:           886960 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   549236 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 /var/tmp at the end= 2872 MiB
End job on node133 at 2011-06-12 20:15:29