Trace number 2692300

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.2 1800.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900577940--soft-66-100-0.wbo
MD5SUM95aa4a8f0430d7fc4dd41a3f578cfb3e
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 benchmark267.837
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 661
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-2692300-1277911736.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.04	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.06/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.06/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.24	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.34	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 |   512 |     - |9508k|   0 |  68 |2007 |3483 |2007 |1746 |  39 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.59/0.61	c   0.5s|     1 |     0 |   513 |     - |9509k|   0 |  68 |2007 |3483 |2007 |1747 |  40 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
1.18/1.27	c   1.1s|     1 |     2 |   513 |     - |9542k|   0 |  68 |2007 |3483 |2007 |1747 |  40 |   0 |  33 | 0.000000e+00 | 4.453600e+04 |    Inf 
6.49/6.54	o 34
6.49/6.54	c * 6.2s|    57 |    19 |  1969 |  26.0 |9826k|  25 |   - |2007 |3483 |2007 |1751 |  77 |   0 | 606 | 0.000000e+00 | 3.400000e+01 |    Inf 
6.49/6.54	o 30
6.49/6.54	c * 6.2s|    58 |    14 |  1981 |  25.8 |  10M|  25 |   - |2007 |3483 |2007 |1751 |  77 |   0 | 606 | 0.000000e+00 | 3.000000e+01 |    Inf 
12.29/12.39	o 22
12.29/12.39	c *11.8s|   343 |    52 |  6291 |  16.9 |  10M|  25 |   - |2007 |3207 |2007 |1743 | 111 | 348 |1611 | 0.000000e+00 | 2.200000e+01 |    Inf 
16.09/16.13	o 14
16.09/16.13	c *15.4s|  1738 |    89 | 20458 |  11.5 |  11M|  28 |   - |2007 |4763 |2007 |1743 | 209 |2216 |1771 | 0.000000e+00 | 1.400000e+01 |    Inf 
34.78/34.86	c  33.1s| 10000 |   185 |101560 |  10.1 |  14M|  34 |  24 |2007 |  10k|2007 |1743 |1030 |  12k|2075 | 0.000000e+00 | 1.400000e+01 |    Inf 
43.90/43.93	o 8
43.90/43.93	c *41.7s| 14263 |   195 |141756 |   9.9 |  15M|  36 |   - |2007 |  12k|2007 |1743 |1424 |  18k|2116 | 0.000000e+00 | 8.000000e+00 |    Inf 
48.39/48.47	o 4
48.39/48.47	c *46.0s| 16379 |   198 |162281 |   9.9 |  15M|  38 |   - |2007 |  12k|2007 |1743 |1619 |  20k|2117 | 0.000000e+00 | 4.000000e+00 |    Inf 
48.68/48.70	o 2
48.68/48.70	c *46.3s| 16523 |   179 |163251 |   9.8 |  15M|  38 |   - |2007 |  12k|2007 |1743 |1624 |  21k|2117 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.99/56.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.99/56.04	c  53.2s| 20000 |   213 |196148 |   9.8 |  15M|  38 |  15 |2007 |  12k|2007 |1743 |1997 |  25k|2125 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.49/78.50	c  74.5s| 30000 |   278 |300193 |  10.0 |  16M|  39 |   - |2007 |  12k|2007 |1743 |2982 |  38k|2131 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.09/103.16	c  97.9s| 40000 |   275 |409000 |  10.2 |  17M|  40 |  13 |2007 |  14k|2007 |1743 |3968 |  51k|2514 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.99/128.04	c   122s| 50000 |   280 |519588 |  10.4 |  19M|  45 |  10 |2007 |  18k|2007 |1743 |5283 |  64k|2809 | 0.000000e+00 | 2.000000e+00 |    Inf 
155.60/155.69	c   148s| 60000 |   271 |645326 |  10.7 |  20M|  45 |  23 |2007 |  19k|2007 |1743 |6726 |  77k|3232 | 0.000000e+00 | 2.000000e+00 |    Inf 
183.60/183.64	c   175s| 70000 |   276 |772504 |  11.0 |  21M|  45 |   - |2007 |  21k|   0 |   0 |8022 |  90k|3565 | 0.000000e+00 | 2.000000e+00 |    Inf 
209.10/209.18	c   199s| 80000 |   307 |876582 |  11.0 |  23M|  45 |  23 |2007 |  25k|2007 |1743 |9313 | 104k|3772 | 0.000000e+00 | 2.000000e+00 |    Inf 
235.20/235.24	c   224s| 90000 |   401 |983105 |  10.9 |  24M|  48 |  22 |2007 |  29k|2007 |1743 |  10k| 117k|4038 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.10/262.10	c   249s|100000 |   495 |  1089k|  10.9 |  27M|  48 |  28 |2007 |  33k|2007 |1743 |  12k| 130k|4234 | 0.000000e+00 | 2.000000e+00 |    Inf 
289.99/290.02	c   276s|110000 |   584 |  1192k|  10.8 |  28M|  48 |   - |2007 |  34k|2007 |1749 |  13k| 143k|4513 | 0.000000e+00 | 2.000000e+00 |    Inf 
318.70/318.73	c   304s|120000 |   587 |  1300k|  10.8 |  29M|  48 |  23 |2007 |  35k|2007 |1743 |  14k| 156k|4708 | 0.000000e+00 | 2.000000e+00 |    Inf 
348.00/348.03	c   332s|130000 |   680 |  1405k|  10.8 |  32M|  52 |  26 |2007 |  42k|2007 |1743 |  16k| 169k|4943 | 0.000000e+00 | 2.000000e+00 |    Inf 
379.60/379.68	c   362s|140000 |   753 |  1518k|  10.8 |  34M|  52 |  10 |2007 |  45k|2007 |1743 |  17k| 182k|5105 | 0.000000e+00 | 2.000000e+00 |    Inf 
412.01/412.09	c   393s|150000 |   817 |  1624k|  10.8 |  37M|  55 |  36 |2007 |  52k|2007 |1743 |  19k| 196k|5306 | 0.000000e+00 | 2.000000e+00 |    Inf 
444.41/444.42	c   424s|160000 |   862 |  1731k|  10.8 |  32M|  57 |   - |2007 |  38k|   0 |   0 |  20k| 209k|5450 | 0.000000e+00 | 2.000000e+00 |    Inf 
474.40/474.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.40/474.41	c   453s|170000 |   789 |  1840k|  10.8 |  31M|  57 |   - |2007 |  35k|   0 |   0 |  21k| 222k|5662 | 0.000000e+00 | 2.000000e+00 |    Inf 
504.91/504.99	c   482s|180000 |   707 |  1955k|  10.9 |  32M|  57 |   - |2007 |  38k|2007 |1743 |  23k| 235k|5835 | 0.000000e+00 | 2.000000e+00 |    Inf 
534.01/534.05	c   510s|190000 |   637 |  2057k|  10.8 |  31M|  57 |  24 |2007 |  35k|2007 |1743 |  24k| 249k|5955 | 0.000000e+00 | 2.000000e+00 |    Inf 
562.61/562.62	c   538s|200000 |   516 |  2159k|  10.8 |  30M|  57 |  28 |2007 |  34k|2007 |1743 |  25k| 262k|6118 | 0.000000e+00 | 2.000000e+00 |    Inf 
592.21/592.25	c   566s|210000 |   464 |  2272k|  10.8 |  31M|  57 |  32 |2007 |  38k|2007 |1743 |  26k| 275k|6326 | 0.000000e+00 | 2.000000e+00 |    Inf 
623.31/623.32	c   596s|220000 |   377 |  2387k|  10.8 |  31M|  57 |   - |2007 |  38k|   0 |   0 |  28k| 288k|6508 | 0.000000e+00 | 2.000000e+00 |    Inf 
651.61/651.60	c   623s|230000 |   335 |  2489k|  10.8 |  30M|  57 |   - |2007 |  36k|   0 |   0 |  29k| 302k|6685 | 0.000000e+00 | 2.000000e+00 |    Inf 
679.82/679.83	c   650s|240000 |   352 |  2589k|  10.8 |  31M|  57 |  19 |2007 |  41k|2007 |1743 |  30k| 316k|6850 | 0.000000e+00 | 2.000000e+00 |    Inf 
709.31/709.35	c   678s|250000 |   364 |  2695k|  10.8 |  32M|  57 |  11 |2007 |  41k|2007 |1743 |  31k| 329k|7043 | 0.000000e+00 | 2.000000e+00 |    Inf 
739.32/739.39	c   707s|260000 |   459 |  2801k|  10.8 |  33M|  57 |   - |2007 |  44k|2007 |1743 |  33k| 342k|7190 | 0.000000e+00 | 2.000000e+00 |    Inf 
751.52/751.59	o 1
751.52/751.59	c * 719s|263886 |   491 |  2842k|  10.8 |  34M|  57 |   - |2007 |  46k|2007 |1743 |  34k| 347k|7267 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.91/771.93	c   738s|270000 |   521 |  2911k|  10.8 |  35M|  57 |   1 |2007 |  48k|2007 |1743 |  34k| 355k|7324 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.52/803.57	c   769s|280000 |   604 |  3019k|  10.8 |  38M|  57 |  22 |2007 |  53k|2007 |1743 |  35k| 368k|7468 | 0.000000e+00 | 1.000000e+00 |    Inf 
837.41/837.43	c   802s|290000 |   655 |  3136k|  10.8 |  40M|  57 |   - |2007 |  58k|2007 |1743 |  36k| 381k|7613 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.02/873.08	c   836s|300000 |   715 |  3255k|  10.9 |  41M|  57 |  16 |2007 |  57k|2007 |1743 |  37k| 395k|7782 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.82/904.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
904.82/904.84	c   866s|310000 |   826 |  3357k|  10.8 |  43M|  57 |  24 |2007 |  63k|2007 |1743 |  38k| 407k|7894 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.12/940.19	c   901s|320000 |   831 |  3467k|  10.8 |  45M|  57 |   - |2007 |  66k|   0 |   0 |  40k| 421k|8022 | 0.000000e+00 | 1.000000e+00 |    Inf 
976.43/976.41	c   936s|330000 |   921 |  3562k|  10.8 |  47M|  57 |   - |2007 |  70k|   0 |   0 |  41k| 434k|8129 | 0.000000e+00 | 1.000000e+00 |    Inf 
1017.73/1017.78	c   976s|340000 |   940 |  3678k|  10.8 |  48M|  57 |   - |2007 |  71k|   0 |   0 |  42k| 447k|8266 | 0.000000e+00 | 1.000000e+00 |    Inf 
1055.22/1055.25	c  1012s|350000 |   973 |  3786k|  10.8 |  48M|  57 |  23 |2007 |  69k|2007 |1743 |  44k| 461k|8377 | 0.000000e+00 | 1.000000e+00 |    Inf 
1095.93/1095.95	c  1052s|360000 |  1096 |  3903k|  10.8 |  49M|  57 |   - |2007 |  72k|2007 |1743 |  45k| 474k|8495 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.43/1135.49	c  1090s|370000 |  1043 |  4004k|  10.8 |  48M|  57 |   - |2007 |  69k|   0 |   0 |  46k| 488k|8629 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.13/1174.12	c  1127s|380000 |  1100 |  4115k|  10.8 |  46M|  57 |  19 |2007 |  63k|2007 |1743 |  47k| 502k|8744 | 0.000000e+00 | 1.000000e+00 |    Inf 
1209.44/1209.41	c  1162s|390000 |  1093 |  4231k|  10.8 |  47M|  57 |   - |2007 |  63k|   0 |   0 |  49k| 515k|8865 | 0.000000e+00 | 1.000000e+00 |    Inf 
1244.73/1244.79	c  1196s|400000 |  1181 |  4333k|  10.8 |  48M|  57 |   - |2007 |  65k|   0 |   0 |  50k| 528k|9017 | 0.000000e+00 | 1.000000e+00 |    Inf 
1282.74/1282.71	c  1233s|410000 |  1294 |  4439k|  10.8 |  51M|  57 |   - |2007 |  72k|   0 |   0 |  51k| 541k|9119 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.33/1321.32	c  1270s|420000 |  1324 |  4541k|  10.8 |  52M|  57 |  18 |2007 |  72k|2007 |1743 |  52k| 554k|9227 | 0.000000e+00 | 1.000000e+00 |    Inf 
1360.93/1360.96	c  1308s|430000 |  1327 |  4651k|  10.8 |  52M|  57 |  11 |2007 |  72k|2007 |1743 |  53k| 567k|9312 | 0.000000e+00 | 1.000000e+00 |    Inf 
1401.14/1401.11	c  1347s|440000 |  1289 |  4759k|  10.8 |  52M|  57 |  20 |2007 |  72k|2007 |1743 |  54k| 581k|9397 | 0.000000e+00 | 1.000000e+00 |    Inf 
1441.34/1441.33	c  1386s|450000 |  1271 |  4861k|  10.8 |  52M|  57 |   - |2007 |  73k|2007 |1743 |  56k| 594k|9509 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.44/1483.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.44/1483.46	c  1427s|460000 |  1244 |  4983k|  10.8 |  52M|  57 |  26 |2007 |  71k|2007 |1743 |  57k| 607k|9643 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.64/1522.67	c  1465s|470000 |  1321 |  5093k|  10.8 |  54M|  57 |  18 |2007 |  75k|2007 |1743 |  58k| 621k|9761 | 0.000000e+00 | 1.000000e+00 |    Inf 
1564.55/1564.51	c  1506s|480000 |  1307 |  5216k|  10.9 |  56M|  57 |   - |2007 |  79k|2007 |1743 |  59k| 634k|9876 | 0.000000e+00 | 1.000000e+00 |    Inf 
1605.85/1605.87	c  1546s|490000 |  1362 |  5333k|  10.9 |  58M|  57 |   - |2007 |  84k|   0 |   0 |  60k| 648k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1649.95/1649.97	c  1589s|500000 |  1316 |  5446k|  10.9 |  56M|  57 |  17 |2007 |  79k|2007 |1743 |  61k| 661k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1688.46/1688.41	c  1626s|510000 |  1478 |  5554k|  10.9 |  56M|  57 |   - |2007 |  77k|2007 |1743 |  62k| 675k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1727.36/1727.31	c  1664s|520000 |  1624 |  5658k|  10.9 |  58M|  57 |   - |2007 |  81k|   0 |   0 |  63k| 688k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1767.86/1767.86	c  1703s|530000 |  1709 |  5769k|  10.9 |  60M|  57 |  18 |2007 |  83k|2007 |1743 |  65k| 702k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1734.47
1800.06/1800.00	c Solving Nodes      : 538131
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+00 (18 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.01	s SATISFIABLE
1800.06/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.06/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.06/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.06/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.06/1800.01	v -x146 x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.06/1800.01	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.06/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.06/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.06/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.06/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.06/1800.01	v x1 
1800.06/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.01	c Solving Time       :    1734.47
1800.06/1800.01	c Original Problem   :
1800.06/1800.01	c   Problem name     : HOME/instance-2692300-1277911736.wbo
1800.06/1800.01	c   Variables        : 2105 (1168 binary, 0 integer, 0 implicit integer, 937 continuous)
1800.06/1800.01	c   Constraints      : 3645 initial, 3645 maximal
1800.06/1800.01	c Presolved Problem  :
1800.06/1800.01	c   Problem name     : t_HOME/instance-2692300-1277911736.wbo
1800.06/1800.01	c   Variables        : 2007 (1119 binary, 0 integer, 0 implicit integer, 888 continuous)
1800.06/1800.01	c   Constraints      : 3483 initial, 85511 maximal
1800.06/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.01	c   trivial          :       0.00         49          0          0          0          0          0          0          0
1800.06/1800.01	c   dualfix          :       0.00         49          0          0          0          0          0          0          0
1800.06/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.01	c   indicator        :       0.00          0          0          0          0          0         49          0          0
1800.06/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.01	c   linear           :       0.04          0          0          0        937          0        113         49          0
1800.06/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.01	c   root node        :          -        888          -          -       1776          -          -          -          -
1800.06/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.01	c   integral         :          0          0          0     308464          0        138       2855          0          0     585912
1800.06/1800.01	c   indicator        :        888          0    1098192       6731          0          3      21251          0          0          0
1800.06/1800.01	c   setppc           :         14          5    2226767      13219          0      40623    1706789          0          0          0
1800.06/1800.01	c   linear           :        888          5    2187105      13219          0      90773    7620215      66490          0          0
1800.06/1800.01	c   logicor          :       1693+         5    1182416         38          0      55545    4605959          0          0          0
1800.06/1800.01	c   countsols        :          0          0          0         38          0          0          0          0          0          0
1800.06/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.01	c   integral         :      44.39       0.00       0.00      44.39       0.00
1800.06/1800.01	c   indicator        :       0.11       0.00       0.09       0.02       0.00
1800.06/1800.01	c   setppc           :      13.79       0.00      13.79       0.00       0.00
1800.06/1800.01	c   linear           :      50.74       0.00      50.39       0.35       0.00
1800.06/1800.01	c   logicor          :     355.30       0.00     355.30       0.00       0.00
1800.06/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.01	c   vbounds          :       0.00          2          0          0
1800.06/1800.01	c   rootredcost      :       0.00          9          0        888
1800.06/1800.01	c   pseudoobj        :      36.12    2227614         41      16511
1800.06/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.01	c   propagation      :       8.16     186982     186408    1170178       25.5       3596       25.0          -
1800.06/1800.01	c   infeasible LP    :      20.46     103704     103701     802093       42.1        338       18.0          0
1800.06/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.01	c   pseudo solution  :       0.00          1          1          9       22.3          0        0.0          -
1800.06/1800.01	c   applied globally :          -          -          -     713127       27.9          -          -          -
1800.06/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.01	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 180)
1800.06/1800.01	c   redcost          :       7.32     308506          0       2409          0          0
1800.06/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.06/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.01	c   gomory           :       0.26          5          0          0       1000          0
1800.06/1800.01	c   strongcg         :       0.18          5          0          0        567          0
1800.06/1800.01	c   cmir             :       0.02          5          0          0          1          0
1800.06/1800.01	c   flowcover        :       0.04          5          0          0          1          0
1800.06/1800.01	c   clique           :       0.00          5          0          0          0          0
1800.06/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.01	c Pricers            :       Time      Calls       Vars
1800.06/1800.01	c   problem variables:       0.00          0          0
1800.06/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.01	c   relpscost        :      44.31     295238        138       2855          0          0     585912
1800.06/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.01	c   inference        :       0.00         30          0          0          0          0         60
1800.06/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.01	c   LP solutions     :       0.00          -          8
1800.06/1800.01	c   pseudo solutions :       0.00          -          0
1800.06/1800.01	c   oneopt           :       0.02          8          0
1800.06/1800.01	c   feaspump         :       0.03          1          0
1800.06/1800.01	c   intshifting      :       0.00         13          0
1800.06/1800.01	c   coefdiving       :       0.15         27          0
1800.06/1800.01	c   fracdiving       :       0.09         27          0
1800.06/1800.01	c   veclendiving     :       0.17         27          0
1800.06/1800.01	c   linesearchdiving :       0.14         27          0
1800.06/1800.01	c   rootsoldiving    :       0.39         14          0
1800.06/1800.01	c   pscostdiving     :       0.19         28          0
1800.06/1800.01	c   guideddiving     :       0.15         28          0
1800.06/1800.01	c   objpscostdiving  :       0.15         15          0
1800.06/1800.01	c   crossover        :       0.31         15          0
1800.06/1800.01	c   trivial          :       0.00          2          0
1800.06/1800.01	c   simplerounding   :       0.35     295171          0
1800.06/1800.01	c   zirounding       :       0.02       1000          0
1800.06/1800.01	c   rounding         :       0.72       7723          0
1800.06/1800.01	c   shifting         :       0.73       2373          0
1800.06/1800.01	c   twoopt           :       0.00          0          0
1800.06/1800.01	c   fixandinfer      :       0.00          0          0
1800.06/1800.01	c   intdiving        :       0.00          0          0
1800.06/1800.01	c   actconsdiving    :       0.00          0          0
1800.06/1800.01	c   octane           :       0.00          0          0
1800.06/1800.01	c   rens             :       0.04          1          0
1800.06/1800.01	c   rins             :       0.00          0          0
1800.06/1800.01	c   localbranching   :       0.00          0          0
1800.06/1800.01	c   mutation         :       0.00          0          0
1800.06/1800.01	c   dins             :       0.00          0          0
1800.06/1800.01	c   undercover       :       0.00          0          0
1800.06/1800.01	c   nlp              :       0.00          0          0
1800.06/1800.01	c   trysol           :       0.10       1008         10
1800.06/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.01	c   dual LP          :     778.81     409900    5857447      14.29    7521.02
1800.06/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.01	c   diving/probing LP:       0.92        678       5757       8.49    6257.61
1800.06/1800.01	c   strong branching :      41.06      10469     277148      26.47    6749.83
1800.06/1800.01	c     (at root node) :          -         33       2968      89.94          -
1800.06/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.01	c B&B Tree           :
1800.06/1800.01	c   number of runs   :          1
1800.06/1800.01	c   nodes            :     538131
1800.06/1800.01	c   nodes (total)    :     538131
1800.06/1800.01	c   nodes left       :       1767
1800.06/1800.01	c   max depth        :         57
1800.06/1800.01	c   max depth (total):         57
1800.06/1800.01	c   backtracks       :      95508 (17.7%)
1800.06/1800.01	c   delayed cutoffs  :      45954
1800.06/1800.01	c   repropagations   :     719568 (3181137 domain reductions, 45306 cutoffs)
1800.06/1800.01	c   avg switch length:       4.12
1800.06/1800.01	c   switching time   :     243.75
1800.06/1800.01	c Solution           :
1800.06/1800.01	c   Solutions found  :         18 (9 improvements)
1800.06/1800.01	c   First Solution   : +4.45360000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.06/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 263886 nodes, 718.86 seconds, depth 27, found by <relaxation>)
1800.06/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.01	c   Gap              :   infinite
1800.06/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.01	c   Root Iterations  :        513
1800.16/1800.13	c Time complete: 1800.19.

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-2692300-1277911736/watcher-2692300-1277911736 -o /tmp/evaluation-result-2692300-1277911736/solver-2692300-1277911736 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692300-1277911736.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 1.98 2.04 3/178 24799
/proc/meminfo: memFree=30276344/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=9292 CPUtime=0
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1631 0 0 0 0 0 0 0 22 0 1 0 166776632 9515008 1550 4089446400 4194304 8223781 140735687985712 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24799/statm: 2323 1565 369 984 0 1336 0

[startup+0.0724761 s]
/proc/loadavg: 1.92 1.98 2.04 3/178 24799
/proc/meminfo: memFree=30276344/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=22852 CPUtime=0.06
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 5616 0 0 0 5 1 0 0 22 0 1 0 166776632 23400448 4657 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24799/statm: 5713 4657 446 984 0 4726 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22852

[startup+0.100463 s]
/proc/loadavg: 1.92 1.98 2.04 3/178 24799
/proc/meminfo: memFree=30276344/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=23628 CPUtime=0.09
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 7371 0 0 0 7 2 0 0 22 0 1 0 166776632 24195072 4870 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24799/statm: 5907 4870 458 984 0 4920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23628

[startup+0.300426 s]
/proc/loadavg: 1.92 1.98 2.04 3/178 24799
/proc/meminfo: memFree=30276344/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=31164 CPUtime=0.29
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 10295 0 0 0 25 4 0 0 18 0 1 0 166776632 31911936 6903 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24799/statm: 7791 6903 571 984 0 6804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31164

[startup+0.700349 s]
/proc/loadavg: 1.92 1.98 2.04 3/178 24799
/proc/meminfo: memFree=30276344/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=32920 CPUtime=0.69
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 10741 0 0 0 63 6 0 0 18 0 1 0 166776632 33710080 7321 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24799/statm: 8230 7321 573 984 0 7243 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32920

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 2.04 4/179 24800
/proc/meminfo: memFree=30249228/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=32844 CPUtime=1.48
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 24895 0 0 0 138 10 0 0 19 0 1 0 166776632 33632256 7354 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 8211 7354 598 984 0 7224 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32844

[startup+3.10088 s]
/proc/loadavg: 1.92 1.98 2.04 4/179 24800
/proc/meminfo: memFree=30244764/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=32844 CPUtime=3.08
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 27443 0 0 0 292 16 0 0 24 0 1 0 166776632 33632256 7354 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 8211 7354 598 984 0 7224 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32844

[startup+6.30027 s]
/proc/loadavg: 1.93 1.98 2.03 4/179 24800
/proc/meminfo: memFree=30235092/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=33056 CPUtime=6.29
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 31392 0 0 0 602 27 0 0 25 0 1 0 166776632 33849344 7390 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 8264 7390 599 984 0 7277 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33056

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 2.03 4/179 24801
/proc/meminfo: memFree=30220348/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=34476 CPUtime=12.68
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 66975 0 0 0 1216 52 0 0 25 0 1 0 166776632 35303424 7765 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 8619 7765 603 984 0 7632 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34476

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 2.03 4/179 24801
/proc/meminfo: memFree=30186932/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=38424 CPUtime=25.49
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 116071 0 0 0 2428 121 0 0 25 0 1 0 166776632 39346176 8765 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 9606 8765 603 984 0 8619 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38424

[startup+51.1007 s]
/proc/loadavg: 1.96 1.98 2.03 4/179 24801
/proc/meminfo: memFree=30148612/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=45708 CPUtime=51.08
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 178536 0 0 0 4853 255 0 0 25 0 1 0 166776632 46804992 10574 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 11427 10574 603 984 0 10440 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45708

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 2.03 4/179 24803
/proc/meminfo: memFree=30066220/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=49400 CPUtime=102.29
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 309516 0 0 0 9709 520 0 0 25 0 1 0 166776632 50585600 11409 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 12350 11409 603 984 0 11363 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49400

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 2.02 4/179 24805
/proc/meminfo: memFree=29999716/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=52164 CPUtime=162.29
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 421017 0 0 0 15414 815 0 0 25 0 1 0 166776632 53415936 12098 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 13041 12098 603 984 0 12054 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 52164

[startup+222.3 s]
/proc/loadavg: 2.07 2.00 2.02 4/179 24806
/proc/meminfo: memFree=29930976/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=57812 CPUtime=222.3
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 524425 0 0 0 21144 1086 0 0 25 0 1 0 166776632 59199488 13388 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 14453 13388 603 984 0 13466 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 57812

[startup+282.301 s]
/proc/loadavg: 2.03 2.00 2.01 4/179 24808
/proc/meminfo: memFree=29869304/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=61432 CPUtime=282.3
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 652813 0 0 0 26880 1350 0 0 25 0 1 0 166776632 62906368 14346 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 15358 14346 603 984 0 14371 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 61432

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.01 4/179 24809
/proc/meminfo: memFree=29806376/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=67248 CPUtime=342.3
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 788106 0 0 0 32625 1605 0 0 25 0 1 0 166776632 68861952 15728 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 16812 15728 603 984 0 15825 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67248

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 24811
/proc/meminfo: memFree=29800384/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=73400 CPUtime=402.3
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 878746 0 0 0 38390 1840 0 0 25 0 1 0 166776632 75161600 17246 4089446400 4194304 8223781 140735687985712 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 18350 17246 603 984 0 17363 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 73400

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 24813
/proc/meminfo: memFree=29788428/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=75324 CPUtime=462.31
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1007897 0 0 0 44150 2081 0 0 25 0 1 0 166776632 77131776 17671 4089446400 4194304 8223781 140735687985712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 18831 17671 603 984 0 17844 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 75324

[startup+522.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/197 24860
/proc/meminfo: memFree=31464552/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=76348 CPUtime=522.3
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1178602 0 0 0 49903 2327 0 0 25 0 1 0 166776632 78180352 17762 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 19087 17762 603 984 0 18100 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76348

[startup+582.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 24862
/proc/meminfo: memFree=31462376/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=76788 CPUtime=582.31
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1296882 0 0 0 55647 2584 0 0 25 0 1 0 166776632 78630912 17830 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 19197 17830 603 984 0 18210 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 76788

[startup+642.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 24863
/proc/meminfo: memFree=31460560/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=77428 CPUtime=642.31
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1394250 0 0 0 61407 2824 0 0 25 0 1 0 166776632 79286272 17999 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 19357 17999 603 984 0 18370 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 77428

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24898
/proc/meminfo: memFree=31302024/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=83952 CPUtime=882.32
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1838576 0 0 0 84477 3755 0 0 25 0 1 0 166776632 85966848 19455 4089446400 4194304 8223781 140735687985712 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 20988 19455 603 984 0 20001 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 83952

[startup+942.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 24899
/proc/meminfo: memFree=31200168/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=87648 CPUtime=942.32
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1910294 0 0 0 90269 3963 0 0 25 0 1 0 166776632 89751552 20270 4089446400 4194304 8223781 140735687985712 18446744073709551615 4219802 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 21912 20270 603 984 0 20925 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 87648

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 24901
/proc/meminfo: memFree=31135016/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=90912 CPUtime=1002.33
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 1980426 0 0 0 96085 4148 0 0 25 0 1 0 166776632 93093888 21060 4089446400 4194304 8223781 140735687985712 18446744073709551615 6456009 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 22728 21060 603 984 0 21741 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 90912

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 24903
/proc/meminfo: memFree=31062556/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=91872 CPUtime=1062.33
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2034120 0 0 0 101896 4337 0 0 25 0 1 0 166776632 94076928 21317 4089446400 4194304 8223781 140735687985712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 22968 21317 603 984 0 21981 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 91872

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 24904
/proc/meminfo: memFree=30992444/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=92512 CPUtime=1122.33
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2099726 0 0 0 107727 4506 0 0 25 0 1 0 166776632 94732288 21518 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 23128 21518 603 984 0 22141 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 92512

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24906
/proc/meminfo: memFree=30929888/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=94228 CPUtime=1182.34
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2191191 0 0 0 113534 4700 0 0 25 0 1 0 166776632 96489472 21855 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 23557 21855 603 984 0 22570 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 94228

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24907
/proc/meminfo: memFree=30867576/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=94584 CPUtime=1242.34
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2276096 0 0 0 119332 4902 0 0 25 0 1 0 166776632 96854016 21976 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 23646 21976 603 984 0 22659 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 94584

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24909
/proc/meminfo: memFree=30806904/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=95604 CPUtime=1302.34
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2294848 0 0 0 125158 5076 0 0 25 0 1 0 166776632 97898496 22264 4089446400 4194304 8223781 140735687985712 18446744073709551615 4223068 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 23901 22264 603 984 0 22914 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 95604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24911
/proc/meminfo: memFree=30758124/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=95804 CPUtime=1362.34
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2351576 0 0 0 130973 5261 0 0 25 0 1 0 166776632 98103296 22352 4089446400 4194304 8223781 140735687985712 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 23951 22352 603 984 0 22964 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 95804

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24912
/proc/meminfo: memFree=30698184/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=97052 CPUtime=1422.35
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2401122 0 0 0 136798 5437 0 0 25 0 1 0 166776632 99381248 22646 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 24263 22646 603 984 0 23276 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 97052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24914
/proc/meminfo: memFree=30664916/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=97984 CPUtime=1482.34
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2485143 0 0 0 142616 5618 0 0 25 0 1 0 166776632 100335616 22771 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 24496 22771 603 984 0 23509 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 97984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24915
/proc/meminfo: memFree=30645040/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=98980 CPUtime=1542.34
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2559197 0 0 0 148421 5813 0 0 25 0 1 0 166776632 101355520 23042 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 24745 23042 603 984 0 23758 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 98980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24917
/proc/meminfo: memFree=30631236/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=100088 CPUtime=1602.35
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2607736 0 0 0 154240 5995 0 0 25 0 1 0 166776632 102490112 23356 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 25022 23356 603 984 0 24035 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 100088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24919
/proc/meminfo: memFree=30622388/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=102104 CPUtime=1662.35
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2690457 0 0 0 160072 6163 0 0 25 0 1 0 166776632 104554496 23890 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 25526 23890 603 984 0 24539 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 102104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24920
/proc/meminfo: memFree=30612316/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=104180 CPUtime=1722.35
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2726485 0 0 0 165897 6338 0 0 25 0 1 0 166776632 106680320 24298 4089446400 4194304 8223781 140735687985712 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 26045 24298 603 984 0 25058 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 104180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24922
/proc/meminfo: memFree=30554596/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=104696 CPUtime=1782.35
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2756674 0 0 0 171732 6503 0 0 25 0 1 0 166776632 107208704 24442 4089446400 4194304 8223781 140735687985712 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 26174 24442 603 984 0 25187 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 104696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24922
/proc/meminfo: memFree=30530408/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=105928 CPUtime=1800.06
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2767512 0 0 0 173449 6557 0 0 25 0 1 0 166776632 108470272 24750 4089446400 4194304 8223781 140735687985712 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24799/statm: 26482 24750 603 984 0 25495 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 105928

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.00 2.00 2.00 3/179 24922
/proc/meminfo: memFree=30530408/32950928 swapFree=67111528/67111528
[pid=24799] ppid=24797 vsize=105148 CPUtime=1800.16
/proc/24799/stat : 24799 (pbscip.linux.x8) R 24797 24799 23479 0 -1 4202496 2767570 0 0 0 173459 6557 0 0 25 0 1 0 166776632 107671552 24551 4089446400 4194304 8223781 140735687985712 18446744073709551615 4383954 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24799/statm: 26287 24551 605 984 0 25300 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 105148

Child status: 0
Real time (s): 1800.13
CPU time (s): 1800.2
CPU user time (s): 1734.61
CPU system time (s): 65.583
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 106104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1734.61
system time used= 65.583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2767574
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= 3
involuntary context switches= 20767

runsolver used 2.69359 second user time and 6.68898 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 17:28:56
IDJOB=2692300
IDBENCH=78990
IDSOLVER=1204
FILE ID=node115/2692300-1277911736
PBS_JOBID= 11197196
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/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900577940--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-2692300-1277911736/watcher-2692300-1277911736 -o /tmp/evaluation-result-2692300-1277911736/solver-2692300-1277911736 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692300-1277911736.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 95aa4a8f0430d7fc4dd41a3f578cfb3e
RANDOM SEED=157215096

node115.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	: 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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 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:      30277120 kB
Buffers:        197192 kB
Cached:         936208 kB
SwapCached:          0 kB
Active:        1860260 kB
Inactive:       668288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30277120 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4708 kB
Writeback:           0 kB
AnonPages:     1395508 kB
Mapped:          16140 kB
Slab:            77796 kB
PageTables:       7480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1584560 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 node115 at 2010-06-30 17:58:58