Trace number 2694017

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 1193.85 1193.83

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
MD5SUMf6f5996763a3538cd959432d54a4a5d7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark0.25696
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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: NONE] [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-2694017-1277900052.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.26	c   1.0s| 10000 |  7387 |     0 |   0.0 |6333k| 141 |   - | 253 |3260 |   0 |   0 |   0 |6572 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.22	c   2.7s| 20000 | 13369 |     0 |   0.0 |  10M| 141 |   - | 253 |3680 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
5.39/5.40	c   4.6s| 30000 | 19246 |     0 |   0.0 |  15M| 141 |   - | 253 |6491 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
7.99/8.07	c   7.0s| 40000 | 24503 |     0 |   0.0 |  20M| 141 |   - | 253 |7710 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
11.79/11.85	c  10.5s| 50000 | 27630 |     0 |   0.0 |  25M| 141 |   - | 253 |  10k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
16.59/16.65	c  15.0s| 60000 | 29195 |     0 |   0.0 |  29M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.55	c  17.6s| 70000 | 34803 |     0 |   0.0 |  30M| 141 |   - | 253 |2982 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
20.80/20.90	c  18.6s| 80000 | 42558 |     0 |   0.0 |  34M| 141 |   - | 253 |3367 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
22.99/23.02	c  20.5s| 90000 | 48535 |     0 |   0.0 |  38M| 141 |   - | 253 |6223 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
27.59/27.69	c  24.8s|100000 | 50346 |     0 |   0.0 |  43M| 141 |   - | 253 |9986 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
33.09/33.19	c  29.9s|110000 | 51850 |     0 |   0.0 |  47M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
39.39/39.50	c  35.9s|120000 | 52547 |     0 |   0.0 |  51M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
46.39/46.48	c  42.5s|130000 | 52442 |     0 |   0.0 |  54M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
54.19/54.20	c  49.8s|140000 | 51300 |     0 |   0.0 |  56M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
63.19/63.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.19/63.21	c  58.4s|150000 | 49461 |     0 |   0.0 |  58M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
70.00/70.09	c  65.0s|160000 | 52013 |     0 |   0.0 |  54M| 141 |   - | 253 |6687 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
72.09/72.12	c  66.7s|170000 | 58849 |     0 |   0.0 |  57M| 141 |   - | 253 |4786 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
74.29/74.31	c  68.5s|180000 | 65305 |     0 |   0.0 |  61M| 141 |   - | 253 |5585 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
76.39/76.44	c  70.4s|190000 | 71963 |     0 |   0.0 |  65M| 141 |   - | 253 |6288 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
78.70/78.76	c  72.4s|200000 | 78275 |     0 |   0.0 |  68M| 141 |   - | 253 |6728 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
81.19/81.22	c  74.6s|210000 | 84424 |     0 |   0.0 |  72M| 141 |   - | 253 |6973 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
83.69/83.79	c  76.8s|220000 | 90304 |     0 |   0.0 |  76M| 141 |   - | 253 |7124 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
86.39/86.49	c  79.2s|230000 | 95896 |     0 |   0.0 |  80M| 141 |   - | 253 |7500 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
89.60/89.63	c  82.0s|240000 |100751 |     0 |   0.0 |  84M| 141 |   - | 253 |7881 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
93.09/93.10	c  85.2s|250000 |105053 |     0 |   0.0 |  88M| 141 |   - | 253 |9082 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
97.10/97.16	c  88.9s|260000 |108679 |     0 |   0.0 |  92M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
102.00/102.03	c  93.4s|270000 |111508 |     0 |   0.0 |  95M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
104.40/104.41	o 356
104.40/104.41	c *95.6s|274325 |112391 |     0 |   0.0 |  97M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
109.90/109.96	c   101s|280000 |110648 |     0 |   0.0 |  96M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
122.69/122.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.69/122.76	c   113s|290000 |105911 |     0 |   0.0 |  95M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
138.39/138.41	c   129s|300000 | 99084 |     0 |   0.0 |  88M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
147.79/147.82	c   138s|310000 |100613 |     0 |   0.0 |  81M| 141 |   - | 253 |9909 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
147.79/147.90	o 266
147.79/147.90	c * 138s|310252 |100760 |     0 |   0.0 |  81M| 141 |   - | 253 |9661 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
151.09/151.13	c   141s|320000 |105394 |     0 |   0.0 |  83M| 141 |   - | 253 |7038 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
154.79/154.84	c   144s|330000 |109421 |     0 |   0.0 |  86M| 141 |   - | 253 |7907 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
158.40/158.44	c   147s|340000 |113787 |     0 |   0.0 |  89M| 141 |   - | 253 |8500 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
162.20/162.20	c   151s|350000 |117977 |     0 |   0.0 |  92M| 141 |   - | 253 |9049 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
166.00/166.08	c   154s|360000 |122037 |     0 |   0.0 |  95M| 141 |   - | 253 |9918 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
170.10/170.15	c   158s|370000 |125967 |     0 |   0.0 |  98M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
174.39/174.48	c   162s|380000 |129646 |     0 |   0.0 | 101M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
178.79/178.88	c   166s|390000 |133453 |     0 |   0.0 | 104M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
183.49/183.50	c   170s|400000 |137060 |     0 |   0.0 | 106M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
188.39/188.45	c   175s|410000 |140225 |     0 |   0.0 | 108M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
193.40/193.43	c   180s|420000 |143337 |     0 |   0.0 | 111M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
198.79/198.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.79/198.87	c   185s|430000 |145904 |     0 |   0.0 | 113M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
203.99/204.08	o 198
203.99/204.08	c * 189s|439896 |148761 |     0 |   0.0 | 116M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
204.10/204.13	c   190s|440000 |148811 |     0 |   0.0 | 116M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
209.69/209.78	c   195s|450000 |151287 |     0 |   0.0 | 118M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
214.89/214.97	o 178
214.89/214.97	c * 200s|459089 |152859 |     0 |   0.0 | 120M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
215.50/215.52	c   200s|460000 |153052 |     0 |   0.0 | 120M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
221.29/221.32	c   206s|470000 |155283 |     0 |   0.0 | 122M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
227.09/227.19	c   211s|480000 |157244 |     0 |   0.0 | 124M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
233.10/233.16	c   217s|490000 |159032 |     0 |   0.0 | 125M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 1.780000e+02 |    Inf 
239.49/239.50	c   223s|500000 |160314 |     0 |   0.0 | 126M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 1.780000e+02 |  Large 
245.99/246.00	c   229s|510000 |161451 |     0 |   0.0 | 129M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 1.780000e+02 |  Large 
248.69/248.70	o 156
248.69/248.70	c * 231s|514231 |161116 |     0 |   0.0 | 130M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 537k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
252.70/252.73	c   235s|520000 |161566 |     0 |   0.0 | 131M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 544k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
259.79/259.80	c   242s|530000 |162528 |     0 |   0.0 | 135M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 557k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
268.41/268.45	c   250s|540000 |162240 |     0 |   0.0 | 137M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
278.50/278.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.50/278.57	c   260s|550000 |162236 |     0 |   0.0 | 138M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 585k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
285.90/285.94	c   267s|560000 |163790 |     0 |   0.0 | 139M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
292.60/292.65	c   273s|570000 |165387 |     0 |   0.0 | 142M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 605k|   0 | 1.000000e+00 | 1.560000e+02 |  Large 
293.50/293.58	o 144
293.50/293.58	c * 274s|571322 |164809 |     0 |   0.0 | 142M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 607k|   0 | 1.000000e+00 | 1.440000e+02 |  Large 
293.50/293.60	o 96
293.50/293.60	c * 274s|571323 |150258 |     0 |   0.0 | 131M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 607k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
297.90/297.91	c   278s|580000 |150133 |     0 |   0.0 | 130M| 141 |   - | 253 |3728 |   0 |   0 |   0 | 616k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
302.29/302.38	c   282s|590000 |149228 |     0 |   0.0 | 132M| 141 |   - | 253 |3594 |   0 |   0 |   0 | 628k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
306.80/306.89	c   286s|600000 |147590 |     0 |   0.0 | 133M| 141 |   - | 253 |3173 |   0 |   0 |   0 | 641k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
311.20/311.27	c   290s|610000 |145759 |     0 |   0.0 | 133M| 141 |   - | 253 |3823 |   0 |   0 |   0 | 654k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
315.60/315.63	c   294s|620000 |144637 |     0 |   0.0 | 135M| 141 |   - | 253 |4006 |   0 |   0 |   0 | 666k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
320.19/320.20	c   298s|630000 |143436 |     0 |   0.0 | 136M| 141 |   - | 253 |4965 |   0 |   0 |   0 | 679k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
324.80/324.88	c   303s|640000 |142503 |     0 |   0.0 | 137M| 141 |   - | 253 |4310 |   0 |   0 |   0 | 691k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
329.50/329.57	c   307s|650000 |141636 |     0 |   0.0 | 138M| 141 |   - | 253 |5826 |   0 |   0 |   0 | 704k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
334.50/334.52	c   312s|660000 |140553 |     0 |   0.0 | 139M| 141 |   - | 253 |5523 |   0 |   0 |   0 | 717k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
339.39/339.48	c   316s|670000 |139535 |     0 |   0.0 | 140M| 141 |   - | 253 |6500 |   0 |   0 |   0 | 730k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
344.49/344.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.49/344.59	c   321s|680000 |138301 |     0 |   0.0 | 141M| 141 |   - | 253 |5551 |   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
350.00/350.01	c   326s|690000 |136887 |     0 |   0.0 | 142M| 141 |   - | 253 |6082 |   0 |   0 |   0 | 757k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
355.50/355.58	c   331s|700000 |134975 |     0 |   0.0 | 142M| 141 |   - | 253 |6567 |   0 |   0 |   0 | 771k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
361.29/361.35	c   337s|710000 |132942 |     0 |   0.0 | 142M| 141 |   - | 253 |6969 |   0 |   0 |   0 | 786k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
367.59/367.62	c   343s|720000 |129854 |     0 |   0.0 | 141M| 141 |   - | 253 |7193 |   0 |   0 |   0 | 801k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
374.30/374.36	c   349s|730000 |126442 |     0 |   0.0 | 139M| 141 |   - | 253 |7010 |   0 |   0 |   0 | 817k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
378.50/378.54	o 69
378.50/378.54	c * 353s|736160 |101604 |     0 |   0.0 | 119M| 141 |   - | 253 |8653 |   0 |   0 |   0 | 828k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
382.70/382.77	c   357s|740000 | 98533 |     0 |   0.0 | 118M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 836k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
394.20/394.29	o 68
394.20/394.29	c * 368s|749015 | 91712 |     0 |   0.0 | 117M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 853k|   0 | 1.000000e+00 | 6.800000e+01 |6700.00%
395.70/395.71	c   369s|750000 | 90993 |     0 |   0.0 | 116M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 855k|   0 | 1.000000e+00 | 6.800000e+01 |6700.00%
412.00/412.06	c   385s|760000 | 84213 |     0 |   0.0 | 114M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 873k|   0 | 1.000000e+00 | 6.800000e+01 |6700.00%
432.99/433.05	c   405s|770000 | 77573 |     0 |   0.0 | 112M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 892k|   0 | 1.000000e+00 | 6.800000e+01 |6700.00%
458.09/458.10	c   430s|780000 | 69334 |     0 |   0.0 | 106M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 912k|   0 | 1.000000e+00 | 6.800000e+01 |6700.00%
476.80/476.83	o 59
476.80/476.83	c * 448s|786050 | 50311 |     0 |   0.0 |  87M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 926k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
482.19/482.21	o 29
482.19/482.21	c * 454s|788866 | 34002 |     0 |   0.0 |  60M| 141 |   - | 253 |8183 |   0 |   0 |   0 | 930k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
484.30/484.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
484.30/484.33	c   456s|790000 | 30404 |     0 |   0.0 |  54M| 141 |   - | 253 |2617 |   0 |   0 |   0 | 934k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
490.10/490.18	c   461s|800000 | 27174 |     0 |   0.0 |  43M| 141 |   - | 253 |6253 |   0 |   0 |   0 | 947k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
495.50/495.59	c   466s|810000 | 24658 |     0 |   0.0 |  37M| 141 |   - | 253 |5843 |   0 |   0 |   0 | 960k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
498.10/498.11	c   468s|820000 | 30848 |     0 |   0.0 |  42M| 141 |   - | 253 |8751 |   0 |   0 |   0 | 968k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
502.00/502.03	c   472s|830000 | 35396 |     0 |   0.0 |  47M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 978k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
510.20/510.28	c   480s|840000 | 35527 |     0 |   0.0 |  48M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 992k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
514.71/514.74	c   484s|850000 | 39315 |     0 |   0.0 |  51M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1002k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
520.70/520.72	c   489s|860000 | 42535 |     0 |   0.0 |  56M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1013k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
529.70/529.74	c   498s|870000 | 43764 |     0 |   0.0 |  60M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1027k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
542.40/542.47	c   510s|880000 | 42889 |     0 |   0.0 |  64M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1043k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
558.90/558.95	c   526s|890000 | 40367 |     0 |   0.0 |  67M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1061k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
575.10/575.13	c   542s|900000 | 38941 |     0 |   0.0 |  61M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1077k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
587.50/587.51	c   554s|910000 | 37448 |     0 |   0.0 |  64M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1094k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
605.60/605.60	c   572s|920000 | 33474 |     0 |   0.0 |  66M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1114k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
629.40/629.46	c   595s|930000 | 26440 |     0 |   0.0 |  61M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1137k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
641.00/641.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
641.00/641.07	c   607s|940000 | 29360 |     0 |   0.0 |  52M| 141 |   - | 253 |9767 |   0 |   0 |   0 |1146k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
645.60/645.68	c   611s|950000 | 32289 |     0 |   0.0 |  53M| 141 |   - | 253 |5866 |   0 |   0 |   0 |1156k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
654.60/654.60	c   619s|960000 | 28571 |     0 |   0.0 |  42M| 141 |   - | 253 |9120 |   0 |   0 |   0 |1173k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
657.71/657.79	c   622s|970000 | 34464 |     0 |   0.0 |  45M| 141 |   - | 253 |8282 |   0 |   0 |   0 |1181k|   0 | 6.000000e+00 | 2.900000e+01 | 383.33%
661.90/661.96	c   626s|980000 | 39073 |     0 |   0.0 |  48M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1191k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
667.10/667.10	c   631s|990000 | 42581 |     0 |   0.0 |  53M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1202k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
673.30/673.33	c   637s|  1000k| 44965 |     0 |   0.0 |  57M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1214k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
680.41/680.42	c   644s|  1010k| 46723 |     0 |   0.0 |  59M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1226k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
684.50/684.57	c   648s|  1020k| 51370 |     0 |   0.0 |  62M| 141 |   - | 253 |9605 |   0 |   0 |   0 |1235k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
689.10/689.10	c   652s|  1030k| 55528 |     0 |   0.0 |  67M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1245k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
695.50/695.54	c   658s|  1040k| 57976 |     0 |   0.0 |  72M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1258k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
704.01/704.08	c   666s|  1050k| 59382 |     0 |   0.0 |  76M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1272k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
714.10/714.16	c   676s|  1060k| 60114 |     0 |   0.0 |  79M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1287k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
726.01/726.03	c   687s|  1070k| 59919 |     0 |   0.0 |  81M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1303k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
738.70/738.71	c   700s|  1080k| 59130 |     0 |   0.0 |  84M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1320k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
754.00/754.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.00/754.03	c   714s|  1090k| 56641 |     0 |   0.0 |  84M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1338k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
763.70/763.76	c   724s|  1100k| 60068 |     0 |   0.0 |  84M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1349k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
771.71/771.70	c   731s|  1110k| 63343 |     0 |   0.0 |  85M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1360k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
777.41/777.41	c   737s|  1120k| 66738 |     0 |   0.0 |  89M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1371k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
787.20/787.29	c   746s|  1130k| 67306 |     0 |   0.0 |  93M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1386k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
802.50/802.50	c   761s|  1140k| 65348 |     0 |   0.0 |  96M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1403k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
823.11/823.19	c   782s|  1150k| 62032 |     0 |   0.0 |  96M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1422k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
849.91/849.97	c   808s|  1160k| 57009 |     0 |   0.0 |  94M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1444k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
876.31/876.38	c   834s|  1170k| 50348 |     0 |   0.0 |  87M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1466k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
894.91/894.95	c   852s|  1180k| 50125 |     0 |   0.0 |  85M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1482k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
908.70/908.78	c   865s|  1190k| 50366 |     0 |   0.0 |  87M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1498k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
918.31/918.30	c   875s|  1200k| 54270 |     0 |   0.0 |  87M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1508k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
926.21/926.24	c   882s|  1210k| 57417 |     0 |   0.0 |  91M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1520k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
939.31/939.31	c   895s|  1220k| 55732 |     0 |   0.0 |  91M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1536k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
964.81/964.82	c   920s|  1230k| 47776 |     0 |   0.0 |  81M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1559k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
984.80/984.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.80/984.84	c   940s|  1240k| 44353 |     0 |   0.0 |  77M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1579k|   0 | 9.000000e+00 | 2.900000e+01 | 222.22%
998.51/998.52	c   953s|  1250k| 45673 |     0 |   0.0 |  76M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1591k|   0 | 1.000000e+01 | 2.900000e+01 | 190.00%
1009.11/1009.13	c   963s|  1260k| 47703 |     0 |   0.0 |  78M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1604k|   0 | 1.000000e+01 | 2.900000e+01 | 190.00%
1022.61/1022.69	c   976s|  1270k| 47630 |     0 |   0.0 |  81M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1620k|   0 | 1.000000e+01 | 2.900000e+01 | 190.00%
1036.91/1036.96	c   990s|  1280k| 47546 |     0 |   0.0 |  81M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1635k|   0 | 1.000000e+01 | 2.900000e+01 | 190.00%
1053.60/1053.68	c  1007s|  1290k| 44295 |     0 |   0.0 |  78M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1652k|   0 | 1.000000e+01 | 2.900000e+01 | 190.00%
1072.31/1072.39	c  1025s|  1300k| 42268 |     0 |   0.0 |  79M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1670k|   0 | 1.100000e+01 | 2.900000e+01 | 163.64%
1095.91/1095.90	c  1048s|  1310k| 37359 |     0 |   0.0 |  76M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1690k|   0 | 1.100000e+01 | 2.900000e+01 | 163.64%
1108.72/1108.75	c  1061s|  1320k| 39457 |     0 |   0.0 |  72M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1702k|   0 | 1.100000e+01 | 2.900000e+01 | 163.64%
1117.41/1117.44	c  1069s|  1330k| 38399 |     0 |   0.0 |  68M| 141 |   - | 253 |8516 |   0 |   0 |   0 |1715k|   0 | 1.100000e+01 | 2.900000e+01 | 163.64%
1118.31/1118.34	o 15
1118.31/1118.34	c *1070s|  1330k| 10881 |     0 |   0.0 |  25M| 141 |   - | 253 |8677 |   0 |   0 |   0 |1717k|   0 | 1.100000e+01 | 1.500000e+01 |  36.36%
1128.51/1128.55	c  1079s|  1340k|  5894 |     0 |   0.0 |  16M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1733k|   0 | 1.200000e+01 | 1.500000e+01 |  25.00%
1133.91/1133.93	c  1085s|  1350k|  9241 |     0 |   0.0 |  19M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1743k|   0 | 1.400000e+01 | 1.500000e+01 |   7.14%
1141.01/1141.07	c  1091s|  1360k| 11535 |     0 |   0.0 |  23M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1755k|   0 | 1.400000e+01 | 1.500000e+01 |   7.14%
1152.11/1152.18	c  1102s|  1370k| 10860 |     0 |   0.0 |  26M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1771k|   0 | 1.400000e+01 | 1.500000e+01 |   7.14%
1165.41/1165.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.41/1165.45	c  1115s|  1380k|  9405 |     0 |   0.0 |  28M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1788k|   0 | 1.400000e+01 | 1.500000e+01 |   7.14%
1185.11/1185.13	c  1134s|  1390k|  4782 |     0 |   0.0 |  26M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1809k|   0 | 1.400000e+01 | 1.500000e+01 |   7.14%
1193.71/1193.78	o 14
1193.71/1193.78	c *1143s|  1392k|     0 |     0 |   0.0 |  18M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1816k|   0 | 1.400000e+01 | 1.400000e+01 |   0.00%
1193.71/1193.79	c 
1193.71/1193.79	c SCIP Status        : problem is solved [optimal solution found]
1193.71/1193.79	c Solving Time (sec) : 1142.67
1193.71/1193.79	c Solving Nodes      : 1392851
1193.71/1193.79	c Primal Bound       : +1.40000000000000e+01 (13 solutions)
1193.71/1193.79	c Dual Bound         : +1.40000000000000e+01
1193.71/1193.79	c Gap                : 0.00 %
1193.71/1193.79	s OPTIMUM FOUND
1193.71/1193.79	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1193.71/1193.79	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1193.71/1193.79	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1193.71/1193.79	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1193.71/1193.79	v -x81 -x80 x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 
1193.71/1193.79	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1193.71/1193.79	v -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 
1193.71/1193.79	v -x4 -x3 -x2 -x1 
1193.71/1193.79	c SCIP Status        : problem is solved [optimal solution found]
1193.71/1193.79	c Solving Time       :    1142.67
1193.71/1193.79	c Original Problem   :
1193.71/1193.79	c   Problem name     : HOME/instance-2694017-1277900052.wbo
1193.71/1193.79	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1193.71/1193.79	c   Constraints      : 144 initial, 144 maximal
1193.71/1193.79	c Presolved Problem  :
1193.71/1193.79	c   Problem name     : t_HOME/instance-2694017-1277900052.wbo
1193.71/1193.79	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1193.71/1193.79	c   Constraints      : 130 initial, 37544 maximal
1193.71/1193.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1193.71/1193.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   probing          :       0.01          0          0          0          0          0          0          0          0
1193.71/1193.79	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   linear           :       0.00          0          0          0         42          0         14          0          0
1193.71/1193.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1193.71/1193.79	c   root node        :          -         12          -          -         24          -          -          -          -
1193.71/1193.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1193.71/1193.79	c   integral         :          0          0          0          0          0          0          0          0          0          0
1193.71/1193.79	c   indicator        :         42          0    3871661          0     802921       3774     541174          0          0          0
1193.71/1193.79	c   knapsack         :          1          0    4386012          0     903624     103441   17492814          0          0          0
1193.71/1193.79	c   setppc           :         39          0    4282539          0     903617     442708    5097226          0          0          0
1193.71/1193.79	c   linear           :         42          0    3839850          0     903620     123383    3229191          0          0          0
1193.71/1193.79	c   logicor          :          6+         0    2003695          0     887735      31770     900085          0          0          0
1193.71/1193.79	c   bounddisjunction :          0+         0     152543          0          0         16       8696          0          0          0
1193.71/1193.79	c   countsols        :          0          0          0          0     903632          0          0          0          0          0
1193.71/1193.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1193.71/1193.79	c   integral         :       0.00       0.00       0.00       0.00       0.00
1193.71/1193.79	c   indicator        :       0.97       0.00       0.47       0.00       0.50
1193.71/1193.79	c   knapsack         :     147.27       0.00     145.26       0.00       2.01
1193.71/1193.79	c   setppc           :      25.43       0.00      22.17       0.00       3.26
1193.71/1193.79	c   linear           :      29.46       0.00      29.39       0.00       0.07
1193.71/1193.79	c   logicor          :     449.16       0.00     448.98       0.00       0.18
1193.71/1193.79	c   bounddisjunction :       5.32       0.00       5.32       0.00       0.00
1193.71/1193.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1193.71/1193.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1193.71/1193.79	c   vbounds          :       0.00          2          0          0
1193.71/1193.79	c   rootredcost      :       0.00          0          0          0
1193.71/1193.79	c   pseudoobj        :       5.25    4393186       3583     423658
1193.71/1193.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1193.71/1193.79	c   propagation      :      19.28     704901     704504    3565596       20.4     200510       14.1          -
1193.71/1193.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1193.71/1193.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1193.71/1193.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1193.71/1193.79	c   pseudo solution  :       0.00         47         47        157       15.5         13       17.5          -
1193.71/1193.79	c   applied globally :          -          -          -    1801102       15.6          -          -          -
1193.71/1193.79	c   applied locally  :          -          -          -      15127       35.8          -          -          -
1193.71/1193.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1193.71/1193.79	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1193.71/1193.79	c   redcost          :       0.00          0          0          0          0          0
1193.71/1193.79	c   impliedbounds    :       0.00          0          0          0          0          0
1193.71/1193.79	c   intobj           :       0.00          0          0          0          0          0
1193.71/1193.79	c   cgmip            :       0.00          0          0          0          0          0
1193.71/1193.79	c   gomory           :       0.00          0          0          0          0          0
1193.71/1193.79	c   strongcg         :       0.00          0          0          0          0          0
1193.71/1193.79	c   cmir             :       0.00          0          0          0          0          0
1193.71/1193.79	c   flowcover        :       0.00          0          0          0          0          0
1193.71/1193.79	c   clique           :       0.00          0          0          0          0          0
1193.71/1193.79	c   zerohalf         :       0.00          0          0          0          0          0
1193.71/1193.79	c   mcf              :       0.00          0          0          0          0          0
1193.71/1193.79	c   rapidlearning    :       0.00          0          0          0          0          0
1193.71/1193.79	c Pricers            :       Time      Calls       Vars
1193.71/1193.79	c   problem variables:       0.00          0          0
1193.71/1193.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1193.71/1193.79	c   relpscost        :       0.00          0          0          0          0          0          0
1193.71/1193.79	c   pscost           :       0.00          0          0          0          0          0          0
1193.71/1193.79	c   inference        :       6.28     903619          0          0          0          0    1807238
1193.71/1193.79	c   mostinf          :       0.00          0          0          0          0          0          0
1193.71/1193.79	c   leastinf         :       0.00          0          0          0          0          0          0
1193.71/1193.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1193.71/1193.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1193.71/1193.79	c   random           :       0.00          0          0          0          0          0          0
1193.71/1193.79	c Primal Heuristics  :       Time      Calls      Found
1193.71/1193.79	c   LP solutions     :       0.00          -          0
1193.71/1193.79	c   pseudo solutions :       0.22          -         13
1193.71/1193.79	c   oneopt           :       0.06          0          0
1193.71/1193.79	c   trivial          :       0.00          2          0
1193.71/1193.79	c   simplerounding   :       0.00          0          0
1193.71/1193.79	c   zirounding       :       0.00          0          0
1193.71/1193.79	c   rounding         :       0.00          0          0
1193.71/1193.79	c   shifting         :       0.00          0          0
1193.71/1193.79	c   intshifting      :       0.00          0          0
1193.71/1193.79	c   twoopt           :       0.00          0          0
1193.71/1193.79	c   fixandinfer      :       0.00          0          0
1193.71/1193.79	c   feaspump         :       0.00          0          0
1193.71/1193.79	c   coefdiving       :       0.00          0          0
1193.71/1193.79	c   pscostdiving     :       0.00          0          0
1193.71/1193.79	c   fracdiving       :       0.00          0          0
1193.71/1193.79	c   veclendiving     :       0.00          0          0
1193.71/1193.79	c   intdiving        :       0.00          0          0
1193.71/1193.79	c   actconsdiving    :       0.00          0          0
1193.71/1193.79	c   objpscostdiving  :       0.00          0          0
1193.71/1193.79	c   rootsoldiving    :       0.00          0          0
1193.71/1193.79	c   linesearchdiving :       0.00          0          0
1193.71/1193.79	c   guideddiving     :       0.00          0          0
1193.71/1193.79	c   octane           :       0.00          0          0
1193.71/1193.79	c   rens             :       0.00          0          0
1193.71/1193.79	c   rins             :       0.00          0          0
1193.71/1193.79	c   localbranching   :       0.00          0          0
1193.71/1193.79	c   mutation         :       0.00          0          0
1193.71/1193.79	c   crossover        :       0.00          0          0
1193.71/1193.79	c   dins             :       0.00          0          0
1193.71/1193.79	c   undercover       :       0.00          0          0
1193.71/1193.79	c   nlp              :       0.00          0          0
1193.71/1193.79	c   trysol           :       0.00          1          0
1193.71/1193.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1193.71/1193.79	c   primal LP        :       0.00          0          0       0.00          -
1193.71/1193.79	c   dual LP          :       0.00          0          0       0.00          -
1193.71/1193.79	c   lex dual LP      :       0.00          0          0       0.00          -
1193.71/1193.79	c   barrier LP       :       0.00          0          0       0.00          -
1193.71/1193.79	c   diving/probing LP:       0.00          0          0       0.00          -
1193.71/1193.79	c   strong branching :       0.00          0          0       0.00          -
1193.71/1193.79	c     (at root node) :          -          0          0       0.00          -
1193.71/1193.79	c   conflict analysis:       0.00          0          0       0.00          -
1193.71/1193.79	c B&B Tree           :
1193.71/1193.79	c   number of runs   :          1
1193.71/1193.79	c   nodes            :    1392851
1193.71/1193.79	c   nodes (total)    :    1392851
1193.71/1193.79	c   nodes left       :          0
1193.71/1193.79	c   max depth        :        141
1193.71/1193.79	c   max depth (total):        141
1193.71/1193.79	c   backtracks       :     520449 (37.4%)
1193.71/1193.79	c   delayed cutoffs  :     318852
1193.71/1193.79	c   repropagations   :    1603617 (7477551 domain reductions, 219503 cutoffs)
1193.71/1193.79	c   avg switch length:      21.40
1193.71/1193.79	c   switching time   :     349.15
1193.71/1193.79	c Solution           :
1193.71/1193.79	c   Solutions found  :         13 (13 improvements)
1193.71/1193.79	c   First Solution   : +3.56000000000000e+02   (in run 1, after 274325 nodes, 95.64 seconds, depth 83, found by <relaxation>)
1193.71/1193.79	c   Primal Bound     : +1.40000000000000e+01   (in run 1, after 1392851 nodes, 1142.66 seconds, depth 55, found by <relaxation>)
1193.71/1193.79	c   Dual Bound       : +1.40000000000000e+01
1193.71/1193.79	c   Gap              :       0.00 %
1193.71/1193.79	c   Root Dual Bound  : +0.00000000000000e+00
1193.71/1193.79	c   Root Iterations  :          0
1193.81/1193.83	c Time complete: 1193.84.

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694017-1277900052/watcher-2694017-1277900052 -o /tmp/evaluation-result-2694017-1277900052/solver-2694017-1277900052 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694017-1277900052.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.98 2.00 2.00 3/178 11265
/proc/meminfo: memFree=31528472/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=8128 CPUtime=0
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 1539 0 0 0 0 0 0 0 21 0 1 0 131301258 8323072 1462 4089446400 4194304 7136930 140736905371888 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11265/statm: 2032 1462 275 719 0 1311 0

[startup+0.0875501 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 11265
/proc/meminfo: memFree=31528472/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=12708 CPUtime=0.07
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 4712 0 0 0 5 2 0 0 18 0 1 0 131301258 13012992 2483 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 3177 2483 403 719 0 2456 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12708

[startup+0.100537 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 11265
/proc/meminfo: memFree=31528472/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=12840 CPUtime=0.09
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 4727 0 0 0 6 3 0 0 18 0 1 0 131301258 13148160 2498 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 3210 2498 403 719 0 2489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12840

[startup+0.300514 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 11265
/proc/meminfo: memFree=31528472/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=14336 CPUtime=0.29
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 5133 0 0 0 21 8 0 0 18 0 1 0 131301258 14680064 2904 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 3584 2904 403 719 0 2863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14336

[startup+0.700446 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 11265
/proc/meminfo: memFree=31528472/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=16820 CPUtime=0.69
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 5765 0 0 0 52 17 0 0 18 0 1 0 131301258 17223680 3536 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 4205 3536 403 719 0 3484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16820

[startup+1.50031 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 11266
/proc/meminfo: memFree=31514748/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=20848 CPUtime=1.49
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 6756 0 0 0 119 30 0 0 19 0 1 0 131301258 21348352 4527 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 5212 4527 403 719 0 4491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20848

[startup+3.10104 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 11266
/proc/meminfo: memFree=31510160/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=25768 CPUtime=3.09
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 7998 0 0 0 257 52 0 0 25 0 1 0 131301258 26386432 5769 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 6442 5769 403 719 0 5721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25768

[startup+6.3005 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 11266
/proc/meminfo: memFree=31499868/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=34300 CPUtime=6.29
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 10169 0 0 0 538 91 0 0 25 0 1 0 131301258 35123200 7940 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 8575 7940 403 719 0 7854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34300

[startup+12.7004 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 11268
/proc/meminfo: memFree=31486476/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=45056 CPUtime=12.69
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 12853 0 0 0 1127 142 0 0 25 0 1 0 131301258 46137344 10624 4089446400 4194304 7136930 140736905371888 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 11264 10624 403 719 0 10543 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45056

[startup+25.5003 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 11268
/proc/meminfo: memFree=31449292/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=63660 CPUtime=25.49
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 17556 0 0 0 2275 274 0 0 25 0 1 0 131301258 65187840 15327 4089446400 4194304 7136930 140736905371888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 15915 15327 403 719 0 15194 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63660

[startup+51.101 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 11295
/proc/meminfo: memFree=31512368/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=82400 CPUtime=51.09
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 22184 0 0 0 4685 424 0 0 25 0 1 0 131301258 84377600 19955 4089446400 4194304 7136930 140736905371888 18446744073709551615 4409170 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 20600 19955 403 719 0 19879 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82400

[startup+102.306 s]
/proc/loadavg: 2.13 2.03 2.01 3/197 11342
/proc/meminfo: memFree=31441652/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=133044 CPUtime=102.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 34566 0 0 0 9367 863 0 0 25 0 1 0 131301258 136237056 32337 4089446400 4194304 7136930 140736905371888 18446744073709551615 4223894 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 33261 32337 403 719 0 32540 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 133044

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/197 11444
/proc/meminfo: memFree=31432756/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=138580 CPUtime=162.29
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 35851 0 0 0 15075 1154 0 0 25 0 1 0 131301258 141905920 33622 4089446400 4194304 7136930 140736905371888 18446744073709551615 6166364 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 34645 33622 403 719 0 33924 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138580

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 11472
/proc/meminfo: memFree=31357904/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=168596 CPUtime=222.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 43543 0 0 0 20654 1576 0 0 25 0 1 0 131301258 172642304 41314 4089446400 4194304 7136930 140736905371888 18446744073709551615 4221531 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 42149 41314 406 719 0 41428 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 168596

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 11474
/proc/meminfo: memFree=31272656/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=188256 CPUtime=282.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 48465 0 0 0 26326 1904 0 0 25 0 1 0 131301258 192774144 46236 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 47064 46236 406 719 0 46343 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 188256

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11476
/proc/meminfo: memFree=31240492/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=197120 CPUtime=342.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 50696 0 0 0 31895 2335 0 0 25 0 1 0 131301258 201850880 48467 4089446400 4194304 7136930 140736905371888 18446744073709551615 4618482 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 49280 48467 406 719 0 48559 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 197120

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11478
/proc/meminfo: memFree=31203356/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=199868 CPUtime=402.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 51341 0 0 0 37551 2679 0 0 25 0 1 0 131301258 204664832 49112 4089446400 4194304 7136930 140736905371888 18446744073709551615 4219812 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 49967 49112 406 719 0 49246 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 199868

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11480
/proc/meminfo: memFree=31170688/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=204212 CPUtime=462.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52261 0 0 0 43410 2820 0 0 25 0 1 0 131301258 209113088 50032 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51053 50032 406 719 0 50332 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 204212

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11480
/proc/meminfo: memFree=31157612/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=204584 CPUtime=522.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52384 0 0 0 49088 3142 0 0 25 0 1 0 131301258 209494016 50155 4089446400 4194304 7136930 140736905371888 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51146 50155 406 719 0 50425 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 204584

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11482
/proc/meminfo: memFree=31145544/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=205956 CPUtime=582.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52640 0 0 0 54919 3311 0 0 25 0 1 0 131301258 210898944 50411 4089446400 4194304 7136930 140736905371888 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51489 50411 406 719 0 50768 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 205956

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11484
/proc/meminfo: memFree=31135704/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=206844 CPUtime=642.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52830 0 0 0 60780 3451 0 0 25 0 1 0 131301258 211808256 50601 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51711 50601 406 719 0 50990 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 206844

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11486
/proc/meminfo: memFree=31132796/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=206844 CPUtime=702.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52832 0 0 0 66435 3795 0 0 25 0 1 0 131301258 211808256 50603 4089446400 4194304 7136930 140736905371888 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51711 50603 406 719 0 50990 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 206844

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11488
/proc/meminfo: memFree=31132272/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=206844 CPUtime=762.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52839 0 0 0 72248 3982 0 0 25 0 1 0 131301258 211808256 50610 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51711 50610 406 719 0 50990 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 206844

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11488
/proc/meminfo: memFree=31131240/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=207240 CPUtime=822.3
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52920 0 0 0 78063 4167 0 0 25 0 1 0 131301258 212213760 50691 4089446400 4194304 7136930 140736905371888 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51810 50691 406 719 0 51089 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 207240

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11490
/proc/meminfo: memFree=31130844/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=207440 CPUtime=882.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 52972 0 0 0 83960 4271 0 0 25 0 1 0 131301258 212418560 50743 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51860 50743 406 719 0 51139 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 207440

[startup+942.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 11492
/proc/meminfo: memFree=31130908/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=208076 CPUtime=942.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53048 0 0 0 89792 4439 0 0 25 0 1 0 131301258 213069824 50819 4089446400 4194304 7136930 140736905371888 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 52019 50819 406 719 0 51298 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 208076

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11494
/proc/meminfo: memFree=31130736/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=208076 CPUtime=1002.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53048 0 0 0 95669 4562 0 0 25 0 1 0 131301258 213069824 50819 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 52019 50819 406 719 0 51298 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 208076

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11499
/proc/meminfo: memFree=31129532/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=208840 CPUtime=1062.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53127 0 0 0 101504 4727 0 0 25 0 1 0 131301258 213852160 50898 4089446400 4194304 7136930 140736905371888 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 52210 50898 406 719 0 51489 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 208840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11499
/proc/meminfo: memFree=31129180/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=208064 CPUtime=1122.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53155 0 0 0 107347 4884 0 0 25 0 1 0 131301258 213057536 50732 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 52016 50732 406 719 0 51295 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 208064

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31130140/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=207288 CPUtime=1182.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 113140 5091 0 0 25 0 1 0 131301258 212262912 50580 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51822 50580 406 719 0 51101 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 207288

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

[startup+1183.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31130512/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=206772 CPUtime=1183.91
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 113297 5094 0 0 25 0 1 0 131301258 211734528 50451 4089446400 4194304 7136930 140736905371888 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51693 50451 406 719 0 50972 0
Current children cumulated CPU time (s) 1183.91
Current children cumulated vsize (KiB) 206772

[startup+1190.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31130984/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=206256 CPUtime=1190.31
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 113925 5106 0 0 25 0 1 0 131301258 211206144 50322 4089446400 4194304 7136930 140736905371888 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51564 50322 406 719 0 50843 0
Current children cumulated CPU time (s) 1190.31
Current children cumulated vsize (KiB) 206256

[startup+1191.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31130984/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=206256 CPUtime=1191.91
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 114081 5110 0 0 25 0 1 0 131301258 211206144 50322 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51564 50322 406 719 0 50843 0
Current children cumulated CPU time (s) 1191.91
Current children cumulated vsize (KiB) 206256

[startup+1192.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31132100/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=205224 CPUtime=1192.71
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 114159 5112 0 0 25 0 1 0 131301258 210149376 50064 4089446400 4194304 7136930 140736905371888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51306 50064 406 719 0 50585 0
Current children cumulated CPU time (s) 1192.71
Current children cumulated vsize (KiB) 205224

[startup+1193.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31132596/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=204708 CPUtime=1193.52
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 114239 5113 0 0 25 0 1 0 131301258 209620992 49935 4089446400 4194304 7136930 140736905371888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51177 49935 406 719 0 50456 0
Current children cumulated CPU time (s) 1193.52
Current children cumulated vsize (KiB) 204708

[startup+1193.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31132596/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=204708 CPUtime=1193.71
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53197 0 0 0 114258 5113 0 0 25 0 1 0 131301258 209620992 49935 4089446400 4194304 7136930 140736905371888 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11265/statm: 51177 49935 406 719 0 50456 0
Current children cumulated CPU time (s) 1193.71
Current children cumulated vsize (KiB) 204708

[startup+1193.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11501
/proc/meminfo: memFree=31132596/32951124 swapFree=67111528/67111528
[pid=11265] ppid=11263 vsize=200584 CPUtime=1193.81
/proc/11265/stat : 11265 (pbscip.linux.x8) R 11263 11265 10850 0 -1 4202496 53207 0 0 0 114268 5113 0 0 25 0 1 0 131301258 205398016 48914 4089446400 4194304 7136930 140736905371888 18446744073709551615 6165643 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11265/statm: 50146 48914 411 719 0 49425 0
Current children cumulated CPU time (s) 1193.81
Current children cumulated vsize (KiB) 200584

Child status: 0
Real time (s): 1193.83
CPU time (s): 1193.85
CPU user time (s): 1142.71
CPU system time (s): 51.1432
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 208840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1142.71
system time used= 51.1432
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53214
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= 1759

runsolver used 1.69474 second user time and 3.76043 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 14:14:12
IDJOB=2694017
IDBENCH=78873
IDSOLVER=1206
FILE ID=node130/2694017-1277900052
PBS_JOBID= 11197197
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694017-1277900052/watcher-2694017-1277900052 -o /tmp/evaluation-result-2694017-1277900052/solver-2694017-1277900052 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694017-1277900052.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f6f5996763a3538cd959432d54a4a5d7
RANDOM SEED=248151593

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31529248 kB
Buffers:        184684 kB
Cached:         963272 kB
SwapCached:          0 kB
Active:         596016 kB
Inactive:       683912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31529248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3364 kB
Writeback:          88 kB
AnonPages:      131580 kB
Mapped:          16492 kB
Slab:            77572 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278556 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 node130 at 2010-06-30 14:34:06