Trace number 2692325

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.26 1800.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM200f179ceb6a172fc8d81952e96f0c84
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark279.71
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692325-1277926209.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.357140e+05 |    Inf 
27.50/27.54	c  27.2s| 10000 | 10001 | 34628 |   3.5 |  51M| 109 |  10 |5645 |5414 |5645 | 201 |  13k|   0 |1770 | 0.000000e+00 | 1.357140e+05 |    Inf 
50.19/50.23	c  49.7s| 20000 | 20001 | 63435 |   3.2 |  74M| 109 |   0 |5645 |5414 |5645 | 206 |  23k|   0 |1772 | 0.000000e+00 | 1.357140e+05 |    Inf 
72.40/72.40	c  71.7s| 30000 | 30001 | 87505 |   2.9 |  98M| 109 |   0 |5645 |5414 |5645 | 240 |  32k|   0 |1803 | 0.000000e+00 | 1.357140e+05 |    Inf 
94.80/94.88	c  94.0s| 40000 | 40001 |110391 |   2.8 | 121M| 109 |   0 |5645 |5414 |5645 | 204 |  41k|   0 |2174 | 0.000000e+00 | 1.357140e+05 |    Inf 
117.19/117.21	c   116s| 50000 | 50001 |132476 |   2.6 | 144M| 111 |   0 |5645 |5414 |5645 | 243 |  50k|   0 |2498 | 0.000000e+00 | 1.357140e+05 |    Inf 
139.39/139.45	c   138s| 60000 | 60001 |153631 |   2.6 | 168M| 111 |   1 |5645 |5414 |5645 | 159 |  57k|   0 |2725 | 0.000000e+00 | 1.357140e+05 |    Inf 
161.59/161.65	c   160s| 70000 | 70001 |173466 |   2.5 | 191M| 111 |   0 |5645 |5414 |5645 | 192 |  64k|   0 |3017 | 0.000000e+00 | 1.357140e+05 |    Inf 
162.80/162.82	o 774
162.80/162.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.80/162.82	c * 161s| 70550 | 62637 |174266 |   2.5 | 176M| 111 |   - |5645 |5414 |5645 | 200 |  64k|   0 |3035 | 0.000000e+00 | 7.740000e+02 |    Inf 
180.29/180.37	c   179s| 80000 | 72063 |181224 |   2.3 | 197M|2209 |   0 |5645 |5470 |5645 | 206 |  67k|  56 |3104 | 0.000000e+00 | 7.740000e+02 |    Inf 
186.69/186.79	o 760
186.69/186.79	c * 185s| 83175 | 74317 |185121 |   2.2 | 202M|2209 |   - |5645 |5740 |5645 | 226 |  69k| 326 |3198 | 0.000000e+00 | 7.600000e+02 |    Inf 
186.79/186.89	o 756
186.79/186.89	c * 185s| 83206 | 74161 |185244 |   2.2 | 202M|2209 |   - |5645 |5740 |5645 | 216 |  69k| 326 |3198 | 0.000000e+00 | 7.560000e+02 |    Inf 
187.49/187.53	o 745
187.49/187.53	c * 186s| 83524 | 73942 |185467 |   2.2 | 202M|2209 |   - |5645 |5770 |5645 | 239 |  69k| 356 |3198 | 0.000000e+00 | 7.450000e+02 |    Inf 
187.59/187.65	o 744
187.59/187.65	c * 186s| 83557 | 73910 |185676 |   2.2 | 202M|2209 |   - |5645 |5790 |5645 | 243 |  69k| 376 |3200 | 0.000000e+00 | 7.440000e+02 |    Inf 
195.59/195.68	o 458
195.59/195.68	c * 194s| 87974 | 51786 |187475 |   2.1 | 154M|2209 |   - |5645 |5872 |5645 | 223 |  70k| 458 |3221 | 0.000000e+00 | 4.580000e+02 |    Inf 
195.70/195.78	o 454
195.70/195.78	c * 194s| 88009 | 51333 |187606 |   2.1 | 153M|2209 |   - |5645 |5872 |5645 | 207 |  70k| 458 |3221 | 0.000000e+00 | 4.540000e+02 |    Inf 
195.99/196.06	o 446
195.99/196.06	c * 194s| 88183 | 50317 |187756 |   2.1 | 151M|2209 |   - |5645 |5892 |5645 | 215 |  70k| 478 |3221 | 0.000000e+00 | 4.460000e+02 |    Inf 
196.20/196.20	o 424
196.20/196.20	c * 194s| 88240 | 47675 |187876 |   2.1 | 145M|2209 |   - |5645 |5892 |5645 | 200 |  70k| 478 |3222 | 0.000000e+00 | 4.240000e+02 |    Inf 
196.70/196.71	o 370
196.70/196.71	c * 195s| 88464 | 40535 |188095 |   2.1 | 130M|2209 |   - |5645 |5913 |5645 | 202 |  70k| 499 |3222 | 0.000000e+00 | 3.700000e+02 |    Inf 
196.80/196.80	o 368
196.80/196.80	c * 195s| 88485 | 40242 |188191 |   2.1 | 129M|2209 |   - |5645 |5919 |5645 | 218 |  70k| 505 |3222 | 0.000000e+00 | 3.680000e+02 |    Inf 
196.80/196.81	o 361
196.80/196.81	c * 195s| 88486 | 39182 |188191 |   2.1 | 127M|2209 |   - |5645 |5919 |5645 | 218 |  70k| 505 |3222 | 0.000000e+00 | 3.610000e+02 |    Inf 
197.29/197.38	o 356
197.29/197.38	c * 196s| 88674 | 38578 |188950 |   2.1 | 126M|2209 |   - |5645 |6011 |5645 | 210 |  70k| 597 |3238 | 0.000000e+00 | 3.560000e+02 |    Inf 
198.69/198.72	o 353
198.69/198.72	c * 197s| 89214 | 38573 |190157 |   2.1 | 126M|2209 |   - |5645 |6136 |5645 | 212 |  71k| 722 |3244 | 0.000000e+00 | 3.530000e+02 |    Inf 
200.29/200.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.29/200.35	c   199s| 90000 | 39305 |191220 |   2.1 | 129M|2209 |   0 |5645 |6210 |5645 | 223 |  71k| 796 |3252 | 0.000000e+00 | 3.530000e+02 |    Inf 
203.09/203.13	o 309
203.09/203.13	c * 201s| 91552 | 32731 |192080 |   2.1 | 114M|2209 |   - |5645 |6266 |5645 | 224 |  71k| 852 |3254 | 0.000000e+00 | 3.090000e+02 |    Inf 
203.19/203.27	o 290
203.19/203.27	c * 201s| 91624 | 29986 |192131 |   2.1 | 107M|2209 |   - |5645 |6266 |5645 | 184 |  71k| 852 |3254 | 0.000000e+00 | 2.900000e+02 |    Inf 
203.29/203.34	o 285
203.29/203.34	c * 202s| 91649 | 29277 |192167 |   2.1 | 105M|2209 |   - |5645 |6266 |5645 | 182 |  71k| 852 |3254 | 0.000000e+00 | 2.850000e+02 |    Inf 
203.39/203.44	o 282
203.39/203.44	c * 202s| 91672 | 28852 |192233 |   2.1 | 104M|2209 |   - |5645 |6271 |5645 | 191 |  71k| 857 |3254 | 0.000000e+00 | 2.820000e+02 |    Inf 
203.39/203.47	o 280
203.39/203.47	c * 202s| 91683 | 28541 |192282 |   2.1 | 103M|2209 |   - |5645 |6271 |5645 | 191 |  71k| 857 |3254 | 0.000000e+00 | 2.800000e+02 |    Inf 
203.60/203.65	o 243
203.60/203.65	c * 202s| 91779 | 22324 |192333 |   2.1 |  88M|2209 |   - |5645 |6271 |5645 | 191 |  71k| 857 |3254 | 0.000000e+00 | 2.430000e+02 |    Inf 
203.70/203.78	o 227
203.70/203.78	c * 202s| 91842 | 20176 |192382 |   2.1 |  83M|2209 |   - |5645 |6271 |5645 | 191 |  71k| 857 |3254 | 0.000000e+00 | 2.270000e+02 |    Inf 
203.99/204.09	o 213
203.99/204.09	c * 202s| 91980 | 18497 |192609 |   2.1 |  79M|2209 |   - |5645 |6316 |5645 | 191 |  71k| 902 |3254 | 0.000000e+00 | 2.130000e+02 |    Inf 
204.29/204.32	o 209
204.29/204.32	c * 202s| 92032 | 18035 |192894 |   2.1 |  78M|2209 |   - |5645 |6341 |5645 | 191 |  71k| 927 |3254 | 0.000000e+00 | 2.090000e+02 |    Inf 
204.99/205.01	o 202
204.99/205.01	c * 203s| 92352 | 17275 |193268 |   2.1 |  77M|2209 |   - |5645 |6421 |5645 | 206 |  72k|1007 |3254 | 0.000000e+00 | 2.020000e+02 |    Inf 
204.99/205.02	o 199
204.99/205.02	c * 203s| 92353 | 16836 |193268 |   2.1 |  76M|2209 |   - |5645 |6421 |5645 | 206 |  72k|1007 |3254 | 0.000000e+00 | 1.990000e+02 |    Inf 
205.19/205.23	o 195
205.19/205.23	c * 203s| 92397 | 16199 |193803 |   2.1 |  75M|2209 |   - |5645 |6438 |5645 | 228 |  72k|1024 |3258 | 0.000000e+00 | 1.950000e+02 |    Inf 
205.19/205.24	o 186
205.19/205.24	c * 203s| 92398 | 15036 |193806 |   2.1 |  72M|2209 |   - |5645 |6438 |5645 | 228 |  72k|1024 |3258 | 0.000000e+00 | 1.860000e+02 |    Inf 
205.70/205.71	o 178
205.70/205.71	c * 204s| 92537 | 14159 |194424 |   2.1 |  70M|2209 |   - |5645 |6499 |5645 | 195 |  72k|1085 |3258 | 0.000000e+00 | 1.780000e+02 |    Inf 
205.89/205.98	o 170
205.89/205.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.89/205.98	c * 204s| 92612 | 13302 |194680 |   2.1 |  68M|2209 |   - |5645 |6545 |5645 | 211 |  72k|1131 |3258 | 0.000000e+00 | 1.700000e+02 |    Inf 
205.99/206.08	o 169
205.99/206.08	c * 204s| 92640 | 13236 |194773 |   2.1 |  68M|2209 |   - |5645 |6546 |5645 | 216 |  72k|1132 |3258 | 0.000000e+00 | 1.690000e+02 |    Inf 
206.29/206.36	o 141
206.29/206.36	c * 204s| 92832 | 10466 |194774 |   2.1 |  61M|2209 |   - |5645 |6546 |5645 | 216 |  72k|1132 |3258 | 0.000000e+00 | 1.410000e+02 |    Inf 
206.70/206.76	o 135
206.70/206.76	c * 205s| 92934 |  9909 |195052 |   2.1 |  59M|2209 |   - |5645 |6614 |5645 | 208 |  72k|1200 |3258 | 0.000000e+00 | 1.350000e+02 |    Inf 
206.70/206.76	o 132
206.70/206.76	c * 205s| 92935 |  9668 |195052 |   2.1 |  59M|2209 |   - |5645 |6614 |5645 | 208 |  72k|1200 |3258 | 0.000000e+00 | 1.320000e+02 |    Inf 
208.39/208.44	o 131
208.39/208.44	c * 207s| 93280 |  9756 |197428 |   2.1 |  60M|2209 |   - |5645 |6795 |5645 | 221 |  73k|1392 |3290 | 0.000000e+00 | 1.310000e+02 |    Inf 
208.39/208.47	o 124
208.39/208.47	c * 207s| 93290 |  9025 |197438 |   2.1 |  57M|2209 |   - |5645 |6795 |5645 | 222 |  73k|1392 |3290 | 0.000000e+00 | 1.240000e+02 |    Inf 
209.09/209.13	o 115
209.09/209.13	c * 207s| 93426 |  7983 |198335 |   2.1 |  56M|2209 |   - |5645 |6857 |5645 | 211 |  73k|1476 |3301 | 0.000000e+00 | 1.150000e+02 |    Inf 
209.19/209.28	o 113
209.19/209.28	c * 207s| 93463 |  7879 |198443 |   2.1 |  56M|2209 |   - |5645 |6860 |5645 | 217 |  73k|1485 |3302 | 0.000000e+00 | 1.130000e+02 |    Inf 
210.59/210.67	o 112
210.59/210.67	c * 209s| 93755 |  7868 |199719 |   2.1 |  57M|2209 |   - |5645 |6911 |5645 | 165 |  74k|1686 |3323 | 0.000000e+00 | 1.120000e+02 |    Inf 
210.89/210.94	o 93
210.89/210.94	c * 209s| 93800 |  5831 |199912 |   2.1 |  51M|2209 |   - |5645 |6904 |5645 | 195 |  74k|1714 |3328 | 0.000000e+00 | 9.300000e+01 |    Inf 
210.89/210.95	o 78
210.89/210.95	c * 209s| 93801 |  4041 |199912 |   2.1 |  46M|2209 |   - |5645 |6904 |5645 | 195 |  74k|1714 |3328 | 0.000000e+00 | 7.800000e+01 |    Inf 
211.10/211.18	o 74
211.10/211.18	c * 209s| 93848 |  3867 |200031 |   2.1 |  46M|2209 |   - |5645 |6229 |5645 | 201 |  74k|1755 |3329 | 0.000000e+00 | 7.400000e+01 |    Inf 
211.20/211.23	o 59
211.20/211.23	c * 209s| 93850 |  2873 |200046 |   2.1 |  43M|2209 |   - |5645 |6108 |5645 | 159 |  74k|1761 |3329 | 0.000000e+00 | 5.900000e+01 |    Inf 
211.20/211.23	o 56
211.20/211.23	c * 209s| 93851 |  2772 |200046 |   2.1 |  43M|2209 |   - |5645 |6108 |5645 | 159 |  74k|1761 |3329 | 0.000000e+00 | 5.600000e+01 |    Inf 
211.20/211.27	o 49
211.20/211.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.20/211.27	c * 209s| 93853 |  2436 |200055 |   2.1 |  42M|2209 |   - |5645 |5582 |5645 | 159 |  74k|1761 |3329 | 0.000000e+00 | 4.900000e+01 |    Inf 
211.20/211.27	o 46
211.20/211.27	c * 209s| 93854 |  2259 |200055 |   2.1 |  41M|2209 |   - |5645 |5582 |5645 | 159 |  74k|1761 |3329 | 0.000000e+00 | 4.600000e+01 |    Inf 
211.29/211.37	o 45
211.29/211.37	c * 209s| 93866 |  2244 |200308 |   2.1 |  41M|2209 |   - |5645 |5246 |5645 | 221 |  74k|1779 |3337 | 0.000000e+00 | 4.500000e+01 |    Inf 
211.39/211.43	o 34
211.39/211.43	c * 210s| 93872 |  1933 |200444 |   2.1 |  39M|2209 |   - |5645 |5214 |5645 | 185 |  74k|1785 |3338 | 0.000000e+00 | 3.400000e+01 |    Inf 
211.39/211.44	o 31
211.39/211.44	c * 210s| 93873 |   602 |200444 |   2.1 |  33M|2209 |   - |5645 |5214 |5645 | 185 |  74k|1785 |3338 | 0.000000e+00 | 3.100000e+01 |    Inf 
212.79/212.83	o 30
212.79/212.83	c * 211s| 94496 |   601 |202207 |   2.1 |  34M|2209 |   - |5645 |5179 |5645 | 150 |  74k|2613 |3354 | 0.000000e+00 | 3.000000e+01 |    Inf 
220.30/220.33	o 27
220.30/220.33	c * 218s| 97784 |   795 |210903 |   2.2 |  38M|2209 |   - |5645 |6252 |5645 | 181 |  76k|6507 |3399 | 0.000000e+00 | 2.700000e+01 |    Inf 
221.99/222.03	o 22
221.99/222.03	c * 220s| 98534 |   817 |212395 |   2.2 |  39M|2209 |   - |5645 |6254 |5645 | 181 |  76k|7450 |3419 | 0.000000e+00 | 2.200000e+01 |    Inf 
221.99/222.06	o 20
221.99/222.06	c * 220s| 98536 |   806 |212410 |   2.2 |  39M|2209 |   - |5645 |6053 |5645 | 181 |  76k|7450 |3419 | 0.000000e+00 | 2.000000e+01 |    Inf 
223.40/223.44	o 17
223.40/223.44	c * 221s| 99097 |   782 |214522 |   2.2 |  39M|2209 |   - |5645 |5359 |5645 | 186 |  76k|8182 |3455 | 0.000000e+00 | 1.700000e+01 |    Inf 
225.30/225.34	c   223s|100000 |   806 |217050 |   2.2 |  39M|2209 |   1 |5645 |5450 |5645 | 158 |  76k|9282 |3468 | 0.000000e+00 | 1.700000e+01 |    Inf 
226.69/226.74	o 14
226.69/226.74	c * 225s|100765 |   763 |219122 |   2.2 |  39M|2209 |   - |5645 |5805 |5645 | 185 |  77k|  10k|3470 | 0.000000e+00 | 1.400000e+01 |    Inf 
229.69/229.70	o 12
229.69/229.70	c * 227s|102442 |   772 |222532 |   2.2 |  39M|2209 |   - |5645 |6256 |5645 | 173 |  78k|  12k|3471 | 0.000000e+00 | 1.200000e+01 |    Inf 
230.20/230.25	o 9
230.20/230.25	c * 228s|102738 |   726 |223194 |   2.2 |  38M|2209 |   - |5645 |6265 |5645 | 171 |  78k|  12k|3471 | 0.000000e+00 | 9.000000e+00 |    Inf 
232.60/232.67	o 4
232.60/232.67	c * 230s|103966 |   719 |227962 |   2.2 |  38M|2209 |   - |5645 |6782 |5645 | 179 |  79k|  14k|3513 | 0.000000e+00 | 4.000000e+00 |    Inf 
243.39/243.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.39/243.48	c   241s|110000 |   826 |250610 |   2.3 |  40M|2209 |  19 |5645 |7697 |5645 | 196 |  85k|  21k|3619 | 0.000000e+00 | 4.000000e+00 |    Inf 
264.00/264.08	c   261s|120000 |  1022 |299205 |   2.5 |  44M|2209 |   - |5645 |  12k|   0 |   0 |  99k|  34k|3826 | 0.000000e+00 | 4.000000e+00 |    Inf 
275.59/275.60	o 3
275.59/275.60	c * 273s|125755 |   732 |321486 |   2.6 |  41M|2209 |   - |5645 |9138 |5645 | 165 | 104k|  42k|3983 | 0.000000e+00 | 3.000000e+00 |    Inf 
283.19/283.26	c   280s|130000 |   740 |336485 |   2.6 |  41M|2209 |   1 |5645 |8103 |5645 | 170 | 108k|  47k|4063 | 0.000000e+00 | 3.000000e+00 |    Inf 
301.19/301.24	c   298s|140000 |   703 |370540 |   2.6 |  41M|2209 |   - |5645 |9111 |   0 |   0 | 116k|  60k|4279 | 0.000000e+00 | 3.000000e+00 |    Inf 
319.70/319.75	c   316s|150000 |   711 |399373 |   2.7 |  43M|2209 |   1 |5645 |  12k|5645 | 169 | 122k|  72k|4356 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.60/338.61	c   335s|160000 |   841 |432357 |   2.7 |  45M|2209 |  14 |5645 |  14k|5645 | 168 | 129k|  85k|4473 | 0.000000e+00 | 3.000000e+00 |    Inf 
356.31/356.31	o 1
356.31/356.31	c * 352s|168292 |   859 |467966 |   2.8 |  45M|2209 |   - |5645 |  15k|5645 | 171 | 138k|  97k|4602 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.60/359.68	c   356s|170000 |   856 |473598 |   2.8 |  45M|2209 |  17 |5645 |  15k|5645 | 174 | 139k|  99k|4629 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.00/380.07	c   376s|180000 |   944 |514230 |   2.9 |  47M|2209 |  11 |5645 |  18k|5645 | 179 | 148k| 112k|4772 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.90/402.93	c   399s|190000 |  1143 |560015 |   2.9 |  50M|2209 |  10 |5645 |  21k|5645 | 179 | 161k| 125k|4944 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.50/427.53	c   423s|200000 |  1201 |608041 |   3.0 |  51M|2209 |  20 |5645 |  22k|5645 | 180 | 175k| 138k|5081 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.20/451.22	c   446s|210000 |  1435 |646533 |   3.1 |  54M|2209 |   - |5645 |  25k|   0 |   0 | 185k| 152k|5245 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.50/476.56	c   472s|220000 |  1901 |695030 |   3.2 |  59M|2209 |  10 |5645 |  30k|5645 | 175 | 201k| 165k|5430 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.01/503.01	c   498s|230000 |  1986 |737891 |   3.2 |  60M|2209 |  24 |5645 |  29k|5645 | 171 | 214k| 179k|5579 | 0.000000e+00 | 1.000000e+00 |    Inf 
529.51/529.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
529.51/529.52	c   524s|240000 |  2095 |782532 |   3.3 |  61M|2209 |   1 |5645 |  28k|5645 | 171 | 227k| 193k|5718 | 0.000000e+00 | 1.000000e+00 |    Inf 
556.21/556.20	c   550s|250000 |  2026 |823720 |   3.3 |  61M|2209 |  22 |5645 |  28k|5645 | 183 | 238k| 207k|5854 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.91/582.93	c   577s|260000 |  2093 |870766 |   3.3 |  62M|2209 |   1 |5645 |  29k|5645 | 172 | 252k| 221k|6001 | 0.000000e+00 | 1.000000e+00 |    Inf 
609.51/609.58	c   603s|270000 |  2082 |919246 |   3.4 |  63M|2209 |  13 |5645 |  31k|5645 | 180 | 265k| 236k|6141 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.31/635.36	c   629s|280000 |  2009 |961732 |   3.4 |  62M|2209 |   1 |5645 |  28k|5645 | 179 | 276k| 250k|6270 | 0.000000e+00 | 1.000000e+00 |    Inf 
661.51/661.52	c   655s|290000 |  2038 |  1007k|   3.5 |  62M|2209 |   - |5645 |  28k|   0 |   0 | 290k| 264k|6394 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.22/688.25	c   681s|300000 |  2253 |  1055k|   3.5 |  66M|2209 |   - |5645 |  33k|   0 |   0 | 304k| 278k|6533 | 0.000000e+00 | 1.000000e+00 |    Inf 
716.62/716.69	c   710s|310000 |  2256 |  1105k|   3.6 |  66M|2209 |   - |5645 |  34k|   0 |   0 | 320k| 292k|6662 | 0.000000e+00 | 1.000000e+00 |    Inf 
744.42/744.40	c   737s|320000 |  2008 |  1153k|   3.6 |  64M|2209 |   9 |5645 |  30k|5645 | 177 | 332k| 307k|6796 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.32/771.31	c   764s|330000 |  1946 |  1198k|   3.6 |  62M|2209 |  12 |5645 |  28k|5645 | 182 | 344k| 321k|6948 | 0.000000e+00 | 1.000000e+00 |    Inf 
797.72/797.70	c   790s|340000 |  1912 |  1245k|   3.7 |  63M|2209 |  15 |5645 |  28k|5645 | 185 | 356k| 335k|7038 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.32/822.38	c   814s|350000 |  1822 |  1287k|   3.7 |  62M|2209 |  12 |5645 |  28k|5645 | 189 | 365k| 349k|7156 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.62/847.60	c   839s|360000 |  1826 |  1323k|   3.7 |  63M|2209 |   - |5645 |  30k|   0 |   0 | 372k| 362k|7228 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.12/873.15	c   865s|370000 |  1700 |  1364k|   3.7 |  62M|2209 |   9 |5645 |  30k|5645 | 176 | 383k| 377k|7344 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.62/901.61	c   893s|380000 |  1700 |  1410k|   3.7 |  63M|2209 |  16 |5645 |  32k|5645 | 199 | 397k| 391k|7433 | 0.000000e+00 | 1.000000e+00 |    Inf 
928.92/928.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.92/928.93	c   920s|390000 |  1601 |  1459k|   3.7 |  62M|2209 |   5 |5645 |  31k|5645 | 193 | 410k| 405k|7579 | 0.000000e+00 | 1.000000e+00 |    Inf 
957.73/957.79	c   949s|400000 |  1566 |  1511k|   3.8 |  63M|2209 |  16 |5645 |  34k|5645 | 191 | 425k| 419k|7697 | 0.000000e+00 | 1.000000e+00 |    Inf 
983.92/983.95	c   975s|410000 |  1407 |  1553k|   3.8 |  60M|2209 |   - |5645 |  28k|   0 |   0 | 435k| 433k|7793 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.93/1009.98	c  1000s|420000 |  1327 |  1602k|   3.8 |  59M|2209 |  17 |5645 |  29k|5645 | 173 | 448k| 447k|7893 | 0.000000e+00 | 1.000000e+00 |    Inf 
1039.13/1039.12	c  1029s|430000 |  1429 |  1656k|   3.9 |  62M|2209 |  11 |5645 |  34k|5645 | 181 | 465k| 460k|8020 | 0.000000e+00 | 1.000000e+00 |    Inf 
1067.43/1067.41	c  1057s|440000 |  1263 |  1700k|   3.9 |  59M|2209 |   - |5645 |  31k|   0 |   0 | 475k| 474k|8110 | 0.000000e+00 | 1.000000e+00 |    Inf 
1096.43/1096.44	c  1086s|450000 |  1320 |  1749k|   3.9 |  61M|2209 |   - |5645 |  33k|   0 |   0 | 490k| 488k|8238 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.33/1124.32	c  1114s|460000 |  1168 |  1790k|   3.9 |  60M|2209 |   1 |5645 |  33k|5645 | 189 | 499k| 502k|8326 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.14/1154.17	c  1143s|470000 |  1325 |  1841k|   3.9 |  62M|2209 |   6 |5645 |  35k|5645 | 198 | 516k| 516k|8444 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.43/1185.45	c  1174s|480000 |  1178 |  1892k|   3.9 |  61M|2209 |   - |5645 |  36k|   0 |   0 | 530k| 530k|8517 | 0.000000e+00 | 1.000000e+00 |    Inf 
1213.64/1213.70	c  1202s|490000 |  1078 |  1938k|   4.0 |  58M|2209 |   1 |5645 |  33k|5645 | 184 | 541k| 544k|8651 | 0.000000e+00 | 1.000000e+00 |    Inf 
1242.24/1242.28	c  1231s|500000 |  1119 |  1985k|   4.0 |  60M|2209 |   - |5645 |  35k|   0 |   0 | 553k| 557k|8747 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.14/1270.17	c  1258s|510000 |   997 |  2031k|   4.0 |  59M|2209 |   1 |5645 |  36k|5645 | 169 | 563k| 571k|8821 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.34/1298.36	c  1286s|520000 |   985 |  2078k|   4.0 |  56M|2209 |   1 |5645 |  28k|5645 | 168 | 576k| 585k|9493 | 0.000000e+00 | 1.000000e+00 |    Inf 
1326.65/1326.66	c  1314s|530000 |  1048 |  2126k|   4.0 |  58M|2209 |   - |5645 |  31k|   0 |   0 | 589k| 598k|9701 | 0.000000e+00 | 1.000000e+00 |    Inf 
1357.24/1357.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1357.24/1357.21	c  1345s|540000 |  1180 |  2178k|   4.0 |  61M|2209 |   - |5645 |  36k|   0 |   0 | 605k| 612k|9711 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.55/1388.53	c  1376s|550000 |  1495 |  2221k|   4.0 |  65M|2209 |   - |5645 |  41k|   0 |   0 | 619k| 626k|9725 | 0.000000e+00 | 1.000000e+00 |    Inf 
1422.55/1422.52	c  1410s|560000 |  1532 |  2271k|   4.1 |  66M|2209 |   - |5645 |  41k|   0 |   0 | 635k| 640k|9738 | 0.000000e+00 | 1.000000e+00 |    Inf 
1455.45/1455.49	c  1442s|570000 |  1630 |  2314k|   4.1 |  69M|2209 |   9 |5645 |  44k|5645 | 186 | 648k| 654k|9778 | 0.000000e+00 | 1.000000e+00 |    Inf 
1491.15/1491.17	c  1478s|580000 |  1702 |  2362k|   4.1 |  70M|2209 |   - |5645 |  45k|   0 |   0 | 663k| 669k|9880 | 0.000000e+00 | 1.000000e+00 |    Inf 
1523.95/1523.97	c  1510s|590000 |  1689 |  2401k|   4.1 |  69M|2209 |   1 |5645 |  43k|5645 | 158 | 675k| 684k|9946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1557.66/1557.66	c  1544s|600000 |  1670 |  2443k|   4.1 |  70M|2209 |   - |5645 |  46k|   0 |   0 | 688k| 698k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1591.46/1591.40	c  1577s|610000 |  1607 |  2479k|   4.1 |  70M|2209 |  18 |5645 |  45k|5645 | 165 | 698k| 712k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1627.06/1627.09	c  1613s|620000 |  1590 |  2529k|   4.1 |  71M|2209 |   - |5645 |  47k|   0 |   0 | 714k| 726k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1659.66/1659.68	c  1645s|630000 |  1507 |  2568k|   4.1 |  69M|2209 |   - |5645 |  45k|   0 |   0 | 725k| 740k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1689.67/1689.63	c  1675s|640000 |  1473 |  2604k|   4.1 |  68M|2209 |  11 |5645 |  41k|5645 | 167 | 735k| 755k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1722.16/1722.10	c  1707s|650000 |  1334 |  2653k|   4.1 |  64M|2209 |   - |5645 |  35k|   0 |   0 | 750k| 769k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1753.17/1753.11	c  1738s|660000 |  1521 |  2707k|   4.1 |  67M|2209 |  15 |5645 |  39k|5645 | 187 | 769k| 782k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1782.36/1782.38	c  1767s|670000 |  1647 |  2754k|   4.1 |  69M|2209 |   - |5645 |  40k|   0 |   0 | 783k| 796k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.00	c 
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time (sec) : 1784.21
1800.07/1800.00	c Solving Nodes      : 676082
1800.07/1800.00	c Primal Bound       : +1.00000000000000e+00 (170 solutions)
1800.07/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.00	c Gap                : infinite
1800.07/1800.08	s SATISFIABLE
1800.07/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.07/1800.08	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.07/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.07/1800.08	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.07/1800.08	v -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.07/1800.08	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.07/1800.08	v -x103 -x102 x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.07/1800.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 
1800.07/1800.08	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.07/1800.08	v -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.07/1800.08	v -x1 
1800.07/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.08	c Solving Time       :    1784.21
1800.07/1800.08	c Original Problem   :
1800.07/1800.08	c   Problem name     : HOME/instance-2692325-1277926209.wbo
1800.07/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.07/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.07/1800.08	c Presolved Problem  :
1800.07/1800.08	c   Problem name     : t_HOME/instance-2692325-1277926209.wbo
1800.07/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.07/1800.08	c   Constraints      : 5414 initial, 47493 maximal
1800.07/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.07/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.07/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.07/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.08	c   integral         :          0          0          0     515006          0          0        332          0          0     660646
1800.07/1800.08	c   indicator        :       2707          0     576076     106296          0         40     861720          0          0          0
1800.07/1800.08	c   linear           :       2707          6    3092434     183885          0     263489   17154153     791805          0          0
1800.07/1800.08	c   logicor          :          0+         0     987277          0          0      35088     796702          0          0          0
1800.07/1800.08	c   bounddisjunction :          0+         0        110          0          0          0          1          0          0          0
1800.07/1800.08	c   countsols        :          0          0          0      85291          0          0          0          0          0          0
1800.07/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.08	c   integral         :      19.62       0.00       0.00      19.62       0.00
1800.07/1800.08	c   indicator        :      25.66       0.00       5.70      19.96       0.00
1800.07/1800.08	c   linear           :     191.58       0.00     176.62      14.96       0.00
1800.07/1800.08	c   logicor          :     321.62       0.00     321.62       0.00       0.00
1800.07/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.08	c   countsols        :       0.04       0.00       0.00       0.04       0.00
1800.07/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.08	c   vbounds          :       0.85          2          0          0
1800.07/1800.08	c   rootredcost      :       0.87         59          0       2707
1800.07/1800.08	c   pseudoobj        :     147.26    3094240       1280     507114
1800.07/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.08	c   propagation      :      15.73     299857     299418    1905487       28.9       9232       27.2          -
1800.07/1800.08	c   infeasible LP    :       6.74      19873      19873     160020       43.1        149       22.6          0
1800.07/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.08	c   pseudo solution  :       0.01         37         37        167       16.8         72        3.8          -
1800.07/1800.08	c   applied globally :          -          -          -     804610       23.6          -          -          -
1800.07/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.07/1800.08	c   redcost          :      37.25     515465          0     252374          0          0
1800.07/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.07/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.08	c   gomory           :       0.01          4          0          0         86          0
1800.07/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.07/1800.08	c   cmir             :       0.00          4          0          0          0          0
1800.07/1800.08	c   flowcover        :       0.03          4          0          0          0          0
1800.07/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.07/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.08	c Pricers            :       Time      Calls       Vars
1800.07/1800.08	c   problem variables:       0.00          0          0
1800.07/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.08	c   relpscost        :      19.10     330586          0        332          0          0     660646
1800.07/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.08	c   inference        :      19.98      85232          0          0          0          0     170464
1800.07/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.08	c   LP solutions     :       0.20          -         59
1800.07/1800.08	c   pseudo solutions :       0.00          -          0
1800.07/1800.08	c   feaspump         :       0.01          0          0
1800.07/1800.08	c   oneopt           :       0.55         51          0
1800.07/1800.08	c   intshifting      :       0.05          7          0
1800.07/1800.08	c   guideddiving     :       0.18        107          0
1800.07/1800.08	c   crossover        :       1.44         44          0
1800.07/1800.08	c   fracdiving       :       2.08       1384          0
1800.07/1800.08	c   veclendiving     :       2.05       1384          0
1800.07/1800.08	c   linesearchdiving :       1.88       1384          0
1800.07/1800.08	c   coefdiving       :       1.96       1385          0
1800.07/1800.08	c   pscostdiving     :       2.46       1385          0
1800.07/1800.08	c   objpscostdiving  :       2.32       1376          0
1800.07/1800.08	c   rootsoldiving    :       2.39       1378          0
1800.07/1800.08	c   trivial          :       0.08          2          2
1800.07/1800.08	c   simplerounding   :       0.63     330654          0
1800.07/1800.08	c   zirounding       :       0.36       1000          0
1800.07/1800.08	c   rounding         :       1.37       8105          0
1800.07/1800.08	c   shifting         :       1.04       2509          0
1800.07/1800.08	c   twoopt           :       0.00          0          0
1800.07/1800.08	c   fixandinfer      :       0.00          0          0
1800.07/1800.08	c   intdiving        :       0.00          0          0
1800.07/1800.08	c   actconsdiving    :       0.00          0          0
1800.07/1800.08	c   octane           :       0.00          0          0
1800.07/1800.08	c   rens             :       0.03          1          0
1800.07/1800.08	c   rins             :       0.00          0          0
1800.07/1800.08	c   localbranching   :       0.00          0          0
1800.07/1800.08	c   mutation         :       0.00          0          0
1800.07/1800.08	c   dins             :       0.00          0          0
1800.07/1800.08	c   undercover       :       0.00          0          0
1800.07/1800.08	c   nlp              :       0.16          0          0
1800.07/1800.08	c   trysol           :       1.36       3918        109
1800.07/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.08	c   dual LP          :     406.91     453769    2781011       6.13    6834.46
1800.07/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.08	c   diving/probing LP:       0.15         97       1398      14.41    9320.00
1800.07/1800.08	c   strong branching :      16.36      10596      84962       8.02    5193.28
1800.07/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.07/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.08	c B&B Tree           :
1800.07/1800.08	c   number of runs   :          1
1800.07/1800.08	c   nodes            :     676082
1800.07/1800.08	c   nodes (total)    :     676082
1800.07/1800.08	c   nodes left       :       1732
1800.07/1800.08	c   max depth        :       2209
1800.07/1800.08	c   max depth (total):       2209
1800.07/1800.08	c   backtracks       :      73095 (10.8%)
1800.07/1800.08	c   delayed cutoffs  :      60772
1800.07/1800.08	c   repropagations   :    1265350 (3931427 domain reductions, 59339 cutoffs)
1800.07/1800.08	c   avg switch length:       5.35
1800.07/1800.08	c   switching time   :     281.66
1800.07/1800.08	c Solution           :
1800.07/1800.08	c   Solutions found  :        170 (60 improvements)
1800.07/1800.08	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.07/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 168292 nodes, 352.45 seconds, depth 37, found by <relaxation>)
1800.07/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.08	c   Gap              :   infinite
1800.07/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.08	c   Root Iterations  :        106
1800.17/1800.18	c Time complete: 1800.25.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 15723
/proc/meminfo: memFree=31206000/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=9544 CPUtime=0
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 1673 0 0 0 0 0 0 0 25 0 1 0 133916096 9773056 1592 4089446400 4194304 8223781 140733779639632 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15723/statm: 2386 1600 369 984 0 1399 0

[startup+0.0800899 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 15723
/proc/meminfo: memFree=31206000/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=35136 CPUtime=0.07
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 8089 0 0 0 6 1 0 0 25 0 1 0 133916096 35979264 7644 4089446400 4194304 8223781 140733779639632 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35136

[startup+0.101087 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 15723
/proc/meminfo: memFree=31206000/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=35136 CPUtime=0.09
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 8089 0 0 0 8 1 0 0 25 0 1 0 133916096 35979264 7644 4089446400 4194304 8223781 140733779639632 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.301046 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 15723
/proc/meminfo: memFree=31206000/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=58612 CPUtime=0.29
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 14529 0 0 0 27 2 0 0 25 0 1 0 133916096 60018688 13471 4089446400 4194304 8223781 140733779639632 18446744073709551615 4384813 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 14653 13471 564 984 0 13666 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58612

[startup+0.70097 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 15723
/proc/meminfo: memFree=31206000/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=43076 CPUtime=0.69
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 15656 0 0 0 67 2 0 0 25 0 1 0 133916096 44109824 9710 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 10769 9710 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.50082 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 15724
/proc/meminfo: memFree=31168916/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=44440 CPUtime=1.49
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 15848 0 0 0 146 3 0 0 25 0 1 0 133916096 45506560 9899 4089446400 4194304 8223781 140733779639632 18446744073709551615 6520554 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 11110 9899 578 984 0 10123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44440

[startup+3.10049 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 15724
/proc/meminfo: memFree=31161352/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=49332 CPUtime=3.09
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 21680 0 0 0 304 5 0 0 25 0 1 0 133916096 50515968 11333 4089446400 4194304 8223781 140733779639632 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 12333 11333 579 984 0 11346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49332

[startup+6.30086 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 15724
/proc/meminfo: memFree=31151684/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=53724 CPUtime=6.29
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 27814 0 0 0 622 7 0 0 25 0 1 0 133916096 55013376 12313 4089446400 4194304 8223781 140733779639632 18446744073709551615 6445350 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 13431 12313 579 984 0 12444 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53724

[startup+12.7006 s]
/proc/loadavg: 1.97 2.00 2.00 3/197 15725
/proc/meminfo: memFree=31143320/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=59828 CPUtime=12.69
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 39559 0 0 0 1255 14 0 0 25 0 1 0 133916096 61263872 13843 4089446400 4194304 8223781 140733779639632 18446744073709551615 6439899 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 14957 13843 579 984 0 13970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59828

[startup+25.501 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 15725
/proc/meminfo: memFree=31122248/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=74752 CPUtime=25.49
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 48355 0 0 0 2524 25 0 0 25 0 1 0 133916096 76546048 17559 4089446400 4194304 8223781 140733779639632 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 18688 17559 579 984 0 17701 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74752

[startup+51.101 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 15726
/proc/meminfo: memFree=31088416/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=103092 CPUtime=51.09
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 60564 0 0 0 5062 47 0 0 25 0 1 0 133916096 105566208 24668 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 25773 24668 579 984 0 24786 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103092

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 15730
/proc/meminfo: memFree=31027856/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=161292 CPUtime=102.29
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 80578 0 0 0 10137 92 0 0 25 0 1 0 133916096 165163008 39287 4089446400 4194304 8223781 140733779639632 18446744073709551615 6456034 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15723/statm: 40323 39287 579 984 0 39336 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 161292

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 15732
/proc/meminfo: memFree=30951240/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=225024 CPUtime=162.29
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 101289 0 0 0 16087 142 0 0 25 0 1 0 133916096 230424576 54789 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 56256 54789 579 984 0 55269 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225024

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 15733
/proc/meminfo: memFree=30897868/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=275912 CPUtime=222.29
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 221280 0 0 0 22023 206 0 0 25 0 1 0 133916096 282533888 67449 4089446400 4194304 8223781 140733779639632 18446744073709551615 6162784 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 68978 67449 593 984 0 67991 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 275912

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 15735
/proc/meminfo: memFree=30886164/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=284768 CPUtime=282.29
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 290115 0 0 0 27936 293 0 0 25 0 1 0 133916096 291602432 69631 4089446400 4194304 8223781 140733779639632 18446744073709551615 6003575 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 71192 69631 593 984 0 70205 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 284768

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15737
/proc/meminfo: memFree=30884872/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=286340 CPUtime=342.3
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 311692 0 0 0 33860 370 0 0 25 0 1 0 133916096 293212160 70032 4089446400 4194304 8223781 140733779639632 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 71585 70032 601 984 0 70598 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 286340

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15738
/proc/meminfo: memFree=30873416/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=289520 CPUtime=402.3
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 335696 0 0 0 39793 437 0 0 25 0 1 0 133916096 296468480 70813 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15723/statm: 72380 70813 601 984 0 71393 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 289520

[startup+462.3 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 15791
/proc/meminfo: memFree=31113500/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=293256 CPUtime=462.3
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 343364 0 0 0 45738 492 0 0 25 0 1 0 133916096 300294144 71722 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 73314 71722 601 984 0 72327 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 293256

[startup+522.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 15792
/proc/meminfo: memFree=31024176/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=297356 CPUtime=522.3
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 348748 0 0 0 51686 544 0 0 25 0 1 0 133916096 304492544 72734 4089446400 4194304 8223781 140733779639632 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 74339 72734 601 984 0 73352 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 297356

[startup+582.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/179 15794
/proc/meminfo: memFree=30882648/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=298280 CPUtime=582.31
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 348985 0 0 0 57633 598 0 0 25 0 1 0 133916096 305438720 72969 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 74570 72969 601 984 0 73583 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 298280

[startup+642.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 15796
/proc/meminfo: memFree=30823084/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=298720 CPUtime=642.32
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 350925 0 0 0 63583 649 0 0 25 0 1 0 133916096 305889280 73079 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 74680 73079 601 984 0 73693 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 298720

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 15874
/proc/meminfo: memFree=31053008/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=301304 CPUtime=882.32
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 358829 0 0 0 87378 854 0 0 25 0 1 0 133916096 308535296 73647 4089446400 4194304 8223781 140733779639632 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75326 73647 601 984 0 74339 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 301304

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 15876
/proc/meminfo: memFree=31017112/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=301656 CPUtime=942.33
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 358939 0 0 0 93328 905 0 0 25 0 1 0 133916096 308895744 73757 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75414 73757 601 984 0 74427 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 301656

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 15877
/proc/meminfo: memFree=30988308/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=302112 CPUtime=1002.33
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359071 0 0 0 99276 957 0 0 25 0 1 0 133916096 309362688 73874 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75528 73874 601 984 0 74541 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 302112

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 15879
/proc/meminfo: memFree=30961732/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=302636 CPUtime=1062.34
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359182 0 0 0 105228 1006 0 0 25 0 1 0 133916096 309899264 73976 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75659 73976 601 984 0 74672 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 302636

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 15880
/proc/meminfo: memFree=30924100/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=303392 CPUtime=1122.33
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359331 0 0 0 111180 1053 0 0 25 0 1 0 133916096 310673408 74091 4089446400 4194304 8223781 140733779639632 18446744073709551615 4431930 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75848 74091 601 984 0 74861 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 303392

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 15882
/proc/meminfo: memFree=30888472/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=303708 CPUtime=1182.33
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359403 0 0 0 117131 1102 0 0 25 0 1 0 133916096 310996992 74158 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75927 74158 601 984 0 74940 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 303708

[startup+1242.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 15884
/proc/meminfo: memFree=30853340/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=303708 CPUtime=1242.34
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359411 0 0 0 123082 1152 0 0 25 0 1 0 133916096 310996992 74165 4089446400 4194304 8223781 140733779639632 18446744073709551615 6377386 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75927 74165 601 984 0 74940 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 303708

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 15885
/proc/meminfo: memFree=30835328/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=303460 CPUtime=1302.35
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359619 0 0 0 129032 1203 0 0 25 0 1 0 133916096 310743040 74117 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75865 74117 601 984 0 74878 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 303460

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15887
/proc/meminfo: memFree=30834684/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=303492 CPUtime=1362.34
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359648 0 0 0 134980 1254 0 0 25 0 1 0 133916096 310775808 74146 4089446400 4194304 8223781 140733779639632 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 75873 74146 601 984 0 74886 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 303492

[startup+1422.31 s]
/proc/loadavg: 2.29 2.10 2.03 3/197 15888
/proc/meminfo: memFree=30833388/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=304804 CPUtime=1422.35
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 359936 0 0 0 140939 1296 0 0 25 0 1 0 133916096 312119296 74432 4089446400 4194304 8223781 140733779639632 18446744073709551615 4210337 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 76201 74432 601 984 0 75214 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 304804

[startup+1482.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/197 15890
/proc/meminfo: memFree=30830744/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=307788 CPUtime=1482.35
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 360625 0 0 0 146899 1336 0 0 25 0 1 0 133916096 315174912 75119 4089446400 4194304 8223781 140733779639632 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 76947 75119 601 984 0 75960 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 307788

[startup+1542.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/197 15892
/proc/meminfo: memFree=30829220/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=308028 CPUtime=1542.35
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362522 0 0 0 152854 1381 0 0 25 0 1 0 133916096 315420672 75185 4089446400 4194304 8223781 140733779639632 18446744073709551615 4947638 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 77007 75185 601 984 0 76020 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 308028

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/197 15893
/proc/meminfo: memFree=30826828/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=308160 CPUtime=1602.35
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362569 0 0 0 158805 1430 0 0 25 0 1 0 133916096 315555840 75230 4089446400 4194304 8223781 140733779639632 18446744073709551615 4210595 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 77040 75230 601 984 0 76053 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 308160

[startup+1662.3 s]
/proc/loadavg: 2.40 2.15 2.05 3/197 15895
/proc/meminfo: memFree=30784140/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=308764 CPUtime=1662.36
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362635 0 0 0 164758 1478 0 0 25 0 1 0 133916096 316174336 75296 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 77191 75296 601 984 0 76204 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 308764

[startup+1722.3 s]
/proc/loadavg: 2.20 2.13 2.05 3/197 15896
/proc/meminfo: memFree=30748052/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=308796 CPUtime=1722.36
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362654 0 0 0 170716 1520 0 0 25 0 1 0 133916096 316207104 75315 4089446400 4194304 8223781 140733779639632 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 77199 75315 601 984 0 76212 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 308796

[startup+1782.3 s]
/proc/loadavg: 2.07 2.11 2.04 3/197 15898
/proc/meminfo: memFree=30719020/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=309348 CPUtime=1782.36
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362725 0 0 0 176667 1569 0 0 25 0 1 0 133916096 316772352 75386 4089446400 4194304 8223781 140733779639632 18446744073709551615 4947981 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 77337 75386 601 984 0 76350 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 309348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.10 2.04 3/197 15898
/proc/meminfo: memFree=30712060/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=309348 CPUtime=1800.07
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362725 0 0 0 178423 1584 0 0 25 0 1 0 133916096 316772352 75386 4089446400 4194304 8223781 140733779639632 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15723/statm: 77337 75386 601 984 0 76350 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 309348

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

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

[startup+1800.11 s]
/proc/loadavg: 2.05 2.10 2.04 3/197 15898
/proc/meminfo: memFree=30712060/32951124 swapFree=67111528/67111528
[pid=15723] ppid=15721 vsize=283688 CPUtime=1800.17
/proc/15723/stat : 15723 (pbscip.linux.x8) R 15721 15723 15698 0 -1 4202496 362769 0 0 0 178433 1584 0 0 25 0 1 0 133916096 290496512 68796 4089446400 4194304 8223781 140733779639632 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15723/statm: 70666 68729 603 984 0 69679 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 283688

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.26
CPU user time (s): 1784.4
CPU system time (s): 15.8616
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 309348

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

runsolver used 2.49962 second user time and 5.71813 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 21:30:09
IDJOB=2692325
IDBENCH=79267
IDSOLVER=1204
FILE ID=node143/2692325-1277926209
PBS_JOBID= 11197369
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692325-1277926209/watcher-2692325-1277926209 -o /tmp/evaluation-result-2692325-1277926209/solver-2692325-1277926209 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692325-1277926209.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 200f179ceb6a172fc8d81952e96f0c84
RANDOM SEED=1413563051

node143.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.848
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.69
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.848
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.76
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31206528 kB
Buffers:        211372 kB
Cached:         968664 kB
SwapCached:          0 kB
Active:         834776 kB
Inactive:       766464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31206528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4848 kB
Writeback:           0 kB
AnonPages:      421296 kB
Mapped:          20448 kB
Slab:            80164 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node143 at 2010-06-30 22:00:11