Trace number 2692375

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.64 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552735--soft-0-100-0.wbo
MD5SUM30e25559b2b6f1151f21e207b2f87b54
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark667.905
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2692375-1277928860.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136613
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.366130e+05 |    Inf 
31.29/31.37	c  31.1s| 10000 | 10001 | 37574 |   3.7 |  52M|  79 |   9 |5645 |5414 |5645 | 199 |  13k|   0 |1635 | 0.000000e+00 | 1.366130e+05 |    Inf 
55.69/55.79	c  55.3s| 20000 | 20001 | 59258 |   3.0 |  75M| 109 |   0 |5645 |5414 |5645 | 191 |  21k|   0 |1757 | 0.000000e+00 | 1.366130e+05 |    Inf 
79.99/80.08	c  79.4s| 30000 | 30001 | 82861 |   2.8 |  98M| 109 |   0 |5645 |5414 |5645 | 219 |  30k|   0 |1767 | 0.000000e+00 | 1.366130e+05 |    Inf 
104.49/104.52	c   104s| 40000 | 40001 |107278 |   2.7 | 121M| 109 |   0 |5645 |5414 |5645 | 184 |  39k|   0 |2034 | 0.000000e+00 | 1.366130e+05 |    Inf 
122.30/122.30	o 649
122.30/122.30	c * 121s| 47135 | 43396 |123073 |   2.6 | 130M| 109 |   - |5645 |5414 |5645 | 231 |  46k|   0 |2293 | 0.000000e+00 | 6.490000e+02 |    Inf 
123.00/123.10	o 85
123.00/123.10	c * 122s| 47341 |  1857 |123938 |   2.6 |  36M| 109 |   - |5645 |5431 |5645 | 172 |  47k|  17 |2298 | 0.000000e+00 | 8.500000e+01 |    Inf 
123.59/123.68	o 76
123.59/123.68	c * 123s| 47451 |  1563 |124116 |   2.6 |  35M| 109 |   - |5645 |5054 |5645 | 157 |  47k|  65 |2298 | 0.000000e+00 | 7.600000e+01 |    Inf 
123.89/123.91	o 67
123.89/123.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.89/123.91	c * 123s| 47498 |   840 |124343 |   2.6 |  32M| 109 |   - |5645 |4856 |5645 | 181 |  47k| 101 |2298 | 0.000000e+00 | 6.700000e+01 |    Inf 
132.49/132.52	c   131s| 50000 |  1097 |132046 |   2.6 |  36M| 109 |   1 |5645 |5695 |5645 | 175 |  49k|2282 |2357 | 0.000000e+00 | 6.700000e+01 |    Inf 
166.19/166.20	c   165s| 60000 |  1594 |156014 |   2.6 |  49M| 109 |   - |5645 |7124 |   0 |   0 |  54k|  12k|2465 | 0.000000e+00 | 6.700000e+01 |    Inf 
199.79/199.87	c   198s| 70000 |  2438 |198152 |   2.8 |  64M| 118 |   1 |5645 |8359 |5645 | 160 |  67k|  24k|2631 | 0.000000e+00 | 6.700000e+01 |    Inf 
233.89/233.92	c   232s| 80000 |  3075 |238450 |   3.0 |  76M| 122 |   - |5645 |8248 |   0 |   0 |  81k|  37k|2761 | 0.000000e+00 | 6.700000e+01 |    Inf 
268.40/268.48	c   266s| 90000 |  3658 |282187 |   3.1 |  90M| 122 |   - |5645 |  10k|   0 |   0 |  95k|  50k|2923 | 0.000000e+00 | 6.700000e+01 |    Inf 
307.39/307.47	c   305s|100000 |  4768 |334362 |   3.3 | 111M| 122 |   - |5645 |  12k|   0 |   0 | 114k|  64k|3090 | 0.000000e+00 | 6.700000e+01 |    Inf 
347.60/347.60	c   344s|110000 |  6193 |389555 |   3.5 | 140M| 122 |   - |5645 |  12k|   0 |   0 | 133k|  81k|3284 | 0.000000e+00 | 6.700000e+01 |    Inf 
384.19/384.21	c   381s|120000 |  6757 |429711 |   3.6 | 154M| 122 |  15 |5645 |  11k|5645 | 197 | 146k|  96k|3486 | 0.000000e+00 | 6.700000e+01 |    Inf 
419.69/419.74	c   416s|130000 |  7408 |468834 |   3.6 | 168M| 122 |   - |5645 |  12k|   0 |   0 | 159k| 110k|3620 | 0.000000e+00 | 6.700000e+01 |    Inf 
458.70/458.72	c   454s|140000 |  8150 |515093 |   3.7 | 184M| 123 |   1 |5645 |  12k|5645 | 148 | 175k| 125k|3777 | 0.000000e+00 | 6.700000e+01 |    Inf 
498.60/498.66	c   494s|150000 |  9331 |564220 |   3.8 | 212M| 128 |   6 |5645 |  13k|5645 | 186 | 192k| 140k|3896 | 0.000000e+00 | 6.700000e+01 |    Inf 
538.30/538.33	c   533s|160000 | 10177 |611914 |   3.8 | 232M| 128 |   - |5645 |  12k|   0 |   0 | 209k| 156k|4041 | 0.000000e+00 | 6.700000e+01 |    Inf 
579.60/579.70	c   574s|170000 | 11504 |668304 |   3.9 | 259M| 128 |   1 |5645 |  13k|5645 | 164 | 229k| 173k|4183 | 0.000000e+00 | 6.700000e+01 |    Inf 
622.30/622.34	c   617s|180000 | 12900 |725038 |   4.0 | 293M| 128 |   - |5645 |  16k|   0 |   0 | 250k| 191k|4303 | 0.000000e+00 | 6.700000e+01 |    Inf 
666.61/666.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
666.61/666.66	c   661s|190000 | 14324 |781535 |   4.1 | 322M| 128 |   6 |5645 |  18k|5645 | 179 | 273k| 210k|4424 | 0.000000e+00 | 6.700000e+01 |    Inf 
708.10/708.18	c   702s|200000 | 15714 |832646 |   4.2 | 348M| 141 |   8 |5645 |  15k|5645 | 175 | 293k| 229k|4531 | 0.000000e+00 | 6.700000e+01 |    Inf 
750.50/750.52	c   744s|210000 | 16950 |887538 |   4.2 | 377M| 148 |  10 |5645 |  15k|5645 | 178 | 314k| 248k|4647 | 0.000000e+00 | 6.700000e+01 |    Inf 
793.11/793.15	c   786s|220000 | 17956 |941141 |   4.3 | 407M| 148 |   - |5645 |  18k|   0 |   0 | 334k| 268k|4734 | 0.000000e+00 | 6.700000e+01 |    Inf 
836.90/836.95	c   829s|230000 | 18927 |996120 |   4.3 | 430M| 148 |   - |5645 |  18k|   0 |   0 | 354k| 287k|4871 | 0.000000e+00 | 6.700000e+01 |    Inf 
880.60/880.66	c   873s|240000 | 20241 |  1052k|   4.4 | 458M| 155 |   - |5645 |  20k|   0 |   0 | 375k| 307k|4965 | 0.000000e+00 | 6.700000e+01 |    Inf 
924.11/924.11	c   916s|250000 | 21302 |  1108k|   4.4 | 483M| 155 |   1 |5645 |  20k|5645 | 183 | 397k| 327k|5079 | 0.000000e+00 | 6.700000e+01 |    Inf 
968.51/968.52	c   960s|260000 | 22226 |  1163k|   4.5 | 509M| 155 |   4 |5645 |  19k|5645 | 175 | 417k| 347k|5189 | 0.000000e+00 | 6.700000e+01 |    Inf 
1011.40/1011.42	c  1002s|270000 | 23403 |  1220k|   4.5 | 529M| 155 |   0 |5645 |  13k|5645 | 175 | 438k| 365k|5320 | 0.000000e+00 | 6.700000e+01 |    Inf 
1052.91/1052.92	c  1044s|280000 | 24897 |  1280k|   4.6 | 557M| 155 |   - |5645 |  15k|5645 | 188 | 461k| 381k|5416 | 0.000000e+00 | 6.700000e+01 |    Inf 
1094.60/1094.63	c  1085s|290000 | 25968 |  1341k|   4.6 | 581M| 155 |  10 |5645 |  18k|5645 | 185 | 483k| 397k|5538 | 0.000000e+00 | 6.700000e+01 |    Inf 
1140.01/1140.03	c  1130s|300000 | 27122 |  1402k|   4.7 | 610M| 155 |  15 |5645 |  23k|5645 | 193 | 506k| 416k|5674 | 0.000000e+00 | 6.700000e+01 |    Inf 
1186.92/1186.99	c  1177s|310000 | 28310 |  1461k|   4.7 | 637M| 155 |  13 |5645 |  27k|5645 | 171 | 529k| 435k|5770 | 0.000000e+00 | 6.700000e+01 |    Inf 
1232.41/1232.49	c  1222s|320000 | 29253 |  1516k|   4.7 | 660M| 155 |   - |5645 |  23k|5645 | 163 | 550k| 454k|5876 | 0.000000e+00 | 6.700000e+01 |    Inf 
1277.51/1277.50	c  1266s|330000 | 30559 |  1574k|   4.8 | 690M| 155 |   5 |5645 |  27k|5645 | 191 | 573k| 473k|5966 | 0.000000e+00 | 6.700000e+01 |    Inf 
1322.91/1322.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1322.91/1322.91	c  1311s|340000 | 31678 |  1633k|   4.8 | 712M| 155 |   9 |5645 |  23k|5645 | 171 | 595k| 492k|6113 | 0.000000e+00 | 6.700000e+01 |    Inf 
1369.11/1369.13	c  1357s|350000 | 32751 |  1688k|   4.8 | 739M| 155 |   - |5645 |  26k|   0 |   0 | 616k| 511k|6216 | 0.000000e+00 | 6.700000e+01 |    Inf 
1413.52/1413.52	c  1401s|360000 | 33822 |  1739k|   4.8 | 757M| 155 |   4 |5645 |  21k|5645 | 174 | 636k| 530k|6345 | 0.000000e+00 | 6.700000e+01 |    Inf 
1457.32/1457.35	c  1445s|370000 | 34618 |  1790k|   4.8 | 775M| 155 |  10 |5645 |  20k|5645 | 187 | 654k| 548k|6652 | 0.000000e+00 | 6.700000e+01 |    Inf 
1500.51/1500.55	c  1488s|380000 | 35798 |  1841k|   4.8 | 798M| 155 |   5 |5645 |  20k|5645 | 169 | 674k| 568k|6690 | 0.000000e+00 | 6.700000e+01 |    Inf 
1544.32/1544.34	c  1531s|390000 | 36764 |  1893k|   4.9 | 822M| 155 |   5 |5645 |  19k|5645 | 193 | 694k| 587k|6816 | 0.000000e+00 | 6.700000e+01 |    Inf 
1571.61/1571.62	o 59
1571.61/1571.62	c *1558s|396246 | 37037 |  1929k|   4.9 | 833M| 155 |   - |5645 |  19k|5645 | 179 | 708k| 599k|6856 | 0.000000e+00 | 5.900000e+01 |    Inf 
1571.61/1571.68	o 53
1571.61/1571.68	c *1558s|396249 | 36798 |  1929k|   4.9 | 829M| 155 |   - |5645 |  18k|5645 | 179 | 708k| 599k|6856 | 0.000000e+00 | 5.300000e+01 |    Inf 
1586.42/1586.43	c  1573s|400000 | 37086 |  1951k|   4.9 | 831M| 155 |   - |5645 |  12k|   0 |   0 | 716k| 606k|6885 | 0.000000e+00 | 5.300000e+01 |    Inf 
1626.01/1626.01	c  1612s|410000 | 37634 |  2010k|   4.9 | 847M| 155 |   - |5645 |  11k|   0 |   0 | 739k| 626k|7001 | 0.000000e+00 | 5.300000e+01 |    Inf 
1663.81/1663.82	c  1649s|420000 | 38530 |  2070k|   4.9 | 864M| 155 |   - |5645 |  14k|   0 |   0 | 762k| 647k|7065 | 0.000000e+00 | 5.300000e+01 |    Inf 
1704.01/1704.09	c  1689s|430000 | 39449 |  2129k|   5.0 | 880M| 155 |   - |5645 |  16k|   0 |   0 | 785k| 667k|7154 | 0.000000e+00 | 5.300000e+01 |    Inf 
1716.51/1716.58	o 51
1716.51/1716.58	c *1702s|433094 | 39681 |  2150k|   5.0 | 883M| 155 |   - |5645 |  18k|5645 | 177 | 793k| 673k|7184 | 0.000000e+00 | 5.100000e+01 |    Inf 
1743.53/1743.53	c  1728s|440000 | 40219 |  2189k|   5.0 | 890M| 155 |   - |5645 |  13k|   0 |   0 | 809k| 686k|7420 | 0.000000e+00 | 5.100000e+01 |    Inf 
1781.22/1781.26	c  1766s|450000 | 41010 |  2248k|   5.0 | 903M| 155 |   1 |5645 |  16k|5645 | 148 | 831k| 705k|7457 | 0.000000e+00 | 5.100000e+01 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
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) : 1784.28
1800.03/1800.00	c Solving Nodes      : 454964
1800.03/1800.00	c Primal Bound       : +5.10000000000000e+01 (224 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	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.09	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.09	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.09	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.09	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.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.09	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.03/1800.09	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.03/1800.09	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.03/1800.09	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.03/1800.09	v -x2 -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1784.28
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692375-1277928860.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692375-1277928860.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 27925 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       1332          -          -       2664          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     401051          0          0         49          0          0     445658
1800.03/1800.09	c   indicator        :       2707          0    3210427     178179          0       3368   64357897          0          0          0
1800.03/1800.09	c   linear           :       2707          6    3206955     178178          0      57130    6344733     841851          0          0
1800.03/1800.09	c   logicor          :          0+         0    1438574          0          0      28322    1922224          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0     150408          0          0         47       4238          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0      66769          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      16.49       0.00       0.00      16.49       0.00
1800.03/1800.09	c   indicator        :     166.68       0.02     133.33      33.33       0.00
1800.03/1800.09	c   linear           :     120.48       0.00     105.25      15.23       0.00
1800.03/1800.09	c   logicor          :     106.93       0.00     106.93       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.24       0.00       0.24       0.00       0.00
1800.03/1800.09	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.65          2          0          0
1800.03/1800.09	c   rootredcost      :       0.63          7          0       1332
1800.03/1800.09	c   pseudoobj        :     267.72    3317346     107101   45562804
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      41.11     192600     192587    1436882       55.7      28738       13.9          -
1800.03/1800.09	c   infeasible LP    :       0.87        799        799       8238       71.3         47        8.2          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.59       2347       2347       9540       26.8        519       15.8          -
1800.03/1800.09	c   applied globally :          -          -          -     716478       44.7          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.09	c   redcost          :      66.97     449069          0   18079726          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.02          4          0          0         86          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.03/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      16.20     222870          0         49          0          0     445658
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      16.15      66762          0          0          0          0     133524
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.06          -          7
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.02          0          0
1800.03/1800.09	c   oneopt           :       0.16          7          0
1800.03/1800.09	c   crossover        :       0.91         28          0
1800.03/1800.09	c   guideddiving     :       0.58         90          0
1800.03/1800.09	c   linesearchdiving :       1.67        996          0
1800.03/1800.09	c   coefdiving       :       1.61        996          0
1800.03/1800.09	c   pscostdiving     :       1.57        996          0
1800.03/1800.09	c   fracdiving       :       1.88        996          0
1800.03/1800.09	c   veclendiving     :       1.76        996          0
1800.03/1800.09	c   objpscostdiving  :       1.61        986          0
1800.03/1800.09	c   rootsoldiving    :       1.74        987          0
1800.03/1800.09	c   trivial          :       0.08          2          2
1800.03/1800.09	c   simplerounding   :       0.55     234036          0
1800.03/1800.09	c   zirounding       :       0.42       1000          0
1800.03/1800.09	c   rounding         :       3.22       6802          0
1800.03/1800.09	c   shifting         :       3.09       2137          0
1800.03/1800.09	c   intshifting      :       0.05         11          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.03          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.09          0          0
1800.03/1800.09	c   trysol           :       2.12       5471        215
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     505.95     373878    2274926       6.08    4496.35
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.29        308        867       2.81    2989.66
1800.03/1800.09	c   strong branching :      14.28       7515      56088       7.46    3927.73
1800.03/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     454964
1800.03/1800.09	c   nodes (total)    :     454964
1800.03/1800.09	c   nodes left       :      41118
1800.03/1800.09	c   max depth        :        155
1800.03/1800.09	c   max depth (total):        155
1800.03/1800.09	c   backtracks       :      44007 (9.7%)
1800.03/1800.09	c   delayed cutoffs  :      35778
1800.03/1800.09	c   repropagations   :     559469 (18322934 domain reductions, 33581 cutoffs)
1800.03/1800.09	c   avg switch length:       5.89
1800.03/1800.09	c   switching time   :     209.64
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        224 (8 improvements)
1800.03/1800.09	c   First Solution   : +1.36613000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +5.10000000000000e+01   (in run 1, after 433094 nodes, 1701.68 seconds, depth 109, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        106
1800.62/1800.61	c Time complete: 1800.64.

Verifier Data

OK	51

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692375-1277928860/watcher-2692375-1277928860 -o /tmp/evaluation-result-2692375-1277928860/solver-2692375-1277928860 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692375-1277928860.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.30 4/178 15312
/proc/meminfo: memFree=31273060/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=9552 CPUtime=0
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 1682 0 0 0 0 0 0 0 25 0 1 0 134182035 9781248 1601 4089446400 4194304 8223781 140734262041744 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15312/statm: 2388 1601 369 984 0 1401 0

[startup+0.058442 s]
/proc/loadavg: 2.00 2.03 2.30 4/178 15312
/proc/meminfo: memFree=31273060/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=34816 CPUtime=0.04
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 8016 0 0 0 4 0 0 0 25 0 1 0 134182035 35651584 7571 4089446400 4194304 8223781 140734262041744 18446744073709551615 4819052 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 8704 7571 422 984 0 7717 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34816

[startup+0.100435 s]
/proc/loadavg: 2.00 2.03 2.30 4/178 15312
/proc/meminfo: memFree=31273060/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=35144 CPUtime=0.09
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 8090 0 0 0 9 0 0 0 25 0 1 0 134182035 35987456 7645 4089446400 4194304 8223781 140734262041744 18446744073709551615 4241139 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 8786 7645 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.300402 s]
/proc/loadavg: 2.00 2.03 2.30 4/178 15312
/proc/meminfo: memFree=31273060/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=58620 CPUtime=0.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 14437 0 0 0 28 1 0 0 25 0 1 0 134182035 60026880 13380 4089446400 4194304 8223781 140734262041744 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 14655 13452 564 984 0 13668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58620

[startup+0.700339 s]
/proc/loadavg: 2.00 2.03 2.30 4/178 15312
/proc/meminfo: memFree=31273060/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=43084 CPUtime=0.69
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 15657 0 0 0 67 2 0 0 25 0 1 0 134182035 44118016 9711 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 10771 9711 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.5002 s]
/proc/loadavg: 2.00 2.03 2.30 3/179 15315
/proc/meminfo: memFree=31235728/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=44556 CPUtime=1.49
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 15967 0 0 0 146 3 0 0 25 0 1 0 134182035 45625344 10021 4089446400 4194304 8223781 140734262041744 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 11139 10021 578 984 0 10152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44556

[startup+3.10093 s]
/proc/loadavg: 2.00 2.03 2.30 3/179 15315
/proc/meminfo: memFree=31233744/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=49316 CPUtime=3.09
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 22144 0 0 0 304 5 0 0 25 0 1 0 134182035 50499584 11099 4089446400 4194304 8223781 140734262041744 18446744073709551615 6445090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15312/statm: 12329 11099 581 984 0 11342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49316

[startup+6.30039 s]
/proc/loadavg: 2.00 2.03 2.30 3/179 15315
/proc/meminfo: memFree=31226712/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=54288 CPUtime=6.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 28554 0 0 0 620 9 0 0 25 0 1 0 134182035 55590912 12425 4089446400 4194304 8223781 140734262041744 18446744073709551615 6482456 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15312/statm: 13572 12425 581 984 0 12585 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54288

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.29 3/179 15315
/proc/meminfo: memFree=31219148/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=59632 CPUtime=12.69
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 39993 0 0 0 1255 14 0 0 25 0 1 0 134182035 61063168 13772 4089446400 4194304 8223781 140734262041744 18446744073709551615 4827090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15312/statm: 14908 13772 581 984 0 13921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59632

[startup+25.5012 s]
/proc/loadavg: 2.00 2.03 2.29 3/179 15315
/proc/meminfo: memFree=31207612/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=72924 CPUtime=25.49
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 48387 0 0 0 2525 24 0 0 25 0 1 0 134182035 74674176 17091 4089446400 4194304 8223781 140734262041744 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15312/statm: 18231 17091 581 984 0 17244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72924

[startup+51.1008 s]
/proc/loadavg: 2.00 2.02 2.28 3/179 15315
/proc/meminfo: memFree=31181200/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=98420 CPUtime=51.09
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 59965 0 0 0 5067 42 0 0 25 0 1 0 134182035 100782080 23471 4089446400 4194304 8223781 140734262041744 18446744073709551615 6328808 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15312/statm: 24605 23471 581 984 0 23618 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98420

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.26 3/179 15317
/proc/meminfo: memFree=31127808/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=151412 CPUtime=102.3
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 78502 0 0 0 10151 79 0 0 25 0 1 0 134182035 155045888 36750 4089446400 4194304 8223781 140734262041744 18446744073709551615 4414768 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15312/statm: 37853 36750 581 984 0 36866 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 151412

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.24 3/179 15319
/proc/meminfo: memFree=31067760/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=212600 CPUtime=162.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 120385 0 0 0 16090 139 0 0 25 0 1 0 134182035 217702400 51833 4089446400 4194304 8223781 140734262041744 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 53150 51833 593 984 0 52163 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212600

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.23 3/179 15319
/proc/meminfo: memFree=31007352/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=277948 CPUtime=222.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 146420 0 0 0 22025 204 0 0 25 0 1 0 134182035 284618752 66900 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 69487 66900 593 984 0 68500 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 277948

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.21 3/179 15321
/proc/meminfo: memFree=30957972/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=332704 CPUtime=282.3
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 158846 0 0 0 27969 261 0 0 25 0 1 0 134182035 340688896 79326 4089446400 4194304 8223781 140734262041744 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 83176 79326 593 984 0 82189 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 332704

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.19 3/179 15323
/proc/meminfo: memFree=30895696/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=406188 CPUtime=342.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 179564 0 0 0 33913 316 0 0 25 0 1 0 134182035 415936512 94798 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 101547 94798 593 984 0 100560 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 406188

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 15325
/proc/meminfo: memFree=30858332/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=448628 CPUtime=402.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 189126 0 0 0 39853 376 0 0 25 0 1 0 134182035 459395072 104358 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 112157 104358 593 984 0 111170 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 448628

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 15327
/proc/meminfo: memFree=30820492/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=492680 CPUtime=462.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 198257 0 0 0 45796 433 0 0 25 0 1 0 134182035 504504320 113489 4089446400 4194304 8223781 140734262041744 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 123170 113489 593 984 0 122183 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 492680

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 15327
/proc/meminfo: memFree=30776236/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=549708 CPUtime=522.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 214100 0 0 0 51746 483 0 0 25 0 1 0 134182035 562900992 124659 4089446400 4194304 8223781 140734262041744 18446744073709551615 5957516 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 137427 124659 591 984 0 136440 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 549708

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 15329
/proc/meminfo: memFree=30726736/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=607880 CPUtime=582.29
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 225898 0 0 0 57694 535 0 0 25 0 1 0 134182035 622469120 136457 4089446400 4194304 8223781 140734262041744 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 151970 136457 591 984 0 150983 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 607880

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 15331
/proc/meminfo: memFree=30670544/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=672400 CPUtime=642.3
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 239245 0 0 0 63638 592 0 0 25 0 1 0 134182035 688537600 149803 4089446400 4194304 8223781 140734262041744 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 168100 149803 591 984 0 167113 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 672400

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 15339
/proc/meminfo: memFree=30462384/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=927828 CPUtime=942.3
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 295199 0 0 0 93385 845 0 0 25 0 1 0 134182035 950095872 201078 4089446400 4194304 8223781 140734262041744 18446744073709551615 6207680 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 231957 201078 591 984 0 230970 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 927828

[startup+1002.3 s]
/proc/loadavg: 2.06 2.01 2.08 3/179 15341
/proc/meminfo: memFree=30428596/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=965956 CPUtime=1002.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 303306 0 0 0 99336 895 0 0 25 0 1 0 134182035 989138944 209185 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 241489 209185 591 984 0 240502 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 965956

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/179 15374
/proc/meminfo: memFree=30640000/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1005684 CPUtime=1062.3
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 311797 0 0 0 105285 945 0 0 25 0 1 0 134182035 1029820416 217676 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 251421 217676 591 984 0 250434 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1005684

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15374
/proc/meminfo: memFree=30409184/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1057920 CPUtime=1122.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 321266 0 0 0 111237 994 0 0 25 0 1 0 134182035 1083310080 227145 4089446400 4194304 8223781 140734262041744 18446744073709551615 4827092 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 264480 227145 591 984 0 263493 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1057920

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15376
/proc/meminfo: memFree=30196852/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1107684 CPUtime=1182.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 331496 0 0 0 117193 1038 0 0 25 0 1 0 134182035 1134268416 237375 4089446400 4194304 8223781 140734262041744 18446744073709551615 6436202 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 276921 237375 591 984 0 275934 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1107684

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 15378
/proc/meminfo: memFree=29997904/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1148872 CPUtime=1242.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 339689 0 0 0 123145 1086 0 0 25 0 1 0 134182035 1176444928 245568 4089446400 4194304 8223781 140734262041744 18446744073709551615 6328693 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 287218 245568 591 984 0 286231 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1148872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 15380
/proc/meminfo: memFree=29799220/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1191960 CPUtime=1302.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 348696 0 0 0 129096 1135 0 0 25 0 1 0 134182035 1220567040 254575 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 297990 254575 591 984 0 297003 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 1191960

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.05 3/179 15382
/proc/meminfo: memFree=29615280/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1238252 CPUtime=1362.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 357153 0 0 0 135044 1187 0 0 25 0 1 0 134182035 1267970048 263032 4089446400 4194304 8223781 140734262041744 18446744073709551615 6003289 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 309563 263032 591 984 0 308576 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 1238252

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.05 3/197 15427
/proc/meminfo: memFree=30371912/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1272692 CPUtime=1422.32
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 363371 0 0 0 141000 1232 0 0 25 0 1 0 134182035 1303236608 269250 4089446400 4194304 8223781 140734262041744 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 318173 269250 591 984 0 317186 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1272692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 15429
/proc/meminfo: memFree=30340484/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1304836 CPUtime=1482.32
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 370251 0 0 0 146953 1279 0 0 25 0 1 0 134182035 1336152064 276130 4089446400 4194304 8223781 140734262041744 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 326209 276130 591 984 0 325222 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1304836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 15431
/proc/meminfo: memFree=30306572/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1341328 CPUtime=1542.31
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 378134 0 0 0 152902 1329 0 0 25 0 1 0 134182035 1373519872 284013 4089446400 4194304 8223781 140734262041744 18446744073709551615 7257282 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 335332 284013 591 984 0 334345 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 1341328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/197 15433
/proc/meminfo: memFree=30278492/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1375836 CPUtime=1602.32
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 410767 0 0 0 158845 1387 0 0 25 0 1 0 134182035 1408856064 290894 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 343959 290894 591 984 0 342972 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1375836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/197 15435
/proc/meminfo: memFree=30252880/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1404684 CPUtime=1662.32
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 421142 0 0 0 164790 1442 0 0 25 0 1 0 134182035 1438396416 297142 4089446400 4194304 8223781 140734262041744 18446744073709551615 4643027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 351171 297142 591 984 0 350184 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1404684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/197 15435
/proc/meminfo: memFree=30229876/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1430604 CPUtime=1722.32
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 443628 0 0 0 170735 1497 0 0 25 0 1 0 134182035 1464938496 302820 4089446400 4194304 8223781 140734262041744 18446744073709551615 4925492 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 357651 302820 591 984 0 356664 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 1430604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/197 15437
/proc/meminfo: memFree=30211472/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1455516 CPUtime=1782.32
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 471671 0 0 0 176678 1554 0 0 25 0 1 0 134182035 1490448384 307180 4089446400 4194304 8223781 140734262041744 18446744073709551615 6162703 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 363879 307180 591 984 0 362892 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 1455516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.01 3/197 15437
/proc/meminfo: memFree=30208236/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1460288 CPUtime=1800.03
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 472472 0 0 0 178430 1573 0 0 25 0 1 0 134182035 1495334912 307980 4089446400 4194304 8223781 140734262041744 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15312/statm: 365072 307980 591 984 0 364085 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1460288

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.01 3/197 15437
/proc/meminfo: memFree=30208236/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=1460288 CPUtime=1800.22
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 472484 0 0 0 178449 1573 0 0 18 0 1 0 134182035 1495334912 307992 4089446400 4194304 8223781 140734262041744 18446744073709551615 5003457 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15312/statm: 365072 307992 593 984 0 364085 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1460288

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.01 3/198 15440
/proc/meminfo: memFree=31095076/32951124 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=325312 CPUtime=1800.62
/proc/15312/stat : 15312 (pbscip.linux.x8) R 15310 15312 14982 0 -1 4202496 472484 0 0 0 178486 1576 0 0 18 0 1 0 134182035 333119488 80401 4089446400 4194304 8223781 140734262041744 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15312/statm: 81328 80401 593 984 0 80341 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 325312

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.64
CPU user time (s): 1784.86
CPU system time (s): 15.7806
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1463636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.86
system time used= 15.7806
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472488
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= 2
involuntary context switches= 1102

runsolver used 2.45863 second user time and 5.75612 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 22:14:20
IDJOB=2692375
IDBENCH=79292
IDSOLVER=1204
FILE ID=node130/2692375-1277928860
PBS_JOBID= 11197384
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552735--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692375-1277928860/watcher-2692375-1277928860 -o /tmp/evaluation-result-2692375-1277928860/solver-2692375-1277928860 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692375-1277928860.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 30e25559b2b6f1151f21e207b2f87b54
RANDOM SEED=521683944

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31273712 kB
Buffers:        216956 kB
Cached:         972080 kB
SwapCached:          0 kB
Active:         818268 kB
Inactive:       714576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31273712 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:      343476 kB
Mapped:          17432 kB
Slab:            79728 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   494224 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= 74208 MiB
End job on node130 at 2010-06-30 22:44:22