Trace number 2693946

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.2 1800.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-66-100-0.wbo
MD5SUM7276847c1a4c90a116503f2a1faa99b1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark0.306952
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 1188
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-2693946-1277898142.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.39/1.42	c   1.1s| 10000 |  6862 |     0 |   0.0 |6689k| 141 |   - | 253 |3980 |   0 |   0 |   0 |6717 |   0 | 0.000000e+00 |      --      |    Inf 
3.50/3.57	c   3.0s| 20000 | 12483 |     0 |   0.0 |  11M| 141 |   - | 253 |5381 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.81	c   5.9s| 30000 | 16332 |     0 |   0.0 |  17M| 141 |   - | 253 |9798 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
10.90/10.92	c   9.7s| 40000 | 19358 |     0 |   0.0 |  22M| 141 |   - | 253 |  14k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
15.69/15.75	c  14.2s| 50000 | 21993 |     0 |   0.0 |  25M| 141 |   - | 253 |  14k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
16.99/17.02	o 215
16.99/17.02	c *15.2s| 57981 | 28569 |     0 |   0.0 |  25M| 141 |   - | 253 |4054 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
17.29/17.30	c  15.4s| 60000 | 30174 |     0 |   0.0 |  26M| 141 |   - | 253 |3797 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
19.19/19.24	c  17.0s| 70000 | 36614 |     0 |   0.0 |  31M| 141 |   - | 253 |5365 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
23.29/23.34	c  20.8s| 80000 | 39025 |     0 |   0.0 |  36M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
29.40/29.42	c  26.5s| 90000 | 39965 |     0 |   0.0 |  40M| 141 |   - | 253 |  18k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
36.89/36.91	c  33.6s|100000 | 40827 |     0 |   0.0 |  45M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
46.59/46.69	c  43.0s|110000 | 40756 |     0 |   0.0 |  48M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
56.69/56.70	c  52.6s|120000 | 43006 |     0 |   0.0 |  47M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
59.50/59.54	c  55.2s|130000 | 50528 |     0 |   0.0 |  46M| 141 |   - | 253 |8812 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
61.70/61.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.70/61.76	c  57.1s|140000 | 57523 |     0 |   0.0 |  50M| 141 |   - | 253 |7570 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
64.00/64.06	c  59.1s|150000 | 64257 |     0 |   0.0 |  54M| 141 |   - | 253 |7854 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
66.50/66.51	c  61.2s|160000 | 70780 |     0 |   0.0 |  58M| 141 |   - | 253 |8035 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 2.150000e+02 |    Inf 
67.49/67.58	o 128
67.49/67.58	c *62.2s|164169 | 73052 |     0 |   0.0 |  60M| 141 |   - | 253 |8048 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
69.30/69.33	c  63.7s|170000 | 76279 |     0 |   0.0 |  62M| 141 |   - | 253 |8514 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
72.39/72.42	c  66.5s|180000 | 81720 |     0 |   0.0 |  67M| 141 |   - | 253 |9180 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
75.80/75.82	c  69.6s|190000 | 86870 |     0 |   0.0 |  71M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
79.59/79.66	c  73.1s|200000 | 91526 |     0 |   0.0 |  76M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
83.60/83.61	c  76.7s|210000 | 96097 |     0 |   0.0 |  80M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
83.80/83.87	o 85
83.80/83.87	c *76.9s|210488 | 91081 |     0 |   0.0 |  77M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.500000e+01 |    Inf 
83.80/83.88	o 69
83.80/83.88	c *76.9s|210490 | 89691 |     0 |   0.0 |  75M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
88.70/88.77	c  81.4s|220000 | 92652 |     0 |   0.0 |  80M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
94.70/94.74	c  87.0s|230000 | 94658 |     0 |   0.0 |  84M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
107.81/107.82	c  99.6s|240000 | 90857 |     0 |   0.0 |  86M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
126.60/126.69	c   118s|250000 | 85846 |     0 |   0.0 |  85M| 141 |   - | 253 |  39k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
140.50/140.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.50/140.52	c   131s|260000 | 87962 |     0 |   0.0 |  80M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
146.10/146.10	c   137s|270000 | 91583 |     0 |   0.0 |  81M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
151.80/151.84	c   142s|280000 | 94766 |     0 |   0.0 |  85M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
157.99/158.04	c   148s|290000 | 97982 |     0 |   0.0 |  89M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
161.90/161.90	o 57
161.90/161.90	c * 151s|295957 | 95256 |     0 |   0.0 |  88M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
164.80/164.87	c   154s|300000 | 96295 |     0 |   0.0 |  89M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
171.79/171.84	c   161s|310000 | 98664 |     0 |   0.0 |  93M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
178.79/178.80	c   167s|320000 |100386 |     0 |   0.0 |  95M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
179.20/179.24	o 40
179.20/179.24	c * 168s|320737 | 95402 |     0 |   0.0 |  92M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
179.60/179.64	o 29
179.60/179.64	c * 168s|321285 | 94523 |     0 |   0.0 |  91M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
185.70/185.74	c   174s|330000 | 95038 |     0 |   0.0 |  94M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
193.90/193.96	c   182s|340000 | 95629 |     0 |   0.0 |  98M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
202.40/202.45	c   190s|350000 | 96702 |     0 |   0.0 | 102M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
212.30/212.34	c   199s|360000 | 96925 |     0 |   0.0 | 105M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
223.10/223.15	c   210s|370000 | 96826 |     0 |   0.0 | 107M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
234.80/234.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.80/234.80	c   221s|380000 | 96730 |     0 |   0.0 | 110M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
247.30/247.30	c   233s|390000 | 96149 |     0 |   0.0 | 111M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
260.00/260.03	c   245s|400000 | 95514 |     0 |   0.0 | 113M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
274.70/274.75	c   259s|410000 | 93935 |     0 |   0.0 | 113M| 141 |   - | 253 |  34k|   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
294.60/294.66	c   279s|420000 | 91021 |     0 |   0.0 | 110M| 141 |   - | 253 |  31k|   0 |   0 |   0 | 513k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
316.00/316.05	c   300s|430000 | 88394 |     0 |   0.0 | 111M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 536k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
338.11/338.17	c   321s|440000 | 85819 |     0 |   0.0 | 114M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 556k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
360.81/360.83	c   344s|450000 | 83582 |     0 |   0.0 | 115M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 577k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
385.20/385.28	c   367s|460000 | 80888 |     0 |   0.0 | 117M| 141 |   - | 253 |  40k|   0 |   0 |   0 | 598k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
410.61/410.65	c   392s|470000 | 78155 |     0 |   0.0 | 117M| 141 |   - | 253 |  42k|   0 |   0 |   0 | 619k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
437.31/437.37	c   419s|480000 | 75190 |     0 |   0.0 | 117M| 141 |   - | 253 |  45k|   0 |   0 |   0 | 641k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
464.71/464.77	c   445s|490000 | 72201 |     0 |   0.0 | 117M| 141 |   - | 253 |  47k|   0 |   0 |   0 | 662k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
494.11/494.19	c   474s|500000 | 68857 |     0 |   0.0 | 116M| 141 |   - | 253 |  51k|   0 |   0 |   0 | 684k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
524.41/524.49	c   504s|510000 | 65769 |     0 |   0.0 | 116M| 141 |   - | 253 |  55k|   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
557.41/557.45	c   537s|520000 | 62220 |     0 |   0.0 | 115M| 141 |   - | 253 |  60k|   0 |   0 |   0 | 727k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
592.11/592.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.11/592.16	c   571s|530000 | 58366 |     0 |   0.0 | 114M| 141 |   - | 253 |  64k|   0 |   0 |   0 | 748k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
633.41/633.43	c   612s|540000 | 52394 |     0 |   0.0 | 108M| 141 |   - | 253 |  61k|   0 |   0 |   0 | 771k|   0 | 1.000000e+00 | 2.900000e+01 |2800.00%
648.41/648.47	o 15
648.41/648.47	c * 627s|543070 | 41051 |     0 |   0.0 |  93M| 141 |   - | 253 |  55k|   0 |   0 |   0 | 779k|   0 | 1.000000e+00 | 1.500000e+01 |1400.00%
680.32/680.33	c   658s|550000 | 30054 |     0 |   0.0 |  75M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 803k|   0 | 1.000000e+00 | 1.500000e+01 |1400.00%
729.32/729.35	c   706s|560000 | 12391 |     0 |   0.0 |  50M| 141 |   - | 253 |  48k|   0 |   0 |   0 | 839k|   0 | 1.000000e+00 | 1.500000e+01 |1400.00%
743.01/743.05	c   719s|570000 | 14707 |     0 |   0.0 |  30M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 848k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
753.43/753.50	c   729s|580000 | 14052 |     0 |   0.0 |  29M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 865k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
760.32/760.33	c   736s|590000 | 16918 |     0 |   0.0 |  28M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 876k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
765.82/765.88	c   741s|600000 | 21339 |     0 |   0.0 |  34M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 888k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
774.62/774.62	c   749s|610000 | 23321 |     0 |   0.0 |  39M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 902k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
787.42/787.41	c   762s|620000 | 21464 |     0 |   0.0 |  37M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 920k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
794.62/794.65	c   769s|630000 | 25624 |     0 |   0.0 |  40M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 931k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
803.82/803.89	c   778s|640000 | 28814 |     0 |   0.0 |  45M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 944k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
817.23/817.30	c   791s|650000 | 30050 |     0 |   0.0 |  50M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 960k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
835.02/835.02	c   808s|660000 | 29700 |     0 |   0.0 |  54M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 978k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
856.52/856.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
856.52/856.56	c   829s|670000 | 27094 |     0 |   0.0 |  54M| 141 |   - | 253 |  42k|   0 |   0 |   0 | 998k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
873.12/873.16	c   845s|680000 | 27086 |     0 |   0.0 |  50M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1014k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
890.43/890.41	c   862s|690000 | 26069 |     0 |   0.0 |  53M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1033k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
913.93/913.92	c   885s|700000 | 23012 |     0 |   0.0 |  56M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1054k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
944.02/944.06	c   915s|710000 | 17969 |     0 |   0.0 |  55M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1077k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
966.42/966.43	c   937s|720000 | 18034 |     0 |   0.0 |  44M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1092k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
974.53/974.53	c   944s|730000 | 22898 |     0 |   0.0 |  46M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1102k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
994.22/994.26	c   963s|740000 | 14706 |     0 |   0.0 |  34M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1127k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1002.13/1002.17	c   971s|750000 | 20419 |     0 |   0.0 |  32M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1136k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1008.53/1008.50	c   977s|760000 | 25771 |     0 |   0.0 |  35M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1146k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1016.43/1016.49	c   985s|770000 | 29891 |     0 |   0.0 |  38M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1160k|   0 | 6.000000e+00 | 1.500000e+01 | 150.00%
1027.53/1027.57	c   995s|780000 | 32230 |     0 |   0.0 |  41M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1177k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1042.53/1042.56	c  1010s|790000 | 32430 |     0 |   0.0 |  45M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1197k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1052.23/1052.21	c  1019s|800000 | 36785 |     0 |   0.0 |  45M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1208k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1058.13/1058.18	c  1025s|810000 | 41474 |     0 |   0.0 |  49M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1220k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1067.33/1067.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.33/1067.34	c  1034s|820000 | 45026 |     0 |   0.0 |  54M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1235k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1080.23/1080.23	c  1046s|830000 | 47084 |     0 |   0.0 |  58M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1253k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1096.13/1096.10	c  1062s|840000 | 48227 |     0 |   0.0 |  63M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1272k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1115.03/1115.02	c  1080s|850000 | 48519 |     0 |   0.0 |  66M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1292k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1136.23/1136.21	c  1101s|860000 | 48296 |     0 |   0.0 |  69M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1314k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1159.53/1159.50	c  1124s|870000 | 47678 |     0 |   0.0 |  72M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1336k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1186.44/1186.45	c  1150s|880000 | 45927 |     0 |   0.0 |  75M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1359k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1212.64/1212.61	c  1176s|890000 | 45438 |     0 |   0.0 |  74M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1379k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1229.13/1229.11	c  1192s|900000 | 49719 |     0 |   0.0 |  74M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1390k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1245.04/1245.09	c  1208s|910000 | 51661 |     0 |   0.0 |  76M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1407k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1255.33/1255.36	c  1218s|920000 | 56061 |     0 |   0.0 |  76M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1419k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1268.24/1268.23	c  1230s|930000 | 56757 |     0 |   0.0 |  81M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1439k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1290.54/1290.55	c  1252s|940000 | 55252 |     0 |   0.0 |  85M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1462k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1322.54/1322.59	c  1283s|950000 | 51511 |     0 |   0.0 |  86M| 141 |   - | 253 |  45k|   0 |   0 |   0 |1488k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1359.84/1359.87	c  1320s|960000 | 47220 |     0 |   0.0 |  84M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1515k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1399.25/1399.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.25/1399.25	c  1359s|970000 | 42135 |     0 |   0.0 |  81M| 141 |   - | 253 |  53k|   0 |   0 |   0 |1542k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1436.04/1436.06	c  1395s|980000 | 38633 |     0 |   0.0 |  76M| 141 |   - | 253 |  57k|   0 |   0 |   0 |1566k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1463.15/1463.18	c  1422s|990000 | 40172 |     0 |   0.0 |  76M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1583k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1489.34/1489.33	c  1448s|  1000k| 40289 |     0 |   0.0 |  76M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1602k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1523.74/1523.79	c  1482s|  1010k| 38956 |     0 |   0.0 |  78M| 141 |   - | 253 |  46k|   0 |   0 |   0 |1625k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1553.94/1553.97	c  1512s|  1020k| 40711 |     0 |   0.0 |  75M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1641k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1565.04/1565.06	c  1523s|  1030k| 46455 |     0 |   0.0 |  77M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1651k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1575.94/1575.91	c  1534s|  1040k| 50536 |     0 |   0.0 |  81M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1663k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1596.15/1596.11	c  1554s|  1050k| 47173 |     0 |   0.0 |  79M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1687k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1631.04/1631.09	c  1588s|  1060k| 38505 |     0 |   0.0 |  64M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1716k|   0 | 9.000000e+00 | 1.500000e+01 |  66.67%
1663.04/1663.04	c  1620s|  1070k| 35348 |     0 |   0.0 |  61M| 141 |   - | 253 |  45k|   0 |   0 |   0 |1740k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1700.65/1700.66	c  1657s|  1080k| 30085 |     0 |   0.0 |  58M| 141 |   - | 253 |  51k|   0 |   0 |   0 |1767k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1728.25/1728.23	c  1684s|  1090k| 29976 |     0 |   0.0 |  52M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1786k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1742.46/1742.42	c  1698s|  1100k| 32622 |     0 |   0.0 |  54M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1802k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1757.35/1757.36	c  1713s|  1110k| 34222 |     0 |   0.0 |  57M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1819k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1775.05/1775.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.05/1775.02	c  1730s|  1120k| 34690 |     0 |   0.0 |  61M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1838k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1795.45/1795.41	c  1750s|  1130k| 33756 |     0 |   0.0 |  63M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1858k|   0 | 1.000000e+01 | 1.500000e+01 |  50.00%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1754.86
1800.05/1800.01	c Solving Nodes      : 1132020
1800.05/1800.01	c Primal Bound       : +1.50000000000000e+01 (8 solutions)
1800.05/1800.01	c Dual Bound         : +1.00000000000000e+01
1800.05/1800.01	c Gap                : 50.00 %
1800.05/1800.01	s SATISFIABLE
1800.05/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.05/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.05/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.05/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.05/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.05/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.05/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.05/1800.01	v -x4 -x3 -x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1754.86
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693946-1277898142.wbo
1800.05/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.01	c   Constraints      : 144 initial, 144 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693946-1277898142.wbo
1800.05/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.01	c   Constraints      : 130 initial, 69084 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :         42          0    3260942          0     661868       1383     223419          0          0          0
1800.05/1800.01	c   knapsack         :          1          0    3649219          0     735738     100506   11077859          0          0          0
1800.05/1800.01	c   setppc           :         39          0    3548685          0     735730     330708    4840513          0          0          0
1800.05/1800.01	c   linear           :         42          0    3217991          0     735732     126806    3556805          0          0          0
1800.05/1800.01	c   logicor          :          6+         0    1720822          0     733987      31714     918187          0          0          0
1800.05/1800.01	c   bounddisjunction :          0+         0     218905          0          0          8       2771          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0     735739          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :       0.47       0.00       0.24       0.00       0.23
1800.05/1800.01	c   knapsack         :     130.87       0.00     129.38       0.00       1.49
1800.05/1800.01	c   setppc           :      29.19       0.00      26.66       0.00       2.53
1800.05/1800.01	c   linear           :      31.04       0.00      30.99       0.00       0.05
1800.05/1800.01	c   logicor          :     827.10       0.00     826.90       0.00       0.20
1800.05/1800.01	c   bounddisjunction :       1.26       0.00       1.26       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.03          2          0          0
1800.05/1800.01	c   rootredcost      :       0.03          0          0          0
1800.05/1800.01	c   pseudoobj        :       3.54    3650885        482     184827
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      23.11     590224     590200    3242490       23.4     138039       14.0          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00         19         19         72       16.9         10       14.2          -
1800.05/1800.01	c   applied globally :          -          -          -    1842853       16.8          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -      20026       35.7          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       4.84     735731          0          0          0          0    1471462
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.05          -          8
1800.05/1800.01	c   oneopt           :       0.05          0          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    1132020
1800.05/1800.01	c   nodes (total)    :    1132020
1800.05/1800.01	c   nodes left       :      33371
1800.05/1800.01	c   max depth        :        141
1800.05/1800.01	c   max depth (total):        141
1800.05/1800.01	c   backtracks       :     424208 (37.5%)
1800.05/1800.01	c   delayed cutoffs  :     279197
1800.05/1800.01	c   repropagations   :    1260804 (6054386 domain reductions, 195345 cutoffs)
1800.05/1800.01	c   avg switch length:      20.68
1800.05/1800.01	c   switching time   :     532.33
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          8 (8 improvements)
1800.05/1800.01	c   First Solution   : +2.15000000000000e+02   (in run 1, after 57981 nodes, 15.21 seconds, depth 68, found by <relaxation>)
1800.05/1800.01	c   Primal Bound     : +1.50000000000000e+01   (in run 1, after 543070 nodes, 626.52 seconds, depth 43, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +1.00000000000000e+01
1800.05/1800.01	c   Gap              :      50.00 %
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0
1800.16/1800.13	c Time complete: 1800.19.

Verifier Data

OK	14

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.91 2.00 1.99 4/196 24252
/proc/meminfo: memFree=31165864/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=8264 CPUtime=0
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 1547 0 0 0 0 0 0 0 21 0 1 0 165417302 8462336 1469 4089446400 4194304 7136930 140736730298000 18446744073709551615 4333519 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24252/statm: 2066 1469 276 719 0 1345 0

[startup+0.091172 s]
/proc/loadavg: 1.91 2.00 1.99 4/196 24252
/proc/meminfo: memFree=31165864/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=12848 CPUtime=0.08
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 4726 0 0 0 6 2 0 0 21 0 1 0 165417302 13156352 2496 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 3212 2497 403 719 0 2491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12848

[startup+0.101153 s]
/proc/loadavg: 1.91 2.00 1.99 4/196 24252
/proc/meminfo: memFree=31165864/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=12848 CPUtime=0.09
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 4745 0 0 0 7 2 0 0 21 0 1 0 165417302 13156352 2515 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 3212 2515 403 719 0 2491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12848

[startup+0.301119 s]
/proc/loadavg: 1.91 2.00 1.99 4/196 24252
/proc/meminfo: memFree=31165864/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=14200 CPUtime=0.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 5098 0 0 0 23 7 0 0 21 0 1 0 165417302 14540800 2868 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 3550 2868 403 719 0 2829 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14200

[startup+0.701035 s]
/proc/loadavg: 1.91 2.00 1.99 4/196 24252
/proc/meminfo: memFree=31165864/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=17092 CPUtime=0.69
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 5824 0 0 0 53 16 0 0 22 0 1 0 165417302 17502208 3594 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 4273 3594 403 719 0 3552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17092

[startup+1.50089 s]
/proc/loadavg: 1.91 2.00 1.99 3/197 24253
/proc/meminfo: memFree=31151480/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=20700 CPUtime=1.49
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 6728 0 0 0 122 27 0 0 25 0 1 0 165417302 21196800 4498 4089446400 4194304 7136930 140736730298000 18446744073709551615 4676340 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 5175 4498 403 719 0 4454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20700

[startup+3.1006 s]
/proc/loadavg: 1.92 2.00 1.99 3/197 24253
/proc/meminfo: memFree=31146892/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=25916 CPUtime=3.1
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 8059 0 0 0 260 50 0 0 25 0 1 0 165417302 26537984 5829 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 6479 5829 403 719 0 5758 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 25916

[startup+6.30099 s]
/proc/loadavg: 1.92 2.00 1.99 3/197 24253
/proc/meminfo: memFree=31140128/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=33068 CPUtime=6.29
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 9856 0 0 0 543 86 0 0 25 0 1 0 165417302 33861632 7626 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 8267 7626 403 719 0 7546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33068

[startup+12.7008 s]
/proc/loadavg: 1.92 2.00 1.99 3/197 24253
/proc/meminfo: memFree=31130484/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=42032 CPUtime=12.7
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 12068 0 0 0 1132 138 0 0 25 0 1 0 165417302 43040768 9838 4089446400 4194304 7136930 140736730298000 18446744073709551615 5000173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 10508 9838 403 719 0 9787 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 42032

[startup+25.5004 s]
/proc/loadavg: 1.94 2.00 1.99 3/197 24254
/proc/meminfo: memFree=31111432/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=61232 CPUtime=25.49
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 16888 0 0 0 2281 268 0 0 25 0 1 0 165417302 62701568 14658 4089446400 4194304 7136930 140736730298000 18446744073709551615 4431478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 15308 14658 403 719 0 14587 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61232

[startup+51.1006 s]
/proc/loadavg: 1.96 2.00 1.99 3/197 24254
/proc/meminfo: memFree=31096472/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=76192 CPUtime=51.09
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 20489 0 0 0 4726 383 0 0 25 0 1 0 165417302 78020608 18259 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 19048 18259 403 719 0 18327 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76192

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/197 24256
/proc/meminfo: memFree=31041696/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=124880 CPUtime=102.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 32352 0 0 0 9426 804 0 0 25 0 1 0 165417302 127877120 30122 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 31220 30122 406 719 0 30499 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124880

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/197 24257
/proc/meminfo: memFree=31016836/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=134952 CPUtime=162.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 34762 0 0 0 15184 1046 0 0 25 0 1 0 165417302 138190848 32532 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 33738 32532 406 719 0 33017 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134952

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/197 24259
/proc/meminfo: memFree=31001256/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=150016 CPUtime=222.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 38562 0 0 0 20875 1355 0 0 25 0 1 0 165417302 153616384 36332 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 37504 36332 406 719 0 36783 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 150016

[startup+282.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/197 24260
/proc/meminfo: memFree=30984216/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=160484 CPUtime=282.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 41166 0 0 0 26672 1558 0 0 25 0 1 0 165417302 164335616 38936 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 40121 38936 406 719 0 39400 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 160484

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 24262
/proc/meminfo: memFree=30981320/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=164204 CPUtime=342.31
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 41860 0 0 0 32536 1695 0 0 25 0 1 0 165417302 168144896 39630 4089446400 4194304 7136930 140736730298000 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 41051 39630 406 719 0 40330 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 164204

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 24264
/proc/meminfo: memFree=30976204/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=169352 CPUtime=402.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 43137 0 0 0 38411 1819 0 0 25 0 1 0 165417302 173416448 40907 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 42338 40907 406 719 0 41617 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 169352

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 24265
/proc/meminfo: memFree=30950592/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=172572 CPUtime=462.3
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 43897 0 0 0 44302 1928 0 0 25 0 1 0 165417302 176713728 41667 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 43143 41667 406 719 0 42422 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 172572

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24267
/proc/meminfo: memFree=30943496/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=176164 CPUtime=522.31
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 44727 0 0 0 50209 2022 0 0 25 0 1 0 165417302 180391936 42497 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 44041 42497 406 719 0 43320 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 176164

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24268
/proc/meminfo: memFree=30938500/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=179464 CPUtime=582.31
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 45540 0 0 0 56122 2109 0 0 25 0 1 0 165417302 183771136 43310 4089446400 4194304 7136930 140736730298000 18446744073709551615 4998466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 44866 43310 406 719 0 44145 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 179464

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24270
/proc/meminfo: memFree=30931256/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181432 CPUtime=642.32
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 45991 0 0 0 62043 2189 0 0 25 0 1 0 165417302 185786368 43761 4089446400 4194304 7136930 140736730298000 18446744073709551615 5994025 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45358 43761 406 719 0 44637 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 181432

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 24276
/proc/meminfo: memFree=30913764/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=180408 CPUtime=882.32
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46016 0 0 0 85401 2831 0 0 25 0 1 0 165417302 184737792 43530 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45102 43530 406 719 0 44381 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 180408

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24278
/proc/meminfo: memFree=30913716/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181092 CPUtime=942.32
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46113 0 0 0 91283 2949 0 0 25 0 1 0 165417302 185438208 43627 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45273 43627 406 719 0 44552 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 181092

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24280
/proc/meminfo: memFree=30913428/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181092 CPUtime=1002.33
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46153 0 0 0 97115 3118 0 0 25 0 1 0 165417302 185438208 43667 4089446400 4194304 7136930 140736730298000 18446744073709551615 4223062 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45273 43667 406 719 0 44552 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 181092

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24281
/proc/meminfo: memFree=30913324/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181092 CPUtime=1062.32
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46154 0 0 0 102870 3362 0 0 25 0 1 0 165417302 185438208 43668 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45273 43668 406 719 0 44552 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181092

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24292
/proc/meminfo: memFree=30907796/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181092 CPUtime=1122.33
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46158 0 0 0 108717 3516 0 0 25 0 1 0 165417302 185438208 43672 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45273 43672 406 719 0 44552 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 181092

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24293
/proc/meminfo: memFree=30908572/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181856 CPUtime=1182.33
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46256 0 0 0 114608 3625 0 0 25 0 1 0 165417302 186220544 43770 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45464 43770 406 719 0 44743 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 181856

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 24295
/proc/meminfo: memFree=30908300/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=181856 CPUtime=1242.33
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46260 0 0 0 120486 3747 0 0 25 0 1 0 165417302 186220544 43774 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45464 43774 406 719 0 44743 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 181856

[startup+1302.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/197 24297
/proc/meminfo: memFree=30906860/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=183020 CPUtime=1302.34
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46598 0 0 0 126342 3892 0 0 25 0 1 0 165417302 187412480 44112 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210602 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45755 44112 406 719 0 45034 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 183020

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/197 24298
/proc/meminfo: memFree=30906820/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=183020 CPUtime=1362.34
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46618 0 0 0 132258 3976 0 0 25 0 1 0 165417302 187412480 44132 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45755 44132 406 719 0 45034 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 183020

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 24300
/proc/meminfo: memFree=30906656/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=183436 CPUtime=1422.35
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46673 0 0 0 138182 4053 0 0 25 0 1 0 165417302 187838464 44187 4089446400 4194304 7136930 140736730298000 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24252/statm: 45859 44187 406 719 0 45138 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 183436

[startup+1482.3 s]
/proc/loadavg: 1.94 2.00 1.99 3/197 24349
/proc/meminfo: memFree=31237704/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=183436 CPUtime=1482.34
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46727 0 0 0 144091 4143 0 0 25 0 1 0 165417302 187838464 44241 4089446400 4194304 7136930 140736730298000 18446744073709551615 4221190 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24252/statm: 45859 44241 406 719 0 45138 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 183436

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24379
/proc/meminfo: memFree=31131980/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=183436 CPUtime=1542.34
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 46741 0 0 0 150051 4183 0 0 25 0 1 0 165417302 187838464 44255 4089446400 4194304 7136930 140736730298000 18446744073709551615 4431478 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24252/statm: 45859 44255 406 719 0 45138 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 183436

[startup+1602.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/197 24426
/proc/meminfo: memFree=31056292/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=184464 CPUtime=1602.34
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 47025 0 0 0 155973 4261 0 0 25 0 1 0 165417302 188891136 44539 4089446400 4194304 7136930 140736730298000 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24252/statm: 46116 44539 406 719 0 45395 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 184464

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/197 24427
/proc/meminfo: memFree=31032940/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=184464 CPUtime=1662.34
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 47025 0 0 0 161907 4327 0 0 25 0 1 0 165417302 188891136 44539 4089446400 4194304 7136930 140736730298000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24252/statm: 46116 44539 406 719 0 45395 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 184464

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/197 24429
/proc/meminfo: memFree=31020376/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=184840 CPUtime=1722.35
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 47096 0 0 0 167848 4387 0 0 25 0 1 0 165417302 189276160 44610 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24252/statm: 46210 44610 406 719 0 45489 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 184840

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 24430
/proc/meminfo: memFree=31009904/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=184840 CPUtime=1782.35
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 47107 0 0 0 173744 4491 0 0 25 0 1 0 165417302 189276160 44621 4089446400 4194304 7136930 140736730298000 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24252/statm: 46210 44621 406 719 0 45489 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 184840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 24431
/proc/meminfo: memFree=31008780/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=184840 CPUtime=1800.05
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 47107 0 0 0 175485 4520 0 0 25 0 1 0 165417302 189276160 44621 4089446400 4194304 7136930 140736730298000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24252/statm: 46210 44621 406 719 0 45489 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 184840

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 24431
/proc/meminfo: memFree=31008780/32950928 swapFree=67111528/67111528
[pid=24252] ppid=24250 vsize=180712 CPUtime=1800.16
/proc/24252/stat : 24252 (pbscip.linux.x8) R 24250 24252 24172 0 -1 4202496 47112 0 0 0 175496 4520 0 0 18 0 1 0 165417302 185049088 43594 4089446400 4194304 7136930 140736730298000 18446744073709551615 6165634 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24252/statm: 45178 43594 411 719 0 44457 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 180712

Child status: 0
Real time (s): 1800.14
CPU time (s): 1800.2
CPU user time (s): 1754.98
CPU system time (s): 45.2141
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 184840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1754.98
system time used= 45.2141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47119
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= 2
involuntary context switches= 8042

runsolver used 2.75158 second user time and 5.84811 second system time

The end

Launcher Data

Begin job on node114 at 2010-06-30 13:42:22
IDJOB=2693946
IDBENCH=78826
IDSOLVER=1206
FILE ID=node114/2693946-1277898142
PBS_JOBID= 11197192
Free space on /tmp= 74212 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.1110967523--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-2693946-1277898142/watcher-2693946-1277898142 -o /tmp/evaluation-result-2693946-1277898142/solver-2693946-1277898142 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693946-1277898142.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 7276847c1a4c90a116503f2a1faa99b1
RANDOM SEED=666712344

node114.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.819
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.819
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.819
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.82
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.819
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.67
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.819
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.819
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.819
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.819
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	: 5447.01
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31166020 kB
Buffers:        181296 kB
Cached:        1119384 kB
SwapCached:          0 kB
Active:         747604 kB
Inactive:       892420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31166020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3344 kB
Writeback:           0 kB
AnonPages:      339528 kB
Mapped:          20344 kB
Slab:            79032 kB
PageTables:       5484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1656604 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= 74208 MiB
End job on node114 at 2010-06-30 14:12:24