Trace number 2705726

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 343.742 343.734

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh216_wcsp.wbo
MD5SUM830bcbfbc6ad7e0fb8e641f5751577e3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.032994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705726-1278579905.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.04/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.05	c presolving (3 rounds):
0.04/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.05	c  1800 implications, 0 cliques
0.04/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.04/0.05	c     800 constraints of type <linear>
0.04/0.05	c     800 constraints of type <indicator>
0.04/0.05	c transformed objective value is always integral (scale: 1)
0.04/0.05	c Presolving Time: 0.03
0.04/0.05	c - non default parameters ----------------------------------------------------------------------
0.04/0.05	c # SCIP version 1.2.1.3
0.04/0.05	c 
0.04/0.05	c # frequency for displaying node information lines
0.04/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.05	c display/freq = 10000
0.04/0.05	c 
0.04/0.05	c # maximal time in seconds to run
0.04/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05	c limits/time = 1789.99
0.04/0.05	c 
0.04/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.05	c limits/memory = 3420
0.04/0.05	c 
0.04/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.05	c # [type: int, range: [1,2], default: 1]
0.04/0.05	c timing/clocktype = 2
0.04/0.05	c 
0.04/0.05	c # should presolving try to simplify inequalities
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c constraints/linear/simplifyinequalities = TRUE
0.04/0.05	c 
0.04/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c constraints/indicator/addCouplingCons = TRUE
0.04/0.05	c 
0.04/0.05	c # should presolving try to simplify knapsacks
0.04/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.05	c 
0.04/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.05	c separating/rapidlearning/freq = 0
0.04/0.05	c 
0.04/0.05	c -----------------------------------------------------------------------------------------------
0.04/0.05	c start solving
0.04/0.05	c 
0.04/0.05	o 394238
0.04/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.05	c t 0.0s|     1 |     0 |     0 |     - |5947k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.04/0.05	c   0.0s|     1 |     0 |     0 |     - |6319k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    32 |     - |6374k|   0 |   0 |1700 |1600 |1700 |  51 |  51 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    96 |     - |6394k|   0 |  19 |1700 |1600 |1700 |  86 |  86 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   138 |     - |6429k|   0 |  52 |1700 |1600 |1700 | 113 | 113 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   184 |     - |6632k|   0 |  58 |1700 |1600 |1700 | 148 | 148 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   238 |     - |6775k|   0 |  55 |1700 |1600 |1700 | 162 | 162 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   254 |     - |6925k|   0 |  56 |1700 |1600 |1700 | 170 | 170 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     2 |   254 |     - |6950k|   0 |  56 |1700 |1600 |1700 | 170 | 170 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
7.98/8.10	c   8.1s| 10000 |  9997 |  7841 |   0.8 |  18M| 159 |   0 |1700 |1602 |1700 | 194 |1907 |   2 | 692 | 0.000000e+00 | 3.942380e+05 |    Inf 
15.69/15.77	c  15.8s| 20000 | 19995 | 14566 |   0.7 |  28M| 657 |   0 |1700 |1603 |1700 | 262 |3978 |   3 | 722 | 0.000000e+00 | 3.942380e+05 |    Inf 
22.09/22.13	c  22.1s| 30000 | 29985 | 20722 |   0.7 |  37M| 725 |   0 |1700 |1610 |1700 | 251 |4972 |  10 | 760 | 0.000000e+00 | 3.942380e+05 |    Inf 
28.69/28.78	c  28.8s| 40000 | 39981 | 25101 |   0.6 |  47M| 725 |   0 |1700 |1612 |1700 | 236 |5953 |  12 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
35.29/35.37	c  35.4s| 50000 | 49977 | 27820 |   0.6 |  56M| 725 |   0 |1700 |1614 |1700 | 214 |6760 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
41.69/41.78	c  41.8s| 60000 | 59977 | 29795 |   0.5 |  65M| 725 |   0 |1700 |1614 |1700 | 221 |7292 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
48.09/48.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.09/48.16	c  48.1s| 70000 | 69977 | 31953 |   0.5 |  75M| 725 |   0 |1700 |1614 |1700 | 207 |7884 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
54.49/54.50	c  54.5s| 80000 | 79977 | 34030 |   0.4 |  84M| 725 |   0 |1700 |1614 |1700 | 212 |8384 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
60.78/60.89	c  60.9s| 90000 | 89977 | 36019 |   0.4 |  93M| 725 |   0 |1700 |1614 |1700 | 199 |8860 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
67.29/67.30	c  67.3s|100000 | 99977 | 37998 |   0.4 | 103M| 725 |   0 |1700 |1614 |1700 | 209 |9400 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
73.59/73.68	c  73.7s|110000 |109977 | 40182 |   0.4 | 112M| 725 |   0 |1700 |1614 |1700 | 217 |9961 |  14 | 764 | 0.000000e+00 | 3.942380e+05 |    Inf 
74.29/74.30	o 6826
74.29/74.30	c *74.3s|110967 | 84779 | 40372 |   0.4 |  90M| 725 |   - |1700 |1614 |1700 | 241 |  10k|  14 | 764 | 0.000000e+00 | 6.826000e+03 |    Inf 
77.09/77.13	o 6766
77.09/77.13	c *77.1s|114680 | 87833 | 43058 |   0.4 |  93M| 725 |   - |1700 |1977 |1700 | 203 |  10k| 377 | 765 | 0.000000e+00 | 6.766000e+03 |    Inf 
77.09/77.13	o 6757
77.09/77.13	c *77.1s|114681 | 87750 | 43061 |   0.4 |  93M| 725 |   - |1700 |1977 |1700 | 203 |  10k| 377 | 765 | 0.000000e+00 | 6.757000e+03 |    Inf 
77.79/77.89	o 6719
77.79/77.89	c *77.9s|115736 | 88370 | 43567 |   0.4 |  94M| 725 |   - |1700 |2250 |1700 | 233 |  10k| 650 | 765 | 0.000000e+00 | 6.719000e+03 |    Inf 
77.89/77.95	o 6646
77.89/77.95	c *77.9s|115810 | 87719 | 43653 |   0.4 |  94M| 725 |   - |1700 |2288 |1700 | 228 |  10k| 688 | 765 | 0.000000e+00 | 6.646000e+03 |    Inf 
77.89/77.95	o 6367
77.89/77.95	c *77.9s|115811 | 84431 | 43657 |   0.4 |  91M| 725 |   - |1700 |2288 |1700 | 228 |  10k| 688 | 765 | 0.000000e+00 | 6.367000e+03 |    Inf 
78.00/78.08	o 6111
78.00/78.08	c *78.1s|115947 | 80669 | 43848 |   0.4 |  88M| 725 |   - |1700 |2352 |1700 | 229 |  10k| 752 | 765 | 0.000000e+00 | 6.111000e+03 |    Inf 
78.10/78.14	o 5920
78.10/78.14	c *78.1s|116000 | 77465 | 44012 |   0.4 |  85M| 725 |   - |1700 |2387 |1700 | 232 |  10k| 787 | 765 | 0.000000e+00 | 5.920000e+03 |    Inf 
78.89/78.99	o 5724
78.89/78.99	c *79.0s|116995 | 74995 | 44973 |   0.4 |  84M| 725 |   - |1700 |2731 |1700 | 210 |  10k|1131 | 766 | 0.000000e+00 | 5.724000e+03 |    Inf 
81.49/81.58	c  81.6s|120000 | 77546 | 48280 |   0.4 |  87M| 725 |   0 |1700 |3378 |1700 | 180 |  11k|1798 | 767 | 0.000000e+00 | 5.724000e+03 |    Inf 
83.49/83.58	o 5681
83.49/83.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.49/83.58	c *83.6s|122508 | 78913 | 50708 |   0.4 |  90M| 725 |   - |1700 |3604 |1700 | 197 |  12k|2282 | 768 | 0.000000e+00 | 5.681000e+03 |    Inf 
83.59/83.69	o 5585
83.59/83.69	c *83.7s|122645 | 77321 | 50846 |   0.4 |  89M| 725 |   - |1700 |3598 |1700 | 193 |  12k|2307 | 768 | 0.000000e+00 | 5.585000e+03 |    Inf 
84.49/84.57	o 5573
84.49/84.57	c *84.6s|123708 | 78022 | 51691 |   0.4 |  90M| 725 |   - |1700 |3706 |1700 | 187 |  12k|2602 | 768 | 0.000000e+00 | 5.573000e+03 |    Inf 
84.49/84.58	o 5553
84.49/84.58	c *84.6s|123711 | 77698 | 51716 |   0.4 |  89M| 725 |   - |1700 |3706 |1700 | 188 |  12k|2602 | 768 | 0.000000e+00 | 5.553000e+03 |    Inf 
84.49/84.59	o 5406
84.49/84.59	c *84.6s|123717 | 75133 | 51732 |   0.4 |  87M| 725 |   - |1700 |3706 |1700 | 188 |  12k|2602 | 768 | 0.000000e+00 | 5.406000e+03 |    Inf 
84.49/84.59	o 5383
84.49/84.59	c *84.6s|123718 | 74767 | 51736 |   0.4 |  86M| 725 |   - |1700 |3706 |1700 | 188 |  12k|2602 | 768 | 0.000000e+00 | 5.383000e+03 |    Inf 
89.99/90.03	c  90.0s|130000 | 80153 | 57851 |   0.4 |  94M| 725 |   0 |1700 |4091 |1700 | 218 |  14k|4322 | 774 | 0.000000e+00 | 5.383000e+03 |    Inf 
92.69/92.71	o 5339
92.69/92.71	c *92.7s|133166 | 82116 | 60603 |   0.5 |  98M| 725 |   - |1700 |4152 |1700 | 203 |  14k|5280 | 774 | 0.000000e+00 | 5.339000e+03 |    Inf 
92.99/93.00	o 5265
92.99/93.00	c *93.0s|133485 | 81212 | 60864 |   0.5 |  97M| 725 |   - |1700 |4123 |1700 | 226 |  14k|5361 | 774 | 0.000000e+00 | 5.265000e+03 |    Inf 
93.39/93.49	o 5208
93.39/93.49	c *93.5s|134039 | 80790 | 61345 |   0.5 |  97M| 725 |   - |1700 |4071 |1700 | 207 |  15k|5508 | 774 | 0.000000e+00 | 5.208000e+03 |    Inf 
94.99/95.04	o 5178
94.99/95.04	c *95.0s|135624 | 81638 | 63553 |   0.5 |  98M| 725 |   - |1700 |3839 |1700 | 211 |  15k|5999 | 777 | 0.000000e+00 | 5.178000e+03 |    Inf 
96.39/96.42	o 5086
96.39/96.42	c *96.4s|137253 | 81503 | 65212 |   0.5 |  99M| 725 |   - |1700 |3911 |1700 | 237 |  15k|6600 | 777 | 0.000000e+00 | 5.086000e+03 |    Inf 
96.50/96.57	o 4794
96.50/96.57	c *96.6s|137429 | 77042 | 65539 |   0.5 |  93M| 725 |   - |1700 |3984 |1700 | 232 |  15k|6738 | 779 | 0.000000e+00 | 4.794000e+03 |    Inf 
96.79/96.86	o 4791
96.79/96.86	c *96.8s|137766 | 77267 | 65863 |   0.5 |  94M| 725 |   - |1700 |3939 |1700 | 205 |  16k|6829 | 779 | 0.000000e+00 | 4.791000e+03 |    Inf 
96.79/96.86	o 4758
96.79/96.86	c *96.8s|137767 | 76690 | 65864 |   0.5 |  93M| 725 |   - |1700 |3939 |1700 | 205 |  16k|6829 | 779 | 0.000000e+00 | 4.758000e+03 |    Inf 
98.09/98.10	o 4740
98.09/98.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.09/98.10	c *98.1s|139193 | 77642 | 68314 |   0.5 |  94M| 725 |   - |1700 |3367 |1700 | 215 |  16k|7248 | 788 | 0.000000e+00 | 4.740000e+03 |    Inf 
98.79/98.84	c  98.8s|140000 | 78323 | 68921 |   0.5 |  95M| 725 |   0 |1700 |3043 |1700 | 201 |  16k|7480 | 793 | 0.000000e+00 | 4.740000e+03 |    Inf 
101.79/101.86	o 4596
101.79/101.86	c * 102s|143379 | 78534 | 73099 |   0.5 |  96M| 725 |   - |1700 |2735 |1700 | 190 |  17k|8507 | 821 | 0.000000e+00 | 4.596000e+03 |    Inf 
101.79/101.86	o 4502
101.79/101.86	c * 102s|143380 | 76691 | 73104 |   0.5 |  93M| 725 |   - |1700 |2735 |1700 | 190 |  17k|8507 | 821 | 0.000000e+00 | 4.502000e+03 |    Inf 
102.69/102.74	o 4488
102.69/102.74	c * 103s|144356 | 77290 | 73956 |   0.5 |  94M| 725 |   - |1700 |2604 |1700 | 185 |  17k|8703 | 822 | 0.000000e+00 | 4.488000e+03 |    Inf 
102.69/102.74	o 4465
102.69/102.74	c * 103s|144357 | 76840 | 73958 |   0.5 |  93M| 725 |   - |1700 |2604 |1700 | 185 |  17k|8703 | 822 | 0.000000e+00 | 4.465000e+03 |    Inf 
102.69/102.79	o 4461
102.69/102.79	c * 103s|144403 | 76774 | 74044 |   0.5 |  93M| 725 |   - |1700 |2597 |1700 | 200 |  17k|8703 | 822 | 0.000000e+00 | 4.461000e+03 |    Inf 
102.69/102.79	o 4367
102.69/102.79	c * 103s|144404 | 75030 | 74044 |   0.5 |  90M| 725 |   - |1700 |2597 |1700 | 200 |  17k|8703 | 822 | 0.000000e+00 | 4.367000e+03 |    Inf 
103.19/103.25	o 4336
103.19/103.25	c * 103s|144880 | 74848 | 74683 |   0.5 |  90M| 725 |   - |1700 |2592 |1700 | 212 |  17k|8896 | 827 | 0.000000e+00 | 4.336000e+03 |    Inf 
103.39/103.44	o 4249
103.39/103.44	c * 103s|145098 | 73442 | 75008 |   0.5 |  88M| 725 |   - |1700 |2530 |1700 | 189 |  17k|8936 | 827 | 0.000000e+00 | 4.249000e+03 |    Inf 
103.59/103.68	o 4122
103.59/103.68	c * 104s|145386 | 71393 | 75319 |   0.5 |  85M| 725 |   - |1700 |2525 |1700 | 191 |  17k|8995 | 828 | 0.000000e+00 | 4.122000e+03 |    Inf 
103.59/103.69	o 4099
103.59/103.69	c * 104s|145387 | 70999 | 75321 |   0.5 |  85M| 725 |   - |1700 |2525 |1700 | 191 |  17k|8995 | 828 | 0.000000e+00 | 4.099000e+03 |    Inf 
104.29/104.37	o 4062
104.29/104.37	c * 104s|146147 | 70827 | 76095 |   0.5 |  85M| 725 |   - |1700 |2583 |1700 | 193 |  18k|9268 | 830 | 0.000000e+00 | 4.062000e+03 |    Inf 
104.59/104.68	o 4037
104.59/104.68	c * 105s|146465 | 70635 | 76459 |   0.5 |  85M| 725 |   - |1700 |2598 |1700 | 195 |  18k|9378 | 830 | 0.000000e+00 | 4.037000e+03 |    Inf 
107.99/108.06	c   108s|150000 | 73550 | 80550 |   0.5 |  90M| 725 |   0 |1700 |2977 |1700 | 199 |  19k|  10k| 855 | 0.000000e+00 | 4.037000e+03 |    Inf 
108.39/108.42	o 4036
108.39/108.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.39/108.42	c * 108s|150401 | 73863 | 80832 |   0.5 |  91M| 725 |   - |1700 |2980 |1700 | 214 |  19k|  10k| 859 | 0.000000e+00 | 4.036000e+03 |    Inf 
109.49/109.57	o 4030
109.49/109.57	c * 110s|151740 | 74859 | 81715 |   0.5 |  93M| 725 |   - |1700 |3033 |1700 | 199 |  19k|  10k| 859 | 0.000000e+00 | 4.030000e+03 |    Inf 
117.19/117.28	c   117s|160000 | 81545 | 91691 |   0.6 | 104M| 725 |   0 |1700 |2847 |1700 | 188 |  22k|  13k| 916 | 0.000000e+00 | 4.030000e+03 |    Inf 
120.39/120.41	o 4019
120.39/120.41	c * 120s|163137 | 83835 | 95632 |   0.6 | 109M| 725 |   - |1700 |2870 |1700 | 201 |  23k|  14k| 940 | 0.000000e+00 | 4.019000e+03 |    Inf 
121.89/121.90	o 3986
121.89/121.90	c * 122s|164684 | 84452 | 97806 |   0.6 | 110M| 725 |   - |1700 |2791 |1700 | 203 |  24k|  14k| 943 | 0.000000e+00 | 3.986000e+03 |    Inf 
121.89/121.90	o 3923
121.89/121.90	c * 122s|164685 | 83132 | 97808 |   0.6 | 108M| 725 |   - |1700 |2791 |1700 | 203 |  24k|  14k| 943 | 0.000000e+00 | 3.923000e+03 |    Inf 
124.09/124.19	o 3885
124.09/124.19	c * 124s|167377 | 84681 | 99965 |   0.6 | 110M| 725 |   - |1700 |2915 |1700 | 194 |  25k|  15k| 957 | 0.000000e+00 | 3.885000e+03 |    Inf 
124.09/124.19	o 3880
124.09/124.19	c * 124s|167378 | 84596 | 99969 |   0.6 | 110M| 725 |   - |1700 |2915 |1700 | 194 |  25k|  15k| 957 | 0.000000e+00 | 3.880000e+03 |    Inf 
126.49/126.56	c   127s|170000 | 86767 |102419 |   0.6 | 114M| 725 |   - |1700 |2718 |   0 |   0 |  25k|  16k| 971 | 0.000000e+00 | 3.880000e+03 |    Inf 
129.59/129.65	o 3835
129.59/129.65	c * 130s|173383 | 88674 |106773 |   0.6 | 117M| 725 |   - |1700 |2764 |1700 | 196 |  27k|  17k| 996 | 0.000000e+00 | 3.835000e+03 |    Inf 
129.59/129.65	o 3804
129.59/129.65	c * 130s|173384 | 88056 |106773 |   0.6 | 116M| 725 |   - |1700 |2764 |1700 | 196 |  27k|  17k| 996 | 0.000000e+00 | 3.804000e+03 |    Inf 
129.59/129.70	o 3613
129.59/129.70	c * 130s|173435 | 83806 |106858 |   0.6 | 111M| 725 |   - |1700 |2767 |1700 | 200 |  27k|  17k| 996 | 0.000000e+00 | 3.613000e+03 |    Inf 
129.59/129.70	o 3582
129.59/129.70	c * 130s|173436 | 83123 |106858 |   0.6 | 109M| 725 |   - |1700 |2767 |1700 | 200 |  27k|  17k| 996 | 0.000000e+00 | 3.582000e+03 |    Inf 
132.00/132.05	o 3511
132.00/132.05	c * 132s|175878 | 83641 |109965 |   0.6 | 111M| 725 |   - |1700 |2727 |1700 | 216 |  28k|  17k|1000 | 0.000000e+00 | 3.511000e+03 |    Inf 
135.89/135.97	c   136s|180000 | 86891 |114805 |   0.6 | 117M| 725 |   0 |1700 |3063 |1700 | 199 |  29k|  19k|1027 | 0.000000e+00 | 3.511000e+03 |    Inf 
140.09/140.19	o 3381
140.09/140.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.09/140.19	c * 140s|184398 | 87206 |120733 |   0.7 | 119M| 725 |   - |1700 |2910 |1700 | 196 |  31k|  20k|1064 | 0.000000e+00 | 3.381000e+03 |    Inf 
140.09/140.19	o 3311
140.09/140.19	c * 140s|184399 | 85482 |120734 |   0.7 | 116M| 725 |   - |1700 |2910 |1700 | 196 |  31k|  20k|1064 | 0.000000e+00 | 3.311000e+03 |    Inf 
142.00/142.05	o 3287
142.00/142.05	c * 142s|186142 | 86203 |123777 |   0.7 | 117M| 725 |   - |1700 |2845 |1700 | 216 |  32k|  20k|1096 | 0.000000e+00 | 3.287000e+03 |    Inf 
142.00/142.06	o 3233
142.00/142.06	c * 142s|186149 | 84789 |123785 |   0.7 | 115M| 725 |   - |1700 |2845 |1700 | 216 |  32k|  20k|1096 | 0.000000e+00 | 3.233000e+03 |    Inf 
142.00/142.07	o 3010
142.00/142.07	c * 142s|186150 | 78714 |123787 |   0.7 | 104M| 725 |   - |1700 |2845 |1700 | 216 |  32k|  20k|1096 | 0.000000e+00 | 3.010000e+03 |    Inf 
142.90/142.94	o 2807
142.90/142.94	c * 143s|187129 | 74124 |124891 |   0.7 |  95M| 725 |   - |1700 |2793 |1700 | 199 |  32k|  21k|1107 | 0.000000e+00 | 2.807000e+03 |    Inf 
142.90/142.95	o 2592
142.90/142.95	c * 143s|187130 | 68393 |124907 |   0.7 |  86M| 725 |   - |1700 |2793 |1700 | 199 |  32k|  21k|1107 | 0.000000e+00 | 2.592000e+03 |    Inf 
143.49/143.58	o 2583
143.49/143.58	c * 144s|187711 | 68511 |125988 |   0.7 |  86M| 725 |   - |1700 |2726 |1700 | 207 |  32k|  21k|1109 | 0.000000e+00 | 2.583000e+03 |    Inf 
143.59/143.66	o 2578
143.59/143.66	c * 144s|187766 | 68389 |126150 |   0.7 |  86M| 725 |   - |1700 |2735 |1700 | 221 |  32k|  21k|1109 | 0.000000e+00 | 2.578000e+03 |    Inf 
145.99/146.07	c   146s|190000 | 70001 |129758 |   0.7 |  90M| 725 |   0 |1700 |2685 |1700 | 217 |  33k|  21k|1129 | 0.000000e+00 | 2.578000e+03 |    Inf 
150.19/150.27	o 2509
150.19/150.27	c * 150s|193871 | 71025 |137271 |   0.7 |  93M| 725 |   - |1700 |2719 |1700 | 202 |  36k|  23k|1177 | 0.000000e+00 | 2.509000e+03 |    Inf 
150.19/150.27	o 2478
150.19/150.27	c * 150s|193872 | 70186 |137271 |   0.7 |  92M| 725 |   - |1700 |2719 |1700 | 202 |  36k|  23k|1177 | 0.000000e+00 | 2.478000e+03 |    Inf 
157.00/157.02	c   157s|200000 | 74547 |149293 |   0.7 | 101M| 725 |   0 |1700 |2807 |1700 | 208 |  39k|  25k|1253 | 0.000000e+00 | 2.478000e+03 |    Inf 
162.89/162.98	o 2474
162.89/162.98	c * 163s|205594 | 78406 |159435 |   0.8 | 110M| 725 |   - |1700 |2950 |1700 | 205 |  43k|  27k|1296 | 0.000000e+00 | 2.474000e+03 |    Inf 
162.99/163.04	o 2361
162.99/163.04	c * 163s|205651 | 74924 |159528 |   0.8 | 105M| 725 |   - |1700 |2956 |1700 | 203 |  43k|  27k|1296 | 0.000000e+00 | 2.361000e+03 |    Inf 
162.99/163.04	o 2356
162.99/163.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.99/163.04	c * 163s|205652 | 74772 |159543 |   0.8 | 105M| 725 |   - |1700 |2956 |1700 | 204 |  43k|  27k|1296 | 0.000000e+00 | 2.356000e+03 |    Inf 
162.99/163.08	o 2233
162.99/163.08	c * 163s|205673 | 71093 |159646 |   0.8 | 100M| 725 |   - |1700 |2952 |1700 | 207 |  43k|  27k|1299 | 0.000000e+00 | 2.233000e+03 |    Inf 
163.30/163.31	o 2170
163.30/163.31	c * 163s|205895 | 69398 |159951 |   0.8 |  97M| 725 |   - |1700 |2946 |1700 | 194 |  43k|  27k|1299 | 0.000000e+00 | 2.170000e+03 |    Inf 
163.30/163.32	o 2000
163.30/163.32	c * 163s|205896 | 64359 |159951 |   0.8 |  90M| 725 |   - |1700 |2946 |1700 | 194 |  43k|  27k|1299 | 0.000000e+00 | 2.000000e+03 |    Inf 
168.19/168.23	c   168s|210000 | 67049 |169075 |   0.8 |  97M| 725 |   4 |1700 |2867 |1700 | 209 |  46k|  28k|1359 | 0.000000e+00 | 2.000000e+03 |    Inf 
179.30/179.34	c   179s|220000 | 73584 |188436 |   0.9 | 114M| 725 |   0 |1700 |3037 |1700 | 206 |  52k|  31k|1458 | 0.000000e+00 | 2.000000e+03 |    Inf 
179.49/179.57	o 1899
179.49/179.57	c * 180s|220201 | 70808 |188821 |   0.9 | 110M| 725 |   - |1700 |3067 |1700 | 219 |  52k|  31k|1462 | 0.000000e+00 | 1.899000e+03 |    Inf 
180.49/180.53	o 1867
180.49/180.53	c * 181s|220962 | 70242 |190401 |   0.9 | 110M| 725 |   - |1700 |3121 |1700 | 226 |  53k|  31k|1482 | 0.000000e+00 | 1.867000e+03 |    Inf 
180.49/180.56	o 1836
180.49/180.56	c * 181s|220986 | 68726 |190527 |   0.9 | 108M| 725 |   - |1700 |3118 |1700 | 229 |  53k|  31k|1486 | 0.000000e+00 | 1.836000e+03 |    Inf 
181.09/181.10	o 1771
181.09/181.10	c * 181s|221427 | 66524 |191681 |   0.9 | 105M| 725 |   - |1700 |3093 |1700 | 221 |  53k|  32k|1489 | 0.000000e+00 | 1.771000e+03 |    Inf 
186.89/186.93	o 1762
186.89/186.93	c * 187s|226503 | 69519 |202040 |   0.9 | 114M| 725 |   - |1700 |2758 |1700 | 196 |  56k|  33k|1546 | 0.000000e+00 | 1.762000e+03 |    Inf 
191.00/191.00	c   191s|230000 | 71926 |211483 |   0.9 | 121M| 725 |   0 |1700 |2773 |1700 | 224 |  59k|  34k|1656 | 0.000000e+00 | 1.762000e+03 |    Inf 
196.49/196.51	o 1755
196.49/196.51	c * 197s|234822 | 74779 |223150 |   0.9 | 129M| 725 |   - |1700 |2899 |1700 | 212 |  62k|  35k|1718 | 0.000000e+00 | 1.755000e+03 |    Inf 
202.69/202.72	c   203s|240000 | 78090 |236282 |   1.0 | 138M| 725 |   5 |1700 |3124 |1700 | 208 |  65k|  37k|1815 | 0.000000e+00 | 1.755000e+03 |    Inf 
214.50/214.59	c   215s|250000 | 84187 |258735 |   1.0 | 156M| 725 |   0 |1700 |3168 |1700 | 211 |  72k|  41k|1914 | 0.000000e+00 | 1.755000e+03 |    Inf 
217.70/217.75	o 1744
217.70/217.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.70/217.75	c * 218s|252823 | 85296 |264597 |   1.0 | 160M| 725 |   - |1700 |3191 |1700 | 199 |  74k|  42k|1933 | 0.000000e+00 | 1.744000e+03 |    Inf 
224.70/224.76	o 1494
224.70/224.76	c * 225s|258654 | 76535 |276877 |   1.1 | 152M| 725 |   - |1700 |3193 |1700 | 216 |  78k|  44k|1999 | 0.000000e+00 | 1.494000e+03 |    Inf 
226.40/226.46	c   226s|260000 | 77355 |281167 |   1.1 | 154M| 725 |   0 |1700 |2933 |1700 | 225 |  78k|  44k|2012 | 0.000000e+00 | 1.494000e+03 |    Inf 
228.09/228.16	o 1481
228.09/228.16	c * 228s|261503 | 77580 |284278 |   1.1 | 156M| 725 |   - |1700 |2984 |1700 | 214 |  79k|  44k|2033 | 0.000000e+00 | 1.481000e+03 |    Inf 
228.19/228.21	o 1370
228.19/228.21	c * 228s|261576 | 71771 |284338 |   1.1 | 147M| 725 |   - |1700 |2983 |1700 | 209 |  79k|  44k|2033 | 0.000000e+00 | 1.370000e+03 |    Inf 
228.39/228.46	o 1283
228.39/228.46	c * 228s|261788 | 67761 |284640 |   1.1 | 140M| 725 |   - |1700 |2992 |1700 | 210 |  79k|  45k|2033 | 0.000000e+00 | 1.283000e+03 |    Inf 
231.10/231.13	o 1277
231.10/231.13	c * 231s|263871 | 68539 |290657 |   1.1 | 143M| 725 |   - |1700 |2845 |1700 | 214 |  81k|  45k|2059 | 0.000000e+00 | 1.277000e+03 |    Inf 
238.70/238.78	c   239s|270000 | 71456 |308424 |   1.1 | 156M| 725 |   - |1700 |3223 |   0 |   0 |  85k|  48k|2134 | 0.000000e+00 | 1.277000e+03 |    Inf 
249.89/249.92	o 1121
249.89/249.92	c * 250s|279153 | 67652 |332138 |   1.2 | 160M| 725 |   - |1700 |3436 |1700 | 213 |  92k|  52k|2274 | 0.000000e+00 | 1.121000e+03 |    Inf 
250.99/251.03	c   251s|280000 | 68101 |334383 |   1.2 | 161M| 725 |   0 |1700 |3236 |1700 | 203 |  93k|  52k|2282 | 0.000000e+00 | 1.121000e+03 |    Inf 
254.79/254.80	o 1103
254.79/254.80	c * 255s|282839 | 68426 |342758 |   1.2 | 167M| 725 |   - |1700 |3247 |1700 | 219 |  95k|  54k|2323 | 0.000000e+00 | 1.103000e+03 |    Inf 
264.70/264.71	c   265s|290000 | 71551 |365887 |   1.3 | 184M| 725 |   0 |1700 |3457 |1700 | 217 | 102k|  58k|2411 | 0.000000e+00 | 1.103000e+03 |    Inf 
278.30/278.33	c   278s|300000 | 75743 |402424 |   1.3 | 208M| 725 |   0 |1700 |3870 |1700 | 192 | 112k|  63k|2545 | 0.000000e+00 | 1.103000e+03 |    Inf 
291.90/291.91	c   292s|310000 | 79712 |435508 |   1.4 | 233M| 725 |   6 |1700 |3930 |1700 | 210 | 121k|  69k|2685 | 0.000000e+00 | 1.103000e+03 |    Inf 
295.00/295.08	o 1046
295.00/295.08	c * 295s|312243 | 77094 |443897 |   1.4 | 231M| 725 |   - |1700 |3948 |1700 | 213 | 123k|  70k|2704 | 0.000000e+00 | 1.046000e+03 |    Inf 
295.00/295.08	o 1035
295.00/295.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.00/295.08	c * 295s|312244 | 76509 |443898 |   1.4 | 229M| 725 |   - |1700 |3948 |1700 | 213 | 123k|  70k|2704 | 0.000000e+00 | 1.035000e+03 |    Inf 
295.70/295.74	o 953
295.70/295.74	c * 296s|312671 | 69867 |445534 |   1.4 | 215M| 725 |   - |1700 |3952 |1700 | 208 | 124k|  70k|2708 | 0.000000e+00 | 9.530000e+02 |    Inf 
306.29/306.37	o 927
306.29/306.37	c * 306s|319558 | 69223 |473679 |   1.5 | 227M| 725 |   - |1700 |3161 |1700 | 203 | 132k|  76k|2824 | 0.000000e+00 | 9.270000e+02 |    Inf 
307.20/307.22	c   307s|320000 | 69216 |476429 |   1.5 | 228M| 725 |   0 |1700 |2758 |1700 | 233 | 133k|  76k|2837 | 0.000000e+00 | 9.270000e+02 |    Inf 
316.50/316.59	o 865
316.50/316.59	c * 317s|326009 | 65364 |501884 |   1.5 | 233M| 725 |   - |1700 |3187 |1700 | 211 | 140k|  81k|2914 | 0.000000e+00 | 8.650000e+02 |    Inf 
323.00/323.04	c   323s|330000 | 66361 |522311 |   1.6 | 245M| 725 |   0 |1700 |3048 |1700 | 216 | 146k|  85k|2996 | 0.000000e+00 | 8.650000e+02 |    Inf 
326.00/326.08	o 850
326.00/326.08	c * 326s|331931 | 65257 |530911 |   1.6 | 246M| 725 |   - |1700 |2971 |1700 | 188 | 148k|  86k|3033 | 0.000000e+00 | 8.500000e+02 |    Inf 
326.00/326.08	o 841
326.00/326.08	c * 326s|331932 | 64257 |530919 |   1.6 | 245M| 725 |   - |1700 |2971 |1700 | 189 | 148k|  86k|3033 | 0.000000e+00 | 8.410000e+02 |    Inf 
337.70/337.71	o 813
337.70/337.71	c * 338s|338990 | 63524 |566930 |   1.7 | 259M| 725 |   - |1700 |3013 |1700 | 213 | 158k|  94k|3139 | 0.000000e+00 | 8.130000e+02 |    Inf 
339.30/339.31	c   339s|340000 | 63713 |571541 |   1.7 | 261M| 725 |   0 |1700 |2781 |1700 | 198 | 159k|  94k|3161 | 0.000000e+00 | 8.130000e+02 |    Inf 
340.69/340.78	o 794
340.69/340.78	c * 341s|340966 | 61245 |574863 |   1.7 | 258M| 725 |   - |1700 |3132 |1700 | 206 | 160k|  95k|3165 | 0.000000e+00 | 7.940000e+02 |    Inf 
340.69/340.79	o 793
340.69/340.79	c * 341s|340971 | 61200 |574867 |   1.7 | 257M| 725 |   - |1700 |3072 |1700 | 207 | 160k|  95k|3165 | 0.000000e+00 | 7.930000e+02 |    Inf 
340.79/340.82	o 703
340.79/340.82	c * 341s|340972 | 53250 |574868 |   1.7 | 239M| 725 |   - |1700 |3072 |1700 | 207 | 160k|  95k|3165 | 0.000000e+00 | 7.030000e+02 |    Inf 
340.79/340.86	o 653
340.79/340.86	c * 341s|340991 | 49882 |574913 |   1.7 | 231M| 725 |   - |1700 |2930 |1700 | 206 | 160k|  95k|3165 | 0.000000e+00 | 6.530000e+02 |    Inf 
340.79/340.88	o 646
340.79/340.88	c * 341s|340995 | 49438 |574978 |   1.7 | 230M| 725 |   - |1700 |2860 |1700 | 204 | 160k|  95k|3165 | 0.000000e+00 | 6.460000e+02 |    Inf 
340.90/340.91	o 614
340.90/340.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.90/340.91	c * 341s|341020 | 46386 |575026 |   1.7 | 222M| 725 |   - |1700 |2827 |1700 | 206 | 160k|  95k|3165 | 0.000000e+00 | 6.140000e+02 |    Inf 
340.90/340.95	o 505
340.90/340.95	c * 341s|341021 | 39614 |575032 |   1.7 | 204M| 725 |   - |1700 |2827 |1700 | 206 | 160k|  95k|3165 | 0.000000e+00 | 5.050000e+02 |    Inf 
341.70/341.72	o 408
341.70/341.72	c * 342s|341267 | 32765 |578155 |   1.7 | 186M| 725 |   - |1700 |2232 |1700 | 216 | 161k|  96k|3180 | 0.000000e+00 | 4.080000e+02 |    Inf 
341.70/341.74	o 326
341.70/341.74	c * 342s|341268 | 28633 |578160 |   1.7 | 169M| 725 |   - |1700 |2232 |1700 | 216 | 161k|  96k|3180 | 0.000000e+00 | 3.260000e+02 |    Inf 
342.40/342.44	o 319
342.40/342.44	c * 342s|341566 | 17485 |582890 |   1.7 | 139M| 725 |   - |1700 |2030 |1700 | 181 | 162k|  97k|3185 | 0.000000e+00 | 3.190000e+02 |    Inf 
342.40/342.49	o 221
342.40/342.49	c * 342s|341572 | 10809 |583034 |   1.7 | 102M| 725 |   - |1700 |2003 |1700 | 194 | 162k|  97k|3185 | 0.000000e+00 | 2.210000e+02 |    Inf 
342.50/342.53	o 169
342.50/342.53	c * 343s|341577 |  7012 |583142 |   1.7 |  77M| 725 |   - |1700 |1883 |1700 | 191 | 162k|  97k|3185 | 0.000000e+00 | 1.690000e+02 |    Inf 
342.70/342.70	o 165
342.70/342.70	c * 343s|341668 |  3800 |584461 |   1.7 |  57M| 725 |   - |1700 |1753 |1700 | 205 | 163k|  97k|3189 | 0.000000e+00 | 1.650000e+02 |    Inf 
343.30/343.33	o 147
343.30/343.33	c * 343s|342134 |  1266 |590260 |   1.7 |  34M| 725 |   - |1700 |2061 |1700 | 188 | 164k|  97k|3217 | 0.000000e+00 | 1.470000e+02 |    Inf 
343.40/343.47	o 94
343.40/343.47	c * 343s|342225 |   153 |591436 |   1.7 |  18M| 725 |   - |1700 |2021 |1700 | 199 | 164k|  97k|3217 | 0.000000e+00 | 9.400000e+01 |    Inf 
343.50/343.56	o 51
343.50/343.56	c * 344s|342291 |   106 |592227 |   1.7 |  15M| 725 |   - |1700 |1810 |1700 | 216 | 165k|  97k|3218 | 0.000000e+00 | 5.100000e+01 |    Inf 
343.60/343.68	o 12
343.60/343.68	c * 344s|342381 |    23 |593497 |   1.7 |  12M| 725 |   - |1700 |1730 |1700 | 169 | 165k|  97k|3218 | 0.000000e+00 | 1.200000e+01 |    Inf 
343.70/343.70	c 
343.70/343.70	c SCIP Status        : problem is solved [optimal solution found]
343.70/343.70	c Solving Time (sec) : 343.69
343.70/343.70	c Solving Nodes      : 342387
343.70/343.70	c Primal Bound       : +1.20000000000000e+01 (214 solutions)
343.70/343.70	c Dual Bound         : +1.20000000000000e+01
343.70/343.70	c Gap                : 0.00 %
343.70/343.70	s OPTIMUM FOUND
343.70/343.70	v -x200 x199 x198 -x197 -x196 x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
343.70/343.70	v -x176 x175 -x174 x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
343.70/343.70	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
343.70/343.70	v x131 x130 -x129 -x128 x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 -x114 x113 x112 -x111 x110 -x109 
343.70/343.70	v -x108 x107 x106 -x105 -x104 x103 -x102 x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 x88 -x87 -x86 x85 x84 
343.70/343.70	v -x83 x82 -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 
343.70/343.70	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 -x30 x29 -x28 
343.70/343.70	v x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 x10 -x9 -x8 x7 -x6 x5 -x4 x3 x2 -x1 
343.70/343.70	c SCIP Status        : problem is solved [optimal solution found]
343.70/343.70	c Solving Time       :     343.69
343.70/343.70	c Original Problem   :
343.70/343.70	c   Problem name     : HOME/instance-2705726-1278579905.wbo
343.70/343.70	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
343.70/343.70	c   Constraints      : 1701 initial, 1701 maximal
343.70/343.70	c Presolved Problem  :
343.70/343.70	c   Problem name     : t_HOME/instance-2705726-1278579905.wbo
343.70/343.70	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
343.70/343.70	c   Constraints      : 1600 initial, 4182 maximal
343.70/343.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
343.70/343.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   implics          :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   probing          :       0.01          0          0          0          0          0          0          0          0
343.70/343.70	c   linear           :       0.02          0        100          0        800          0        101          0          0
343.70/343.70	c   indicator        :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   logicor          :       0.00          0          0          0          0          0          0          0          0
343.70/343.70	c   root node        :          -       1587          -          -       1587          -          -          -          -
343.70/343.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
343.70/343.70	c   integral         :          0          0          0     361306          0          0         56          0          0      31494
343.70/343.70	c   linear           :        800          6     925721     345211          0       6649     631729     165573          0          0
343.70/343.70	c   indicator        :        800          0     919487     345507          0       6092   10933377          0          0          0
343.70/343.70	c   logicor          :          0+         0     445103          0          0       4318     366942          0          0          0
343.70/343.70	c   countsols        :          0          0          0     291013          0          0          0          0          0          0
343.70/343.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
343.70/343.70	c   integral         :       2.36       0.00       0.00       2.36       0.00
343.70/343.70	c   linear           :      22.78       0.00      12.43      10.35       0.00
343.70/343.70	c   indicator        :      47.92       0.01      27.99      19.93       0.00
343.70/343.70	c   logicor          :       6.59       0.00       6.59       0.00       0.00
343.70/343.70	c   countsols        :       0.04       0.00       0.00       0.04       0.00
343.70/343.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
343.70/343.70	c   vbounds          :       0.17          2          0          0
343.70/343.70	c   rootredcost      :       0.17        104          0        792
343.70/343.70	c   pseudoobj        :      21.20     958639      32688   10458891
343.70/343.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
343.70/343.70	c   propagation      :       2.05      43655      43267     121735       19.0       1781       11.0          -
343.70/343.70	c   infeasible LP    :       0.00         33         33        112       18.2          0        0.0          0
343.70/343.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
343.70/343.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
343.70/343.70	c   pseudo solution  :       0.00         20         20         45        7.6          1        9.0          -
343.70/343.70	c   applied globally :          -          -          -      97969       17.7          -          -          -
343.70/343.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
343.70/343.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
343.70/343.70	c   cut pool         :       0.00          3          -          -          3          -    (maximal pool size: 152)
343.70/343.70	c   redcost          :      15.78     374546          0     609110          0          0
343.70/343.70	c   impliedbounds    :       0.00          4          0          0          0          0
343.70/343.70	c   intobj           :       0.00          0          0          0          0          0
343.70/343.70	c   cgmip            :       0.00          0          0          0          0          0
343.70/343.70	c   gomory           :       0.02          4          0          0        153          0
343.70/343.70	c   strongcg         :       0.01          4          0          0        263          0
343.70/343.70	c   cmir             :       0.01          4          0          0          0          0
343.70/343.70	c   flowcover        :       0.01          4          0          0          0          0
343.70/343.70	c   clique           :       0.00          1          0          0          0          0
343.70/343.70	c   zerohalf         :       0.00          0          0          0          0          0
343.70/343.70	c   mcf              :       0.00          1          0          0          0          0
343.70/343.70	c   rapidlearning    :       0.05          1          0          0          0          0
343.70/343.70	c Pricers            :       Time      Calls       Vars
343.70/343.70	c   problem variables:       0.00          0          0
343.70/343.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
343.70/343.70	c   relpscost        :       2.25      15795          0         56          0          0      31494
343.70/343.70	c   pscost           :       0.00          0          0          0          0          0          0
343.70/343.70	c   inference        :      35.63     290909          0          0          0          0     581818
343.70/343.70	c   mostinf          :       0.00          0          0          0          0          0          0
343.70/343.70	c   leastinf         :       0.00          0          0          0          0          0          0
343.70/343.70	c   fullstrong       :       0.00          0          0          0          0          0          0
343.70/343.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
343.70/343.70	c   random           :       0.00          0          0          0          0          0          0
343.70/343.70	c Primal Heuristics  :       Time      Calls      Found
343.70/343.70	c   LP solutions     :       0.60          -        104
343.70/343.70	c   pseudo solutions :       0.00          -          0
343.70/343.70	c   feaspump         :       0.00          0          0
343.70/343.70	c   oneopt           :       0.22         82          0
343.70/343.70	c   veclendiving     :       0.36        539          0
343.70/343.70	c   linesearchdiving :       0.35        540          0
343.70/343.70	c   guideddiving     :       0.35        540          0
343.70/343.70	c   coefdiving       :       0.34        540          0
343.70/343.70	c   pscostdiving     :       0.35        540          0
343.70/343.70	c   fracdiving       :       0.34        540          0
343.70/343.70	c   objpscostdiving  :       0.36        539          0
343.70/343.70	c   rootsoldiving    :       0.36        539          0
343.70/343.70	c   trivial          :       0.00          2          1
343.70/343.70	c   simplerounding   :       0.14      16778          0
343.70/343.70	c   zirounding       :       0.09       1000          0
343.70/343.70	c   rounding         :       0.12       1752          0
343.70/343.70	c   shifting         :       0.10        504          0
343.70/343.70	c   intshifting      :       0.00          0          0
343.70/343.70	c   twoopt           :       0.00          0          0
343.70/343.70	c   fixandinfer      :       0.00          0          0
343.70/343.70	c   intdiving        :       0.00          0          0
343.70/343.70	c   actconsdiving    :       0.00          0          0
343.70/343.70	c   octane           :       0.00          0          0
343.70/343.70	c   rens             :       0.01          1          0
343.70/343.70	c   rins             :       0.00          0          0
343.70/343.70	c   localbranching   :       0.00          0          0
343.70/343.70	c   mutation         :       0.00          0          0
343.70/343.70	c   crossover        :       1.97        116          2
343.70/343.70	c   dins             :       0.00          0          0
343.70/343.70	c   undercover       :       0.00          0          0
343.70/343.70	c   nlp              :       0.05          0          0
343.70/343.70	c   trysol           :       0.15        721        107
343.70/343.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
343.70/343.70	c   primal LP        :       0.00          0          0       0.00          -
343.70/343.70	c   dual LP          :     108.19     122845     590499       4.81    5458.21
343.70/343.70	c   lex dual LP      :       0.00          0          0       0.00          -
343.70/343.70	c   barrier LP       :       0.00          0          0       0.00          -
343.70/343.70	c   diving/probing LP:       0.07         87       3076      35.36   41542.31
343.70/343.70	c   strong branching :       2.14       3218      28123       8.74   13171.62
343.70/343.70	c     (at root node) :          -         33       2194      66.48          -
343.70/343.70	c   conflict analysis:       0.00          0          0       0.00          -
343.70/343.70	c B&B Tree           :
343.70/343.70	c   number of runs   :          1
343.70/343.70	c   nodes            :     342387
343.70/343.70	c   nodes (total)    :     342387
343.70/343.70	c   nodes left       :          0
343.70/343.70	c   max depth        :        725
343.70/343.70	c   max depth (total):        725
343.70/343.70	c   backtracks       :      21238 (6.2%)
343.70/343.70	c   delayed cutoffs  :      37647
343.70/343.70	c   repropagations   :     104877 (6068397 domain reductions, 14173 cutoffs)
343.70/343.70	c   avg switch length:       3.77
343.70/343.70	c   switching time   :      25.62
343.70/343.70	c Solution           :
343.70/343.70	c   Solutions found  :        214 (105 improvements)
343.70/343.70	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
343.70/343.70	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 342381 nodes, 343.67 seconds, depth 7, found by <relaxation>)
343.70/343.70	c   Dual Bound       : +1.20000000000000e+01
343.70/343.70	c   Gap              :       0.00 %
343.70/343.70	c   Root Dual Bound  : +0.00000000000000e+00
343.70/343.70	c   Root Iterations  :        254
343.70/343.73	c Time complete: 343.73.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705726-1278579905/watcher-2705726-1278579905 -o /tmp/evaluation-result-2705726-1278579905/solver-2705726-1278579905 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705726-1278579905.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.00 2.00 1.96 4/178 22990
/proc/meminfo: memFree=28641940/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=12332 CPUtime=0
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 1947 0 0 0 0 0 0 0 25 0 1 0 26204135 12627968 1865 4089446400 4194304 10345943 140736060238720 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22990/statm: 3136 1874 429 1502 0 1629 0

[startup+0.0516939 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22990
/proc/meminfo: memFree=28641940/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=23628 CPUtime=0.04
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 4981 0 0 0 4 0 0 0 25 0 1 0 26204135 24195072 4545 4089446400 4194304 10345943 140736060238720 18446744073709551615 5026474 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22990/statm: 5907 4545 552 1502 0 4400 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23628

[startup+0.100686 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22990
/proc/meminfo: memFree=28641940/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=39308 CPUtime=0.09
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 8730 0 0 0 9 0 0 0 25 0 1 0 26204135 40251392 8294 4089446400 4194304 10345943 140736060238720 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22990/statm: 9827 8294 636 1502 0 8320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39308

[startup+0.300648 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22990
/proc/meminfo: memFree=28641940/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=39784 CPUtime=0.29
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 9643 0 0 0 28 1 0 0 25 0 1 0 26204135 40738816 8513 4089446400 4194304 10345943 140736060238720 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22990/statm: 9946 8513 757 1502 0 8439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39784

[startup+0.70065 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22990
/proc/meminfo: memFree=28641940/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=40216 CPUtime=0.69
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 10025 0 0 0 68 1 0 0 25 0 1 0 26204135 41181184 8895 4089446400 4194304 10345943 140736060238720 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22990/statm: 10054 8895 760 1502 0 8547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40216

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22991
/proc/meminfo: memFree=28608948/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=41364 CPUtime=1.49
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 10308 0 0 0 148 1 0 0 25 0 1 0 26204135 42356736 9178 4089446400 4194304 10345943 140736060238720 18446744073709551615 6519524 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22990/statm: 10341 9178 763 1502 0 8834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41364

[startup+3.10014 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22991
/proc/meminfo: memFree=28609812/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=38748 CPUtime=3.09
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 11692 0 0 0 307 2 0 0 25 0 1 0 26204135 39677952 8571 4089446400 4194304 10345943 140736060238720 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22990/statm: 9687 8571 763 1502 0 8180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38748

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22991
/proc/meminfo: memFree=28609184/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=41332 CPUtime=6.29
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 14536 0 0 0 626 3 0 0 25 0 1 0 26204135 42323968 9014 4089446400 4194304 10345943 140736060238720 18446744073709551615 7568915 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 10333 9014 763 1502 0 8826 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41332

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22992
/proc/meminfo: memFree=28599888/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=48652 CPUtime=12.69
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 18676 0 0 0 1264 5 0 0 25 0 1 0 26204135 49819648 10738 4089446400 4194304 10345943 140736060238720 18446744073709551615 6119529 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 12163 10738 763 1502 0 10656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48652

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22992
/proc/meminfo: memFree=28580392/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=66792 CPUtime=25.48
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 25447 0 0 0 2540 8 0 0 25 0 1 0 26204135 68395008 15342 4089446400 4194304 10345943 140736060238720 18446744073709551615 4454070 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 16698 15342 764 1502 0 15191 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66792

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22993
/proc/meminfo: memFree=28541356/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=106864 CPUtime=51.09
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 37306 0 0 0 5093 16 0 0 25 0 1 0 26204135 109428736 24948 4089446400 4194304 10345943 140736060238720 18446744073709551615 6120352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 26716 24948 764 1502 0 25209 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106864

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22994
/proc/meminfo: memFree=28480592/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=161444 CPUtime=102.3
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 117164 0 0 0 10193 37 0 0 25 0 1 0 26204135 165318656 38963 4089446400 4194304 10345943 140736060238720 18446744073709551615 6785120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 40361 38963 764 1502 0 38854 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161444

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22996
/proc/meminfo: memFree=28434416/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=208540 CPUtime=162.3
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 208484 0 0 0 16171 59 0 0 25 0 1 0 26204135 213544960 49810 4089446400 4194304 10345943 140736060238720 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 52135 49810 764 1502 0 50628 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 208540

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22997
/proc/meminfo: memFree=28375340/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=264444 CPUtime=222.29
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 264519 0 0 0 22152 77 0 0 25 0 1 0 26204135 270790656 62959 4089446400 4194304 10345943 140736060238720 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22990/statm: 66111 62959 764 1502 0 64604 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 264444

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 23026
/proc/meminfo: memFree=28758516/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=347412 CPUtime=282.3
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 322262 0 0 0 28131 99 0 0 25 0 1 0 26204135 355749888 79723 4089446400 4194304 10345943 140736060238720 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22990/statm: 86853 79723 764 1502 0 85346 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 347412

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 23027
/proc/meminfo: memFree=28597796/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=436732 CPUtime=342.3
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 389490 0 0 0 34105 125 0 0 25 0 1 0 26204135 447213568 98364 4089446400 4194304 10345943 140736060238720 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22990/statm: 109183 98364 765 1502 0 107676 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 436732

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

[startup+343.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 23028
/proc/meminfo: memFree=28596308/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=437500 CPUtime=343.1
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 389505 0 0 0 34184 126 0 0 25 0 1 0 26204135 448000000 98379 4089446400 4194304 10345943 140736060238720 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22990/statm: 109375 98379 765 1502 0 107868 0
Current children cumulated CPU time (s) 343.1
Current children cumulated vsize (KiB) 437500

[startup+343.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 23028
/proc/meminfo: memFree=28596308/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=437500 CPUtime=343.5
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 389509 0 0 0 34223 127 0 0 25 0 1 0 26204135 448000000 98383 4089446400 4194304 10345943 140736060238720 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22990/statm: 109375 98383 765 1502 0 107868 0
Current children cumulated CPU time (s) 343.5
Current children cumulated vsize (KiB) 437500

[startup+343.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 23028
/proc/meminfo: memFree=28596308/32950928 swapFree=67111528/67111528
[pid=22990] ppid=22988 vsize=437500 CPUtime=343.7
/proc/22990/stat : 22990 (pbscip.linux.x8) R 22988 22990 22443 0 -1 4202496 389509 0 0 0 34243 127 0 0 25 0 1 0 26204135 448000000 98383 4089446400 4194304 10345943 140736060238720 18446744073709551615 4228079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22990/statm: 109375 98383 765 1502 0 107868 0
Current children cumulated CPU time (s) 343.7
Current children cumulated vsize (KiB) 437500

Child status: 0
Real time (s): 343.734
CPU time (s): 343.742
CPU user time (s): 342.448
CPU system time (s): 1.2938
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 437624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.448
system time used= 1.2938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389516
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= 9
involuntary context switches= 662

runsolver used 0.504923 second user time and 1.07384 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-08 11:05:05
IDJOB=2705726
IDBENCH=79390
IDSOLVER=1214
FILE ID=node116/2705726-1278579905
PBS_JOBID= 11240222
Free space on /tmp= 73452 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh216_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705726-1278579905/watcher-2705726-1278579905 -o /tmp/evaluation-result-2705726-1278579905/solver-2705726-1278579905 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705726-1278579905.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 830bcbfbc6ad7e0fb8e641f5751577e3
RANDOM SEED=1216503306

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28642468 kB
Buffers:        161324 kB
Cached:        3411832 kB
SwapCached:          0 kB
Active:        1802152 kB
Inactive:      2352996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28642468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12888 kB
Writeback:           0 kB
AnonPages:      582240 kB
Mapped:          17820 kB
Slab:            88864 kB
PageTables:       6172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   747384 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= 73440 MiB
End job on node116 at 2010-07-08 11:10:49