Trace number 2692903

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.15 1800.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
MD5SUMe5d1aa875e736e237b742aec181b44f0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark21.8457
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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-2692903-1277909696.wbo>
0.00/0.02	c original problem has 2105 variables (1168 bin, 0 int, 0 impl, 937 cont) and 3645 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 113 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.07/0.09	c (round 3) 49 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.10	c (round 4) 98 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1119 (9.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  98 deleted vars, 162 deleted constraints, 937 tightened bounds, 0 added holes, 49 changed sides, 0 changed coefficients
0.09/0.14	c  1151 implications, 14 cliques
0.09/0.14	c presolved problem has 2007 variables (1119 bin, 0 int, 0 impl, 888 cont) and 3483 constraints
0.09/0.14	c     888 constraints of type <indicator>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     888 constraints of type <linear>
0.09/0.14	c    1693 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.09
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    27 |     - |8919k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 44536
0.09/0.19	c y 0.1s|     1 |     0 |   278 |     - |8958k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   328 |     - |9068k|   0 |  50 |2007 |3483 |2007 |1722 |  15 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   498 |     - |9470k|   0 |  60 |2007 |3483 |2007 |1739 |  32 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   511 |     - |9508k|   0 |  67 |2007 |3483 |2007 |1746 |  39 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.59/0.60	c   0.5s|     1 |     0 |   512 |     - |9508k|   0 |  67 |2007 |3483 |2007 |1747 |  40 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
1.09/1.20	c   1.1s|     1 |     2 |   512 |     - |9542k|   0 |  67 |2007 |3483 |2007 |1747 |  40 |   0 |  33 | 0.000000e+00 | 4.453600e+04 |    Inf 
3.59/3.69	o 360
3.59/3.69	c * 3.5s|    42 |    41 |  1163 |  15.9 |9830k|  24 |   - |2007 |3483 |2007 |1752 |  64 |   0 | 525 | 0.000000e+00 | 3.600000e+02 |    Inf 
3.69/3.75	o 160
3.69/3.75	c * 3.5s|    47 |    32 |  1199 |  14.9 |9875k|  24 |   - |2007 |3483 |2007 |1751 |  64 |   0 | 547 | 0.000000e+00 | 1.600000e+02 |    Inf 
4.99/5.01	o 76
4.99/5.01	c * 4.7s|    88 |    30 |  1654 |  13.1 |  10M|  24 |   - |2007 |3556 |2007 |1750 |  71 |  73 | 781 | 0.000000e+00 | 7.600000e+01 |    Inf 
5.50/5.58	o 50
5.50/5.58	c * 5.3s|   119 |    49 |  2047 |  13.0 |  10M|  28 |   - |2007 |3345 |2007 |1745 |  90 |  75 | 905 | 0.000000e+00 | 5.000000e+01 |    Inf 
5.89/5.99	o 40
5.89/5.99	c * 5.7s|   142 |    48 |  2315 |  12.8 |  10M|  28 |   - |2007 |3133 |2007 |1754 | 110 | 100 | 998 | 0.000000e+00 | 4.000000e+01 |    Inf 
5.99/6.03	o 30
5.99/6.03	c * 5.7s|   147 |    33 |  2321 |  12.4 |  10M|  28 |   - |2007 |3038 |2007 |1754 | 110 | 102 |1010 | 0.000000e+00 | 3.000000e+01 |    Inf 
32.09/32.12	o 18
32.09/32.12	c *30.6s|  9718 |   230 | 95230 |   9.7 |  14M|  42 |   - |2007 |6634 |2007 |1745 | 813 |  12k|2008 | 0.000000e+00 | 1.800000e+01 |    Inf 
32.80/32.83	c  31.3s| 10000 |   234 | 98581 |   9.8 |  14M|  42 |  20 |2007 |6460 |2007 |1743 | 841 |  12k|2008 | 0.000000e+00 | 1.800000e+01 |    Inf 
46.20/46.26	o 3
46.20/46.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.20/46.26	c *44.0s| 16474 |   156 |158252 |   9.6 |  14M|  45 |   - |2007 |  10k|2007 |1743 |1287 |  21k|2008 | 0.000000e+00 | 3.000000e+00 |    Inf 
53.09/53.10	c  50.5s| 20000 |   153 |188315 |   9.4 |  15M|  45 |   - |2007 |  10k|   0 |   0 |1510 |  25k|2008 | 0.000000e+00 | 3.000000e+00 |    Inf 
73.99/74.04	c  70.4s| 30000 |   130 |274452 |   9.1 |  16M|  50 |  30 |2007 |  12k|2007 |1743 |2065 |  39k|2188 | 0.000000e+00 | 3.000000e+00 |    Inf 
97.80/97.88	c  93.2s| 40000 |   114 |376440 |   9.4 |  17M|  50 |  24 |2007 |  15k|2007 |1743 |2729 |  51k|2545 | 0.000000e+00 | 3.000000e+00 |    Inf 
121.09/121.13	c   115s| 50000 |   149 |465100 |   9.3 |  19M|  50 |   - |2007 |  20k|   0 |   0 |3363 |  64k|2891 | 0.000000e+00 | 3.000000e+00 |    Inf 
144.79/144.88	c   138s| 60000 |   168 |558005 |   9.3 |  20M|  50 |  21 |2007 |  21k|2007 |1743 |4115 |  76k|3208 | 0.000000e+00 | 3.000000e+00 |    Inf 
169.99/170.09	c   162s| 70000 |   330 |662424 |   9.5 |  22M|  50 |  20 |2007 |  24k|2007 |1743 |5086 |  89k|3519 | 0.000000e+00 | 3.000000e+00 |    Inf 
194.20/194.28	c   185s| 80000 |   313 |756732 |   9.5 |  22M|  50 |   - |2007 |  25k|   0 |   0 |5700 | 102k|3767 | 0.000000e+00 | 3.000000e+00 |    Inf 
219.39/219.46	c   209s| 90000 |   303 |856660 |   9.5 |  21M|  50 |  17 |2007 |  21k|2007 |1743 |6416 | 114k|4005 | 0.000000e+00 | 3.000000e+00 |    Inf 
243.30/243.38	c   232s|100000 |   347 |948748 |   9.5 |  23M|  50 |  23 |2007 |  25k|2007 |1743 |7185 | 128k|4291 | 0.000000e+00 | 3.000000e+00 |    Inf 
268.50/268.50	c   256s|110000 |   335 |  1047k|   9.5 |  22M|  50 |  26 |2007 |  22k|2007 |1743 |7873 | 141k|4476 | 0.000000e+00 | 3.000000e+00 |    Inf 
294.19/294.21	c   281s|120000 |   291 |  1152k|   9.6 |  22M|  50 |   - |2007 |  21k|2007 |1743 |8815 | 154k|4712 | 0.000000e+00 | 3.000000e+00 |    Inf 
319.00/319.01	c   304s|130000 |   281 |  1256k|   9.7 |  22M|  50 |  24 |2007 |  23k|2007 |1743 |9716 | 167k|4943 | 0.000000e+00 | 3.000000e+00 |    Inf 
343.89/343.92	c   328s|140000 |   222 |  1357k|   9.7 |  22M|  50 |   - |2007 |  22k|2007 |1743 |  10k| 180k|5161 | 0.000000e+00 | 3.000000e+00 |    Inf 
369.19/369.29	c   353s|150000 |   386 |  1463k|   9.8 |  25M|  50 |   - |2007 |  27k|   0 |   0 |  11k| 192k|5335 | 0.000000e+00 | 3.000000e+00 |    Inf 
396.70/396.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.70/396.72	c   379s|160000 |   435 |  1578k|   9.9 |  26M|  50 |  32 |2007 |  31k|2007 |1743 |  12k| 205k|5580 | 0.000000e+00 | 3.000000e+00 |    Inf 
423.80/423.85	c   405s|170000 |   327 |  1683k|   9.9 |  26M|  50 |   - |2007 |  30k|   0 |   0 |  13k| 218k|5712 | 0.000000e+00 | 3.000000e+00 |    Inf 
451.90/451.97	c   432s|180000 |   474 |  1795k|  10.0 |  28M|  50 |  26 |2007 |  34k|2007 |1743 |  14k| 231k|5954 | 0.000000e+00 | 3.000000e+00 |    Inf 
480.70/480.79	c   459s|190000 |   512 |  1905k|  10.0 |  30M|  52 |   1 |2007 |  37k|2007 |1743 |  15k| 244k|6101 | 0.000000e+00 | 3.000000e+00 |    Inf 
509.60/509.69	c   487s|200000 |   365 |  2016k|  10.1 |  28M|  52 |  12 |2007 |  34k|2007 |1743 |  16k| 258k|6267 | 0.000000e+00 | 3.000000e+00 |    Inf 
537.09/537.15	c   513s|210000 |   397 |  2120k|  10.1 |  27M|  52 |   - |2007 |  30k|2007 |1743 |  17k| 271k|6464 | 0.000000e+00 | 3.000000e+00 |    Inf 
564.50/564.50	c   540s|220000 |   566 |  2226k|  10.1 |  29M|  52 |  20 |2007 |  34k|2007 |1743 |  18k| 285k|6653 | 0.000000e+00 | 3.000000e+00 |    Inf 
592.70/592.71	c   567s|230000 |   813 |  2332k|  10.1 |  30M|  52 |   - |2007 |  35k|   0 |   0 |  19k| 298k|6820 | 0.000000e+00 | 3.000000e+00 |    Inf 
620.00/620.04	c   593s|240000 |   909 |  2435k|  10.1 |  32M|  55 |   - |2007 |  38k|   0 |   0 |  20k| 312k|6941 | 0.000000e+00 | 3.000000e+00 |    Inf 
640.21/640.21	o 1
640.21/640.21	c * 612s|247233 |   220 |  2510k|  10.2 |  28M|  55 |   - |2007 |  37k|2007 |1743 |  21k| 323k|7048 | 0.000000e+00 | 1.000000e+00 |    Inf 
647.60/647.60	c   619s|250000 |   137 |  2538k|  10.2 |  26M|  55 |   - |2007 |  31k|   0 |   0 |  21k| 327k|7063 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.60/676.64	c   647s|260000 |   160 |  2660k|  10.2 |  23M|  55 |  34 |2007 |  23k|2007 |1743 |  22k| 340k|7263 | 0.000000e+00 | 1.000000e+00 |    Inf 
702.10/702.11	c   672s|270000 |   303 |  2768k|  10.3 |  26M|  55 |   - |2007 |  29k|2007 |1743 |  23k| 352k|7371 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.21/729.27	c   698s|280000 |   371 |  2876k|  10.3 |  28M|  55 |   - |2007 |  34k|2007 |1743 |  24k| 365k|7508 | 0.000000e+00 | 1.000000e+00 |    Inf 
758.11/758.16	c   725s|290000 |   362 |  2989k|  10.3 |  28M|  55 |   - |2007 |  34k|   0 |   0 |  25k| 378k|7681 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.21/788.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
788.21/788.24	c   754s|300000 |   353 |  3111k|  10.4 |  30M|  55 |  36 |2007 |  38k|2007 |1743 |  27k| 391k|7825 | 0.000000e+00 | 1.000000e+00 |    Inf 
818.70/818.70	c   783s|310000 |   240 |  3232k|  10.4 |  29M|  55 |   8 |2007 |  37k|2007 |1743 |  28k| 405k|7945 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.81/847.88	c   811s|320000 |   178 |  3341k|  10.4 |  29M|  55 |  14 |2007 |  37k|2007 |1743 |  29k| 418k|8057 | 0.000000e+00 | 1.000000e+00 |    Inf 
878.91/878.96	c   841s|330000 |   134 |  3464k|  10.5 |  30M|  55 |   - |2007 |  41k|   0 |   0 |  30k| 431k|8166 | 0.000000e+00 | 1.000000e+00 |    Inf 
910.41/910.41	c   872s|340000 |   172 |  3585k|  10.5 |  31M|  55 |  12 |2007 |  43k|2007 |1743 |  31k| 444k|8300 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.11/940.15	c   900s|350000 |   233 |  3692k|  10.5 |  32M|  55 |  15 |2007 |  43k|2007 |1743 |  32k| 457k|8408 | 0.000000e+00 | 1.000000e+00 |    Inf 
972.11/972.10	c   931s|360000 |   292 |  3813k|  10.6 |  34M|  55 |  23 |2007 |  49k|2007 |1743 |  34k| 470k|8553 | 0.000000e+00 | 1.000000e+00 |    Inf 
1005.10/1005.10	c   963s|370000 |   455 |  3932k|  10.6 |  35M|  55 |   - |2007 |  50k|2007 |1748 |  35k| 482k|8675 | 0.000000e+00 | 1.000000e+00 |    Inf 
1039.31/1039.32	c   996s|380000 |   431 |  4060k|  10.7 |  37M|  55 |  31 |2007 |  54k|2007 |1743 |  37k| 495k|8826 | 0.000000e+00 | 1.000000e+00 |    Inf 
1074.41/1074.46	c  1030s|390000 |   339 |  4185k|  10.7 |  37M|  55 |   - |2007 |  54k|2007 |1743 |  38k| 509k|8953 | 0.000000e+00 | 1.000000e+00 |    Inf 
1109.21/1109.25	c  1063s|400000 |   397 |  4311k|  10.8 |  39M|  55 |   - |2007 |  58k|2007 |1743 |  39k| 522k|9093 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.71/1145.70	c  1099s|410000 |   404 |  4432k|  10.8 |  40M|  55 |  13 |2007 |  61k|2007 |1743 |  40k| 535k|9211 | 0.000000e+00 | 1.000000e+00 |    Inf 
1182.82/1182.81	c  1135s|420000 |   291 |  4550k|  10.8 |  39M|  55 |  22 |2007 |  60k|2007 |1743 |  42k| 549k|9326 | 0.000000e+00 | 1.000000e+00 |    Inf 
1221.22/1221.27	c  1172s|430000 |   270 |  4688k|  10.9 |  38M|  55 |   - |2007 |  57k|2007 |1743 |  43k| 562k|9454 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.22/1256.24	c  1206s|440000 |   224 |  4803k|  10.9 |  37M|  55 |  11 |2007 |  56k|2007 |1743 |  45k| 575k|9557 | 0.000000e+00 | 1.000000e+00 |    Inf 
1290.22/1290.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.22/1290.27	c  1238s|450000 |   228 |  4922k|  10.9 |  37M|  55 |  12 |2007 |  55k|2007 |1743 |  46k| 589k|9650 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.72/1323.76	c  1271s|460000 |   362 |  5037k|  11.0 |  40M|  55 |   - |2007 |  60k|2007 |1743 |  47k| 601k|9737 | 0.000000e+00 | 1.000000e+00 |    Inf 
1358.81/1358.81	c  1305s|470000 |   300 |  5159k|  11.0 |  40M|  55 |  10 |2007 |  61k|2007 |1743 |  48k| 615k|9857 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.92/1393.91	c  1339s|480000 |   315 |  5282k|  11.0 |  42M|  55 |  19 |2007 |  65k|2007 |1743 |  50k| 628k|9964 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.52/1429.58	c  1373s|490000 |   330 |  5388k|  11.0 |  43M|  55 |  11 |2007 |  69k|2007 |1743 |  51k| 641k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1466.92/1466.91	c  1410s|500000 |   286 |  5501k|  11.0 |  43M|  55 |   - |2007 |  69k|   0 |   0 |  52k| 654k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1502.02/1502.08	c  1444s|510000 |   391 |  5596k|  11.0 |  44M|  55 |  18 |2007 |  71k|2007 |1743 |  53k| 667k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1538.22/1538.27	c  1479s|520000 |   391 |  5700k|  11.0 |  46M|  55 |  30 |2007 |  75k|2007 |1743 |  53k| 681k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1576.72/1576.75	c  1517s|530000 |   365 |  5805k|  11.0 |  47M|  55 |   - |2007 |  76k|2007 |1743 |  54k| 694k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1615.52/1615.58	c  1554s|540000 |   354 |  5921k|  11.0 |  47M|  56 |   - |2007 |  78k|   0 |   0 |  55k| 708k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1653.72/1653.76	c  1592s|550000 |   339 |  6029k|  11.0 |  47M|  56 |  29 |2007 |  77k|2007 |1743 |  56k| 721k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1693.33/1693.37	c  1630s|560000 |   252 |  6137k|  11.0 |  45M|  56 |  22 |2007 |  73k|2007 |1743 |  57k| 735k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1733.43/1733.45	c  1669s|570000 |   338 |  6263k|  11.0 |  45M|  56 |  13 |2007 |  72k|2007 |1743 |  59k| 748k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1772.13/1772.18	c  1707s|580000 |   525 |  6392k|  11.0 |  48M|  56 |  22 |2007 |  77k|2007 |1743 |  60k| 761k|  10k| 0.000000e+00 | 1.000000e+00 |    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) : 1734.24
1800.03/1800.00	c Solving Nodes      : 586969
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (21 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.03/1800.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.01	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.03/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.01	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.03/1800.01	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.03/1800.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.03/1800.01	v -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 
1800.03/1800.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1800.03/1800.01	v -x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time       :    1734.24
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-2692903-1277909696.wbo
1800.03/1800.01	c   Variables        : 2105 (1168 binary, 0 integer, 0 implicit integer, 937 continuous)
1800.03/1800.01	c   Constraints      : 3645 initial, 3645 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-2692903-1277909696.wbo
1800.03/1800.01	c   Variables        : 2007 (1119 binary, 0 integer, 0 implicit integer, 888 continuous)
1800.03/1800.01	c   Constraints      : 3483 initial, 80518 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00         49          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00         49          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0         49          0          0
1800.03/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.03          0          0          0        937          0        113         49          0
1800.03/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -        888          -          -       1776          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0     331311          0        143       2557          0          0     635774
1800.03/1800.01	c   indicator        :        888          0    1056759       3945          0         45     137259          0          0          0
1800.03/1800.01	c   setppc           :         14          5    2467135      11365          0      52185    2125263          0          0          0
1800.03/1800.01	c   linear           :        888          5    2415285      11390          0      88117    8701247      61713          0          0
1800.03/1800.01	c   logicor          :       1693+         5    1285577         57          0      70316    5003518          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0         57          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :      43.84       0.00       0.00      43.84       0.00
1800.03/1800.01	c   indicator        :       0.35       0.00       0.34       0.01       0.00
1800.03/1800.01	c   setppc           :      13.90       0.00      13.90       0.00       0.00
1800.03/1800.01	c   linear           :      55.66       0.00      55.39       0.27       0.00
1800.03/1800.01	c   logicor          :     304.29       0.00     304.29       0.00       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       0.01          2          0          0
1800.03/1800.01	c   rootredcost      :       0.00         10          0        888
1800.03/1800.01	c   pseudoobj        :      40.39    2467580        262     114193
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       8.31     210880     209790    1229064       24.8       5641       24.3          -
1800.03/1800.01	c   infeasible LP    :      19.74     104967     104966     794902       42.6        364       23.9          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          1          1          8       12.8          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -     770124       27.2          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 180)
1800.03/1800.01	c   redcost          :       8.19     332190          0      16142          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.25          5          0          0       1000          0
1800.03/1800.01	c   strongcg         :       0.17          5          0          0        567          0
1800.03/1800.01	c   cmir             :       0.02          5          0          0          1          0
1800.03/1800.01	c   flowcover        :       0.04          5          0          0          1          0
1800.03/1800.01	c   clique           :       0.00          5          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      43.75     319918        143       2557          0          0     635774
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00         48          0          0          0          0         96
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.02	c   LP solutions     :       0.03          -          9
1800.03/1800.02	c   pseudo solutions :       0.00          -          0
1800.03/1800.02	c   oneopt           :       0.06         10          0
1800.03/1800.02	c   feaspump         :       0.04          1          0
1800.03/1800.02	c   intshifting      :       0.00         14          0
1800.03/1800.02	c   crossover        :       0.17         11          0
1800.03/1800.02	c   pscostdiving     :       0.31         49          0
1800.03/1800.02	c   fracdiving       :       0.32         49          0
1800.03/1800.02	c   veclendiving     :       0.34         49          0
1800.03/1800.02	c   guideddiving     :       0.34         49          0
1800.03/1800.02	c   objpscostdiving  :       0.47         25          0
1800.03/1800.02	c   rootsoldiving    :       1.41         25          0
1800.03/1800.02	c   linesearchdiving :       0.24         50          0
1800.03/1800.02	c   coefdiving       :       0.37         50          0
1800.03/1800.02	c   trivial          :       0.02          2          0
1800.03/1800.02	c   simplerounding   :       0.36     319936          0
1800.03/1800.02	c   zirounding       :       0.06       1000          0
1800.03/1800.02	c   rounding         :       0.59       7965          0
1800.03/1800.02	c   shifting         :       0.76       2472          0
1800.03/1800.02	c   twoopt           :       0.00          0          0
1800.03/1800.02	c   fixandinfer      :       0.00          0          0
1800.03/1800.02	c   intdiving        :       0.00          0          0
1800.03/1800.02	c   actconsdiving    :       0.00          0          0
1800.03/1800.02	c   octane           :       0.00          0          0
1800.03/1800.02	c   rens             :       0.03          1          0
1800.03/1800.02	c   rins             :       0.00          0          0
1800.03/1800.02	c   localbranching   :       0.00          0          0
1800.03/1800.02	c   mutation         :       0.00          0          0
1800.03/1800.02	c   dins             :       0.00          0          0
1800.03/1800.02	c   undercover       :       0.00          0          0
1800.03/1800.02	c   nlp              :       0.00          0          0
1800.03/1800.02	c   trysol           :       0.11        658         12
1800.03/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.02	c   dual LP          :     850.07     434444    6462295      14.87    7602.07
1800.03/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.02	c   diving/probing LP:       2.39       1927      16815       8.73    7035.56
1800.03/1800.02	c   strong branching :      40.63      11052     275862      24.96    6789.61
1800.03/1800.02	c     (at root node) :          -         33       2619      79.36          -
1800.03/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.02	c B&B Tree           :
1800.03/1800.02	c   number of runs   :          1
1800.03/1800.02	c   nodes            :     586969
1800.03/1800.02	c   nodes (total)    :     586969
1800.03/1800.02	c   nodes left       :        634
1800.03/1800.02	c   max depth        :         56
1800.03/1800.02	c   max depth (total):         56
1800.03/1800.02	c   backtracks       :      96102 (16.4%)
1800.03/1800.02	c   delayed cutoffs  :      47292
1800.03/1800.02	c   repropagations   :     843117 (3425087 domain reductions, 46192 cutoffs)
1800.03/1800.02	c   avg switch length:       4.47
1800.03/1800.02	c   switching time   :     217.01
1800.03/1800.02	c Solution           :
1800.03/1800.02	c   Solutions found  :         21 (10 improvements)
1800.03/1800.02	c   First Solution   : +4.45360000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.03/1800.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 247233 nodes, 612.14 seconds, depth 35, found by <relaxation>)
1800.03/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.02	c   Gap              :   infinite
1800.03/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.02	c   Root Iterations  :        512
1800.13/1800.11	c Time complete: 1800.13.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692903-1277909696/watcher-2692903-1277909696 -o /tmp/evaluation-result-2692903-1277909696/solver-2692903-1277909696 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692903-1277909696.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: 1.92 2.04 2.16 4/178 13400
/proc/meminfo: memFree=31308156/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=9436 CPUtime=0
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1652 0 0 0 0 0 0 0 22 0 1 0 132266571 9662464 1571 4089446400 4194304 8223781 140736641358688 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/13400/statm: 2359 1573 369 984 0 1372 0

[startup+0.080943 s]
/proc/loadavg: 1.92 2.04 2.16 4/178 13400
/proc/meminfo: memFree=31308156/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=22848 CPUtime=0.07
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 5882 0 0 0 6 1 0 0 22 0 1 0 132266571 23396352 4666 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 5712 4666 452 984 0 4725 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22848

[startup+0.100935 s]
/proc/loadavg: 1.92 2.04 2.16 4/178 13400
/proc/meminfo: memFree=31308156/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=23624 CPUtime=0.09
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 7372 0 0 0 8 1 0 0 22 0 1 0 132266571 24190976 4871 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 5906 4871 458 984 0 4919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23624

[startup+0.300903 s]
/proc/loadavg: 1.92 2.04 2.16 4/178 13400
/proc/meminfo: memFree=31308156/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=31160 CPUtime=0.29
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 10296 0 0 0 25 4 0 0 22 0 1 0 132266571 31907840 6904 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 7790 6904 571 984 0 6803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31160

[startup+0.700881 s]
/proc/loadavg: 1.92 2.04 2.16 4/178 13400
/proc/meminfo: memFree=31308156/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=33152 CPUtime=0.69
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 10796 0 0 0 64 5 0 0 24 0 1 0 132266571 33947648 7377 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 8288 7377 573 984 0 7301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33152

[startup+1.50069 s]
/proc/loadavg: 1.92 2.04 2.16 3/179 13401
/proc/meminfo: memFree=31280780/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=33076 CPUtime=1.49
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 24960 0 0 0 140 9 0 0 25 0 1 0 132266571 33869824 7410 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 8269 7410 598 984 0 7282 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33076

[startup+3.10046 s]
/proc/loadavg: 1.92 2.04 2.16 3/179 13401
/proc/meminfo: memFree=31280780/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=33076 CPUtime=3.09
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 28027 0 0 0 293 16 0 0 25 0 1 0 132266571 33869824 7417 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 8269 7417 599 984 0 7282 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33076

[startup+6.30083 s]
/proc/loadavg: 1.93 2.04 2.16 3/179 13401
/proc/meminfo: memFree=31280344/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=35596 CPUtime=6.29
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 45814 0 0 0 601 28 0 0 25 0 1 0 132266571 36450304 7991 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 8899 7991 603 984 0 7912 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35596

[startup+12.7006 s]
/proc/loadavg: 1.93 2.04 2.16 3/179 13401
/proc/meminfo: memFree=31278492/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=36860 CPUtime=12.69
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 81294 0 0 0 1214 55 0 0 25 0 1 0 132266571 37744640 8303 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 9215 8303 604 984 0 8228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36860

[startup+25.5004 s]
/proc/loadavg: 1.95 2.04 2.16 3/179 13401
/proc/meminfo: memFree=31271976/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=44128 CPUtime=25.49
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 116401 0 0 0 2432 117 0 0 25 0 1 0 132266571 45187072 10131 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 11032 10131 604 984 0 10045 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44128

[startup+51.1008 s]
/proc/loadavg: 1.96 2.04 2.15 3/179 13402
/proc/meminfo: memFree=31265016/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=49944 CPUtime=51.09
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 181596 0 0 0 4859 250 0 0 25 0 1 0 132266571 51142656 11558 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 12486 11558 604 984 0 11499 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49944

[startup+102.307 s]
/proc/loadavg: 1.98 2.03 2.14 3/179 13403
/proc/meminfo: memFree=31260144/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=54832 CPUtime=102.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 263869 0 0 0 9743 487 0 0 25 0 1 0 132266571 56147968 12791 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 13708 12791 604 984 0 12721 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54832

[startup+162.301 s]
/proc/loadavg: 1.99 2.02 2.13 3/179 13405
/proc/meminfo: memFree=31254660/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=59508 CPUtime=162.29
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 365978 0 0 0 15474 755 0 0 25 0 1 0 132266571 60936192 13902 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 14877 13902 604 984 0 13890 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 59508

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.12 3/179 13407
/proc/meminfo: memFree=31249780/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=61336 CPUtime=222.29
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 445116 0 0 0 21216 1013 0 0 25 0 1 0 132266571 62808064 14327 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 15334 14327 604 984 0 14347 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 61336

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.11 3/179 13408
/proc/meminfo: memFree=31246768/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=62716 CPUtime=282.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 541022 0 0 0 26952 1278 0 0 25 0 1 0 132266571 64221184 14590 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 15679 14590 604 984 0 14692 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 62716

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.10 3/179 13410
/proc/meminfo: memFree=31245120/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=63948 CPUtime=342.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 672912 0 0 0 32676 1554 0 0 25 0 1 0 132266571 65482752 14829 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 15987 14829 604 984 0 15000 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63948

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/179 13420
/proc/meminfo: memFree=31241036/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=66384 CPUtime=402.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 755904 0 0 0 38413 1817 0 0 25 0 1 0 132266571 67977216 15455 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 16596 15455 604 984 0 15609 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 66384

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/179 13422
/proc/meminfo: memFree=31238144/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=68676 CPUtime=462.29
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 876246 0 0 0 44163 2066 0 0 25 0 1 0 132266571 70324224 16051 4089446400 4194304 8223781 140736641358688 18446744073709551615 6162784 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 17169 16051 604 984 0 16182 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 68676

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 13424
/proc/meminfo: memFree=31234116/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=70972 CPUtime=522.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 977076 0 0 0 49918 2312 0 0 25 0 1 0 132266571 72675328 16612 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 17743 16612 604 984 0 16756 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 70972

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 2.08 3/179 13425
/proc/meminfo: memFree=31231220/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=72864 CPUtime=582.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1111173 0 0 0 55660 2570 0 0 25 0 1 0 132266571 74612736 16981 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 18216 16981 604 984 0 17229 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72864

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.07 3/179 13427
/proc/meminfo: memFree=31227076/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=74656 CPUtime=642.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1196630 0 0 0 61417 2813 0 0 25 0 1 0 132266571 76447744 17472 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 18664 17472 604 984 0 17677 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 74656

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/179 13433
/proc/meminfo: memFree=31208632/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=76260 CPUtime=882.31
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1682622 0 0 0 84460 3771 0 0 25 0 1 0 132266571 78090240 17905 4089446400 4194304 8223781 140736641358688 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 19065 17905 604 984 0 18078 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 76260

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 13435
/proc/meminfo: memFree=31204016/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=80412 CPUtime=942.3
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1711675 0 0 0 90243 3987 0 0 25 0 1 0 132266571 82341888 18670 4089446400 4194304 8223781 140736641358688 18446744073709551615 4221002 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 20103 18670 604 984 0 19116 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 80412

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13436
/proc/meminfo: memFree=31200140/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=83320 CPUtime=1002.31
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1817584 0 0 0 96033 4198 0 0 25 0 1 0 132266571 85319680 19278 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 20830 19278 604 984 0 19843 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 83320

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13438
/proc/meminfo: memFree=31197752/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=84788 CPUtime=1062.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 1934867 0 0 0 101825 4407 0 0 25 0 1 0 132266571 86822912 19625 4089446400 4194304 8223781 140736641358688 18446744073709551615 4999762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 21197 19625 604 984 0 20210 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 84788

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 2.04 3/179 13440
/proc/meminfo: memFree=31193128/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=86740 CPUtime=1122.31
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2037492 0 0 0 107609 4622 0 0 25 0 1 0 132266571 88821760 20146 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 21685 20146 604 984 0 20698 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 86740

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.03 3/179 13441
/proc/meminfo: memFree=31189380/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=88412 CPUtime=1182.31
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2147043 0 0 0 113408 4823 0 0 25 0 1 0 132266571 90533888 20435 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 22103 20435 604 984 0 21116 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 88412

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13443
/proc/meminfo: memFree=31184012/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=89852 CPUtime=1242.31
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2269444 0 0 0 119212 5019 0 0 25 0 1 0 132266571 92008448 20727 4089446400 4194304 8223781 140736641358688 18446744073709551615 6003285 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 22463 20727 604 984 0 21476 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 89852

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13472
/proc/meminfo: memFree=31301548/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=91124 CPUtime=1302.33
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2391562 0 0 0 125009 5224 0 0 25 0 1 0 132266571 93310976 20966 4089446400 4194304 8223781 140736641358688 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 22781 20966 604 984 0 21794 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 91124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13474
/proc/meminfo: memFree=31301144/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=91204 CPUtime=1362.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2518049 0 0 0 130803 5429 0 0 25 0 1 0 132266571 93392896 20977 4089446400 4194304 8223781 140736641358688 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 22801 20977 604 984 0 21814 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 91204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13476
/proc/meminfo: memFree=31297396/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=95324 CPUtime=1422.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2580341 0 0 0 136618 5614 0 0 25 0 1 0 132266571 97611776 21984 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13400/statm: 23831 21984 604 984 0 22844 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 95324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13477
/proc/meminfo: memFree=31295240/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=95696 CPUtime=1482.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2590009 0 0 0 142457 5775 0 0 25 0 1 0 132266571 97992704 22107 4089446400 4194304 8223781 140736641358688 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 23924 22107 604 984 0 22937 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 95696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13479
/proc/meminfo: memFree=31293356/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=97796 CPUtime=1542.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2594987 0 0 0 148302 5930 0 0 25 0 1 0 132266571 100143104 22657 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 24449 22657 604 984 0 23462 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 97796

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13480
/proc/meminfo: memFree=31291596/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=100020 CPUtime=1602.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2596375 0 0 0 154156 6076 0 0 25 0 1 0 132266571 102420480 23166 4089446400 4194304 8223781 140736641358688 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 25005 23166 604 984 0 24018 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 100020

[startup+1662.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/179 13482
/proc/meminfo: memFree=31291184/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=100228 CPUtime=1662.32
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2597571 0 0 0 160003 6229 0 0 25 0 1 0 132266571 102633472 23228 4089446400 4194304 8223781 140736641358688 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 25057 23228 604 984 0 24070 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 100228

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13484
/proc/meminfo: memFree=31290544/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=101140 CPUtime=1722.33
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2599442 0 0 0 165856 6377 0 0 25 0 1 0 132266571 103567360 23455 4089446400 4194304 8223781 140736641358688 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 25285 23455 604 984 0 24298 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 101140

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13485
/proc/meminfo: memFree=31289884/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=101536 CPUtime=1782.33
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2600976 0 0 0 171704 6529 0 0 25 0 1 0 132266571 103972864 23521 4089446400 4194304 8223781 140736641358688 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 25384 23521 604 984 0 24397 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 101536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13486
/proc/meminfo: memFree=31290248/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=101536 CPUtime=1800.03
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2602148 0 0 0 173426 6577 0 0 25 0 1 0 132266571 103972864 23522 4089446400 4194304 8223781 140736641358688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13400/statm: 25384 23522 604 984 0 24397 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 101536

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

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

[startup+1800.11 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13486
/proc/meminfo: memFree=31290248/32950928 swapFree=67111528/67111528
[pid=13400] ppid=13398 vsize=95792 CPUtime=1800.13
/proc/13400/stat : 13400 (pbscip.linux.x8) R 13398 13400 12322 0 -1 4202496 2602216 0 0 0 173436 6577 0 0 25 0 1 0 132266571 98091008 22070 4089446400 4194304 8223781 140736641358688 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13400/statm: 23948 22070 606 984 0 22961 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 95792

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.15
CPU user time (s): 1734.37
CPU system time (s): 65.78
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 101720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1734.37
system time used= 65.78
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2602220
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= 1
involuntary context switches= 3365

runsolver used 3.32549 second user time and 5.99009 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 16:54:56
IDJOB=2692903
IDBENCH=78970
IDSOLVER=1204
FILE ID=node122/2692903-1277909696
PBS_JOBID= 11197231
Free space on /tmp= 74204 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/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-66-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-2692903-1277909696/watcher-2692903-1277909696 -o /tmp/evaluation-result-2692903-1277909696/solver-2692903-1277909696 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692903-1277909696.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e5d1aa875e736e237b742aec181b44f0
RANDOM SEED=43795116

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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:     32950928 kB
MemFree:      31308436 kB
Buffers:        191404 kB
Cached:        1156524 kB
SwapCached:          0 kB
Active:         674488 kB
Inactive:       824896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31308436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:      151416 kB
Mapped:          17656 kB
Slab:            78716 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   303704 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= 74204 MiB
End job on node122 at 2010-06-30 17:24:58