Trace number 2693894

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 1362.62 1362.58

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-66-100-0.wbo
MD5SUM203c3967b38557f61bad19a08f7bbc04
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.238963
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 1225
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-2693894-1277896654.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.29/1.32	c   1.1s| 10000 |  7137 |     0 |   0.0 |6548k| 141 |   - | 253 |3728 |   0 |   0 |   0 |6551 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.21	c   2.7s| 20000 | 13385 |     0 |   0.0 |  10M| 141 |   - | 253 |3860 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
5.40/5.48	c   4.7s| 30000 | 19020 |     0 |   0.0 |  15M| 141 |   - | 253 |6351 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.61	c   7.5s| 40000 | 23247 |     0 |   0.0 |  21M| 141 |   - | 253 |9962 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
12.99/13.04	c  11.6s| 50000 | 25605 |     0 |   0.0 |  26M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
16.49/16.57	c  14.8s| 60000 | 30234 |     0 |   0.0 |  26M| 141 |   - | 253 |4155 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.95	c  15.9s| 70000 | 37977 |     0 |   0.0 |  30M| 141 |   - | 253 |2961 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.57	c  17.2s| 80000 | 45045 |     0 |   0.0 |  34M| 141 |   - | 253 |4135 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
22.09/22.17	c  19.5s| 90000 | 49990 |     0 |   0.0 |  39M| 141 |   - | 253 |6693 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.21	c  23.2s|100000 | 52910 |     0 |   0.0 |  44M| 141 |   - | 253 |9056 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
31.49/31.52	c  28.2s|110000 | 54239 |     0 |   0.0 |  48M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
37.89/37.98	c  34.3s|120000 | 54766 |     0 |   0.0 |  52M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
45.89/45.92	c  41.8s|130000 | 54377 |     0 |   0.0 |  56M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
56.20/56.28	c  51.8s|140000 | 52815 |     0 |   0.0 |  58M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
64.19/64.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.19/64.24	c  59.4s|150000 | 55476 |     0 |   0.0 |  54M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
66.49/66.52	o 436
66.49/66.52	c *61.4s|159284 | 61911 |     0 |   0.0 |  57M| 141 |   - | 253 |7214 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
66.59/66.67	c  61.5s|160000 | 62421 |     0 |   0.0 |  57M| 141 |   - | 253 |7233 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
68.99/69.00	c  63.6s|170000 | 69062 |     0 |   0.0 |  61M| 141 |   - | 253 |6757 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
71.29/71.40	c  65.6s|180000 | 75427 |     0 |   0.0 |  64M| 141 |   - | 253 |6774 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
73.89/73.94	c  67.8s|190000 | 81541 |     0 |   0.0 |  68M| 141 |   - | 253 |7153 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
74.70/74.78	o 344
74.70/74.78	c *68.6s|193232 | 83490 |     0 |   0.0 |  70M| 141 |   - | 253 |7119 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
76.49/76.55	c  70.2s|200000 | 87503 |     0 |   0.0 |  72M| 141 |   - | 253 |7581 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
79.39/79.40	c  72.7s|210000 | 93057 |     0 |   0.0 |  76M| 141 |   - | 253 |8021 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
82.59/82.62	c  75.5s|220000 | 98007 |     0 |   0.0 |  80M| 141 |   - | 253 |8818 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
86.09/86.19	c  78.8s|230000 |102456 |     0 |   0.0 |  84M| 141 |   - | 253 |9713 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
89.89/89.94	c  82.2s|240000 |106788 |     0 |   0.0 |  88M| 141 |   - | 253 |9958 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
93.79/93.88	c  85.8s|250000 |110764 |     0 |   0.0 |  92M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
97.99/98.06	c  89.6s|260000 |114349 |     0 |   0.0 |  96M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
102.20/102.27	c  93.5s|270000 |118027 |     0 |   0.0 |  99M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 3.440000e+02 |    Inf 
105.40/105.41	o 259
105.40/105.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.40/105.41	c *96.3s|277038 |120491 |     0 |   0.0 | 102M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
106.70/106.78	c  97.6s|280000 |121466 |     0 |   0.0 | 103M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
114.49/114.54	c   105s|290000 |121284 |     0 |   0.0 | 105M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
126.60/126.62	c   117s|300000 |116912 |     0 |   0.0 | 105M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
142.90/142.98	c   133s|310000 |110996 |     0 |   0.0 | 101M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
154.09/154.14	c   143s|320000 |113252 |     0 |   0.0 |  96M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
158.90/158.91	c   148s|330000 |118477 |     0 |   0.0 |  98M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
163.29/163.31	c   152s|340000 |123122 |     0 |   0.0 | 101M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
168.00/168.01	c   156s|350000 |127504 |     0 |   0.0 | 104M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
173.00/173.06	c   161s|360000 |131606 |     0 |   0.0 | 108M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
178.20/178.28	c   166s|370000 |135471 |     0 |   0.0 | 111M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
183.50/183.57	c   171s|380000 |139111 |     0 |   0.0 | 114M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
188.90/188.90	c   176s|390000 |142457 |     0 |   0.0 | 117M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
194.40/194.43	c   181s|400000 |145634 |     0 |   0.0 | 121M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
200.10/200.18	c   186s|410000 |148705 |     0 |   0.0 | 124M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
205.80/205.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.80/205.80	c   192s|420000 |151960 |     0 |   0.0 | 127M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
211.80/211.85	c   197s|430000 |154666 |     0 |   0.0 | 129M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
218.39/218.44	c   204s|440000 |156981 |     0 |   0.0 | 131M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
225.10/225.12	c   210s|450000 |159202 |     0 |   0.0 | 134M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
227.89/227.93	o 230
227.89/227.93	c * 213s|453808 |159639 |     0 |   0.0 | 134M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
232.00/232.03	c   216s|460000 |161136 |     0 |   0.0 | 136M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
239.30/239.39	c   223s|470000 |162623 |     0 |   0.0 | 138M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
246.50/246.54	c   230s|480000 |164454 |     0 |   0.0 | 140M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
254.20/254.21	c   237s|490000 |165777 |     0 |   0.0 | 142M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
261.60/261.63	c   245s|500000 |167645 |     0 |   0.0 | 144M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
269.70/269.76	c   252s|510000 |168962 |     0 |   0.0 | 146M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
277.80/277.83	c   260s|520000 |170583 |     0 |   0.0 | 147M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 527k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
285.91/285.99	c   268s|530000 |172261 |     0 |   0.0 | 148M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 2.300000e+02 |    Inf 
292.00/292.02	o 220
292.00/292.02	c * 273s|537914 |173855 |     0 |   0.0 | 149M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 547k|   0 | 1.000000e+00 | 2.200000e+02 |  Large 
293.61/293.61	c   275s|540000 |174259 |     0 |   0.0 | 150M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 549k|   0 | 1.000000e+00 | 2.200000e+02 |  Large 
301.30/301.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.30/301.34	c   282s|550000 |176210 |     0 |   0.0 | 153M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 559k|   0 | 1.000000e+00 | 2.200000e+02 |  Large 
309.50/309.52	c   290s|560000 |177698 |     0 |   0.0 | 156M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 2.200000e+02 |  Large 
318.40/318.40	c   299s|570000 |178784 |     0 |   0.0 | 159M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 583k|   0 | 1.000000e+00 | 2.200000e+02 |  Large 
321.10/321.17	o 173
321.10/321.17	c * 301s|572911 |178661 |     0 |   0.0 | 159M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 1.730000e+02 |  Large 
323.41/323.42	o 136
323.41/323.42	c * 303s|575178 |177163 |     0 |   0.0 | 159M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
328.70/328.78	c   309s|580000 |176917 |     0 |   0.0 | 160M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 596k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
338.80/338.80	c   318s|590000 |179191 |     0 |   0.0 | 159M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 607k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
345.60/345.64	c   325s|600000 |182710 |     0 |   0.0 | 162M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 615k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
352.21/352.28	c   331s|610000 |185876 |     0 |   0.0 | 165M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 624k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
359.40/359.46	c   338s|620000 |188641 |     0 |   0.0 | 169M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 633k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
367.80/367.88	c   346s|630000 |190826 |     0 |   0.0 | 172M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 643k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
378.21/378.27	c   356s|640000 |191775 |     0 |   0.0 | 175M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 654k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
389.60/389.65	c   367s|650000 |192469 |     0 |   0.0 | 178M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 666k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
401.80/401.84	c   378s|660000 |192858 |     0 |   0.0 | 181M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 678k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
414.90/414.98	c   391s|670000 |192630 |     0 |   0.0 | 183M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 690k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
428.00/428.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.00/428.06	c   404s|680000 |192548 |     0 |   0.0 | 185M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 703k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
441.41/441.42	c   417s|690000 |192406 |     0 |   0.0 | 188M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 715k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
456.31/456.33	c   431s|700000 |191430 |     0 |   0.0 | 189M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 729k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
471.81/471.85	c   446s|710000 |190292 |     0 |   0.0 | 191M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 742k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
487.31/487.36	c   461s|720000 |189598 |     0 |   0.0 | 192M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 756k|   0 | 1.000000e+00 | 1.360000e+02 |  Large 
493.01/493.09	o 85
493.01/493.09	c * 467s|723115 |169696 |     0 |   0.0 | 177M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 760k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
499.51/499.52	c   473s|730000 |168218 |     0 |   0.0 | 170M| 141 |   - | 253 |3525 |   0 |   0 |   0 | 770k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
505.71/505.70	c   479s|740000 |165653 |     0 |   0.0 | 171M| 141 |   - | 253 |6751 |   0 |   0 |   0 | 784k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
512.62/512.61	c   485s|750000 |163300 |     0 |   0.0 | 171M| 141 |   - | 253 |8415 |   0 |   0 |   0 | 798k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
520.21/520.28	c   492s|760000 |160619 |     0 |   0.0 | 171M| 141 |   - | 253 |9229 |   0 |   0 |   0 | 813k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
527.71/527.77	c   499s|770000 |158097 |     0 |   0.0 | 171M| 141 |   - | 253 |8369 |   0 |   0 |   0 | 827k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
534.91/534.94	c   506s|780000 |155256 |     0 |   0.0 | 170M| 141 |   - | 253 |6690 |   0 |   0 |   0 | 843k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
541.51/541.57	c   512s|790000 |152831 |     0 |   0.0 | 169M| 141 |   - | 253 |7247 |   0 |   0 |   0 | 858k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
548.61/548.69	c   519s|800000 |149974 |     0 |   0.0 | 169M| 141 |   - | 253 |8263 |   0 |   0 |   0 | 874k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
556.41/556.47	c   526s|810000 |145914 |     0 |   0.0 | 167M| 141 |   - | 253 |7454 |   0 |   0 |   0 | 890k|   0 | 1.000000e+00 | 8.500000e+01 |8400.00%
559.71/559.74	o 60
559.71/559.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.71/559.74	c * 529s|814081 |127292 |     0 |   0.0 | 152M| 141 |   - | 253 |7397 |   0 |   0 |   0 | 897k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
565.00/565.03	c   534s|820000 |123151 |     0 |   0.0 | 150M| 141 |   - | 253 |7837 |   0 |   0 |   0 | 909k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
575.70/575.79	c   544s|830000 |116442 |     0 |   0.0 | 149M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 929k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
591.11/591.12	c   559s|840000 |109891 |     0 |   0.0 | 149M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 949k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
613.11/613.16	c   580s|850000 |101100 |     0 |   0.0 | 145M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 971k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
640.22/640.20	c   607s|860000 | 90554 |     0 |   0.0 | 137M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 994k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
662.01/662.09	o 11
662.01/662.09	c * 628s|867295 | 41442 |     0 |   0.0 |  84M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1012k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
679.21/679.27	c   645s|870000 | 31993 |     0 |   0.0 |  74M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1025k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
706.91/706.97	c   672s|880000 | 12195 |     0 |   0.0 |  21M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1051k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
712.11/712.10	c   677s|890000 | 14101 |     0 |   0.0 |  21M| 141 |   - | 253 |7136 |   0 |   0 |   0 |1063k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
716.62/716.69	c   681s|900000 | 15803 |     0 |   0.0 |  20M| 141 |   - | 253 |8449 |   0 |   0 |   0 |1075k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
720.01/720.03	c   684s|910000 | 21377 |     0 |   0.0 |  25M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1083k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
725.31/725.39	c   689s|920000 | 24678 |     0 |   0.0 |  31M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1095k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
732.92/732.92	c   696s|930000 | 25602 |     0 |   0.0 |  34M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1109k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
740.02/740.06	c   703s|940000 | 26351 |     0 |   0.0 |  33M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1123k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
745.02/745.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.02/745.04	c   707s|950000 | 30532 |     0 |   0.0 |  38M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1134k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
752.21/752.26	c   714s|960000 | 33225 |     0 |   0.0 |  42M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1148k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
762.33/762.32	c   724s|970000 | 34213 |     0 |   0.0 |  47M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1163k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
774.62/774.66	c   736s|980000 | 34057 |     0 |   0.0 |  50M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1180k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
788.92/788.95	c   750s|990000 | 33011 |     0 |   0.0 |  53M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1197k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
807.62/807.68	c   768s|  1000k| 29319 |     0 |   0.0 |  47M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1216k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
817.22/817.26	c   777s|  1010k| 30101 |     0 |   0.0 |  49M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1231k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
832.82/832.87	c   792s|  1020k| 27074 |     0 |   0.0 |  51M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1251k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
855.52/855.51	c   815s|  1030k| 21217 |     0 |   0.0 |  50M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1274k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
880.72/880.78	c   839s|  1040k| 14777 |     0 |   0.0 |  46M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1297k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
893.52/893.56	c   852s|  1050k| 18188 |     0 |   0.0 |  36M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1306k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
900.62/900.68	c   859s|  1060k| 19046 |     0 |   0.0 |  36M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1320k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
912.92/912.94	c   870s|  1070k| 15755 |     0 |   0.0 |  25M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1337k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
919.42/919.42	c   877s|  1080k| 20380 |     0 |   0.0 |  27M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1348k|   0 | 6.000000e+00 | 1.100000e+01 |  83.33%
926.72/926.77	c   884s|  1090k| 24202 |     0 |   0.0 |  30M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1360k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
934.52/934.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
934.52/934.60	c   891s|  1100k| 27408 |     0 |   0.0 |  34M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1373k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
943.73/943.75	c   900s|  1110k| 28968 |     0 |   0.0 |  38M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1388k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
950.33/950.32	c   906s|  1120k| 33768 |     0 |   0.0 |  39M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1399k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
956.93/956.94	c   912s|  1130k| 37447 |     0 |   0.0 |  44M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1413k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
967.32/967.32	c   922s|  1140k| 38954 |     0 |   0.0 |  49M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1430k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
981.92/981.96	c   937s|  1150k| 38963 |     0 |   0.0 |  53M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1450k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
998.63/998.67	c   953s|  1160k| 38767 |     0 |   0.0 |  56M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1469k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1017.43/1017.42	c   971s|  1170k| 38349 |     0 |   0.0 |  59M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1488k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1038.72/1038.72	c   992s|  1180k| 36459 |     0 |   0.0 |  59M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1509k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1060.22/1060.24	c  1013s|  1190k| 33668 |     0 |   0.0 |  59M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1531k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1072.53/1072.56	c  1025s|  1200k| 38248 |     0 |   0.0 |  59M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1541k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1081.92/1081.97	c  1034s|  1210k| 42144 |     0 |   0.0 |  62M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1553k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1092.62/1092.66	c  1044s|  1220k| 44941 |     0 |   0.0 |  67M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1567k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1110.03/1110.04	c  1061s|  1230k| 44558 |     0 |   0.0 |  70M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1587k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1138.63/1138.69	c  1090s|  1240k| 38599 |     0 |   0.0 |  66M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1615k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1172.63/1172.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1172.63/1172.62	c  1123s|  1250k| 31563 |     0 |   0.0 |  60M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1642k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1202.62/1202.66	c  1153s|  1260k| 28250 |     0 |   0.0 |  53M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1664k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1221.93/1222.00	c  1172s|  1270k| 27902 |     0 |   0.0 |  53M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1682k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1239.74/1239.73	c  1189s|  1280k| 27576 |     0 |   0.0 |  55M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1701k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1259.14/1259.11	c  1208s|  1290k| 27039 |     0 |   0.0 |  57M| 141 |   - | 253 |  41k|   0 |   0 |   0 |1720k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1282.23/1282.24	c  1231s|  1300k| 25297 |     0 |   0.0 |  59M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1741k|   0 | 9.000000e+00 | 1.100000e+01 |  22.22%
1319.74/1319.75	c  1268s|  1310k| 18168 |     0 |   0.0 |  45M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1767k|   0 | 1.000000e+01 | 1.100000e+01 |  10.00%
1350.34/1350.37	c  1298s|  1320k| 13274 |     0 |   0.0 |  43M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1792k|   0 | 1.000000e+01 | 1.100000e+01 |  10.00%
1362.53/1362.51	o 10
1362.53/1362.51	c *1310s|  1323k|     0 |     0 |   0.0 |  23M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1801k|   0 | 1.000000e+01 | 1.000000e+01 |   0.00%
1362.53/1362.52	c 
1362.53/1362.52	c SCIP Status        : problem is solved [optimal solution found]
1362.53/1362.52	c Solving Time (sec) : 1309.65
1362.53/1362.52	c Solving Nodes      : 1323511
1362.53/1362.52	c Primal Bound       : +1.00000000000000e+01 (11 solutions)
1362.53/1362.52	c Dual Bound         : +1.00000000000000e+01
1362.53/1362.52	c Gap                : 0.00 %
1362.53/1362.52	s OPTIMUM FOUND
1362.53/1362.52	v -x169 -x168 -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 
1362.53/1362.52	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 
1362.53/1362.52	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 
1362.53/1362.52	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 
1362.53/1362.52	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 
1362.53/1362.52	v -x56 -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 
1362.53/1362.52	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 
1362.53/1362.52	v x4 -x3 -x2 -x1 
1362.53/1362.52	c SCIP Status        : problem is solved [optimal solution found]
1362.53/1362.52	c Solving Time       :    1309.65
1362.53/1362.52	c Original Problem   :
1362.53/1362.52	c   Problem name     : HOME/instance-2693894-1277896654.wbo
1362.53/1362.52	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1362.53/1362.52	c   Constraints      : 144 initial, 144 maximal
1362.53/1362.52	c Presolved Problem  :
1362.53/1362.52	c   Problem name     : t_HOME/instance-2693894-1277896654.wbo
1362.53/1362.52	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1362.53/1362.52	c   Constraints      : 130 initial, 53681 maximal
1362.53/1362.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1362.53/1362.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   probing          :       0.01          0          0          0          0          0          0          0          0
1362.53/1362.52	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   linear           :       0.00          0          0          0         42          0         14          0          0
1362.53/1362.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1362.53/1362.52	c   root node        :          -          5          -          -         10          -          -          -          -
1362.53/1362.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1362.53/1362.52	c   integral         :          0          0          0          0          0          0          0          0          0          0
1362.53/1362.52	c   indicator        :         42          0    3787463          0     765792       2556     363541          0          0          0
1362.53/1362.52	c   knapsack         :          1          0    4288121          0     862330     108823   16142079          0          0          0
1362.53/1362.52	c   setppc           :         39          0    4179251          0     862323     413564    5172980          0          0          0
1362.53/1362.52	c   linear           :         42          0    3765720          0     862324     122898    3141888          0          0          0
1362.53/1362.52	c   logicor          :          6+         0    1895932          0     861580      30823     845164          0          0          0
1362.53/1362.52	c   bounddisjunction :          0+         0     220921          0          0          1       2469          0          0          0
1362.53/1362.52	c   countsols        :          0          0          0          0     862335          0          0          0          0          0
1362.53/1362.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1362.53/1362.52	c   integral         :       0.00       0.00       0.00       0.00       0.00
1362.53/1362.52	c   indicator        :       0.78       0.00       0.43       0.00       0.35
1362.53/1362.52	c   knapsack         :     142.43       0.00     140.49       0.00       1.94
1362.53/1362.52	c   setppc           :      26.31       0.00      23.26       0.00       3.05
1362.53/1362.52	c   linear           :      29.78       0.00      29.75       0.00       0.03
1362.53/1362.52	c   logicor          :     556.39       0.00     556.21       0.00       0.18
1362.53/1362.52	c   bounddisjunction :       1.28       0.00       1.28       0.00       0.00
1362.53/1362.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1362.53/1362.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1362.53/1362.52	c   vbounds          :       0.00          2          0          0
1362.53/1362.52	c   rootredcost      :       0.01          0          0          0
1362.53/1362.52	c   pseudoobj        :       4.55    4291863       1379     253284
1362.53/1362.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1362.53/1362.52	c   propagation      :      20.15     677488     677468    3469270       20.9     150022       14.1          -
1362.53/1362.52	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1362.53/1362.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1362.53/1362.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1362.53/1362.52	c   pseudo solution  :       0.00         26         26        100       16.7          5       14.0          -
1362.53/1362.52	c   applied globally :          -          -          -    1785795       16.0          -          -          -
1362.53/1362.52	c   applied locally  :          -          -          -      16060       35.7          -          -          -
1362.53/1362.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1362.53/1362.52	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1362.53/1362.52	c   redcost          :       0.00          0          0          0          0          0
1362.53/1362.52	c   impliedbounds    :       0.00          0          0          0          0          0
1362.53/1362.52	c   intobj           :       0.00          0          0          0          0          0
1362.53/1362.52	c   cgmip            :       0.00          0          0          0          0          0
1362.53/1362.52	c   gomory           :       0.00          0          0          0          0          0
1362.53/1362.52	c   strongcg         :       0.00          0          0          0          0          0
1362.53/1362.52	c   cmir             :       0.00          0          0          0          0          0
1362.53/1362.52	c   flowcover        :       0.00          0          0          0          0          0
1362.53/1362.52	c   clique           :       0.00          0          0          0          0          0
1362.53/1362.52	c   zerohalf         :       0.00          0          0          0          0          0
1362.53/1362.52	c   mcf              :       0.00          0          0          0          0          0
1362.53/1362.52	c   rapidlearning    :       0.00          0          0          0          0          0
1362.53/1362.52	c Pricers            :       Time      Calls       Vars
1362.53/1362.52	c   problem variables:       0.00          0          0
1362.53/1362.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1362.53/1362.52	c   relpscost        :       0.00          0          0          0          0          0          0
1362.53/1362.52	c   pscost           :       0.00          0          0          0          0          0          0
1362.53/1362.52	c   inference        :       6.27     862324          0          0          0          0    1724648
1362.53/1362.52	c   mostinf          :       0.00          0          0          0          0          0          0
1362.53/1362.52	c   leastinf         :       0.00          0          0          0          0          0          0
1362.53/1362.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1362.53/1362.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1362.53/1362.52	c   random           :       0.00          0          0          0          0          0          0
1362.53/1362.52	c Primal Heuristics  :       Time      Calls      Found
1362.53/1362.52	c   LP solutions     :       0.00          -          0
1362.53/1362.52	c   pseudo solutions :       0.19          -         11
1362.53/1362.52	c   oneopt           :       0.04          0          0
1362.53/1362.52	c   trivial          :       0.00          2          0
1362.53/1362.52	c   simplerounding   :       0.00          0          0
1362.53/1362.52	c   zirounding       :       0.00          0          0
1362.53/1362.52	c   rounding         :       0.00          0          0
1362.53/1362.52	c   shifting         :       0.00          0          0
1362.53/1362.52	c   intshifting      :       0.00          0          0
1362.53/1362.52	c   twoopt           :       0.00          0          0
1362.53/1362.52	c   fixandinfer      :       0.00          0          0
1362.53/1362.52	c   feaspump         :       0.00          0          0
1362.53/1362.52	c   coefdiving       :       0.00          0          0
1362.53/1362.52	c   pscostdiving     :       0.00          0          0
1362.53/1362.52	c   fracdiving       :       0.00          0          0
1362.53/1362.52	c   veclendiving     :       0.00          0          0
1362.53/1362.52	c   intdiving        :       0.00          0          0
1362.53/1362.52	c   actconsdiving    :       0.00          0          0
1362.53/1362.52	c   objpscostdiving  :       0.00          0          0
1362.53/1362.52	c   rootsoldiving    :       0.00          0          0
1362.53/1362.52	c   linesearchdiving :       0.00          0          0
1362.53/1362.52	c   guideddiving     :       0.00          0          0
1362.53/1362.52	c   octane           :       0.00          0          0
1362.53/1362.52	c   rens             :       0.00          0          0
1362.53/1362.52	c   rins             :       0.00          0          0
1362.53/1362.52	c   localbranching   :       0.00          0          0
1362.53/1362.52	c   mutation         :       0.00          0          0
1362.53/1362.52	c   crossover        :       0.00          0          0
1362.53/1362.52	c   dins             :       0.00          0          0
1362.53/1362.52	c   undercover       :       0.00          0          0
1362.53/1362.52	c   nlp              :       0.01          0          0
1362.53/1362.52	c   trysol           :       0.00          1          0
1362.53/1362.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1362.53/1362.52	c   primal LP        :       0.00          0          0       0.00          -
1362.53/1362.52	c   dual LP          :       0.00          0          0       0.00          -
1362.53/1362.52	c   lex dual LP      :       0.00          0          0       0.00          -
1362.53/1362.52	c   barrier LP       :       0.00          0          0       0.00          -
1362.53/1362.52	c   diving/probing LP:       0.00          0          0       0.00          -
1362.53/1362.52	c   strong branching :       0.00          0          0       0.00          -
1362.53/1362.52	c     (at root node) :          -          0          0       0.00          -
1362.53/1362.52	c   conflict analysis:       0.00          0          0       0.00          -
1362.53/1362.52	c B&B Tree           :
1362.53/1362.52	c   number of runs   :          1
1362.53/1362.52	c   nodes            :    1323511
1362.53/1362.52	c   nodes (total)    :    1323511
1362.53/1362.52	c   nodes left       :          0
1362.53/1362.52	c   max depth        :        141
1362.53/1362.52	c   max depth (total):        141
1362.53/1362.52	c   backtracks       :     492183 (37.2%)
1362.53/1362.52	c   delayed cutoffs  :     310484
1362.53/1362.52	c   repropagations   :    1586808 (7192701 domain reductions, 218894 cutoffs)
1362.53/1362.52	c   avg switch length:      22.62
1362.53/1362.52	c   switching time   :     395.67
1362.53/1362.52	c Solution           :
1362.53/1362.52	c   Solutions found  :         11 (11 improvements)
1362.53/1362.52	c   First Solution   : +4.36000000000000e+02   (in run 1, after 159284 nodes, 61.39 seconds, depth 48, found by <relaxation>)
1362.53/1362.52	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1323511 nodes, 1309.61 seconds, depth 44, found by <relaxation>)
1362.53/1362.52	c   Dual Bound       : +1.00000000000000e+01
1362.53/1362.52	c   Gap              :       0.00 %
1362.53/1362.52	c   Root Dual Bound  : +0.00000000000000e+00
1362.53/1362.52	c   Root Iterations  :          0
1362.53/1362.58	c Time complete: 1362.61.

Verifier Data

OK	10

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 12088
/proc/meminfo: memFree=30228760/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=8272 CPUtime=0
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 1544 0 0 0 0 0 0 0 21 0 1 0 130960973 8470528 1466 4089446400 4194304 7136930 140734018066672 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12088/statm: 2068 1466 275 719 0 1347 0

[startup+0.0859139 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 12088
/proc/meminfo: memFree=30228760/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=12696 CPUtime=0.07
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 4713 0 0 0 5 2 0 0 21 0 1 0 130960973 13000704 2483 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 3174 2483 403 719 0 2453 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12696

[startup+0.100911 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 12088
/proc/meminfo: memFree=30228760/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=12828 CPUtime=0.09
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 4738 0 0 0 6 3 0 0 21 0 1 0 130960973 13135872 2508 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 3207 2508 403 719 0 2486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12828

[startup+0.30089 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 12088
/proc/meminfo: memFree=30228760/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=14432 CPUtime=0.29
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 5143 0 0 0 22 7 0 0 21 0 1 0 130960973 14778368 2913 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 3608 2913 403 719 0 2887 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14432

[startup+0.700818 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 12088
/proc/meminfo: memFree=30228760/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=17124 CPUtime=0.69
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 5837 0 0 0 54 15 0 0 22 0 1 0 130960973 17534976 3607 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 4281 3607 403 719 0 3560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17124

[startup+1.50066 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12089
/proc/meminfo: memFree=30213120/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=20540 CPUtime=1.49
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 6694 0 0 0 122 27 0 0 25 0 1 0 130960973 21032960 4464 4089446400 4194304 7136930 140734018066672 18446744073709551615 5000300 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 5135 4464 403 719 0 4414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20540

[startup+3.10037 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12089
/proc/meminfo: memFree=30207168/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=25500 CPUtime=3.09
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 7934 0 0 0 257 52 0 0 25 0 1 0 130960973 26112000 5704 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 6375 5704 403 719 0 5654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25500

[startup+6.30078 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 12090
/proc/meminfo: memFree=30193588/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=34040 CPUtime=6.29
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 10084 0 0 0 539 90 0 0 25 0 1 0 130960973 34856960 7854 4089446400 4194304 7136930 140734018066672 18446744073709551615 4644801 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12088/statm: 8510 7854 403 719 0 7789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34040

[startup+12.7006 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 12090
/proc/meminfo: memFree=30176248/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=43364 CPUtime=12.69
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 12428 0 0 0 1127 142 0 0 25 0 1 0 130960973 44404736 10198 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 10841 10198 403 719 0 10120 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43364

[startup+25.5002 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 12090
/proc/meminfo: memFree=30136348/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=66344 CPUtime=25.49
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 18251 0 0 0 2256 293 0 0 25 0 1 0 130960973 67936256 16021 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 16586 16021 403 719 0 15865 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66344

[startup+51.1005 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 12090
/proc/meminfo: memFree=30087644/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=85564 CPUtime=51.09
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 22988 0 0 0 4676 433 0 0 25 0 1 0 130960973 87617536 20758 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 21391 20758 403 719 0 20670 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85564

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12092
/proc/meminfo: memFree=29965344/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=135724 CPUtime=102.3
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 35180 0 0 0 9348 882 0 0 25 0 1 0 130960973 138981376 32950 4089446400 4194304 7136930 140734018066672 18446744073709551615 4998153 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 33931 32950 403 719 0 33210 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 135724

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12094
/proc/meminfo: memFree=29877396/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=150932 CPUtime=162.3
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 38947 0 0 0 15106 1124 0 0 25 0 1 0 130960973 154554368 36717 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 37733 36717 403 719 0 37012 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 150932

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12095
/proc/meminfo: memFree=29777268/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=182544 CPUtime=222.29
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 46971 0 0 0 20718 1511 0 0 25 0 1 0 130960973 186925056 44741 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 45636 44741 404 719 0 44915 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 182544

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12097
/proc/meminfo: memFree=29694512/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=196120 CPUtime=282.3
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 50427 0 0 0 26423 1807 0 0 25 0 1 0 130960973 200826880 48197 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 49030 48197 404 719 0 48309 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 196120

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12098
/proc/meminfo: memFree=29608544/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=211212 CPUtime=342.3
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 54249 0 0 0 32147 2083 0 0 25 0 1 0 130960973 216281088 52019 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999661 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 52803 52019 406 719 0 52082 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 211212

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12100
/proc/meminfo: memFree=29515500/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=228388 CPUtime=402.3
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 58483 0 0 0 37891 2339 0 0 25 0 1 0 130960973 233869312 56253 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 57097 56253 406 719 0 56376 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 228388

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12102
/proc/meminfo: memFree=29432136/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=236168 CPUtime=462.31
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 60450 0 0 0 43703 2528 0 0 25 0 1 0 130960973 241836032 58220 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 59042 58220 406 719 0 58321 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 236168

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 12103
/proc/meminfo: memFree=29357452/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=241212 CPUtime=522.31
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 61642 0 0 0 49407 2824 0 0 25 0 1 0 130960973 247001088 59412 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 60303 59412 406 719 0 59582 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 241212

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12105
/proc/meminfo: memFree=29292928/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=241356 CPUtime=582.31
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 61673 0 0 0 55026 3205 0 0 25 0 1 0 130960973 247148544 59443 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 60339 59443 406 719 0 59618 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 241356

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12106
/proc/meminfo: memFree=29231896/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=242276 CPUtime=642.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 61865 0 0 0 60863 3369 0 0 25 0 1 0 130960973 248090624 59635 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 60569 59635 406 719 0 59848 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 242276

[startup+702.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 12108
/proc/meminfo: memFree=29172712/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=242740 CPUtime=702.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 61960 0 0 0 66742 3490 0 0 25 0 1 0 130960973 248565760 59730 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 60685 59730 406 719 0 59964 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 242740

[startup+762.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 12110
/proc/meminfo: memFree=29111280/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=242740 CPUtime=762.33
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 61972 0 0 0 72391 3842 0 0 25 0 1 0 130960973 248565760 59742 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 60685 59742 406 719 0 59964 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 242740

[startup+822.301 s]
/proc/loadavg: 2.25 2.07 2.01 3/183 12111
/proc/meminfo: memFree=29052720/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=243400 CPUtime=822.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62082 0 0 0 78209 4023 0 0 25 0 1 0 130960973 249241600 59852 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 60850 59852 406 719 0 60129 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 243400

[startup+882.301 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 12116
/proc/meminfo: memFree=28989396/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=245128 CPUtime=882.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62360 0 0 0 84082 4150 0 0 25 0 1 0 130960973 251011072 60130 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61282 60130 406 719 0 60561 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 245128

[startup+942.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/183 12117
/proc/meminfo: memFree=28819428/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=244860 CPUtime=942.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62445 0 0 0 89840 4392 0 0 25 0 1 0 130960973 250736640 60085 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61215 60085 406 719 0 60494 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 244860

[startup+1002.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 12119
/proc/meminfo: memFree=28817156/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=245624 CPUtime=1002.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62542 0 0 0 95635 4597 0 0 25 0 1 0 130960973 251518976 60182 4089446400 4194304 7136930 140734018066672 18446744073709551615 5950431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61406 60182 406 719 0 60685 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 245624

[startup+1062.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 12121
/proc/meminfo: memFree=28798652/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=245624 CPUtime=1062.32
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62567 0 0 0 101506 4726 0 0 25 0 1 0 130960973 251518976 60207 4089446400 4194304 7136930 140734018066672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61406 60207 406 719 0 60685 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 245624

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 12122
/proc/meminfo: memFree=28740712/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=245624 CPUtime=1122.33
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62578 0 0 0 107344 4889 0 0 25 0 1 0 130960973 251518976 60218 4089446400 4194304 7136930 140734018066672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61406 60218 406 719 0 60685 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 245624

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12152
/proc/meminfo: memFree=31169316/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=247160 CPUtime=1182.33
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62825 0 0 0 113254 4979 0 0 25 0 1 0 130960973 253091840 60336 4089446400 4194304 7136930 140734018066672 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61790 60336 406 719 0 61069 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 247160

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12153
/proc/meminfo: memFree=31122740/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=247160 CPUtime=1242.34
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62835 0 0 0 119146 5088 0 0 25 0 1 0 130960973 253091840 60346 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61790 60346 406 719 0 61069 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 247160

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12155
/proc/meminfo: memFree=31041476/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=247160 CPUtime=1302.34
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62839 0 0 0 125040 5194 0 0 25 0 1 0 130960973 253091840 60350 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61790 60350 406 719 0 61069 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 247160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12157
/proc/meminfo: memFree=31023948/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=247160 CPUtime=1362.33
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62863 0 0 0 130943 5290 0 0 25 0 1 0 130960973 253091840 60374 4089446400 4194304 7136930 140734018066672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61790 60374 406 719 0 61069 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 247160

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

[startup+1362.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12157
/proc/meminfo: memFree=31023948/32951124 swapFree=67111528/67111528
[pid=12088] ppid=12086 vsize=245096 CPUtime=1362.53
/proc/12088/stat : 12088 (pbscip.linux.x8) R 12086 12088 10108 0 -1 4202496 62863 0 0 0 130963 5290 0 0 25 0 1 0 130960973 250978304 59858 4089446400 4194304 7136930 140734018066672 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12088/statm: 61274 59858 406 719 0 60553 0
Current children cumulated CPU time (s) 1362.53
Current children cumulated vsize (KiB) 245096

Child status: 0
Real time (s): 1362.58
CPU time (s): 1362.62
CPU user time (s): 1309.71
CPU system time (s): 52.919
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 247160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1309.71
system time used= 52.919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 3170

runsolver used 2.21066 second user time and 5.2352 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 13:17:34
IDJOB=2693894
IDBENCH=78791
IDSOLVER=1206
FILE ID=node135/2693894-1277896654
PBS_JOBID= 11197083
Free space on /tmp= 74136 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.1111228076--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-2693894-1277896654/watcher-2693894-1277896654 -o /tmp/evaluation-result-2693894-1277896654/solver-2693894-1277896654 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693894-1277896654.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 203c3967b38557f61bad19a08f7bbc04
RANDOM SEED=347738078

node135.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.857
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.857
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.857
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.857
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	: 7186.14
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.857
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.857
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.857
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.74
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.857
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30229412 kB
Buffers:        179808 kB
Cached:        1103540 kB
SwapCached:          0 kB
Active:        1765400 kB
Inactive:       810460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30229412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3252 kB
Writeback:           0 kB
AnonPages:     1292196 kB
Mapped:          15300 kB
Slab:            80908 kB
PageTables:       7332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1441052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node135 at 2010-06-30 13:40:16