Trace number 2694019

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1800.45 1800.4

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-66-100-0.wbo
MD5SUMd1941e1c80c188b3aa73f66a6e35e5a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark1.10083
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694019-1277900103.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.32	c   1.2s| 10000 |  7134 |     0 |   0.0 |6559k| 141 |   - | 253 |4050 |   0 |   0 |   0 |6678 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.22	c   3.0s| 20000 | 13301 |     0 |   0.0 |  10M| 141 |   - | 253 |3815 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
5.99/6.02	c   5.8s| 30000 | 17762 |     0 |   0.0 |  15M| 141 |   - | 253 |6353 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
9.19/9.28	c   8.9s| 40000 | 21623 |     0 |   0.0 |  20M| 141 |   - | 253 |8609 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
13.29/13.33	c  12.8s| 50000 | 24339 |     0 |   0.0 |  25M| 141 |   - | 253 |  12k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.45	c  16.9s| 60000 | 27817 |     0 |   0.0 |  26M| 141 |   - | 253 |6624 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
18.69/18.77	c  18.1s| 70000 | 35860 |     0 |   0.0 |  29M| 141 |   - | 253 |3330 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
20.19/20.24	c  19.5s| 80000 | 43331 |     0 |   0.0 |  33M| 141 |   - | 253 |4007 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
22.19/22.23	c  21.4s| 90000 | 49660 |     0 |   0.0 |  38M| 141 |   - | 253 |5574 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
22.19/22.27	o 381
22.19/22.27	c *21.4s| 90193 | 49786 |     0 |   0.0 |  38M| 141 |   - | 253 |5604 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
25.69/25.73	c  24.8s|100000 | 53073 |     0 |   0.0 |  42M| 141 |   - | 253 |7486 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
31.99/32.07	c  31.0s|110000 | 51864 |     0 |   0.0 |  45M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
39.60/39.64	c  38.4s|120000 | 49939 |     0 |   0.0 |  47M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
47.69/47.71	c  46.4s|130000 | 48139 |     0 |   0.0 |  49M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
55.49/55.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.49/55.57	c  54.1s|140000 | 48432 |     0 |   0.0 |  46M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
57.69/57.70	c  56.2s|150000 | 55662 |     0 |   0.0 |  48M| 141 |   - | 253 |5636 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
59.60/59.69	c  58.1s|160000 | 62445 |     0 |   0.0 |  52M| 141 |   - | 253 |5082 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
61.69/61.74	c  60.0s|170000 | 69090 |     0 |   0.0 |  56M| 141 |   - | 253 |5317 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
63.90/63.91	c  62.1s|180000 | 75452 |     0 |   0.0 |  60M| 141 |   - | 253 |5590 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
66.00/66.08	c  64.2s|190000 | 81803 |     0 |   0.0 |  64M| 141 |   - | 253 |6031 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
68.40/68.45	c  66.4s|200000 | 87781 |     0 |   0.0 |  69M| 141 |   - | 253 |6556 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
70.89/70.94	c  68.8s|210000 | 93548 |     0 |   0.0 |  73M| 141 |   - | 253 |7026 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
73.49/73.56	c  71.3s|220000 | 99116 |     0 |   0.0 |  77M| 141 |   - | 253 |7583 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
76.19/76.28	c  74.0s|230000 |104498 |     0 |   0.0 |  80M| 141 |   - | 253 |8211 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
79.20/79.28	c  76.9s|240000 |109510 |     0 |   0.0 |  85M| 141 |   - | 253 |8888 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
82.40/82.41	c  79.9s|250000 |114382 |     0 |   0.0 |  88M| 141 |   - | 253 |9085 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
83.00/83.07	o 271
83.00/83.07	c *80.5s|252312 |115563 |     0 |   0.0 |  89M| 141 |   - | 253 |9393 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
85.39/85.48	c  82.8s|260000 |119326 |     0 |   0.0 |  92M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
89.00/89.04	c  86.3s|270000 |123534 |     0 |   0.0 |  96M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
92.40/92.47	o 116
92.40/92.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.40/92.47	c *89.6s|278898 |124664 |     0 |   0.0 |  98M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
92.90/92.90	c  90.0s|280000 |125125 |     0 |   0.0 |  98M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
97.20/97.25	c  94.3s|290000 |128683 |     0 |   0.0 | 102M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
103.10/103.13	c   100s|300000 |129875 |     0 |   0.0 | 104M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
115.20/115.26	c   112s|310000 |122601 |     0 |   0.0 |  97M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
120.39/120.49	c   117s|320000 |127184 |     0 |   0.0 |  95M| 141 |   - | 253 |9019 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
124.49/124.52	c   121s|330000 |131307 |     0 |   0.0 |  98M| 141 |   - | 253 |8983 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
128.40/128.42	c   125s|340000 |135422 |     0 |   0.0 | 102M| 141 |   - | 253 |8800 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
132.29/132.37	c   129s|350000 |139339 |     0 |   0.0 | 105M| 141 |   - | 253 |9707 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
136.39/136.47	c   133s|360000 |143206 |     0 |   0.0 | 108M| 141 |   - | 253 |9762 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
140.60/140.61	c   137s|370000 |146915 |     0 |   0.0 | 111M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
144.60/144.65	c   141s|380000 |150885 |     0 |   0.0 | 114M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
148.80/148.89	c   145s|390000 |154724 |     0 |   0.0 | 117M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
153.40/153.44	c   149s|400000 |158072 |     0 |   0.0 | 120M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 352k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
158.49/158.51	c   154s|410000 |160989 |     0 |   0.0 | 123M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 360k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
163.60/163.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.60/163.60	c   159s|420000 |164185 |     0 |   0.0 | 127M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 368k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
169.00/169.00	c   164s|430000 |167125 |     0 |   0.0 | 131M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 376k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
174.69/174.77	c   170s|440000 |169576 |     0 |   0.0 | 134M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 385k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
180.70/180.72	c   176s|450000 |172299 |     0 |   0.0 | 138M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 394k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
187.20/187.28	c   182s|460000 |174387 |     0 |   0.0 | 142M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 404k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
193.89/193.98	c   189s|470000 |176402 |     0 |   0.0 | 145M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 414k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
201.20/201.28	c   196s|480000 |177919 |     0 |   0.0 | 148M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 424k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
208.50/208.53	c   203s|490000 |179794 |     0 |   0.0 | 152M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 434k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
216.00/216.08	c   211s|500000 |181454 |     0 |   0.0 | 155M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 444k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
223.69/223.76	c   218s|510000 |183033 |     0 |   0.0 | 158M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 454k|   0 | 1.000000e+00 | 1.160000e+02 |  Large 
226.61/226.64	o 60
226.61/226.64	c * 221s|513675 |144850 |     0 |   0.0 | 128M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 458k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
231.80/231.81	c   226s|520000 |143698 |     0 |   0.0 | 124M| 141 |   - | 253 |6081 |   0 |   0 |   0 | 468k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
237.99/238.09	c   232s|530000 |141562 |     0 |   0.0 | 127M| 141 |   - | 253 |8770 |   0 |   0 |   0 | 485k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
246.30/246.39	c   240s|540000 |138626 |     0 |   0.0 | 128M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 503k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
256.60/256.67	c   250s|550000 |134554 |     0 |   0.0 | 129M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 521k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
270.39/270.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.39/270.48	c   264s|560000 |127627 |     0 |   0.0 | 129M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
287.40/287.44	c   281s|570000 |121240 |     0 |   0.0 | 131M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 564k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
309.50/309.50	c   303s|580000 |115108 |     0 |   0.0 | 132M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 585k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
334.00/334.07	c   327s|590000 |109887 |     0 |   0.0 | 134M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 605k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
362.80/362.81	c   356s|600000 |104225 |     0 |   0.0 | 135M| 141 |   - | 253 |  42k|   0 |   0 |   0 | 626k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
395.60/395.64	c   388s|610000 | 98061 |     0 |   0.0 | 135M| 141 |   - | 253 |  46k|   0 |   0 |   0 | 648k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
430.70/430.74	c   423s|620000 | 91242 |     0 |   0.0 | 134M| 141 |   - | 253 |  48k|   0 |   0 |   0 | 671k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
469.90/469.93	c   462s|630000 | 82623 |     0 |   0.0 | 130M| 141 |   - | 253 |  50k|   0 |   0 |   0 | 695k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
508.30/508.36	c   500s|640000 | 74069 |     0 |   0.0 | 126M| 141 |   - | 253 |  53k|   0 |   0 |   0 | 719k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
543.50/543.51	c   535s|650000 | 67080 |     0 |   0.0 | 121M| 141 |   - | 253 |  57k|   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
584.11/584.13	c   576s|660000 | 58995 |     0 |   0.0 | 114M| 141 |   - | 253 |  57k|   0 |   0 |   0 | 766k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
623.11/623.13	c   615s|670000 | 53121 |     0 |   0.0 | 109M| 141 |   - | 253 |  59k|   0 |   0 |   0 | 789k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
668.00/668.08	c   659s|680000 | 45157 |     0 |   0.0 | 104M| 141 |   - | 253 |  66k|   0 |   0 |   0 | 812k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
715.02/715.06	c   706s|690000 | 36513 |     0 |   0.0 |  87M| 141 |   - | 253 |  56k|   0 |   0 |   0 | 835k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
739.50/739.52	c   731s|700000 | 35917 |     0 |   0.0 |  72M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 849k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
747.81/747.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
747.81/747.89	c   739s|710000 | 37860 |     0 |   0.0 |  69M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 860k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
751.21/751.26	c   742s|720000 | 44205 |     0 |   0.0 |  73M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 868k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
757.61/757.61	c   748s|730000 | 47466 |     0 |   0.0 |  79M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 882k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
766.81/766.88	c   757s|740000 | 47793 |     0 |   0.0 |  83M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 898k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
774.71/774.71	c   765s|750000 | 50184 |     0 |   0.0 |  83M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 911k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
782.91/782.95	c   773s|760000 | 53097 |     0 |   0.0 |  89M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 927k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
795.61/795.63	c   786s|770000 | 53875 |     0 |   0.0 |  93M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 945k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
813.51/813.55	c   804s|780000 | 52150 |     0 |   0.0 |  97M| 141 |   - | 253 |  34k|   0 |   0 |   0 | 966k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
837.51/837.59	c   828s|790000 | 47473 |     0 |   0.0 |  96M| 141 |   - | 253 |  41k|   0 |   0 |   0 | 989k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
852.52/852.52	c   842s|800000 | 47093 |     0 |   0.0 |  91M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1007k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
874.72/874.75	c   864s|810000 | 42750 |     0 |   0.0 |  93M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1033k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
907.91/907.99	c   897s|820000 | 34800 |     0 |   0.0 |  85M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1061k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
912.92/912.98	c   902s|830000 | 41729 |     0 |   0.0 |  79M| 141 |   - | 253 |7702 |   0 |   0 |   0 |1066k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
922.01/922.08	c   911s|840000 | 38123 |     0 |   0.0 |  72M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1087k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
926.01/926.07	c   915s|850000 | 45011 |     0 |   0.0 |  73M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1093k|   0 | 6.000000e+00 | 6.000000e+01 | 900.00%
930.11/930.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.11/930.16	c   919s|860000 | 50553 |     0 |   0.0 |  76M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1102k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
935.51/935.51	c   924s|870000 | 54937 |     0 |   0.0 |  81M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1112k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
941.91/942.00	c   931s|880000 | 58412 |     0 |   0.0 |  85M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1124k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
949.81/949.84	c   939s|890000 | 61123 |     0 |   0.0 |  88M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1138k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
953.81/953.81	c   942s|900000 | 67561 |     0 |   0.0 |  92M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1146k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
958.12/958.18	c   947s|910000 | 72712 |     0 |   0.0 |  95M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1155k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
962.91/962.94	c   951s|920000 | 78000 |     0 |   0.0 | 100M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1165k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
969.31/969.33	c   958s|930000 | 82283 |     0 |   0.0 | 104M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1176k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
977.82/977.80	c   966s|940000 | 85394 |     0 |   0.0 | 109M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1189k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
988.11/988.16	c   976s|950000 | 87734 |     0 |   0.0 | 113M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1203k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
999.32/999.33	c   987s|960000 | 90042 |     0 |   0.0 | 117M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1217k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1011.81/1011.88	c  1000s|970000 | 92081 |     0 |   0.0 | 121M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1232k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1025.52/1025.55	c  1013s|980000 | 93781 |     0 |   0.0 | 124M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1248k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1041.52/1041.51	c  1029s|990000 | 94780 |     0 |   0.0 | 128M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1264k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1060.91/1060.98	c  1048s|  1000k| 94025 |     0 |   0.0 | 131M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1285k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1072.81/1072.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.81/1072.84	c  1060s|  1010k| 99438 |     0 |   0.0 | 130M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1294k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1079.81/1079.80	c  1067s|  1020k|104944 |     0 |   0.0 | 133M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1304k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1086.92/1086.97	c  1074s|  1030k|109478 |     0 |   0.0 | 138M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1315k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1094.31/1094.37	c  1081s|  1040k|113826 |     0 |   0.0 | 143M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1327k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1104.12/1104.14	c  1091s|  1050k|116460 |     0 |   0.0 | 147M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1342k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1109.02/1109.08	c  1096s|  1060k|122934 |     0 |   0.0 | 147M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1348k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1116.72/1116.75	c  1103s|  1070k|125557 |     0 |   0.0 | 153M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1363k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1128.22/1128.21	c  1115s|  1080k|127126 |     0 |   0.0 | 157M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1379k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1143.42/1143.42	c  1130s|  1090k|127778 |     0 |   0.0 | 161M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1396k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1161.42/1161.46	c  1148s|  1100k|128079 |     0 |   0.0 | 165M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1413k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1183.02/1183.01	c  1169s|  1110k|127634 |     0 |   0.0 | 167M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1431k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1206.52/1206.58	c  1193s|  1120k|127260 |     0 |   0.0 | 170M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1449k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1235.42/1235.48	c  1221s|  1130k|125732 |     0 |   0.0 | 172M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1469k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1267.92/1267.91	c  1254s|  1140k|123804 |     0 |   0.0 | 173M| 141 |   - | 253 |  55k|   0 |   0 |   0 |1490k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1307.12/1307.14	c  1293s|  1150k|119821 |     0 |   0.0 | 172M| 141 |   - | 253 |  61k|   0 |   0 |   0 |1514k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1332.52/1332.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1332.52/1332.58	c  1318s|  1160k|121818 |     0 |   0.0 | 168M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1527k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1349.52/1349.54	c  1335s|  1170k|123211 |     0 |   0.0 | 170M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1542k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1365.13/1365.15	c  1350s|  1180k|124553 |     0 |   0.0 | 173M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1557k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1381.53/1381.58	c  1367s|  1190k|125781 |     0 |   0.0 | 177M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1573k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1398.62/1398.62	c  1384s|  1200k|126984 |     0 |   0.0 | 180M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1589k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1418.22/1418.23	c  1403s|  1210k|127824 |     0 |   0.0 | 184M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1606k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1438.42/1438.45	c  1423s|  1220k|128635 |     0 |   0.0 | 188M| 141 |   - | 253 |  50k|   0 |   0 |   0 |1623k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1458.82/1458.81	c  1443s|  1230k|130890 |     0 |   0.0 | 186M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1637k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1466.03/1466.06	c  1451s|  1240k|137455 |     0 |   0.0 | 184M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1645k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1471.83/1471.86	c  1456s|  1250k|142946 |     0 |   0.0 | 189M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1655k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1479.63/1479.64	c  1464s|  1260k|146767 |     0 |   0.0 | 193M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1666k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1491.73/1491.74	c  1476s|  1270k|147031 |     0 |   0.0 | 197M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1682k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1515.63/1515.61	c  1500s|  1280k|143206 |     0 |   0.0 | 198M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1704k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1548.93/1548.90	c  1533s|  1290k|137778 |     0 |   0.0 | 197M| 141 |   - | 253 |  45k|   0 |   0 |   0 |1728k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1593.53/1593.59	c  1577s|  1300k|130850 |     0 |   0.0 | 194M| 141 |   - | 253 |  55k|   0 |   0 |   0 |1753k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1639.13/1639.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1639.13/1639.15	c  1623s|  1310k|126001 |     0 |   0.0 | 187M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1775k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1668.33/1668.31	c  1652s|  1320k|124892 |     0 |   0.0 | 184M| 141 |   - | 253 |  41k|   0 |   0 |   0 |1792k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1696.14/1696.13	c  1679s|  1330k|123371 |     0 |   0.0 | 184M| 141 |   - | 253 |  46k|   0 |   0 |   0 |1811k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1728.04/1728.05	c  1711s|  1340k|121333 |     0 |   0.0 | 185M| 141 |   - | 253 |  52k|   0 |   0 |   0 |1831k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1763.73/1763.78	c  1747s|  1350k|119076 |     0 |   0.0 | 186M| 141 |   - | 253 |  59k|   0 |   0 |   0 |1852k|   0 | 9.000000e+00 | 6.000000e+01 | 566.67%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1782.68
1800.04/1800.01	c Solving Nodes      : 1359292
1800.04/1800.01	c Primal Bound       : +6.00000000000000e+01 (4 solutions)
1800.04/1800.01	c Dual Bound         : +9.00000000000000e+00
1800.04/1800.01	c Gap                : 566.67 %
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1800.04/1800.01	v -x147 x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.04/1800.01	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.04/1800.01	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 
1800.04/1800.01	v -x81 -x80 -x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 
1800.04/1800.01	v -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 
1800.04/1800.01	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 
1800.04/1800.01	v -x4 -x3 -x2 -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1782.68
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2694019-1277900103.wbo
1800.04/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.01	c   Constraints      : 144 initial, 144 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2694019-1277900103.wbo
1800.04/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.01	c   Constraints      : 130 initial, 70684 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :         42          0    3972836          0     842505       6440     738289          0          0          0
1800.04/1800.01	c   knapsack         :          1          0    4322983          0     909440      84598   16653323          0          0          0
1800.04/1800.01	c   setppc           :         39          0    4238379          0     909439     419887    5010663          0          0          0
1800.04/1800.01	c   linear           :         42          0    3818495          0     909439     101478    2546410          0          0          0
1800.04/1800.01	c   logicor          :          6+         0    1854090          0     903981      31233     869965          0          0          0
1800.04/1800.01	c   bounddisjunction :          0+         0     209676          0          0          5       3229          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0     909443          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :       3.21       0.00       2.22       0.00       0.99
1800.04/1800.01	c   knapsack         :     138.92       0.00     136.84       0.00       2.08
1800.04/1800.01	c   setppc           :      32.07       0.00      28.43       0.00       3.64
1800.04/1800.01	c   linear           :      31.00       0.00      30.53       0.00       0.47
1800.04/1800.01	c   logicor          :     813.19       0.00     812.68       0.00       0.51
1800.04/1800.01	c   bounddisjunction :       0.95       0.00       0.95       0.00       0.00
1800.04/1800.01	c   countsols        :       0.18       0.00       0.00       0.00       0.18
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.95          2          0          0
1800.04/1800.01	c   rootredcost      :       1.12          0          0          0
1800.04/1800.01	c   pseudoobj        :       8.41    4332561       3332     620835
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      21.23     640533     640429    3377048       21.0     154818       13.6          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00         43         43        165       15.9         11       13.0          -
1800.04/1800.01	c   applied globally :          -          -          -    1852731       15.8          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -      18424       36.2          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       7.38     909439          0          0          0          0    1818878
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.07          -          4
1800.04/1800.01	c   oneopt           :       0.49          0          0
1800.04/1800.01	c   trivial          :       0.00          2          0
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.31          0          0
1800.04/1800.01	c   trysol           :       0.29          1          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :    1359292
1800.04/1800.01	c   nodes (total)    :    1359292
1800.04/1800.01	c   nodes left       :     116211
1800.04/1800.01	c   max depth        :        141
1800.04/1800.01	c   max depth (total):        141
1800.04/1800.01	c   backtracks       :     488978 (36.0%)
1800.04/1800.01	c   delayed cutoffs  :     301995
1800.04/1800.01	c   repropagations   :    1632091 (7003674 domain reductions, 197167 cutoffs)
1800.04/1800.01	c   avg switch length:      22.32
1800.04/1800.01	c   switching time   :     529.42
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          4 (4 improvements)
1800.04/1800.01	c   First Solution   : +3.81000000000000e+02   (in run 1, after 90193 nodes, 21.40 seconds, depth 79, found by <relaxation>)
1800.04/1800.01	c   Primal Bound     : +6.00000000000000e+01   (in run 1, after 513675 nodes, 220.94 seconds, depth 70, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +9.00000000000000e+00
1800.04/1800.01	c   Gap              :     566.67 %
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0
1800.44/1800.40	c Time complete: 1800.44.

Verifier Data

OK	59

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.07 2.02 4/178 11282
/proc/meminfo: memFree=31567856/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=8272 CPUtime=0
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 1544 0 0 0 0 0 0 0 25 0 1 0 131308289 8470528 1466 4089446400 4194304 7136930 140736392578464 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11282/statm: 2068 1466 275 719 0 1347 0

[startup+0.041148 s]
/proc/loadavg: 2.25 2.07 2.02 4/178 11282
/proc/meminfo: memFree=31567856/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=12304 CPUtime=0.03
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 4593 0 0 0 3 0 0 0 25 0 1 0 131308289 12599296 2363 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 3076 2363 403 719 0 2355 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12304

[startup+0.101135 s]
/proc/loadavg: 2.25 2.07 2.02 4/178 11282
/proc/meminfo: memFree=31567856/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=12836 CPUtime=0.09
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 4741 0 0 0 9 0 0 0 25 0 1 0 131308289 13144064 2511 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 3209 2511 403 719 0 2488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12836

[startup+0.301096 s]
/proc/loadavg: 2.25 2.07 2.02 4/178 11282
/proc/meminfo: memFree=31567856/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=14208 CPUtime=0.29
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 5097 0 0 0 27 2 0 0 25 0 1 0 131308289 14548992 2867 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 3552 2867 403 719 0 2831 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14208

[startup+0.701026 s]
/proc/loadavg: 2.25 2.07 2.02 4/178 11282
/proc/meminfo: memFree=31567856/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=16988 CPUtime=0.69
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 5778 0 0 0 65 4 0 0 25 0 1 0 131308289 17395712 3548 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 4247 3548 403 719 0 3526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16988

[startup+1.5009 s]
/proc/loadavg: 2.25 2.07 2.02 3/179 11283
/proc/meminfo: memFree=31553960/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=21124 CPUtime=1.49
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 6838 0 0 0 142 7 0 0 25 0 1 0 131308289 21630976 4608 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 5281 4608 403 719 0 4560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21124

[startup+3.10061 s]
/proc/loadavg: 2.25 2.07 2.02 3/179 11283
/proc/meminfo: memFree=31549124/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=25700 CPUtime=3.09
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 7984 0 0 0 293 16 0 0 25 0 1 0 131308289 26316800 5754 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 6425 5754 403 719 0 5704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25700

[startup+6.30104 s]
/proc/loadavg: 2.23 2.07 2.02 3/179 11284
/proc/meminfo: memFree=31540324/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=32740 CPUtime=6.29
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 9750 0 0 0 602 27 0 0 25 0 1 0 131308289 33525760 7520 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 8185 7520 403 719 0 7464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32740

[startup+12.7009 s]
/proc/loadavg: 2.22 2.07 2.02 3/179 11284
/proc/meminfo: memFree=31529248/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=42604 CPUtime=12.69
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 12249 0 0 0 1222 47 0 0 25 0 1 0 131308289 43626496 10019 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 10651 10019 403 719 0 9930 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42604

[startup+25.5007 s]
/proc/loadavg: 2.17 2.07 2.02 3/179 11285
/proc/meminfo: memFree=31506276/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=64264 CPUtime=25.49
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 17730 0 0 0 2453 96 0 0 25 0 1 0 131308289 65806336 15500 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 16066 15500 403 719 0 15345 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64264

[startup+51.1011 s]
/proc/loadavg: 2.11 2.06 2.02 3/179 11285
/proc/meminfo: memFree=31495832/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=74464 CPUtime=51.09
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 20224 0 0 0 4971 138 0 0 25 0 1 0 131308289 76251136 17994 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 18616 17994 403 719 0 17895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74464

[startup+102.306 s]
/proc/loadavg: 2.05 2.05 2.01 3/179 11287
/proc/meminfo: memFree=31429688/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=140416 CPUtime=102.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 36457 0 0 0 9920 310 0 0 25 0 1 0 131308289 143785984 34227 4089446400 4194304 7136930 140736392578464 18446744073709551615 4221316 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 35104 34227 406 719 0 34383 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140416

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 11288
/proc/meminfo: memFree=31400860/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=168524 CPUtime=162.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 43557 0 0 0 15786 444 0 0 25 0 1 0 131308289 172568576 41327 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 42131 41327 406 719 0 41410 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 168524

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 11289
/proc/meminfo: memFree=31358148/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=210224 CPUtime=222.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 53987 0 0 0 21673 557 0 0 25 0 1 0 131308289 215269376 51757 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 52556 51757 406 719 0 51835 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 210224

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11291
/proc/meminfo: memFree=31353996/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=212520 CPUtime=282.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 54552 0 0 0 27575 655 0 0 25 0 1 0 131308289 217620480 52322 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 53130 52322 406 719 0 52409 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 212520

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11293
/proc/meminfo: memFree=31345028/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=219760 CPUtime=342.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 56201 0 0 0 33528 702 0 0 25 0 1 0 131308289 225034240 53971 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 54940 53971 406 719 0 54219 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 219760

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11295
/proc/meminfo: memFree=31337308/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=224756 CPUtime=402.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 57340 0 0 0 39491 739 0 0 25 0 1 0 131308289 230150144 55110 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 56189 55110 406 719 0 55468 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 224756

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11296
/proc/meminfo: memFree=31327212/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=225700 CPUtime=462.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 57553 0 0 0 45459 771 0 0 25 0 1 0 131308289 231116800 55323 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 56425 55323 406 719 0 55704 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 225700

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11297
/proc/meminfo: memFree=31318360/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=228428 CPUtime=522.31
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 58265 0 0 0 51430 801 0 0 25 0 1 0 131308289 233910272 56035 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 57107 56035 406 719 0 56386 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 228428

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11299
/proc/meminfo: memFree=31316468/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=230464 CPUtime=582.3
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 58697 0 0 0 57399 831 0 0 25 0 1 0 131308289 235995136 56467 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 57616 56467 406 719 0 56895 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 230464

[startup+642.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 11301
/proc/meminfo: memFree=31315448/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=230944 CPUtime=642.31
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 58880 0 0 0 63375 856 0 0 25 0 1 0 131308289 236486656 56650 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 57736 56650 406 719 0 57015 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 230944

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11309
/proc/meminfo: memFree=31310148/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=236560 CPUtime=942.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 59923 0 0 0 93115 1117 0 0 25 0 1 0 131308289 242237440 57693 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 59140 57693 406 719 0 58419 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 236560

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11314
/proc/meminfo: memFree=31308952/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=236560 CPUtime=1002.31
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 59923 0 0 0 99026 1205 0 0 25 0 1 0 131308289 242237440 57693 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 59140 57693 406 719 0 58419 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 236560

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11315
/proc/meminfo: memFree=31308864/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=236560 CPUtime=1062.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 59954 0 0 0 104977 1255 0 0 25 0 1 0 131308289 242237440 57724 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 59140 57724 406 719 0 58419 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 236560

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11316
/proc/meminfo: memFree=31306224/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=239532 CPUtime=1122.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 60557 0 0 0 110893 1339 0 0 25 0 1 0 131308289 245280768 58327 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 59883 58327 406 719 0 59162 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 239532

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 11318
/proc/meminfo: memFree=31301592/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=244192 CPUtime=1182.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 61588 0 0 0 116853 1379 0 0 25 0 1 0 131308289 250052608 59358 4089446400 4194304 7136930 140736392578464 18446744073709551615 4223163 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 61048 59358 406 719 0 60327 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 244192

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11320
/proc/meminfo: memFree=31295228/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=248680 CPUtime=1242.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 62657 0 0 0 122822 1410 0 0 25 0 1 0 131308289 254648320 60427 4089446400 4194304 7136930 140736392578464 18446744073709551615 4220987 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 62170 60427 406 719 0 61449 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 248680

[startup+1302.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 11371
/proc/meminfo: memFree=31401840/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=251104 CPUtime=1302.33
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 63245 0 0 0 128795 1438 0 0 25 0 1 0 131308289 257130496 61015 4089446400 4194304 7136930 140736392578464 18446744073709551615 4624882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 62776 61015 406 719 0 62055 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 251104

[startup+1362.3 s]
/proc/loadavg: 2.06 1.99 1.99 3/179 11372
/proc/meminfo: memFree=31399940/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=252744 CPUtime=1362.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 63661 0 0 0 134753 1479 0 0 25 0 1 0 131308289 258809856 61431 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210324 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 63186 61431 406 719 0 62465 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 252744

[startup+1422.31 s]
/proc/loadavg: 2.02 1.99 1.99 3/179 11373
/proc/meminfo: memFree=31395424/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=257436 CPUtime=1422.33
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 64836 0 0 0 140710 1523 0 0 25 0 1 0 131308289 263614464 62606 4089446400 4194304 7136930 140736392578464 18446744073709551615 4209998 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 64359 62606 406 719 0 63638 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 257436

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11375
/proc/meminfo: memFree=31387440/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=265340 CPUtime=1482.32
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 66775 0 0 0 146650 1582 0 0 25 0 1 0 131308289 271708160 64545 4089446400 4194304 7136930 140736392578464 18446744073709551615 6215688 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 66335 64545 406 719 0 65614 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 265340

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11377
/proc/meminfo: memFree=31383680/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=269012 CPUtime=1542.33
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 67694 0 0 0 152611 1622 0 0 25 0 1 0 131308289 275468288 65464 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 67253 65464 406 719 0 66532 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 269012

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11379
/proc/meminfo: memFree=31381416/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=271736 CPUtime=1602.33
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68238 0 0 0 158586 1647 0 0 25 0 1 0 131308289 278257664 66008 4089446400 4194304 7136930 140736392578464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 67934 66008 406 719 0 67213 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 271736

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11380
/proc/meminfo: memFree=31381364/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=271736 CPUtime=1662.34
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68265 0 0 0 164561 1673 0 0 25 0 1 0 131308289 278257664 66035 4089446400 4194304 7136930 140736392578464 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 67934 66035 406 719 0 67213 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 271736

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11381
/proc/meminfo: memFree=31381312/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=271736 CPUtime=1722.34
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68266 0 0 0 170531 1703 0 0 25 0 1 0 131308289 278257664 66036 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 67934 66036 406 719 0 67213 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 271736

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11383
/proc/meminfo: memFree=31380900/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=272028 CPUtime=1782.34
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68305 0 0 0 176506 1728 0 0 25 0 1 0 131308289 278556672 66075 4089446400 4194304 7136930 140736392578464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 68007 66075 406 719 0 67286 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 272028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11383
/proc/meminfo: memFree=31380644/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=272028 CPUtime=1800.04
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68346 0 0 0 178267 1737 0 0 25 0 1 0 131308289 278556672 66116 4089446400 4194304 7136930 140736392578464 18446744073709551615 5000167 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11282/statm: 68007 66116 406 719 0 67286 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 272028

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11383
/proc/meminfo: memFree=31380644/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=272028 CPUtime=1800.24
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68351 0 0 0 178287 1737 0 0 25 0 1 0 131308289 278556672 66121 4089446400 4194304 7136930 140736392578464 18446744073709551615 4212479 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11282/statm: 68007 66121 411 719 0 67286 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 272028

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 11383
/proc/meminfo: memFree=31380644/32951124 swapFree=67111528/67111528
[pid=11282] ppid=11280 vsize=37992 CPUtime=1800.44
/proc/11282/stat : 11282 (pbscip.linux.x8) R 11280 11282 10848 0 -1 4202496 68353 0 0 0 178306 1738 0 0 25 0 1 0 131308289 38903808 8771 4089446400 4194304 7136930 140736392578464 18446744073709551615 6526746 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11282/statm: 9498 8771 413 719 0 8777 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 37992

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.45
CPU user time (s): 1783.06
CPU system time (s): 17.3844
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 272028

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

runsolver used 2.50062 second user time and 5.71313 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 14:15:03
IDJOB=2694019
IDBENCH=78875
IDSOLVER=1206
FILE ID=node103/2694019-1277900103
PBS_JOBID= 11197186
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= d1941e1c80c188b3aa73f66a6e35e5a0
RANDOM SEED=1066076573

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:      31568508 kB
Buffers:        183248 kB
Cached:         905912 kB
SwapCached:          0 kB
Active:         614904 kB
Inactive:       628088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31568508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3372 kB
Writeback:           0 kB
AnonPages:      153780 kB
Mapped:          16292 kB
Slab:            77276 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   301104 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 node103 at 2010-06-30 14:45:05