Trace number 3452509

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.25 1800.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452509-1307085355.opb>
0.39/0.42	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 72413 constraints
0.39/0.42	c problem read
0.39/0.42	c presolving settings loaded
0.59/0.60	c presolving:
0.89/0.99	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 70163 upgd conss, 415692 impls, 0 clqs
1.00/1.06	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 72413 upgd conss, 415692 impls, 0 clqs
11.09/11.15	c    (11.1s) probing: 1000/4500 (22.2%) - 0 fixings, 0 aggregations, 18393 implications, 0 bound changes
21.39/21.40	c    (21.4s) probing: 2000/4500 (44.4%) - 0 fixings, 0 aggregations, 35514 implications, 0 bound changes
21.39/21.41	c    (21.4s) probing: 2001/4500 (44.5%) - 0 fixings, 0 aggregations, 35532 implications, 0 bound changes
21.39/21.41	c    (21.4s) probing aborted: 2000/2000 successive useless probings
21.39/21.41	c presolving (3 rounds):
21.39/21.41	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
21.39/21.41	c  547164 implications, 0 cliques
21.39/21.41	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 72413 constraints
21.39/21.41	c   72288 constraints of type <setppc>
21.39/21.41	c     125 constraints of type <logicor>
21.39/21.41	c transformed objective value is always integral (scale: 1)
21.39/21.41	c Presolving Time: 20.94
21.39/21.41	c - non default parameters ----------------------------------------------------------------------
21.39/21.41	c # SCIP version 2.0.1.4
21.39/21.41	c 
21.39/21.41	c # frequency for displaying node information lines
21.39/21.41	c # [type: int, range: [-1,2147483647], default: 100]
21.39/21.41	c display/freq = 10000
21.39/21.41	c 
21.39/21.41	c # maximal time in seconds to run
21.39/21.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.39/21.41	c limits/time = 1800
21.39/21.41	c 
21.39/21.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
21.39/21.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.39/21.41	c limits/memory = 13950
21.39/21.41	c 
21.39/21.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
21.39/21.41	c # [type: int, range: [1,2], default: 1]
21.39/21.41	c timing/clocktype = 2
21.39/21.41	c 
21.39/21.41	c # belongs reading time to solving time?
21.39/21.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.39/21.41	c timing/reading = TRUE
21.39/21.41	c 
21.39/21.41	c # should presolving try to simplify inequalities
21.39/21.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.39/21.41	c constraints/linear/simplifyinequalities = TRUE
21.39/21.41	c 
21.39/21.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
21.39/21.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.39/21.41	c constraints/indicator/addCouplingCons = TRUE
21.39/21.41	c 
21.39/21.41	c # should presolving try to simplify knapsacks
21.39/21.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.39/21.41	c constraints/knapsack/simplifyinequalities = TRUE
21.39/21.41	c 
21.39/21.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
21.39/21.41	c # [type: int, range: [-1,2147483647], default: -1]
21.39/21.41	c separating/rapidlearning/freq = 0
21.39/21.41	c 
21.39/21.41	c -----------------------------------------------------------------------------------------------
21.39/21.41	c start solving
21.39/21.41	c 
24.69/24.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.69/24.70	c  24.7s|     1 |     0 |  2666 |     - | 104M|   0 |2500 |4500 |  72k|4500 |  72k|   0 |  42 |   0 | 1.250000e+03 |      --      |    Inf 
28.99/29.09	c  29.1s|     1 |     0 |  3925 |     - | 105M|   0 |2478 |4500 |  72k|4500 |  72k|  23 |  42 |   0 | 1.261000e+03 |      --      |    Inf 
31.29/31.37	c  31.4s|     1 |     0 |  4362 |     - | 105M|   0 |2403 |4500 |  72k|4500 |  72k|  82 |  42 |   0 | 1.298500e+03 |      --      |    Inf 
33.99/34.10	c  34.1s|     1 |     0 |  4729 |     - | 105M|   0 |2373 |4500 |  72k|4500 |  72k| 116 |  42 |   0 | 1.313500e+03 |      --      |    Inf 
37.19/37.21	c  37.2s|     1 |     0 |  5342 |     - | 105M|   0 |2355 |4500 |  72k|4500 |  72k| 165 |  42 |   0 | 1.334000e+03 |      --      |    Inf 
40.89/40.94	c  40.9s|     1 |     0 |  6069 |     - | 105M|   0 |2305 |4500 |  72k|4500 |  72k| 202 |  42 |   0 | 1.351750e+03 |      --      |    Inf 
44.59/44.61	c  44.6s|     1 |     0 |  6680 |     - | 105M|   0 |2270 |4500 |  72k|4500 |  72k| 255 |  42 |   0 | 1.376250e+03 |      --      |    Inf 
48.49/48.58	c  48.6s|     1 |     0 |  7323 |     - | 105M|   0 |2220 |4500 |  72k|4500 |  72k| 306 |  42 |   0 | 1.395750e+03 |      --      |    Inf 
52.39/52.49	c  52.5s|     1 |     0 |  8014 |     - | 105M|   0 |2206 |4500 |  72k|4500 |  72k| 351 |  42 |   0 | 1.409083e+03 |      --      |    Inf 
56.80/56.90	c  56.9s|     1 |     0 |  8690 |     - | 106M|   0 |2164 |4500 |  72k|4500 |  72k| 389 |  42 |   0 | 1.424750e+03 |      --      |    Inf 
61.50/61.58	c  61.6s|     1 |     0 |  9639 |     - | 106M|   0 |2141 |4500 |  72k|4500 |  72k| 445 |  42 |   0 | 1.440983e+03 |      --      |    Inf 
63.69/63.79	c  63.8s|     1 |     0 | 10540 |     - | 106M|   0 |2092 |4500 |  72k|4500 |  72k| 502 |  42 |   0 | 1.463917e+03 |      --      |    Inf 
66.39/66.46	c  66.5s|     1 |     0 | 11622 |     - | 106M|   0 |2084 |4500 |  72k|4500 |  72k| 551 |  42 |   0 | 1.480922e+03 |      --      |    Inf 
69.09/69.13	c  69.1s|     1 |     0 | 12774 |     - | 107M|   0 |2041 |4500 |  72k|4500 |  73k| 597 |  42 |   0 | 1.496320e+03 |      --      |    Inf 
71.79/71.81	c  71.8s|     1 |     0 | 13826 |     - | 107M|   0 |2046 |4500 |  72k|4500 |  73k| 646 |  42 |   0 | 1.508810e+03 |      --      |    Inf 
74.39/74.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.39/74.42	c  74.4s|     1 |     0 | 14868 |     - | 108M|   0 |2058 |4500 |  72k|4500 |  73k| 701 |  42 |   0 | 1.523373e+03 |      --      |    Inf 
77.59/77.64	c  77.6s|     1 |     0 | 16865 |     - | 109M|   0 |2006 |4500 |  72k|4500 |  73k| 751 |  42 |   0 | 1.538033e+03 |      --      |    Inf 
80.50/80.56	c  80.6s|     1 |     0 | 18310 |     - | 109M|   0 |1970 |4500 |  72k|4500 |  73k| 809 |  42 |   0 | 1.550220e+03 |      --      |    Inf 
83.29/83.34	c  83.3s|     1 |     0 | 19694 |     - | 110M|   0 |1950 |4500 |  72k|4500 |  73k| 865 |  42 |   0 | 1.561034e+03 |      --      |    Inf 
86.49/86.56	c  86.6s|     1 |     0 | 21558 |     - | 110M|   0 |1912 |4500 |  72k|4500 |  73k| 914 |  42 |   0 | 1.569504e+03 |      --      |    Inf 
89.29/89.34	c  89.3s|     1 |     0 | 22988 |     - | 110M|   0 |1881 |4500 |  72k|4500 |  73k| 971 |  42 |   0 | 1.577042e+03 |      --      |    Inf 
94.09/94.12	c  94.1s|     1 |     0 | 26587 |     - | 110M|   0 |1888 |4500 |  72k|4500 |  73k|1023 |  42 |   0 | 1.587238e+03 |      --      |    Inf 
96.90/96.95	c  96.9s|     1 |     0 | 28395 |     - | 111M|   0 |1881 |4500 |  72k|4500 |  73k|1073 |  42 |   0 | 1.598214e+03 |      --      |    Inf 
101.69/101.76	c   102s|     1 |     0 | 31706 |     - | 111M|   0 |1851 |4500 |  72k|4500 |  73k|1127 |  42 |   0 | 1.607452e+03 |      --      |    Inf 
104.29/104.34	c   104s|     1 |     0 | 33396 |     - | 111M|   0 |1838 |4500 |  72k|4500 |  73k|1180 |  42 |   0 | 1.615312e+03 |      --      |    Inf 
107.29/107.35	c   107s|     1 |     0 | 35516 |     - | 111M|   0 |1839 |4500 |  72k|4500 |  73k|1244 |  42 |   0 | 1.624774e+03 |      --      |    Inf 
109.89/109.98	c   110s|     1 |     0 | 37268 |     - | 112M|   0 |1849 |4500 |  72k|4500 |  73k|1303 |  42 |   0 | 1.636100e+03 |      --      |    Inf 
114.10/114.13	c   114s|     1 |     0 | 40711 |     - | 112M|   0 |1766 |4500 |  72k|4500 |  73k|1362 |  42 |   0 | 1.645125e+03 |      --      |    Inf 
117.39/117.49	c   117s|     1 |     0 | 43407 |     - | 112M|   0 |1785 |4500 |  72k|4500 |  73k|1420 |  42 |   0 | 1.655756e+03 |      --      |    Inf 
120.09/120.11	c   120s|     1 |     0 | 45387 |     - | 112M|   0 |1733 |4500 |  72k|4500 |  73k|1487 |  42 |   0 | 1.665725e+03 |      --      |    Inf 
123.59/123.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.59/123.64	c   124s|     1 |     0 | 47504 |     - | 113M|   0 |1734 |4500 |  72k|4500 |  73k|1545 |  42 |   0 | 1.671697e+03 |      --      |    Inf 
130.10/130.16	c   130s|     1 |     0 | 52634 |     - | 113M|   0 |1733 |4500 |  72k|4500 |  73k|1598 |  42 |   0 | 1.676553e+03 |      --      |    Inf 
133.70/133.70	c   134s|     1 |     0 | 55448 |     - | 113M|   0 |1722 |4500 |  72k|4500 |  73k|1656 |  42 |   0 | 1.683193e+03 |      --      |    Inf 
137.59/137.68	c   138s|     1 |     0 | 58477 |     - | 113M|   0 |1748 |4500 |  72k|4500 |  73k|1716 |  42 |   0 | 1.686696e+03 |      --      |    Inf 
144.11/144.18	c   144s|     1 |     0 | 63314 |     - | 114M|   0 |1727 |4500 |  72k|4500 |  73k|1781 |  42 |   0 | 1.692971e+03 |      --      |    Inf 
147.30/147.32	c   147s|     1 |     0 | 66138 |     - | 114M|   0 |1741 |4500 |  72k|4500 |  73k|1836 |  42 |   0 | 1.699700e+03 |      --      |    Inf 
149.69/149.77	c   150s|     1 |     0 | 67651 |     - | 114M|   0 |1749 |4500 |  72k|4500 |  73k|1888 |  42 |   0 | 1.704667e+03 |      --      |    Inf 
159.79/159.89	c   160s|     1 |     0 | 75031 |     - | 115M|   0 |1770 |4500 |  72k|4500 |  73k|1942 |  42 |   0 | 1.709229e+03 |      --      |    Inf 
166.59/166.61	c   167s|     1 |     0 | 79947 |     - | 115M|   0 |1710 |4500 |  72k|4500 |  73k|1997 |  42 |   0 | 1.714214e+03 |      --      |    Inf 
172.39/172.48	c   172s|     1 |     0 | 84332 |     - | 115M|   0 |1712 |4500 |  72k|4500 |  73k|2057 |  42 |   0 | 1.718952e+03 |      --      |    Inf 
175.59/175.61	c   176s|     1 |     0 | 86353 |     - | 115M|   0 |1747 |4500 |  72k|4500 |  73k|2121 |  42 |   0 | 1.724893e+03 |      --      |    Inf 
181.40/181.43	c   181s|     1 |     0 | 90114 |     - | 116M|   0 |1707 |4500 |  72k|4500 |  73k|2174 |  42 |   0 | 1.729715e+03 |      --      |    Inf 
186.20/186.22	c   186s|     1 |     0 | 93184 |     - | 116M|   0 |1710 |4500 |  72k|4500 |  73k|2222 |  42 |   0 | 1.732875e+03 |      --      |    Inf 
194.49/194.52	c   195s|     1 |     0 | 99865 |     - | 116M|   0 |1664 |4500 |  72k|4500 |  73k|2274 |  42 |   0 | 1.738042e+03 |      --      |    Inf 
200.89/200.94	c   201s|     1 |     0 |104887 |     - | 117M|   0 |1671 |4500 |  72k|4500 |  73k|2329 |  42 |   0 | 1.743144e+03 |      --      |    Inf 
207.69/207.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.69/207.73	c   208s|     1 |     0 |109851 |     - | 117M|   0 |1650 |4500 |  72k|4500 |  73k|2380 |  42 |   0 | 1.748133e+03 |      --      |    Inf 
212.89/212.97	c   213s|     1 |     0 |114621 |     - | 117M|   0 |1712 |4500 |  72k|4500 |  73k|2444 |  42 |   0 | 1.752021e+03 |      --      |    Inf 
220.39/220.45	c   220s|     1 |     0 |120953 |     - | 118M|   0 |1697 |4500 |  72k|4500 |  73k|2502 |  42 |   0 | 1.759360e+03 |      --      |    Inf 
223.69/223.75	c   224s|     1 |     0 |123392 |     - | 118M|   0 |1629 |4500 |  72k|4500 |  73k|2563 |  42 |   0 | 1.763500e+03 |      --      |    Inf 
229.00/229.02	c   229s|     1 |     0 |127042 |     - | 118M|   0 |1663 |4500 |  72k|4500 |  73k|2618 |  42 |   0 | 1.766375e+03 |      --      |    Inf 
234.59/234.61	c   235s|     1 |     0 |130317 |     - | 119M|   0 |1661 |4500 |  72k|4500 |  73k|2670 |  42 |   0 | 1.769321e+03 |      --      |    Inf 
238.79/238.87	c   239s|     1 |     0 |133173 |     - | 119M|   0 |1597 |4500 |  72k|4500 |  73k|2728 |  42 |   0 | 1.775593e+03 |      --      |    Inf 
245.70/245.73	c   246s|     1 |     0 |138599 |     - | 119M|   0 |1633 |4500 |  72k|4500 |  73k|2786 |  42 |   0 | 1.781397e+03 |      --      |    Inf 
250.09/250.13	c   250s|     1 |     0 |142033 |     - | 119M|   0 |1710 |4500 |  72k|4500 |  73k|2852 |  42 |   0 | 1.787215e+03 |      --      |    Inf 
257.41/257.44	c   257s|     1 |     0 |147439 |     - | 120M|   0 |1655 |4500 |  72k|4500 |  73k|2909 |  42 |   0 | 1.793218e+03 |      --      |    Inf 
265.90/265.90	c   266s|     1 |     0 |153786 |     - | 120M|   0 |1614 |4500 |  72k|4500 |  73k|2964 |  42 |   0 | 1.798476e+03 |      --      |    Inf 
271.80/271.89	c   272s|     1 |     0 |157095 |     - | 120M|   0 |1630 |4500 |  72k|4500 |  73k|3018 |  42 |   0 | 1.803801e+03 |      --      |    Inf 
277.99/278.05	c   278s|     1 |     0 |160578 |     - | 121M|   0 |1612 |4500 |  72k|4500 |  73k|3072 |  42 |   0 | 1.805167e+03 |      --      |    Inf 
285.20/285.20	c   285s|     1 |     0 |164388 |     - | 121M|   0 |1601 |4500 |  72k|4500 |  73k|3132 |  42 |   0 | 1.807125e+03 |      --      |    Inf 
306.99/307.01	c   307s|     1 |     0 |175762 |     - | 121M|   0 |1594 |4500 |  72k|4500 |  73k|3198 |  42 |   0 | 1.808600e+03 |      --      |    Inf 
311.80/311.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
311.80/311.80	c   312s|     1 |     0 |179225 |     - | 122M|   0 |1581 |4500 |  72k|4500 |  74k|3280 |  42 |   0 | 1.814167e+03 |      --      |    Inf 
315.99/316.07	c   316s|     1 |     0 |182097 |     - | 122M|   0 |1611 |4500 |  72k|4500 |  74k|3341 |  42 |   0 | 1.817140e+03 |      --      |    Inf 
325.90/325.92	c   326s|     1 |     0 |188709 |     - | 122M|   0 |1658 |4500 |  72k|4500 |  73k|3398 |  42 |   0 | 1.819518e+03 |      --      |    Inf 
328.80/328.86	c   329s|     1 |     0 |190360 |     - | 123M|   0 |1586 |4500 |  72k|4500 |  73k|3446 |  42 |   0 | 1.821407e+03 |      --      |    Inf 
333.10/333.12	c   333s|     1 |     0 |193301 |     - | 123M|   0 |1555 |4500 |  72k|4500 |  73k|3516 |  42 |   0 | 1.825974e+03 |      --      |    Inf 
352.50/352.57	c   353s|     1 |     0 |204082 |     - | 123M|   0 |1587 |4500 |  72k|4500 |  74k|3573 |  42 |   0 | 1.829155e+03 |      --      |    Inf 
356.60/356.63	c   357s|     1 |     0 |207337 |     - | 123M|   0 |1638 |4500 |  72k|4500 |  74k|3637 |  42 |   0 | 1.833183e+03 |      --      |    Inf 
364.49/364.53	c   365s|     1 |     0 |212652 |     - | 124M|   0 |1654 |4500 |  72k|4500 |  74k|3694 |  42 |   0 | 1.837234e+03 |      --      |    Inf 
370.30/370.30	c   370s|     1 |     0 |216681 |     - | 124M|   0 |1655 |4500 |  72k|4500 |  73k|3760 |  42 |   0 | 1.840192e+03 |      --      |    Inf 
390.20/390.24	c   390s|     1 |     0 |227760 |     - | 125M|   0 |1667 |4500 |  72k|4500 |  74k|3827 |  42 |   0 | 1.842067e+03 |      --      |    Inf 
395.20/395.27	c   395s|     1 |     0 |230731 |     - | 125M|   0 |1628 |4500 |  72k|4500 |  74k|3888 |  42 |   0 | 1.844692e+03 |      --      |    Inf 
406.70/406.75	c   407s|     1 |     0 |238544 |     - | 125M|   0 |1669 |4500 |  72k|4500 |  74k|3941 |  42 |   0 | 1.846130e+03 |      --      |    Inf 
413.00/413.01	c   413s|     1 |     0 |241978 |     - | 126M|   0 |1779 |4500 |  72k|4500 |  74k|3997 |  42 |   0 | 1.847407e+03 |      --      |    Inf 
420.30/420.33	c   420s|     1 |     0 |245701 |     - | 126M|   0 |1772 |4500 |  72k|4500 |  74k|4052 |  42 |   0 | 1.849581e+03 |      --      |    Inf 
429.70/429.71	c   430s|     1 |     0 |250872 |     - | 126M|   0 |1704 |4500 |  72k|4500 |  74k|4114 |  42 |   0 | 1.851729e+03 |      --      |    Inf 
438.50/438.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.50/438.51	c   439s|     1 |     0 |256306 |     - | 126M|   0 |1684 |4500 |  72k|4500 |  74k|4172 |  42 |   0 | 1.856208e+03 |      --      |    Inf 
446.70/446.72	c   447s|     1 |     0 |261853 |     - | 127M|   0 |1664 |4500 |  72k|4500 |  74k|4241 |  42 |   0 | 1.859220e+03 |      --      |    Inf 
454.11/454.11	c   454s|     1 |     0 |265973 |     - | 127M|   0 |1690 |4500 |  72k|4500 |  74k|4304 |  42 |   0 | 1.861143e+03 |      --      |    Inf 
462.90/462.98	c   463s|     1 |     0 |271546 |     - | 128M|   0 |1757 |4500 |  72k|4500 |  74k|4352 |  42 |   0 | 1.862763e+03 |      --      |    Inf 
476.00/476.01	c   476s|     1 |     0 |278791 |     - | 128M|   0 |1777 |4500 |  72k|4500 |  74k|4397 |  42 |   0 | 1.864060e+03 |      --      |    Inf 
491.51/491.54	c   492s|     1 |     0 |287233 |     - | 128M|   0 |1729 |4500 |  72k|4500 |  74k|4450 |  42 |   0 | 1.867050e+03 |      --      |    Inf 
498.21/498.27	c   498s|     1 |     0 |291280 |     - | 129M|   0 |1781 |4500 |  72k|4500 |  74k|4500 |  42 |   0 | 1.869354e+03 |      --      |    Inf 
504.21/504.23	c   504s|     1 |     0 |294824 |     - | 129M|   0 |1801 |4500 |  72k|4500 |  74k|4558 |  42 |   0 | 1.871819e+03 |      --      |    Inf 
513.80/513.84	c   514s|     1 |     0 |299851 |     - | 129M|   0 |1782 |4500 |  72k|4500 |  74k|4617 |  42 |   0 | 1.874544e+03 |      --      |    Inf 
524.80/524.81	c   525s|     1 |     0 |306529 |     - | 130M|   0 |1819 |4500 |  72k|4500 |  74k|4680 |  42 |   0 | 1.875896e+03 |      --      |    Inf 
532.20/532.29	c   532s|     1 |     0 |310701 |     - | 130M|   0 |1778 |4500 |  72k|4500 |  74k|4731 |  42 |   0 | 1.877185e+03 |      --      |    Inf 
544.90/544.93	c   545s|     1 |     0 |317634 |     - | 130M|   0 |1849 |4500 |  72k|4500 |  74k|4779 |  42 |   0 | 1.878650e+03 |      --      |    Inf 
552.80/552.82	c   553s|     1 |     0 |322690 |     - | 131M|   0 |1773 |4500 |  72k|4500 |  74k|4822 |  42 |   0 | 1.881248e+03 |      --      |    Inf 
560.60/560.60	c   561s|     1 |     0 |327365 |     - | 131M|   0 |1821 |4500 |  72k|4500 |  74k|4883 |  42 |   0 | 1.883488e+03 |      --      |    Inf 
568.20/568.25	c   568s|     1 |     0 |332235 |     - | 131M|   0 |1816 |4500 |  72k|4500 |  74k|4944 |  42 |   0 | 1.885877e+03 |      --      |    Inf 
574.70/574.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.70/574.73	c   575s|     1 |     0 |335520 |     - | 132M|   0 |1866 |4500 |  72k|4500 |  74k|4993 |  42 |   0 | 1.888839e+03 |      --      |    Inf 
593.70/593.76	c   594s|     1 |     0 |345633 |     - | 132M|   0 |1856 |4500 |  72k|4500 |  74k|5038 |  42 |   0 | 1.889913e+03 |      --      |    Inf 
600.20/600.24	c   600s|     1 |     0 |349131 |     - | 132M|   0 |1818 |4500 |  72k|4500 |  74k|5085 |  42 |   0 | 1.890851e+03 |      --      |    Inf 
610.61/610.68	c   611s|     1 |     0 |354347 |     - | 133M|   0 |1882 |4500 |  72k|4500 |  74k|5133 |  42 |   0 | 1.892230e+03 |      --      |    Inf 
640.50/640.52	c   641s|     1 |     0 |366045 |     - | 133M|   0 |1886 |4500 |  72k|4500 |  74k|5185 |  42 |   0 | 1.895006e+03 |      --      |    Inf 
649.90/649.94	c   650s|     1 |     0 |370594 |     - | 133M|   0 |1918 |4500 |  72k|4500 |  74k|5223 |  42 |   0 | 1.896182e+03 |      --      |    Inf 
660.31/660.32	c   660s|     1 |     0 |376211 |     - | 133M|   0 |1894 |4500 |  72k|4500 |  74k|5274 |  42 |   0 | 1.897627e+03 |      --      |    Inf 
669.60/669.61	c   670s|     1 |     0 |382640 |     - | 134M|   0 |1916 |4500 |  72k|4500 |  74k|5323 |  42 |   0 | 1.899466e+03 |      --      |    Inf 
680.61/680.66	c   681s|     1 |     0 |387998 |     - | 134M|   0 |1835 |4500 |  72k|4500 |  74k|5372 |  42 |   0 | 1.901352e+03 |      --      |    Inf 
693.31/693.39	c   693s|     1 |     0 |394143 |     - | 134M|   0 |1804 |4500 |  72k|4500 |  74k|5410 |  42 |   0 | 1.901649e+03 |      --      |    Inf 
701.90/701.93	c   702s|     1 |     0 |397999 |     - | 135M|   0 |1897 |4500 |  72k|4500 |  74k|5455 |  42 |   0 | 1.901968e+03 |      --      |    Inf 
716.01/716.02	c   716s|     1 |     0 |404146 |     - | 135M|   0 |1856 |4500 |  72k|4500 |  74k|5501 |  42 |   0 | 1.903077e+03 |      --      |    Inf 
728.01/728.09	c   728s|     1 |     0 |409703 |     - | 136M|   0 |1913 |4500 |  72k|4500 |  74k|5541 |  42 |   0 | 1.904855e+03 |      --      |    Inf 
741.00/741.07	c   741s|     1 |     0 |415875 |     - | 136M|   0 |1940 |4500 |  72k|4500 |  74k|5585 |  42 |   0 | 1.905697e+03 |      --      |    Inf 
749.71/749.79	c   750s|     1 |     0 |419384 |     - | 136M|   0 |1911 |4500 |  72k|4500 |  74k|5617 |  42 |   0 | 1.907236e+03 |      --      |    Inf 
760.02/760.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
760.02/760.10	c   760s|     1 |     0 |424455 |     - | 137M|   0 |1916 |4500 |  72k|4500 |  74k|5651 |  42 |   0 | 1.908677e+03 |      --      |    Inf 
769.31/769.32	c   769s|     1 |     0 |428658 |     - | 137M|   0 |1942 |4500 |  72k|4500 |  74k|5690 |  42 |   0 | 1.909567e+03 |      --      |    Inf 
781.21/781.22	c   781s|     1 |     0 |433878 |     - | 137M|   0 |2012 |4500 |  72k|4500 |  74k|5740 |  42 |   0 | 1.911361e+03 |      --      |    Inf 
809.21/809.29	c   809s|     1 |     0 |444496 |     - | 137M|   0 |1982 |4500 |  72k|4500 |  74k|5777 |  42 |   0 | 1.912674e+03 |      --      |    Inf 
827.01/827.08	c   827s|     1 |     0 |451879 |     - | 137M|   0 |1925 |4500 |  72k|4500 |  74k|5815 |  42 |   0 | 1.914236e+03 |      --      |    Inf 
843.73/843.74	c   844s|     1 |     0 |458853 |     - | 137M|   0 |1951 |4500 |  72k|4500 |  74k|5850 |  42 |   0 | 1.914636e+03 |      --      |    Inf 
852.81/852.86	c   853s|     1 |     0 |463135 |     - | 138M|   0 |1946 |4500 |  72k|4500 |  74k|5880 |  42 |   0 | 1.916046e+03 |      --      |    Inf 
860.41/860.45	c   860s|     1 |     0 |466452 |     - | 138M|   0 |1952 |4500 |  72k|4500 |  74k|5914 |  42 |   0 | 1.916684e+03 |      --      |    Inf 
874.22/874.23	c   874s|     1 |     0 |472115 |     - | 138M|   0 |1953 |4500 |  72k|4500 |  74k|5946 |  42 |   0 | 1.917523e+03 |      --      |    Inf 
886.91/886.94	c   887s|     1 |     0 |477738 |     - | 138M|   0 |2065 |4500 |  72k|4500 |  74k|5984 |  42 |   0 | 1.918200e+03 |      --      |    Inf 
905.01/905.08	c   905s|     1 |     0 |485852 |     - | 138M|   0 |2004 |4500 |  72k|4500 |  74k|6015 |  42 |   0 | 1.919565e+03 |      --      |    Inf 
917.91/917.95	c   918s|     1 |     0 |491495 |     - | 138M|   0 |1989 |4500 |  72k|4500 |  74k|6045 |  42 |   0 | 1.921053e+03 |      --      |    Inf 
937.41/937.40	c   937s|     1 |     0 |500143 |     - | 137M|   0 |1995 |4500 |  72k|4500 |  74k|6078 |  42 |   0 | 1.922173e+03 |      --      |    Inf 
952.21/952.28	c   952s|     1 |     0 |507698 |     - | 137M|   0 |2027 |4500 |  72k|4500 |  74k|6108 |  42 |   0 | 1.922749e+03 |      --      |    Inf 
982.41/982.40	c   982s|     1 |     0 |519507 |     - | 137M|   0 |1980 |4500 |  72k|4500 |  74k|6139 |  42 |   0 | 1.923779e+03 |      --      |    Inf 
998.84/998.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
998.84/998.85	c   999s|     1 |     0 |528537 |     - | 137M|   0 |1993 |4500 |  72k|4500 |  74k|6166 |  42 |   0 | 1.925302e+03 |      --      |    Inf 
1012.62/1012.67	c  1013s|     1 |     0 |534768 |     - | 137M|   0 |1988 |4500 |  72k|4500 |  74k|6204 |  42 |   0 | 1.926655e+03 |      --      |    Inf 
1038.92/1038.97	c  1039s|     1 |     0 |545972 |     - | 137M|   0 |2006 |4500 |  72k|4500 |  74k|6229 |  42 |   0 | 1.927795e+03 |      --      |    Inf 
1064.12/1064.19	c  1064s|     1 |     0 |556780 |     - | 137M|   0 |1989 |4500 |  72k|4500 |  74k|6261 |  42 |   0 | 1.928577e+03 |      --      |    Inf 
1074.52/1074.57	c  1075s|     1 |     0 |561654 |     - | 138M|   0 |2006 |4500 |  72k|4500 |  74k|6284 |  42 |   0 | 1.929249e+03 |      --      |    Inf 
1086.52/1086.55	c  1087s|     1 |     0 |567316 |     - | 138M|   0 |1982 |4500 |  72k|4500 |  74k|6314 |  42 |   0 | 1.930327e+03 |      --      |    Inf 
1097.62/1097.64	c  1098s|     1 |     0 |571680 |     - | 138M|   0 |1978 |4500 |  72k|4500 |  74k|6353 |  42 |   0 | 1.931786e+03 |      --      |    Inf 
1109.94/1109.99	c  1110s|     1 |     0 |577173 |     - | 138M|   0 |1996 |4500 |  72k|4500 |  74k|6394 |  42 |   0 | 1.932257e+03 |      --      |    Inf 
1123.22/1123.26	c  1123s|     1 |     0 |582456 |     - | 138M|   0 |2046 |4500 |  72k|4500 |  74k|6424 |  42 |   0 | 1.932437e+03 |      --      |    Inf 
1143.12/1143.13	c  1143s|     1 |     0 |589874 |     - | 139M|   0 |2119 |4500 |  72k|4500 |  74k|6456 |  42 |   0 | 1.932875e+03 |      --      |    Inf 
1172.82/1172.85	c  1173s|     1 |     0 |600125 |     - | 139M|   0 |2089 |4500 |  72k|4500 |  74k|6481 |  42 |   0 | 1.933313e+03 |      --      |    Inf 
1196.92/1196.97	c  1197s|     1 |     0 |608639 |     - | 139M|   0 |2053 |4500 |  72k|4500 |  74k|6505 |  42 |   0 | 1.934194e+03 |      --      |    Inf 
1222.42/1222.43	c  1222s|     1 |     0 |619052 |     - | 139M|   0 |2046 |4500 |  72k|4500 |  74k|6529 |  42 |   0 | 1.934518e+03 |      --      |    Inf 
1231.32/1231.34	c  1231s|     1 |     0 |623528 |     - | 139M|   0 |2045 |4500 |  72k|4500 |  74k|6558 |  42 |   0 | 1.935192e+03 |      --      |    Inf 
1252.42/1252.42	c  1252s|     1 |     0 |633551 |     - | 140M|   0 |2073 |4500 |  72k|4500 |  74k|6581 |  42 |   0 | 1.936165e+03 |      --      |    Inf 
1280.72/1280.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1280.72/1280.74	c  1281s|     1 |     0 |644204 |     - | 140M|   0 |2045 |4500 |  72k|4500 |  74k|6606 |  42 |   0 | 1.937489e+03 |      --      |    Inf 
1296.32/1296.32	c  1296s|     1 |     0 |649840 |     - | 140M|   0 |2034 |4500 |  72k|4500 |  74k|6628 |  42 |   0 | 1.937555e+03 |      --      |    Inf 
1319.93/1319.92	c  1320s|     1 |     0 |658445 |     - | 140M|   0 |2062 |4500 |  72k|4500 |  74k|6653 |  42 |   0 | 1.937671e+03 |      --      |    Inf 
1355.92/1355.98	c  1356s|     1 |     0 |668748 |     - | 140M|   0 |2039 |4500 |  72k|4500 |  74k|6683 |  42 |   0 | 1.938728e+03 |      --      |    Inf 
1379.33/1379.38	c  1379s|     1 |     0 |679217 |     - | 140M|   0 |2010 |4500 |  72k|4500 |  74k|6717 |  42 |   0 | 1.939700e+03 |      --      |    Inf 
1387.93/1387.98	c  1388s|     1 |     0 |683417 |     - | 140M|   0 |2012 |4500 |  72k|4500 |  74k|6742 |  42 |   0 | 1.940566e+03 |      --      |    Inf 
1401.02/1401.01	c  1401s|     1 |     0 |688882 |     - | 140M|   0 |2018 |4500 |  72k|4500 |  74k|6767 |  42 |   0 | 1.941600e+03 |      --      |    Inf 
1411.12/1411.12	c  1411s|     1 |     0 |693243 |     - | 141M|   0 |2032 |4500 |  72k|4500 |  74k|6794 |  42 |   0 | 1.942284e+03 |      --      |    Inf 
1430.72/1430.73	c  1431s|     1 |     0 |700287 |     - | 141M|   0 |1998 |4500 |  72k|4500 |  74k|6821 |  42 |   0 | 1.943312e+03 |      --      |    Inf 
1440.02/1440.08	c  1440s|     1 |     0 |703920 |     - | 141M|   0 |1978 |4500 |  72k|4500 |  74k|6842 |  42 |   0 | 1.944137e+03 |      --      |    Inf 
1452.73/1452.75	c  1453s|     1 |     0 |709636 |     - | 141M|   0 |2018 |4500 |  72k|4500 |  75k|6867 |  42 |   0 | 1.944795e+03 |      --      |    Inf 
1465.42/1465.46	c  1465s|     1 |     0 |715325 |     - | 141M|   0 |2040 |4500 |  72k|4500 |  74k|6895 |  42 |   0 | 1.945332e+03 |      --      |    Inf 
1477.62/1477.62	c  1478s|     1 |     0 |720954 |     - | 141M|   0 |2049 |4500 |  72k|4500 |  74k|6918 |  42 |   0 | 1.946023e+03 |      --      |    Inf 
1497.73/1497.70	c  1498s|     1 |     0 |725031 |     - | 141M|   0 |2042 |4500 |  72k|4500 |  75k|6946 |  42 |   0 | 1.946328e+03 |      --      |    Inf 
1517.63/1517.66	c  1518s|     1 |     0 |729172 |     - | 141M|   0 |2045 |4500 |  72k|4500 |  75k|6970 |  42 |   0 | 1.947009e+03 |      --      |    Inf 
1540.13/1540.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1540.13/1540.17	c  1540s|     1 |     0 |734821 |     - | 141M|   0 |2027 |4500 |  72k|4500 |  75k|6992 |  42 |   0 | 1.947515e+03 |      --      |    Inf 
1562.33/1562.37	c  1562s|     1 |     0 |739320 |     - | 141M|   0 |2046 |4500 |  72k|4500 |  75k|7007 |  42 |   0 | 1.947957e+03 |      --      |    Inf 
1573.83/1573.87	c  1574s|     1 |     0 |742391 |     - | 141M|   0 |2053 |4500 |  72k|4500 |  74k|7027 |  42 |   0 | 1.948604e+03 |      --      |    Inf 
1585.83/1585.83	c  1586s|     1 |     0 |746415 |     - | 141M|   0 |2067 |4500 |  72k|4500 |  74k|7046 |  42 |   0 | 1.949416e+03 |      --      |    Inf 
1621.44/1621.47	c  1621s|     1 |     0 |752377 |     - | 141M|   0 |2055 |4500 |  72k|4500 |  74k|7068 |  42 |   0 | 1.950198e+03 |      --      |    Inf 
1631.43/1631.41	c  1631s|     1 |     0 |756237 |     - | 141M|   0 |2065 |4500 |  72k|4500 |  75k|7093 |  42 |   0 | 1.950805e+03 |      --      |    Inf 
1660.23/1660.28	c  1660s|     1 |     0 |762750 |     - | 141M|   0 |2050 |4500 |  72k|4500 |  75k|7116 |  42 |   0 | 1.951458e+03 |      --      |    Inf 
1671.13/1671.18	c  1671s|     1 |     0 |767136 |     - | 141M|   0 |2055 |4500 |  72k|4500 |  75k|7137 |  42 |   0 | 1.952058e+03 |      --      |    Inf 
1698.53/1698.51	c  1699s|     1 |     0 |770520 |     - | 142M|   0 |2044 |4500 |  72k|4500 |  74k|7156 |  42 |   0 | 1.952858e+03 |      --      |    Inf 
1707.83/1707.86	c  1708s|     1 |     0 |774286 |     - | 142M|   0 |2061 |4500 |  72k|4500 |  74k|7177 |  42 |   0 | 1.953669e+03 |      --      |    Inf 
1748.53/1748.55	c  1749s|     1 |     0 |777012 |     - | 142M|   0 |2057 |4500 |  72k|4500 |  74k|7195 |  42 |   0 | 1.954555e+03 |      --      |    Inf 
1764.53/1764.53	c  1765s|     1 |     0 |782891 |     - | 142M|   0 |2049 |4500 |  72k|4500 |  75k|7217 |  42 |   0 | 1.955224e+03 |      --      |    Inf 
1798.23/1798.25	c  1798s|     1 |     0 |786409 |     - | 142M|   0 |2071 |4500 |  72k|4500 |  75k|7237 |  42 |   0 | 1.955468e+03 |      --      |    Inf 
1800.04/1800.00	c  1800s|     1 |     0 |786409 |     - | 142M|   0 |   - |4500 |  72k|4500 |  75k|7250 |  42 |   0 | 1.955468e+03 |      --      |    Inf 
1800.04/1800.02	c  1800s|     1 |     2 |786409 |     - | 142M|   0 |   - |4500 |  72k|4500 |  75k|7250 |  42 |   0 | 1.955468e+03 |      --      |    Inf 
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time (sec) : 1800.02
1800.04/1800.02	c Solving Nodes      : 1
1800.04/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.02	c Dual Bound         : +1.95546762858186e+03
1800.04/1800.02	c Gap                : infinite
1800.04/1800.02	s UNKNOWN
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Total Time         :    1800.02
1800.04/1800.02	c   solving          :    1800.02
1800.04/1800.02	c   presolving       :      20.94 (included in solving)
1800.04/1800.02	c   reading          :       0.42 (included in solving)
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-3452509-1307085355.opb
1800.04/1800.02	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.02	c   Constraints      : 72413 initial, 72413 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-3452509-1307085355.opb
1800.04/1800.02	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.02	c   Constraints      : 72413 initial, 72455 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :      20.32          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   setppc           :       0.09          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.36          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0          0          0          4          0          0          0          0          0          0
1800.04/1800.02	c   setppc           :      72288        163       6906          0          1          3       2445          1          0          0          0          0
1800.04/1800.02	c   logicor          :        125+       163        894          0          1          0        622         14          0          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.02	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c   setppc           :      19.05       0.91      18.10       0.00       0.02       0.01       0.00
1800.04/1800.02	c   logicor          :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :          0          0          0          0
1800.04/1800.02	c   rootredcost      :          0          0          0          0
1800.04/1800.02	c   pseudoobj        :       1069          0          0          0
1800.04/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.02	c   vbounds          :       0.00       0.00       0.00
1800.04/1800.02	c   rootredcost      :       0.00       0.00       0.00
1800.04/1800.02	c   pseudoobj        :       0.01       0.01       0.00
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       0.00         15         15        115       91.2          0        0.0          -
1800.04/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   applied globally :          -          -          -         42       62.7          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.79        162          -          -       3928          -    (maximal pool size: 15621)
1800.04/1800.02	c   redcost          :       0.02        163          0          0          0          0
1800.04/1800.02	c   impliedbounds    :       0.75        163          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :     345.46        163          0          0      81015          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.02	c   strongcg         :       4.97         20          0          0      10000          0
1800.04/1800.02	c   cmir             :       7.57         10          0          0          0          0
1800.04/1800.02	c   flowcover        :       8.24         10          0          0          0          0
1800.04/1800.02	c   clique           :      15.17        162          0          0       1579          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.08          1          0          0          0          0
1800.04/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -          0
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   oneopt           :       0.00          0          0
1800.04/1800.02	c   trivial          :       0.03          2          0
1800.04/1800.02	c   shiftandpropagate:       0.90          1          0
1800.04/1800.02	c   simplerounding   :       0.00          0          0
1800.04/1800.02	c   zirounding       :       0.00          0          0
1800.04/1800.02	c   rounding         :       0.76        100          0
1800.04/1800.02	c   shifting         :      14.84        100          0
1800.04/1800.02	c   intshifting      :       0.00          0          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   feaspump         :       1.87          1          0
1800.04/1800.02	c   clique           :       0.00          0          0
1800.04/1800.02	c   coefdiving       :       0.00          0          0
1800.04/1800.02	c   pscostdiving     :       0.00          0          0
1800.04/1800.02	c   fracdiving       :       0.00          0          0
1800.04/1800.02	c   veclendiving     :       0.00          0          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   objpscostdiving  :       0.00          0          0
1800.04/1800.02	c   rootsoldiving    :       0.00          0          0
1800.04/1800.02	c   linesearchdiving :       0.00          0          0
1800.04/1800.02	c   guideddiving     :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.00          0          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   crossover        :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   vbounds          :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   subnlp           :       0.00          0          0
1800.04/1800.02	c   trysol           :       0.00          0          0
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.65          0          0       0.00       0.00
1800.04/1800.02	c   dual LP          :    1373.36        163     785472    4818.85     571.93
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:       1.41         69        937      13.58     663.12
1800.04/1800.02	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.02	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :          1
1800.04/1800.02	c   nodes (total)    :          1
1800.04/1800.02	c   nodes left       :          2
1800.04/1800.02	c   max depth        :          0
1800.04/1800.02	c   max depth (total):          0
1800.04/1800.02	c   backtracks       :          0 (0.0%)
1800.04/1800.02	c   delayed cutoffs  :          0
1800.04/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.02	c   avg switch length:       1.00
1800.04/1800.02	c   switching time   :       0.00
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :          0 (0 improvements)
1800.04/1800.02	c   Primal Bound     :          -
1800.04/1800.02	c   Dual Bound       : +1.95546762858186e+03
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +1.95546762858186e+03
1800.04/1800.02	c   Root Iterations  :     786409
1800.23/1800.21	c Time complete: 1800.24.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452509-1307085355/watcher-3452509-1307085355 -o /tmp/evaluation-result-3452509-1307085355/solver-3452509-1307085355 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452509-1307085355.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.12 2.67 2/505 1645
/proc/meminfo: memFree=30275128/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=6864 CPUtime=0 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 865 0 0 0 0 0 0 0 25 0 1 0 820138085 7028736 819 33554432000 4194304 9128323 140734305801648 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1645/statm: 1716 832 361 1205 0 507 0

[startup+0.0209041 s]
/proc/loadavg: 2.04 2.12 2.67 2/505 1645
/proc/meminfo: memFree=30275128/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=15440 CPUtime=0.01 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 2872 0 0 0 1 0 0 0 25 0 1 0 820138085 15810560 2825 33554432000 4194304 9128323 140734305801648 18446744073709551615 8008910 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1645/statm: 3860 2825 400 1205 0 2651 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15440

[startup+0.100967 s]
/proc/loadavg: 2.04 2.12 2.67 2/505 1645
/proc/meminfo: memFree=30275128/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=19788 CPUtime=0.09 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 3973 0 0 0 9 0 0 0 25 0 1 0 820138085 20262912 3924 33554432000 4194304 9128323 140734305801648 18446744073709551615 6164682 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1645/statm: 4947 3924 400 1205 0 3738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19788

[startup+0.300945 s]
/proc/loadavg: 2.04 2.12 2.67 2/505 1645
/proc/meminfo: memFree=30275128/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=29708 CPUtime=0.29 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 6457 0 0 0 29 0 0 0 25 0 1 0 820138085 30420992 6404 33554432000 4194304 9128323 140734305801648 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1645/statm: 7427 6404 400 1205 0 6218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29708

[startup+0.700834 s]
/proc/loadavg: 2.04 2.12 2.67 2/505 1645
/proc/meminfo: memFree=30275128/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=104736 CPUtime=0.69 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 27269 0 0 0 66 3 0 0 25 0 1 0 820138085 107249664 24676 33554432000 4194304 9128323 140734305801648 18446744073709551615 4856934 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 26184 24676 500 1205 0 24975 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104736

[startup+1.50071 s]
/proc/loadavg: 2.04 2.12 2.67 3/506 1646
/proc/meminfo: memFree=30150500/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=137208 CPUtime=1.49 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 40364 0 0 0 144 5 0 0 25 0 1 0 820138085 140500992 32841 33554432000 4194304 9128323 140734305801648 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 34302 32841 536 1205 0 33093 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137208

[startup+3.10043 s]
/proc/loadavg: 2.03 2.12 2.67 3/506 1646
/proc/meminfo: memFree=30143432/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=137208 CPUtime=3.09 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 40364 0 0 0 304 5 0 0 25 0 1 0 820138085 140500992 32841 33554432000 4194304 9128323 140734305801648 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 34302 32841 536 1205 0 33093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137208

[startup+6.30087 s]
/proc/loadavg: 2.03 2.12 2.67 3/506 1646
/proc/meminfo: memFree=30143440/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=137208 CPUtime=6.29 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 40364 0 0 0 624 5 0 0 25 0 1 0 820138085 140500992 32841 33554432000 4194304 9128323 140734305801648 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 34302 32841 536 1205 0 33093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137208

[startup+12.7007 s]
/proc/loadavg: 2.03 2.11 2.66 3/506 1646
/proc/meminfo: memFree=30143456/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=137208 CPUtime=12.69 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 40368 0 0 0 1264 5 0 0 25 0 1 0 820138085 140500992 32845 33554432000 4194304 9128323 140734305801648 18446744073709551615 4786371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 34302 32845 540 1205 0 33093 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 137208

[startup+25.5005 s]
/proc/loadavg: 2.02 2.11 2.65 3/506 1646
/proc/meminfo: memFree=30036572/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=251596 CPUtime=25.49 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 75103 0 0 0 2539 10 0 0 25 0 1 0 820138085 257634304 59795 33554432000 4194304 9128323 140734305801648 18446744073709551615 7207296 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 62899 59795 687 1205 0 61690 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 251596

[startup+51.101 s]
/proc/loadavg: 2.01 2.10 2.63 3/506 1647
/proc/meminfo: memFree=30015716/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=273684 CPUtime=51.09 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 90253 0 0 0 5096 13 0 0 25 0 1 0 820138085 280252416 64909 33554432000 4194304 9128323 140734305801648 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 68421 64909 983 1205 0 67212 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 273684

[startup+102.319 s]
/proc/loadavg: 2.00 2.08 2.60 3/506 1648
/proc/meminfo: memFree=29992852/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=289512 CPUtime=102.31 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 102236 0 0 0 10211 20 0 0 25 0 1 0 820138085 296460288 70200 33554432000 4194304 9128323 140734305801648 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 72378 70200 721 1205 0 71169 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 289512

[startup+162.3 s]
/proc/loadavg: 2.15 2.10 2.56 3/506 1650
/proc/meminfo: memFree=29990796/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=292092 CPUtime=162.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 109221 0 0 0 16199 31 0 0 25 0 1 0 820138085 299102208 70280 33554432000 4194304 9128323 140734305801648 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 73023 70280 720 1205 0 71814 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 292092

[startup+222.301 s]
/proc/loadavg: 2.12 2.09 2.53 3/506 1651
/proc/meminfo: memFree=29978576/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=301960 CPUtime=222.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 113335 0 0 0 22189 41 0 0 25 0 1 0 820138085 309207040 73368 33554432000 4194304 9128323 140734305801648 18446744073709551615 7312738 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 75490 73368 720 1205 0 74281 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 301960

[startup+282.301 s]
/proc/loadavg: 2.04 2.07 2.50 3/506 1653
/proc/meminfo: memFree=29972940/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=305716 CPUtime=282.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 114832 0 0 0 28180 50 0 0 25 0 1 0 820138085 313053184 74864 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315615 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 76429 74864 719 1205 0 75220 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 305716

[startup+342.301 s]
/proc/loadavg: 2.01 2.06 2.46 3/506 1655
/proc/meminfo: memFree=29971768/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=305716 CPUtime=342.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 114835 0 0 0 34171 59 0 0 25 0 1 0 820138085 313053184 74867 33554432000 4194304 9128323 140734305801648 18446744073709551615 6941934 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 76429 74867 722 1205 0 75220 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 305716

[startup+402.301 s]
/proc/loadavg: 2.07 2.06 2.44 3/506 1656
/proc/meminfo: memFree=29970480/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=311664 CPUtime=402.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 118751 0 0 0 40161 69 0 0 25 0 1 0 820138085 319143936 75256 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315157 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 77916 75256 722 1205 0 76707 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 311664

[startup+462.3 s]
/proc/loadavg: 2.09 2.06 2.41 3/506 1658
/proc/meminfo: memFree=29967176/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=313896 CPUtime=462.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 127947 0 0 0 46152 78 0 0 25 0 1 0 820138085 321429504 75458 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 78474 75458 722 1205 0 77265 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 313896

[startup+522.301 s]
/proc/loadavg: 2.03 2.05 2.38 3/506 1659
/proc/meminfo: memFree=29968236/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=310396 CPUtime=522.3 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 135291 0 0 0 52143 87 0 0 25 0 1 0 820138085 317845504 75546 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315635 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 77599 75546 722 1205 0 76390 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 310396

[startup+582.3 s]
/proc/loadavg: 2.01 2.04 2.36 3/506 1661
/proc/meminfo: memFree=29970388/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=311920 CPUtime=582.31 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 144466 0 0 0 58136 95 0 0 25 0 1 0 820138085 319406080 74858 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 77980 74858 721 1205 0 76771 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 311920

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.02 2.03 2.25 3/506 1669
/proc/meminfo: memFree=29962904/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=317968 CPUtime=882.31 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 182294 0 0 0 88094 137 0 0 25 0 1 0 820138085 325599232 75698 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 79492 75698 721 1205 0 78283 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 317968

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.24 3/506 1671
/proc/meminfo: memFree=29960700/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=314852 CPUtime=942.31 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 192321 0 0 0 94086 145 0 0 25 0 1 0 820138085 322408448 76175 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 78713 76175 721 1205 0 77504 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 314852

[startup+1002.3 s]
/proc/loadavg: 2.07 2.04 2.23 3/506 1672
/proc/meminfo: memFree=29952588/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=323672 CPUtime=1002.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 194419 0 0 0 100078 154 0 0 25 0 1 0 820138085 331440128 78273 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315726 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 80918 78273 721 1205 0 79709 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 323672

[startup+1062.3 s]
/proc/loadavg: 2.06 2.05 2.22 3/506 1674
/proc/meminfo: memFree=29959608/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=317364 CPUtime=1062.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 201098 0 0 0 106069 163 0 0 25 0 1 0 820138085 324980736 75368 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 79341 75368 725 1205 0 78132 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 317364

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.20 3/506 1675
/proc/meminfo: memFree=29944800/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=323972 CPUtime=1122.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 208285 0 0 0 112061 171 0 0 25 0 1 0 820138085 331747328 78451 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 80993 78451 722 1205 0 79784 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 323972

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/506 1677
/proc/meminfo: memFree=29940168/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=323596 CPUtime=1182.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 213552 0 0 0 118053 179 0 0 25 0 1 0 820138085 331362304 78358 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 80899 78358 721 1205 0 79690 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 323596

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.17 3/506 1679
/proc/meminfo: memFree=29928680/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=338208 CPUtime=1242.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 216213 0 0 0 124045 187 0 0 25 0 1 0 820138085 346324992 81018 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 84552 81018 728 1205 0 83343 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 338208

[startup+1302.3 s]
/proc/loadavg: 2.10 2.05 2.17 3/506 1680
/proc/meminfo: memFree=29940512/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=321140 CPUtime=1302.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 217104 0 0 0 130038 194 0 0 25 0 1 0 820138085 328847360 77092 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 80285 77092 720 1205 0 79076 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 321140

[startup+1362.3 s]
/proc/loadavg: 2.08 2.05 2.16 3/506 1682
/proc/meminfo: memFree=29929168/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=332256 CPUtime=1362.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 220537 0 0 0 136029 203 0 0 25 0 1 0 820138085 340230144 80525 33554432000 4194304 9128323 140734305801648 18446744073709551615 6941919 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 83064 80525 720 1205 0 81855 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 332256

[startup+1422.32 s]
/proc/loadavg: 2.03 2.04 2.15 3/506 1683
/proc/meminfo: memFree=29922908/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=332504 CPUtime=1422.34 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 220548 0 0 0 142022 212 0 0 25 0 1 0 820138085 340484096 80536 33554432000 4194304 9128323 140734305801648 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 83126 80536 720 1205 0 81917 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 332504

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.14 3/506 1685
/proc/meminfo: memFree=29924980/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=332180 CPUtime=1482.33 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 236064 0 0 0 148011 222 0 0 25 0 1 0 820138085 340152320 79508 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 83045 79508 886 1205 0 81836 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 332180

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.13 3/506 1715
/proc/meminfo: memFree=30052796/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=335816 CPUtime=1542.32 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244532 0 0 0 154001 231 0 0 25 0 1 0 820138085 343875584 80830 33554432000 4194304 9128323 140734305801648 18446744073709551615 7018441 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 83954 80830 721 1205 0 82745 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 335816

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.12 3/506 1716
/proc/meminfo: memFree=30028212/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=338608 CPUtime=1602.33 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244535 0 0 0 159993 240 0 0 25 0 1 0 820138085 346734592 80832 33554432000 4194304 9128323 140734305801648 18446744073709551615 6694272 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 84652 80832 720 1205 0 83443 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 338608

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/506 1718
/proc/meminfo: memFree=30028160/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=338608 CPUtime=1662.33 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244537 0 0 0 165985 248 0 0 25 0 1 0 820138085 346734592 80834 33554432000 4194304 9128323 140734305801648 18446744073709551615 7018588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 84652 80834 720 1205 0 83443 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 338608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/506 1719
/proc/meminfo: memFree=30027112/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=338608 CPUtime=1722.34 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244538 0 0 0 171978 256 0 0 25 0 1 0 820138085 346734592 80835 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 84652 80835 720 1205 0 83443 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 338608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/506 1721
/proc/meminfo: memFree=30027180/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=338608 CPUtime=1782.33 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244538 0 0 0 177968 265 0 0 25 0 1 0 820138085 346734592 80835 33554432000 4194304 9128323 140734305801648 18446744073709551615 7018454 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 84652 80835 720 1205 0 83443 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 338608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.09 3/506 1722
/proc/meminfo: memFree=30027916/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=338608 CPUtime=1800.04 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244538 0 0 0 179735 269 0 0 25 0 1 0 820138085 346734592 80835 33554432000 4194304 9128323 140734305801648 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/1645/statm: 84652 80835 720 1205 0 83443 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 338608

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.01 2.09 3/506 1722
/proc/meminfo: memFree=30027916/32951124 swapFree=51712236/67111528
[pid=1645] ppid=1643 vsize=231672 CPUtime=1800.23 cores=0,2,4,6
/proc/1645/stat : 1645 (scip-2.0.1.4.li) R 1643 1645 27258 0 -1 4202496 244553 0 0 0 179754 269 0 0 25 0 1 0 820138085 237232128 57096 33554432000 4194304 9128323 140734305801648 18446744073709551615 6890206 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1645/statm: 57918 57096 735 1205 0 56709 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 231672

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.25
CPU user time (s): 1797.55
CPU system time (s): 2.70859
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 349936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.70859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244559
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= 4
involuntary context switches= 2326

runsolver used 9.32458 second user time and 20.1869 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 09:15:55
IDJOB=3452509
IDBENCH=2173
IDSOLVER=1949
FILE ID=node103/3452509-1307085355
RUNJOBID= node103-1307085092-1537
PBS_JOBID= 13497885
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452509-1307085355/watcher-3452509-1307085355 -o /tmp/evaluation-result-3452509-1307085355/solver-3452509-1307085355 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452509-1307085355.opb -t 1800 -m 15500

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=1048522194

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30275408 kB
Buffers:        267448 kB
Cached:         436656 kB
SwapCached:      23760 kB
Active:        2011592 kB
Inactive:       371828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30275408 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           13916 kB
Writeback:           0 kB
AnonPages:     1677016 kB
Mapped:          25512 kB
Slab:           149060 kB
PageTables:      73456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162211516 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= 73856 MiB
End job on node103 at 2011-06-03 09:45:57