Trace number 3447924

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.08 1800.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_75_ext.wbo
MD5SUM1c30e07d16d18b0cca06c3c199bd8fd0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark0.010998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447924-1307902258.wbo>
0.00/0.00	c original problem has 700 variables (700 bin, 0 int, 0 impl, 0 cont) and 551 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 0 add conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 0 added constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  700 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 400 impl, 0 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c     400 constraints of type <indicator>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 400
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |     0 |     - |2715k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    89 |     - |3216k|   0 |   9 | 950 |1200 | 950 | 400 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   195 |     - |3410k|   0 |  28 | 950 |1200 | 950 | 403 |   3 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.07/0.08	c   0.1s|     1 |     0 |   209 |     - |3446k|   0 |  25 | 950 |1200 | 950 | 406 |   6 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.07/0.08	c   0.1s|     1 |     0 |   219 |     - |3485k|   0 |  13 | 950 |1200 | 950 | 409 |   9 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.07/0.09	c   0.1s|     1 |     0 |   226 |     - |3522k|   0 |  17 | 950 |1200 | 950 | 412 |  12 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.07/0.10	c   0.1s|     1 |     0 |   232 |     - |3569k|   0 |  13 | 950 |1200 | 950 | 415 |  15 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   243 |     - |3656k|   0 |  33 | 950 |1200 | 950 | 417 |  17 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   257 |     - |3756k|   0 |  37 | 950 |1200 | 950 | 422 |  22 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   260 |     - |3998k|   0 |   0 | 950 |1200 | 950 | 425 |  25 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   275 |     - |3999k|   0 |  34 | 950 |1200 | 950 | 428 |  28 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.15	c   0.2s|     1 |     0 |   290 |     - |4108k|   0 |  32 | 950 |1200 | 950 | 433 |  33 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   302 |     - |4193k|   0 |  41 | 950 |1200 | 950 | 438 |  38 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   309 |     - |4281k|   0 |  37 | 950 |1200 | 950 | 443 |  43 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   325 |     - |4335k|   0 |  53 | 950 |1200 | 950 | 448 |  48 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.19/0.26	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.26	c   0.3s|     1 |     2 |   325 |     - |4376k|   0 |  53 | 950 |1200 | 950 | 448 |  48 |   0 |  33 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.99/1.01	o 1
0.99/1.01	c * 1.0s|    52 |    51 |  1288 |  18.9 |4585k|  51 |   - | 950 |1200 | 950 | 607 | 216 |   0 | 446 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.79/13.86	c  13.9s| 10000 |  8105 |177606 |  17.7 |  15M|  51 |   8 | 950 |5040 | 950 | 442 | 216 |  10k|1351 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.39/25.47	c  25.5s| 20000 | 15875 |333716 |  16.7 |  23M|  51 |   7 | 950 |5399 | 950 | 442 | 216 |  22k|1834 | 0.000000e+00 | 1.000000e+00 |    Inf 
37.59/37.62	c  37.6s| 30000 | 23750 |500558 |  16.7 |  32M|  51 |  17 | 950 |6449 | 950 | 442 | 216 |  33k|2214 | 0.000000e+00 | 1.000000e+00 |    Inf 
49.69/49.78	c  49.8s| 40000 | 30643 |657238 |  16.4 |  42M|  51 |  46 | 950 |  10k| 950 | 442 | 216 |  47k|2507 | 0.000000e+00 | 1.000000e+00 |    Inf 
62.69/62.77	c  62.8s| 50000 | 37104 |817290 |  16.3 |  50M|  51 |   3 | 950 |9679 | 950 | 442 | 216 |  63k|2764 | 0.000000e+00 | 1.000000e+00 |    Inf 
74.49/74.58	c  74.6s| 60000 | 43928 |969725 |  16.2 |  58M|  51 |   - | 950 |  11k|   0 |   0 | 216 |  75k|2969 | 0.000000e+00 | 1.000000e+00 |    Inf 
85.69/85.78	c  85.8s| 70000 | 51474 |  1115k|  15.9 |  66M|  51 |   3 | 950 |  11k| 950 | 442 | 216 |  86k|3177 | 0.000000e+00 | 1.000000e+00 |    Inf 
97.49/97.51	c  97.5s| 80000 | 58193 |  1263k|  15.8 |  73M|  51 |   3 | 950 |  10k| 950 | 442 | 216 |  98k|3393 | 0.000000e+00 | 1.000000e+00 |    Inf 
109.19/109.20	c   109s| 90000 | 65305 |  1419k|  15.8 |  81M|  51 |   8 | 950 |  10k| 950 | 442 | 216 | 108k|3581 | 0.000000e+00 | 1.000000e+00 |    Inf 
120.29/120.34	c   120s|100000 | 71660 |  1560k|  15.6 |  90M|  51 |  32 | 950 |  12k| 950 | 442 | 216 | 120k|3736 | 0.000000e+00 | 1.000000e+00 |    Inf 
131.79/131.90	c   132s|110000 | 77543 |  1704k|  15.5 |  97M|  51 |   7 | 950 |  11k| 950 | 442 | 216 | 131k|3884 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.09/143.13	c   143s|120000 | 83726 |  1852k|  15.4 | 104M|  51 |  15 | 950 |  12k| 950 | 442 | 216 | 141k|4023 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.39/155.44	c   155s|130000 | 89385 |  2001k|  15.4 | 113M|  51 |   - | 950 |  14k|   0 |   0 | 216 | 153k|4172 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.09/168.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.09/168.12	c   168s|140000 | 91518 |  2117k|  15.1 | 120M|  51 |  17 | 950 |  15k| 950 | 442 | 216 | 169k|4290 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.99/182.00	c   182s|150000 | 92970 |  2224k|  14.8 | 127M|  51 |  34 | 950 |  18k| 950 | 442 | 216 | 186k|4428 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.60/194.62	c   195s|160000 | 96644 |  2345k|  14.7 | 135M|  51 |  39 | 950 |  19k| 950 | 442 | 216 | 201k|4523 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.19/206.29	c   206s|170000 |100745 |  2471k|  14.5 | 143M|  51 |  17 | 950 |  22k| 950 | 442 | 216 | 213k|4651 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.09/219.12	c   219s|180000 |103590 |  2598k|  14.4 | 149M|  51 |   3 | 950 |  21k| 950 | 442 | 216 | 226k|4747 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.59/231.61	c   232s|190000 |106266 |  2715k|  14.3 | 154M|  51 |  17 | 950 |  20k| 950 | 442 | 216 | 239k|4855 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.59/243.65	c   244s|200000 |109019 |  2833k|  14.2 | 160M|  51 |   3 | 950 |  18k| 950 | 442 | 216 | 252k|4983 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.59/256.63	c   257s|210000 |111026 |  2951k|  14.1 | 165M|  51 |  17 | 950 |  19k| 950 | 442 | 216 | 265k|5080 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.89/268.90	c   269s|220000 |114207 |  3080k|  14.0 | 172M|  51 |   - | 950 |  21k|   0 |   0 | 216 | 276k|5159 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.49/282.53	c   283s|230000 |115566 |  3199k|  13.9 | 177M|  51 |  17 | 950 |  21k| 950 | 442 | 216 | 291k|5248 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.29/295.36	c   295s|240000 |119045 |  3330k|  13.9 | 186M|  51 |   - | 950 |  25k|   0 |   0 | 216 | 304k|5370 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.29/308.30	c   308s|250000 |122331 |  3447k|  13.8 | 193M|  51 |   6 | 950 |  26k| 950 | 442 | 216 | 318k|5468 | 0.000000e+00 | 1.000000e+00 |    Inf 
322.30/322.31	c   322s|260000 |126268 |  3588k|  13.8 | 198M|  51 |  15 | 950 |  23k| 950 | 442 | 216 | 329k|5548 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.19/336.24	c   336s|270000 |129046 |  3710k|  13.7 | 205M|  51 |   - | 950 |  24k|   0 |   0 | 216 | 344k|5620 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.69/349.73	c   350s|280000 |132233 |  3835k|  13.7 | 212M|  51 |   3 | 950 |  24k| 950 | 442 | 216 | 358k|5711 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.20/363.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.20/363.26	c   363s|290000 |135735 |  3963k|  13.7 | 218M|  51 |   8 | 950 |  23k| 950 | 442 | 216 | 371k|5811 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.10/376.15	c   376s|300000 |139434 |  4090k|  13.6 | 225M|  51 |   - | 950 |  23k|   0 |   0 | 216 | 384k|5909 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.59/388.60	c   389s|310000 |143146 |  4216k|  13.6 | 231M|  51 |   3 | 950 |  21k| 950 | 441 | 216 | 395k|5995 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.30/400.36	c   400s|320000 |146232 |  4327k|  13.5 | 239M|  51 |  17 | 950 |  26k| 950 | 442 | 216 | 408k|6069 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.89/412.96	c   413s|330000 |149697 |  4446k|  13.5 | 247M|  51 |   3 | 950 |  27k| 950 | 442 | 216 | 421k|6146 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.79/425.89	c   426s|340000 |153967 |  4571k|  13.4 | 253M|  51 |  37 | 950 |  24k| 950 | 442 | 216 | 433k|6227 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.20/439.25	c   439s|350000 |160143 |  4712k|  13.5 | 262M|  51 |   3 | 950 |  27k| 950 | 442 | 216 | 441k|6296 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.20/454.25	c   454s|360000 |161506 |  4833k|  13.4 | 269M|  51 |  17 | 950 |  31k| 950 | 442 | 216 | 453k|6375 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.70/468.73	c   469s|370000 |164745 |  4958k|  13.4 | 274M|  51 |   - | 950 |  26k|   0 |   0 | 216 | 465k|6471 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.40/481.49	c   481s|380000 |168374 |  5079k|  13.4 | 279M|  51 |   3 | 950 |  23k| 950 | 442 | 216 | 477k|6542 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.60/493.65	c   494s|390000 |171727 |  5198k|  13.3 | 286M|  51 |  31 | 950 |  23k| 950 | 442 | 216 | 489k|6612 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.70/506.75	c   507s|400000 |175240 |  5324k|  13.3 | 294M|  51 |  17 | 950 |  26k| 950 | 442 | 216 | 502k|6685 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.20/520.22	c   520s|410000 |179193 |  5459k|  13.3 | 302M|  51 |   3 | 950 |  30k| 950 | 442 | 216 | 514k|6769 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.89/534.91	c   535s|420000 |183042 |  5585k|  13.3 | 310M|  51 |  17 | 950 |  32k| 950 | 441 | 216 | 530k|6869 | 0.000000e+00 | 1.000000e+00 |    Inf 
549.10/549.18	c   549s|430000 |186911 |  5717k|  13.3 | 315M|  51 |   7 | 950 |  27k| 950 | 442 | 216 | 543k|6936 | 0.000000e+00 | 1.000000e+00 |    Inf 
563.10/563.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.10/563.14	c   563s|440000 |190091 |  5832k|  13.3 | 321M|  51 |  27 | 950 |  27k| 950 | 442 | 216 | 557k|6999 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.90/576.96	c   577s|450000 |191234 |  5963k|  13.3 | 325M|  51 |   7 | 950 |  25k| 950 | 442 | 216 | 570k|7061 | 0.000000e+00 | 1.000000e+00 |    Inf 
590.20/590.22	c   590s|460000 |194098 |  6093k|  13.2 | 331M|  51 |   6 | 950 |  25k| 950 | 442 | 216 | 583k|7126 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.69/603.70	c   604s|470000 |197371 |  6218k|  13.2 | 340M|  51 |   - | 950 |  31k|   0 |   0 | 216 | 598k|7197 | 0.000000e+00 | 1.000000e+00 |    Inf 
619.10/619.17	c   619s|480000 |200739 |  6341k|  13.2 | 350M|  51 |  35 | 950 |  39k| 950 | 442 | 216 | 612k|7257 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.40/635.44	c   635s|490000 |203561 |  6458k|  13.2 | 357M|  51 |   - | 950 |  39k|   0 |   0 | 216 | 626k|7325 | 0.000000e+00 | 1.000000e+00 |    Inf 
651.10/651.19	c   651s|500000 |206885 |  6586k|  13.2 | 361M|  51 |   3 | 950 |  36k| 950 | 442 | 216 | 638k|7391 | 0.000000e+00 | 1.000000e+00 |    Inf 
667.90/667.98	c   668s|510000 |210849 |  6727k|  13.2 | 369M|  51 |   - | 950 |  38k|   0 |   0 | 216 | 652k|7452 | 0.000000e+00 | 1.000000e+00 |    Inf 
684.31/684.35	c   684s|520000 |214090 |  6855k|  13.2 | 375M|  51 |   - | 950 |  38k|   0 |   0 | 216 | 664k|7513 | 0.000000e+00 | 1.000000e+00 |    Inf 
699.90/699.91	c   700s|530000 |217379 |  6977k|  13.2 | 382M|  51 |   6 | 950 |  39k| 950 | 442 | 216 | 677k|7575 | 0.000000e+00 | 1.000000e+00 |    Inf 
715.61/715.64	c   716s|540000 |220147 |  7094k|  13.1 | 388M|  51 |   7 | 950 |  40k| 950 | 442 | 216 | 688k|7636 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.10/731.13	c   731s|550000 |223894 |  7225k|  13.1 | 393M|  51 |  17 | 950 |  37k| 950 | 442 | 216 | 700k|7692 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.91/746.96	c   747s|560000 |227358 |  7352k|  13.1 | 400M|  51 |   3 | 950 |  37k| 950 | 442 | 216 | 713k|7741 | 0.000000e+00 | 1.000000e+00 |    Inf 
761.31/761.34	c   761s|570000 |230085 |  7473k|  13.1 | 404M|  51 |   3 | 950 |  33k| 950 | 442 | 216 | 726k|7796 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.00/776.02	c   776s|580000 |232854 |  7604k|  13.1 | 411M|  51 |   8 | 950 |  35k| 950 | 442 | 216 | 739k|7860 | 0.000000e+00 | 1.000000e+00 |    Inf 
791.40/791.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.40/791.46	c   791s|590000 |236080 |  7730k|  13.1 | 419M|  51 |  18 | 950 |  39k| 950 | 442 | 216 | 752k|7901 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.71/807.70	c   808s|600000 |239659 |  7867k|  13.1 | 426M|  51 |  13 | 950 |  41k| 950 | 442 | 216 | 763k|7944 | 0.000000e+00 | 1.000000e+00 |    Inf 
824.60/824.65	c   825s|610000 |243516 |  8008k|  13.1 | 434M|  51 |  26 | 950 |  45k| 950 | 442 | 216 | 774k|8018 | 0.000000e+00 | 1.000000e+00 |    Inf 
841.90/841.93	c   842s|620000 |246867 |  8140k|  13.1 | 441M|  51 |   - | 950 |  46k|   0 |   0 | 216 | 785k|8059 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.21/861.25	c   861s|630000 |250097 |  8280k|  13.1 | 448M|  51 |   - | 950 |  48k|   0 |   0 | 216 | 797k|8105 | 0.000000e+00 | 1.000000e+00 |    Inf 
880.70/880.73	c   881s|640000 |253682 |  8409k|  13.1 | 453M|  51 |  17 | 950 |  46k| 950 | 468 | 216 | 810k|8163 | 0.000000e+00 | 1.000000e+00 |    Inf 
897.30/897.36	c   897s|650000 |257681 |  8548k|  13.2 | 457M|  51 |   8 | 950 |  39k| 950 | 442 | 216 | 823k|8223 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.50/912.51	c   913s|660000 |260343 |  8668k|  13.1 | 461M|  51 |   3 | 950 |  34k| 950 | 442 | 216 | 836k|8296 | 0.000000e+00 | 1.000000e+00 |    Inf 
927.61/927.63	c   928s|670000 |263333 |  8797k|  13.1 | 468M|  51 |   - | 950 |  37k|   0 |   0 | 216 | 847k|8348 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.11/944.13	c   944s|680000 |266982 |  8933k|  13.1 | 474M|  51 |   - | 950 |  37k|   0 |   0 | 216 | 858k|8401 | 0.000000e+00 | 1.000000e+00 |    Inf 
959.91/959.92	c   960s|690000 |270568 |  9069k|  13.1 | 481M|  51 |   3 | 950 |  37k| 950 | 442 | 216 | 869k|8445 | 0.000000e+00 | 1.000000e+00 |    Inf 
975.71/975.75	c   976s|700000 |273684 |  9212k|  13.2 | 486M|  51 |   7 | 950 |  36k| 950 | 442 | 216 | 882k|8500 | 0.000000e+00 | 1.000000e+00 |    Inf 
991.71/991.78	c   992s|710000 |277058 |  9345k|  13.2 | 495M|  51 |   7 | 950 |  41k| 950 | 442 | 216 | 894k|8542 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.61/1009.69	c  1010s|720000 |280414 |  9476k|  13.2 | 502M|  51 |   - | 950 |  43k|   0 |   0 | 216 | 908k|8580 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.31/1026.35	c  1026s|730000 |282851 |  9602k|  13.2 | 505M|  51 |   3 | 950 |  37k| 950 | 442 | 216 | 923k|8640 | 0.000000e+00 | 1.000000e+00 |    Inf 
1042.31/1042.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1042.31/1042.37	c  1042s|740000 |286432 |  9741k|  13.2 | 513M|  51 |   3 | 950 |  41k| 950 | 442 | 216 | 935k|8687 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.91/1058.95	c  1059s|750000 |289877 |  9883k|  13.2 | 518M|  51 |   7 | 950 |  37k| 950 | 442 | 216 | 946k|8749 | 0.000000e+00 | 1.000000e+00 |    Inf 
1075.41/1075.49	c  1075s|760000 |293641 | 10029k|  13.2 | 526M|  51 |   - | 950 |  41k|   0 |   0 | 216 | 958k|8800 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.21/1093.24	c  1093s|770000 |297333 | 10175k|  13.2 | 533M|  51 |   3 | 950 |  45k| 950 | 442 | 216 | 969k|8839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1111.42/1111.40	c  1111s|780000 |300288 | 10298k|  13.2 | 542M|  51 |  18 | 950 |  51k| 950 | 442 | 216 | 983k|8875 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.62/1131.64	c  1132s|790000 |303545 | 10435k|  13.2 | 549M|  51 |   6 | 950 |  50k| 950 | 441 | 216 | 996k|8949 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.81/1150.89	c  1151s|800000 |307233 | 10577k|  13.2 | 555M|  51 |   3 | 950 |  49k| 950 | 442 | 216 |1009k|9002 | 0.000000e+00 | 1.000000e+00 |    Inf 
1170.71/1170.79	c  1171s|810000 |312334 | 10749k|  13.3 | 559M|  51 |   3 | 950 |  40k| 950 | 442 | 216 |1023k|9059 | 0.000000e+00 | 1.000000e+00 |    Inf 
1191.72/1191.75	c  1192s|820000 |319278 | 10944k|  13.3 | 570M|  51 |  32 | 950 |  47k| 950 | 442 | 216 |1038k|9099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1211.52/1211.54	c  1212s|830000 |322297 | 11071k|  13.3 | 578M|  51 |   3 | 950 |  50k| 950 | 442 | 216 |1053k|9141 | 0.000000e+00 | 1.000000e+00 |    Inf 
1233.61/1233.69	c  1234s|840000 |323903 | 11186k|  13.3 | 583M|  51 |   - | 950 |  49k|   0 |   0 | 216 |1068k|9159 | 0.000000e+00 | 1.000000e+00 |    Inf 
1253.22/1253.25	c  1253s|850000 |327099 | 11315k|  13.3 | 591M|  51 |  18 | 950 |  51k| 950 | 442 | 216 |1082k|9214 | 0.000000e+00 | 1.000000e+00 |    Inf 
1272.62/1272.61	c  1273s|860000 |328395 | 11436k|  13.3 | 591M|  51 |   3 | 950 |  41k| 950 | 442 | 216 |1096k|9271 | 0.000000e+00 | 1.000000e+00 |    Inf 
1287.91/1287.95	c  1288s|870000 |331003 | 11554k|  13.3 | 595M|  51 |   - | 950 |  38k|   0 |   0 | 216 |1110k|9284 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.21/1303.25	c  1303s|880000 |335014 | 11683k|  13.3 | 599M|  51 |  31 | 950 |  30k| 950 | 442 | 216 |1122k|9341 | 0.000000e+00 | 1.000000e+00 |    Inf 
1317.61/1317.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1317.61/1317.70	c  1318s|890000 |340008 | 11813k|  13.3 | 608M|  51 |   - | 950 |  35k|   0 |   0 | 216 |1133k|9392 | 0.000000e+00 | 1.000000e+00 |    Inf 
1334.82/1334.87	c  1335s|900000 |341378 | 11926k|  13.3 | 613M|  51 |   - | 950 |  35k|   0 |   0 | 216 |1145k|9408 | 0.000000e+00 | 1.000000e+00 |    Inf 
1351.92/1351.94	c  1352s|910000 |345247 | 12074k|  13.3 | 620M|  51 |  16 | 950 |  39k| 950 | 442 | 216 |1155k|9448 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.52/1368.58	c  1369s|920000 |347660 | 12203k|  13.3 | 625M|  51 |  31 | 950 |  38k| 950 | 442 | 216 |1165k|9506 | 0.000000e+00 | 1.000000e+00 |    Inf 
1384.82/1384.87	c  1385s|930000 |351103 | 12328k|  13.3 | 633M|  51 |   - | 950 |  42k|   0 |   0 | 216 |1176k|9556 | 0.000000e+00 | 1.000000e+00 |    Inf 
1402.82/1402.83	c  1403s|940000 |354823 | 12466k|  13.3 | 639M|  51 |  18 | 950 |  43k| 950 | 442 | 216 |1187k|9594 | 0.000000e+00 | 1.000000e+00 |    Inf 
1425.42/1425.42	c  1425s|950000 |361967 | 12675k|  13.3 | 650M|  51 |   3 | 950 |  48k| 950 | 442 | 216 |1199k|9640 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.52/1445.54	c  1446s|960000 |367015 | 12818k|  13.4 | 658M|  51 |   7 | 950 |  49k| 950 | 442 | 216 |1212k|9681 | 0.000000e+00 | 1.000000e+00 |    Inf 
1465.02/1465.02	c  1465s|970000 |372047 | 12960k|  13.4 | 667M|  51 |   3 | 950 |  53k| 950 | 442 | 216 |1223k|9733 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.72/1489.76	c  1490s|980000 |375109 | 13130k|  13.4 | 671M|  51 |  29 | 950 |  49k| 950 | 442 | 216 |1235k|9784 | 0.000000e+00 | 1.000000e+00 |    Inf 
1508.93/1508.97	c  1509s|990000 |380864 | 13285k|  13.4 | 681M|  51 |   3 | 950 |  54k| 950 | 442 | 216 |1246k|9835 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.22/1532.27	c  1532s|  1000k|385464 | 13445k|  13.4 | 688M|  51 |  14 | 950 |  54k| 950 | 442 | 216 |1258k|9873 | 0.000000e+00 | 1.000000e+00 |    Inf 
1551.83/1551.84	c  1552s|  1010k|389881 | 13580k|  13.4 | 696M|  51 |   - | 950 |  56k|   0 |   0 | 216 |1268k|9896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1575.13/1575.12	c  1575s|  1020k|391781 | 13710k|  13.4 | 701M|  51 |  17 | 950 |  57k| 950 | 442 | 216 |1279k|9939 | 0.000000e+00 | 1.000000e+00 |    Inf 
1602.63/1602.60	c  1603s|  1030k|389271 | 13821k|  13.4 | 704M|  51 |  36 | 950 |  59k| 950 | 442 | 216 |1293k|9994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.62/1625.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1625.62/1625.64	c  1626s|  1040k|392037 | 13947k|  13.4 | 710M|  51 |   3 | 950 |  59k| 950 | 441 | 216 |1308k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1644.82/1644.81	c  1645s|  1050k|395362 | 14081k|  13.4 | 707M|  51 |   3 | 950 |  36k| 950 | 442 | 216 |1323k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1660.43/1660.47	c  1660s|  1060k|399052 | 14227k|  13.4 | 715M|  51 |   - | 950 |  38k|   0 |   0 | 216 |1336k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1676.82/1676.90	c  1677s|  1070k|402545 | 14353k|  13.4 | 725M|  51 |   3 | 950 |  43k| 950 | 442 | 216 |1351k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1695.03/1695.04	c  1695s|  1080k|405953 | 14486k|  13.4 | 730M|  51 |   - | 950 |  41k|   0 |   0 | 216 |1364k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1711.93/1711.99	c  1712s|  1090k|409556 | 14614k|  13.4 | 736M|  51 |  33 | 950 |  39k| 950 | 442 | 216 |1377k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1731.73/1731.73	c  1732s|  1100k|415281 | 14778k|  13.4 | 747M|  51 |   3 | 950 |  47k| 950 | 442 | 216 |1391k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1751.14/1751.14	c  1751s|  1110k|419348 | 14907k|  13.4 | 755M|  51 |   - | 950 |  50k|   0 |   0 | 216 |1403k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1772.52/1772.51	c  1773s|  1120k|420990 | 15019k|  13.4 | 760M|  51 |  27 | 950 |  49k| 950 | 442 | 216 |1416k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1792.23/1792.28	c  1792s|  1130k|424476 | 15135k|  13.4 | 769M|  51 |  18 | 950 |  54k| 950 | 442 | 216 |1429k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 1133548
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (21 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x300 -x299 x298 -x297 -x296 x295 x294 -x293 -x292 x291 x290 -x289 -x288 x287 x286 -x285 x284 -x283 -x282 x281 x280 -x279 -x278 
1800.03/1800.00	v x277 x276 -x275 -x274 x273 -x272 x271 -x270 x269 x268 -x267 -x266 x265 x264 -x263 -x262 x261 x260 -x259 -x258 x257 x256 -x255 
1800.03/1800.00	v -x254 x253 x252 -x251 x250 -x249 x248 -x247 -x246 x245 -x244 x243 -x242 x241 -x240 x239 x238 -x237 -x236 x235 -x234 x233 -x232 
1800.03/1800.00	v x231 x230 -x229 -x228 x227 x226 -x225 -x224 x223 -x222 x221 x220 -x219 -x218 x217 x216 -x215 x214 -x213 -x212 x211 -x210 x209 
1800.03/1800.00	v x208 -x207 -x206 x205 -x204 x203 -x202 x201 x200 -x199 x198 -x197 -x196 x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 
1800.03/1800.00	v x186 -x185 -x184 x183 -x182 x181 -x180 x179 x178 -x177 -x176 x175 -x174 x173 -x172 x171 x170 -x169 -x168 x167 -x166 x165 x164 
1800.03/1800.00	v -x163 -x162 x161 -x160 x159 x158 -x157 -x156 x155 -x154 x153 x152 -x151 -x150 x149 -x148 x147 x146 -x145 -x144 x143 -x142 x141 
1800.03/1800.00	v x140 -x139 x138 -x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 -x122 x121 -x120 x119 -x118 
1800.03/1800.00	v x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 -x108 x107 -x106 x105 x104 -x103 -x102 x101 -x100 x99 x98 -x97 x96 -x95 
1800.03/1800.00	v -x94 x93 -x92 x91 -x90 x89 -x88 x87 x86 -x85 -x84 x83 -x82 x81 x80 -x79 x78 -x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 x68 -x67 
1800.03/1800.00	v -x66 x65 -x64 x63 x62 -x61 -x60 x59 -x58 x57 x56 -x55 x54 -x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 x44 -x43 x42 -x41 -x40 x39 
1800.03/1800.00	v -x38 x37 -x36 x35 x34 -x33 -x32 x31 -x30 x29 -x28 x27 x26 -x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 x14 -x13 x12 -x11 
1800.03/1800.00	v -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.02 (included in solving)
1800.03/1800.00	c   reading          :       0.00 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447924-1307902258.wbo
1800.03/1800.00	c   Variables        : 700 (700 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 551 initial, 551 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447924-1307902258.wbo
1800.03/1800.00	c   Variables        : 950 (550 binary, 0 integer, 400 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 800 initial, 63746 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0        150          0        400          0        151          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -        800          -          -        800          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     943834          0         47          0         77        215          0          0    1886982
1800.03/1800.00	c   varbound         :          0+        13         53        169          0          0        100          0        800        185          0          0
1800.03/1800.00	c   linear           :        400         13    6366609          1          0         44   17137022     329150   10063619          0          0          0
1800.03/1800.00	c   indicator        :        400          0        254        169          0         41          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :          0+         0    3638540          0          0          0    3711633     131506    2539200          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          1          0         22          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      22.83       0.00       0.00      22.83       0.00       0.00       0.00
1800.03/1800.00	c   varbound         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   linear           :      99.51       0.00      92.68       0.00       0.00       0.00       6.84
1800.03/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.00       0.01       0.00
1800.03/1800.00	c   logicor          :     396.73       0.00     392.80       0.00       0.00       0.00       3.93
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          2          0          0          0
1800.03/1800.00	c   rootredcost      :          1          0          0        400
1800.03/1800.00	c   pseudoobj        :    6366409          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.87       0.87       0.00
1800.03/1800.00	c   rootredcost      :       1.00       1.00       0.00
1800.03/1800.00	c   pseudoobj        :      34.70      34.70       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      28.49     460656     439748    4105627       41.1      28097       13.2          -
1800.03/1800.00	c   infeasible LP    :       0.33       3082       3082      21156       43.8        324       10.9          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    1433800       36.7          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00         12          -          -         73          -    (maximal pool size: 324)
1800.03/1800.00	c   redcost          :      14.08     943760          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00         12          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.03         12          0          0        520          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.03         12          0          0        598          0
1800.03/1800.00	c   cmir             :       0.02         10          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.03         10          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.03          1          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      22.27     943665         77        215          0          0    1886982
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          1
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   crossover        :       0.38          0          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   feaspump         :       0.02          0          0
1800.03/1800.00	c   oneopt           :       0.20          2          0
1800.03/1800.00	c   objpscostdiving  :       5.30       1100          0
1800.03/1800.00	c   rootsoldiving    :       9.07       1296          0
1800.03/1800.00	c   guideddiving     :      28.28       8616          0
1800.03/1800.00	c   pscostdiving     :      37.59       8617          0
1800.03/1800.00	c   fracdiving       :      31.88       8617          0
1800.03/1800.00	c   veclendiving     :      31.77       8617          0
1800.03/1800.00	c   linesearchdiving :      29.07       8617          0
1800.03/1800.00	c   coefdiving       :      31.91       8617          0
1800.03/1800.00	c   trivial          :       0.00          2          1
1800.03/1800.00	c   shiftandpropagate:       0.00          0          0
1800.03/1800.00	c   simplerounding   :       1.13     943642          0
1800.03/1800.00	c   zirounding       :       0.22       1000          0
1800.03/1800.00	c   rounding         :       0.59      13727          0
1800.03/1800.00	c   shifting         :       0.36       3835          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.02          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 15525
/proc/meminfo: memFree=1640980/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=10300 CPUtime=0 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 1567 0 0 0 0 0 0 0 20 0 1 0 901823528 10547200 1520 33554432000 4194304 9128323 140734465996480 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15525/statm: 2575 1520 399 1205 0 1366 0

[startup+0.0783599 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 15525
/proc/meminfo: memFree=1640980/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=23856 CPUtime=0.07 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 8283 0 0 0 6 1 0 0 20 0 1 0 901823528 24428544 4936 33554432000 4194304 9128323 140734465996480 18446744073709551615 6694272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 5964 4936 707 1205 0 4755 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23856

[startup+0.100344 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 15525
/proc/meminfo: memFree=1640980/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=23856 CPUtime=0.09 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 8296 0 0 0 8 1 0 0 20 0 1 0 901823528 24428544 4949 33554432000 4194304 9128323 140734465996480 18446744073709551615 4690266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 5964 4949 710 1205 0 4755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23856

[startup+0.300322 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 15525
/proc/meminfo: memFree=1640980/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=25348 CPUtime=0.29 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 11414 0 0 0 27 2 0 0 20 0 1 0 901823528 25956352 5317 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 6337 5317 723 1205 0 5128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25348

[startup+0.700247 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 15525
/proc/meminfo: memFree=1640980/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=25732 CPUtime=0.69 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 11468 0 0 0 64 5 0 0 21 0 1 0 901823528 26349568 5367 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 6433 5367 719 1205 0 5224 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25732

[startup+1.50109 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 15526
/proc/meminfo: memFree=1622156/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=25912 CPUtime=1.49 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 11600 0 0 0 139 10 0 0 23 0 1 0 901823528 26533888 5491 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 6478 5491 726 1205 0 5269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25912

[startup+3.10081 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 15526
/proc/meminfo: memFree=1619348/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=27752 CPUtime=3.09 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 13928 0 0 0 286 23 0 0 25 0 1 0 901823528 28418048 5900 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 6938 5900 727 1205 0 5729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27752

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 15526
/proc/meminfo: memFree=1613280/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=33244 CPUtime=6.29 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 17357 0 0 0 586 43 0 0 25 0 1 0 901823528 34041856 7338 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 8311 7338 733 1205 0 7102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33244

[startup+12.7011 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 15527
/proc/meminfo: memFree=1606680/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=38400 CPUtime=12.69 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 19501 0 0 0 1175 94 0 0 25 0 1 0 901823528 39321600 8599 33554432000 4194304 9128323 140734465996480 18446744073709551615 5333018 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 9600 8599 725 1205 0 8391 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38400

[startup+25.5008 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 15527
/proc/meminfo: memFree=1596640/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=48224 CPUtime=25.49 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 22934 0 0 0 2362 187 0 0 25 0 1 0 901823528 49381376 11129 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 12056 11129 725 1205 0 10847 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48224

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15528
/proc/meminfo: memFree=1567884/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=73780 CPUtime=51.09 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 30347 0 0 0 4735 374 0 0 25 0 1 0 901823528 75550720 17332 33554432000 4194304 9128323 140734465996480 18446744073709551615 6505920 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 18445 17332 728 1205 0 17236 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73780

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15529
/proc/meminfo: memFree=1520356/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=111488 CPUtime=102.29 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 41005 0 0 0 9506 723 0 0 25 0 1 0 901823528 114163712 26800 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 27872 26800 728 1205 0 26663 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 111488

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15531
/proc/meminfo: memFree=1465748/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=157596 CPUtime=162.3 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 53188 0 0 0 15120 1110 0 0 25 0 1 0 901823528 161378304 37826 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 39399 37826 728 1205 0 38190 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 157596

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15532
/proc/meminfo: memFree=1416444/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=199864 CPUtime=222.29 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 63554 0 0 0 20819 1410 0 0 25 0 1 0 901823528 204660736 48189 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15525/statm: 49966 48189 725 1205 0 48757 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 199864

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 15534
/proc/meminfo: memFree=1373732/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=232620 CPUtime=282.29 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 72792 0 0 0 26516 1713 0 0 25 0 1 0 901823528 238202880 56323 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 58155 56323 725 1205 0 56946 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 232620

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 15535
/proc/meminfo: memFree=1328376/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=268400 CPUtime=342.29 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 81842 0 0 0 32213 2016 0 0 25 0 1 0 901823528 274841600 65367 33554432000 4194304 9128323 140734465996480 18446744073709551615 4552912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 67100 65367 725 1205 0 65891 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 268400

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15537
/proc/meminfo: memFree=1284040/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=302764 CPUtime=402.3 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 90463 0 0 0 37908 2322 0 0 25 0 1 0 901823528 310030336 73988 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 75691 73988 725 1205 0 74482 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 302764

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15539
/proc/meminfo: memFree=1243164/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=334532 CPUtime=462.3 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 98511 0 0 0 43615 2615 0 0 25 0 1 0 901823528 342560768 82036 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 83633 82036 725 1205 0 82424 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 334532

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15540
/proc/meminfo: memFree=1202072/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=366980 CPUtime=522.3 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 107732 0 0 0 49312 2918 0 0 25 0 1 0 901823528 375787520 90013 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 91745 90013 725 1205 0 90536 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 366980

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15542
/proc/meminfo: memFree=1165140/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=394540 CPUtime=582.3 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 114558 0 0 0 55029 3201 0 0 25 0 1 0 901823528 404008960 96839 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 98635 96839 725 1205 0 97426 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 394540

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15548
/proc/meminfo: memFree=1010980/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=515508 CPUtime=822.31 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 143542 0 0 0 78010 4221 0 0 25 0 1 0 901823528 527880192 125823 33554432000 4194304 9128323 140734465996480 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 128877 125823 725 1205 0 127668 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 515508

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15550
/proc/meminfo: memFree=980548/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=536352 CPUtime=882.3 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 148501 0 0 0 83784 4446 0 0 25 0 1 0 901823528 549224448 130782 33554432000 4194304 9128323 140734465996480 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 134088 130782 725 1205 0 132879 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 536352

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15551
/proc/meminfo: memFree=949484/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=558888 CPUtime=942.31 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 154145 0 0 0 89524 4707 0 0 25 0 1 0 901823528 572301312 136426 33554432000 4194304 9128323 140734465996480 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 139722 136426 725 1205 0 138513 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 558888

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15553
/proc/meminfo: memFree=913852/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=587144 CPUtime=1002.31 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 160605 0 0 0 95264 4967 0 0 25 0 1 0 901823528 601235456 142886 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 146786 142886 725 1205 0 145577 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 587144

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 15555
/proc/meminfo: memFree=881048/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=605828 CPUtime=1062.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 165332 0 0 0 101001 5231 0 0 25 0 1 0 901823528 620367872 147613 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 151457 147613 725 1205 0 150248 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 605828

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 15556
/proc/meminfo: memFree=845012/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=630532 CPUtime=1122.31 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 171529 0 0 0 106766 5465 0 0 25 0 1 0 901823528 645664768 153810 33554432000 4194304 9128323 140734465996480 18446744073709551615 5241116 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 157633 153810 725 1205 0 156424 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 630532

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15558
/proc/meminfo: memFree=813820/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=651444 CPUtime=1182.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 176808 0 0 0 112514 5718 0 0 25 0 1 0 901823528 667078656 159089 33554432000 4194304 9128323 140734465996480 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 162861 159089 725 1205 0 161652 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 651444

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15559
/proc/meminfo: memFree=786484/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=668984 CPUtime=1242.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 181970 0 0 0 118313 5919 0 0 25 0 1 0 901823528 685039616 163497 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 167246 163497 725 1205 0 166037 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 668984

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15561
/proc/meminfo: memFree=760236/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=687344 CPUtime=1302.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 186249 0 0 0 124095 6137 0 0 25 0 1 0 901823528 703840256 167776 33554432000 4194304 9128323 140734465996480 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 171836 167776 725 1205 0 170627 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 687344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15563
/proc/meminfo: memFree=724944/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=713452 CPUtime=1362.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 192838 0 0 0 129851 6381 0 0 25 0 1 0 901823528 730574848 174365 33554432000 4194304 9128323 140734465996480 18446744073709551615 6505824 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 178363 174365 725 1205 0 177154 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 713452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15564
/proc/meminfo: memFree=693372/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=730732 CPUtime=1422.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 197301 0 0 0 135596 6636 0 0 25 0 1 0 901823528 748269568 178828 33554432000 4194304 9128323 140734465996480 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 182683 178828 725 1205 0 181474 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 730732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15566
/proc/meminfo: memFree=662448/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=752604 CPUtime=1482.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 202926 0 0 0 141382 6850 0 0 25 0 1 0 901823528 770666496 184453 33554432000 4194304 9128323 140734465996480 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 188151 184453 725 1205 0 186942 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 752604

[startup+1542.3 s]
/proc/loadavg: 1.40 1.83 1.88 2/172 15592
/proc/meminfo: memFree=1020700/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=773412 CPUtime=1542.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 208132 0 0 0 147096 7136 0 0 25 0 1 0 901823528 791973888 189659 33554432000 4194304 9128323 140734465996480 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 193353 189659 725 1205 0 192144 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 773412

[startup+1602.3 s]
/proc/loadavg: 1.16 1.69 1.82 2/172 15594
/proc/meminfo: memFree=1007248/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=786336 CPUtime=1602.32 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 211499 0 0 0 152896 7336 0 0 25 0 1 0 901823528 805208064 193026 33554432000 4194304 9128323 140734465996480 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 196584 193026 725 1205 0 195375 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 786336

[startup+1662.3 s]
/proc/loadavg: 1.05 1.55 1.76 2/172 15596
/proc/meminfo: memFree=989060/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=804272 CPUtime=1662.33 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 215999 0 0 0 158631 7602 0 0 25 0 1 0 901823528 823574528 197526 33554432000 4194304 9128323 140734465996480 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 201068 197526 725 1205 0 199859 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 804272

[startup+1722.3 s]
/proc/loadavg: 1.02 1.45 1.72 2/172 15597
/proc/meminfo: memFree=970528/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=822340 CPUtime=1722.33 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 220593 0 0 0 164338 7895 0 0 25 0 1 0 901823528 842076160 202120 33554432000 4194304 9128323 140734465996480 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 205585 202120 725 1205 0 204376 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 822340

[startup+1782.3 s]
/proc/loadavg: 1.00 1.36 1.67 2/172 15599
/proc/meminfo: memFree=944532/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=849084 CPUtime=1782.33 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 227359 0 0 0 170096 8137 0 0 25 0 1 0 901823528 869462016 208886 33554432000 4194304 9128323 140734465996480 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15525/statm: 212271 208886 725 1205 0 211062 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 849084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.34 1.65 2/172 15599
/proc/meminfo: memFree=939556/32951124 swapFree=67053176/67111528
[pid=15525] ppid=15523 vsize=852732 CPUtime=1800.03 cores=1,3,5,7
/proc/15525/stat : 15525 (scip-2.0.1.4.li) R 15523 15525 13203 0 -1 4202496 228329 0 0 0 171804 8199 0 0 25 0 1 0 901823528 873197568 209856 33554432000 4194304 9128323 140734465996480 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15525/statm: 213183 209856 727 1205 0 211974 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 852732

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1718.05
CPU system time (s): 82.0305
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 852732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718.05
system time used= 82.0305
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228329
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= 6
involuntary context switches= 17777

runsolver used 2.73158 second user time and 6.76597 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-12 20:10:58
IDJOB=3447924
IDBENCH=79380
IDSOLVER=1944
FILE ID=node137/3447924-1307902258
RUNJOBID= node137-1307898921-14825
PBS_JOBID= 13559569
Free space on /tmp= 3496 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_75_ext.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447924-1307902258/watcher-3447924-1307902258 -o /tmp/evaluation-result-3447924-1307902258/solver-3447924-1307902258 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447924-1307902258.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 1c30e07d16d18b0cca06c3c199bd8fd0
RANDOM SEED=1025442974

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1641540 kB
Buffers:         59932 kB
Cached:       30162656 kB
SwapCached:      11932 kB
Active:       15768068 kB
Inactive:     14599844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1641540 kB
SwapTotal:    67111528 kB
SwapFree:     67053176 kB
Dirty:           12088 kB
Writeback:           0 kB
AnonPages:      143100 kB
Mapped:          12484 kB
Slab:           877280 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   338124 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= 3496 MiB
End job on node137 at 2011-06-12 20:41:00