Trace number 2693638

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 solver? (TO) 1801.66 1801.63

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf6.ucl--soft-33-100-0.wbo
MD5SUM9604cc8b4028b285fc8feb4fe9530b1c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.031994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1804
Total number of constraints4931
Number of soft constraints3355
Number of constraints which are clauses4707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints224
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 169923
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 169922
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2693638-1277913708.wbo>
0.03/0.05	c original problem has 8514 variables (5159 bin, 0 int, 0 impl, 3355 cont) and 8287 constraints
0.03/0.05	c problem read
0.03/0.05	c presolving settings loaded
0.03/0.05	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.03/0.08	c presolving:
0.09/0.10	c (round 1) 10 del vars, 3 del conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 7323 impls, 0 clqs
0.09/0.10	c (round 2) 10 del vars, 21 del conss, 1 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 7323 impls, 0 clqs
0.09/0.12	c (round 3) 12 del vars, 23 del conss, 3354 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 7323 impls, 0 clqs
0.09/0.14	c (round 4) 14 del vars, 23 del conss, 3354 chg bounds, 112 chg sides, 224 chg coeffs, 1560 upgd conss, 7323 impls, 0 clqs
0.19/0.24	c    (0.2s) probing: 175/5147 (3.4%) - 0 fixings, 0 aggregations, 5 implications, 0 bound changes
0.19/0.24	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.24	c presolving (5 rounds):
0.19/0.24	c  14 deleted vars, 23 deleted constraints, 3354 tightened bounds, 0 added holes, 112 changed sides, 224 changed coefficients
0.19/0.24	c  7362 implications, 0 cliques
0.19/0.24	c presolved problem has 8500 variables (5147 bin, 0 int, 0 impl, 3353 cont) and 8264 constraints
0.19/0.24	c    3353 constraints of type <indicator>
0.19/0.24	c       2 constraints of type <varbound>
0.19/0.24	c      63 constraints of type <knapsack>
0.19/0.24	c    3351 constraints of type <linear>
0.19/0.24	c    1495 constraints of type <logicor>
0.19/0.24	c transformed objective value is always integral (scale: 1)
0.19/0.24	c Presolving Time: 0.14
0.19/0.24	c - non default parameters ----------------------------------------------------------------------
0.19/0.24	c # SCIP version 1.2.1.2
0.19/0.24	c 
0.19/0.24	c # frequency for displaying node information lines
0.19/0.24	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.24	c display/freq = 10000
0.19/0.24	c 
0.19/0.24	c # maximal time in seconds to run
0.19/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.24	c limits/time = 1799.96
0.19/0.24	c 
0.19/0.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.24	c limits/memory = 3420
0.19/0.24	c 
0.19/0.24	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.24	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.24	c lp/solvefreq = -1
0.19/0.24	c 
0.19/0.24	c # should presolving try to simplify inequalities
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c constraints/linear/simplifyinequalities = TRUE
0.19/0.24	c 
0.19/0.24	c # should presolving try to simplify knapsacks
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.24	c 
0.19/0.24	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.24	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.24	c separating/rapidlearning/freq = 0
0.19/0.24	c 
0.19/0.24	c -----------------------------------------------------------------------------------------------
0.19/0.24	c start solving
0.19/0.25	c 
0.19/0.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c   0.2s|     1 |     2 |     0 |     - |  26M|   0 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.49/13.57	c  13.0s| 10000 | 10001 |     0 |   0.0 |  32M|  89 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.99/27.03	c  26.0s| 20000 | 20001 |     0 |   0.0 |  38M|  91 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
40.49/40.60	c  39.1s| 30000 | 30001 |     0 |   0.0 |  44M|  91 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
53.80/53.83	c  51.8s| 40000 | 40001 |     0 |   0.0 |  49M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
66.89/66.95	c  64.4s| 50000 | 50001 |     0 |   0.0 |  54M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
79.99/80.04	c  77.0s| 60000 | 60001 |     0 |   0.0 |  60M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
93.29/93.30	c  89.9s| 70000 | 70001 |     0 |   0.0 |  65M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
106.39/106.44	c   103s| 80000 | 80001 |     0 |   0.0 |  71M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
119.50/119.57	c   115s| 90000 | 90001 |     0 |   0.0 |  76M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
132.70/132.74	c   128s|100000 |100001 |     0 |   0.0 |  81M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
145.79/145.86	c   141s|110000 |110001 |     0 |   0.0 |  86M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
159.00/159.00	c   153s|120000 |120001 |     0 |   0.0 |  91M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
172.09/172.10	c   166s|130000 |130001 |     0 |   0.0 |  97M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
185.09/185.17	c   179s|140000 |140001 |     0 |   0.0 | 102M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
198.19/198.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.19/198.22	c   191s|150000 |150001 |     0 |   0.0 | 107M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
211.20/211.27	c   204s|160000 |160001 |     0 |   0.0 | 112M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
224.30/224.31	c   216s|170000 |170001 |     0 |   0.0 | 117M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
237.30/237.31	c   229s|180000 |180001 |     0 |   0.0 | 122M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
250.29/250.33	c   241s|190000 |190001 |     0 |   0.0 | 127M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
263.30/263.31	c   254s|200000 |200001 |     0 |   0.0 | 132M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
276.20/276.25	c   266s|210000 |210001 |     0 |   0.0 | 137M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
289.09/289.16	c   279s|220000 |220001 |     0 |   0.0 | 142M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
301.99/302.05	c   291s|230000 |230001 |     0 |   0.0 | 147M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
314.89/314.93	c   304s|240000 |240001 |     0 |   0.0 | 152M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
327.70/327.80	c   316s|250000 |250001 |     0 |   0.0 | 157M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
340.60/340.65	c   329s|260000 |260001 |     0 |   0.0 | 162M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
353.40/353.43	c   341s|270000 |270001 |     0 |   0.0 | 167M| 147 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
365.90/365.92	c   353s|280000 |280001 |     0 |   0.0 | 172M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
378.70/378.73	c   365s|290000 |290001 |     0 |   0.0 | 176M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
391.39/391.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.39/391.50	c   378s|300000 |300001 |     0 |   0.0 | 181M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
404.19/404.25	c   390s|310000 |310001 |     0 |   0.0 | 186M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
417.00/417.01	c   402s|320000 |320001 |     0 |   0.0 | 191M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
429.70/429.74	c   415s|330000 |330001 |     0 |   0.0 | 196M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
442.40/442.42	c   427s|340000 |340001 |     0 |   0.0 | 200M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
455.10/455.16	c   439s|350000 |350001 |     0 |   0.0 | 205M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
467.90/467.90	c   452s|360000 |360001 |     0 |   0.0 | 210M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
480.50/480.58	c   464s|370000 |370001 |     0 |   0.0 | 214M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
493.20/493.26	c   476s|380000 |380001 |     0 |   0.0 | 219M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
505.91/505.94	c   488s|390000 |390001 |     0 |   0.0 | 224M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
518.60/518.66	c   501s|400000 |400001 |     0 |   0.0 | 229M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
531.30/531.35	c   513s|410000 |410001 |     0 |   0.0 | 233M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
543.90/543.99	c   525s|420000 |420001 |     0 |   0.0 | 238M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
556.61/556.63	c   537s|430000 |430001 |     0 |   0.0 | 242M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
569.31/569.30	c   550s|440000 |440001 |     0 |   0.0 | 247M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
581.91/581.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.91/581.95	c   562s|450000 |450001 |     0 |   0.0 | 252M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
594.60/594.60	c   574s|460000 |460001 |     0 |   0.0 | 256M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
607.21/607.27	c   586s|470000 |470001 |     0 |   0.0 | 261M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
619.90/619.96	c   599s|480000 |480001 |     0 |   0.0 | 266M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
632.51/632.59	c   611s|490000 |490001 |     0 |   0.0 | 270M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
645.10/645.18	c   623s|500000 |500001 |     0 |   0.0 | 275M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
657.81/657.82	c   635s|510000 |510001 |     0 |   0.0 | 280M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
670.40/670.42	c   647s|520000 |520001 |     0 |   0.0 | 284M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
683.01/683.03	c   659s|530000 |530001 |     0 |   0.0 | 289M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
695.60/695.63	c   672s|540000 |540001 |     0 |   0.0 | 294M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
708.21/708.25	c   684s|550000 |550001 |     0 |   0.0 | 298M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
720.80/720.89	c   696s|560000 |560001 |     0 |   0.0 | 303M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
733.41/733.44	c   708s|570000 |570001 |     0 |   0.0 | 308M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
746.01/746.00	c   720s|580000 |580001 |     0 |   0.0 | 312M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
758.51/758.54	c   732s|590000 |590001 |     0 |   0.0 | 317M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
771.01/771.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.01/771.08	c   745s|600000 |600001 |     0 |   0.0 | 322M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
783.61/783.64	c   757s|610000 |610001 |     0 |   0.0 | 327M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
796.10/796.19	c   769s|620000 |620001 |     0 |   0.0 | 331M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
808.70/808.79	c   781s|630000 |630001 |     0 |   0.0 | 336M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
821.31/821.35	c   793s|640000 |640001 |     0 |   0.0 | 341M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
833.82/833.89	c   805s|650000 |650001 |     0 |   0.0 | 345M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
846.40/846.40	c   817s|660000 |660001 |     0 |   0.0 | 350M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
858.91/858.91	c   829s|670000 |670001 |     0 |   0.0 | 355M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
871.41/871.44	c   841s|680000 |680001 |     0 |   0.0 | 359M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
883.91/883.95	c   853s|690000 |690001 |     0 |   0.0 | 364M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
896.42/896.46	c   866s|700000 |700001 |     0 |   0.0 | 369M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
909.01/909.03	c   878s|710000 |710001 |     0 |   0.0 | 373M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
921.51/921.54	c   890s|720000 |720001 |     0 |   0.0 | 378M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
934.01/934.04	c   902s|730000 |730001 |     0 |   0.0 | 383M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
946.51/946.52	c   914s|740000 |740001 |     0 |   0.0 | 388M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
959.01/959.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.01/959.02	c   926s|750000 |750001 |     0 |   0.0 | 392M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
971.51/971.52	c   938s|760000 |760001 |     0 |   0.0 | 397M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
984.01/984.02	c   950s|770000 |770001 |     0 |   0.0 | 402M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
996.52/996.54	c   962s|780000 |780001 |     0 |   0.0 | 406M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1009.01/1009.07	c   974s|790000 |790001 |     0 |   0.0 | 411M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1021.51/1021.55	c   986s|800000 |800001 |     0 |   0.0 | 416M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1034.02/1034.01	c   998s|810000 |810001 |     0 |   0.0 | 420M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1046.42/1046.48	c  1011s|820000 |820001 |     0 |   0.0 | 425M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1058.91/1058.96	c  1023s|830000 |830001 |     0 |   0.0 | 430M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1071.42/1071.48	c  1035s|840000 |840001 |     0 |   0.0 | 434M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1084.01/1084.00	c  1047s|850000 |850001 |     0 |   0.0 | 439M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1096.51/1096.53	c  1059s|860000 |860001 |     0 |   0.0 | 444M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1109.02/1109.02	c  1071s|870000 |870001 |     0 |   0.0 | 448M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1121.51/1121.51	c  1083s|880000 |880001 |     0 |   0.0 | 453M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1134.02/1134.01	c  1095s|890000 |890001 |     0 |   0.0 | 458M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1146.51/1146.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.51/1146.52	c  1107s|900000 |900001 |     0 |   0.0 | 463M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1159.01/1159.03	c  1119s|910000 |910001 |     0 |   0.0 | 467M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1171.52/1171.53	c  1131s|920000 |920001 |     0 |   0.0 | 472M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1184.01/1184.00	c  1144s|930000 |930001 |     0 |   0.0 | 477M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1196.41/1196.47	c  1156s|940000 |940001 |     0 |   0.0 | 482M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1208.92/1208.96	c  1168s|950000 |950001 |     0 |   0.0 | 486M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1221.42/1221.45	c  1180s|960000 |960001 |     0 |   0.0 | 491M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1233.92/1233.94	c  1192s|970000 |970001 |     0 |   0.0 | 496M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1246.41/1246.40	c  1204s|980000 |980001 |     0 |   0.0 | 501M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1258.82/1258.86	c  1216s|990000 |990001 |     0 |   0.0 | 505M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1271.32/1271.32	c  1228s|  1000k|  1000k|     0 |   0.0 | 510M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1283.82/1283.81	c  1240s|  1010k|  1010k|     0 |   0.0 | 515M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1296.21/1296.28	c  1252s|  1020k|  1020k|     0 |   0.0 | 520M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1308.72/1308.71	c  1264s|  1030k|  1030k|     0 |   0.0 | 525M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1321.12/1321.17	c  1276s|  1040k|  1040k|     0 |   0.0 | 529M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1333.62/1333.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.62/1333.63	c  1288s|  1050k|  1050k|     0 |   0.0 | 534M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1346.02/1346.09	c  1300s|  1060k|  1060k|     0 |   0.0 | 539M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1358.42/1358.49	c  1312s|  1070k|  1070k|     0 |   0.0 | 543M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1370.82/1370.88	c  1324s|  1080k|  1080k|     0 |   0.0 | 548M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1383.22/1383.25	c  1336s|  1090k|  1090k|     0 |   0.0 | 553M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1395.62/1395.63	c  1348s|  1100k|  1100k|     0 |   0.0 | 558M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1407.93/1407.98	c  1360s|  1110k|  1110k|     0 |   0.0 | 562M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1420.32/1420.36	c  1372s|  1120k|  1120k|     0 |   0.0 | 567M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1432.72/1432.70	c  1384s|  1130k|  1130k|     0 |   0.0 | 572M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1445.02/1445.02	c  1396s|  1140k|  1140k|     0 |   0.0 | 576M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1457.23/1457.23	c  1407s|  1150k|  1150k|     0 |   0.0 | 581M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1469.32/1469.38	c  1419s|  1160k|  1160k|     0 |   0.0 | 586M| 151 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1481.73/1481.71	c  1431s|  1170k|  1170k|     0 |   0.0 | 591M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1494.42/1494.40	c  1443s|  1180k|  1180k|     0 |   0.0 | 595M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1507.03/1507.09	c  1455s|  1190k|  1190k|     0 |   0.0 | 600M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1519.72/1519.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1519.72/1519.74	c  1468s|  1200k|  1200k|     0 |   0.0 | 605M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1532.43/1532.42	c  1480s|  1210k|  1210k|     0 |   0.0 | 610M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1545.02/1545.02	c  1492s|  1220k|  1220k|     0 |   0.0 | 615M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1557.63/1557.61	c  1504s|  1230k|  1230k|     0 |   0.0 | 620M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1570.22/1570.24	c  1516s|  1240k|  1240k|     0 |   0.0 | 625M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1582.84/1582.87	c  1529s|  1250k|  1250k|     0 |   0.0 | 630M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1595.43/1595.43	c  1541s|  1260k|  1260k|     0 |   0.0 | 635M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1608.02/1608.01	c  1553s|  1270k|  1270k|     0 |   0.0 | 639M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1620.62/1620.60	c  1565s|  1280k|  1280k|     0 |   0.0 | 644M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1633.13/1633.18	c  1577s|  1290k|  1290k|     0 |   0.0 | 649M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1645.73/1645.77	c  1589s|  1300k|  1300k|     0 |   0.0 | 654M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1658.43/1658.41	c  1602s|  1310k|  1310k|     0 |   0.0 | 659M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1670.93/1670.96	c  1614s|  1320k|  1320k|     0 |   0.0 | 663M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1683.53/1683.52	c  1626s|  1330k|  1330k|     0 |   0.0 | 668M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1696.03/1696.09	c  1638s|  1340k|  1340k|     0 |   0.0 | 673M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1708.63/1708.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1708.63/1708.65	c  1650s|  1350k|  1350k|     0 |   0.0 | 678M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1721.23/1721.22	c  1662s|  1360k|  1360k|     0 |   0.0 | 682M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1733.73/1733.79	c  1674s|  1370k|  1370k|     0 |   0.0 | 687M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1746.33/1746.33	c  1686s|  1380k|  1380k|     0 |   0.0 | 692M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1760.72/1760.72	c  1701s|  1390k|  1390k|     0 |   0.0 | 697M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1776.22/1776.20	c  1716s|  1400k|  1400k|     0 |   0.0 | 702M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1791.23/1791.23	c  1731s|  1410k|  1410k|     0 |   0.0 | 706M| 161 |   - |8500 |8264 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1739.63
1800.03/1800.00	c Solving Nodes      : 1415896
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1739.63
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693638-1277913708.wbo
1800.03/1800.00	c   Variables        : 8514 (5159 binary, 0 integer, 0 implicit integer, 3355 continuous)
1800.03/1800.00	c   Constraints      : 8287 initial, 8287 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693638-1277913708.wbo
1800.03/1800.00	c   Variables        : 8500 (5147 binary, 0 integer, 0 implicit integer, 3353 continuous)
1800.03/1800.00	c   Constraints      : 8264 initial, 8264 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.01          0          0          0          0          0          2          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.03          1          1          0       3354          0         21        112        224
1800.03/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       3353          0    3698392          0    1415896          0     160068          0          0          0
1800.03/1800.00	c   varbound         :          2          0    3698392          0    1415896          0          0          0          0          0
1800.03/1800.00	c   knapsack         :         63          0    3698392          0    1415896          0          0          0          0          0
1800.03/1800.00	c   linear           :       3351          0    3698392          0    1415896          0     160067          0          0          0
1800.03/1800.00	c   logicor          :       1495          0    2597873          0    1415896          0    3439904          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    1415896          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :     431.42       0.00     124.27       0.00     307.15
1800.03/1800.00	c   varbound         :       0.04       0.00       0.02       0.00       0.02
1800.03/1800.00	c   knapsack         :       3.24       0.00       2.81       0.00       0.43
1800.03/1800.00	c   linear           :     126.82       0.00     126.82       0.00       0.00
1800.03/1800.00	c   logicor          :     209.50       0.00       8.96       0.00     200.54
1800.03/1800.00	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.07        875          0          0
1800.03/1800.00	c   rootredcost      :       0.03          0          0          0
1800.03/1800.00	c   pseudoobj        :     264.54    3698041          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :     669.66    1415896          0          0          0          0    2831792
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.00          0          0
1800.03/1800.00	c   trivial          :       0.01          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.02          0          0
1800.03/1800.00	c   trysol           :       0.00          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    1415896
1800.03/1800.00	c   nodes (total)    :    1415896
1800.03/1800.00	c   nodes left       :    1415897
1800.03/1800.00	c   max depth        :        161
1800.03/1800.00	c   max depth (total):        161
1800.03/1800.00	c   backtracks       :      17746 (1.3%)
1800.03/1800.00	c   delayed cutoffs  :          0
1800.03/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.00	c   avg switch length:       2.39
1800.03/1800.00	c   switching time   :      21.53
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1801.62/1801.62	c Time complete: 1801.65.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693638-1277913708/watcher-2693638-1277913708 -o /tmp/evaluation-result-2693638-1277913708/solver-2693638-1277913708 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693638-1277913708.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.21 2.03 2.04 4/178 26480
/proc/meminfo: memFree=30594812/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=8320 CPUtime=0
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 1556 0 0 0 0 0 0 0 21 0 1 0 166974278 8519680 1479 4089446400 4194304 7136930 140734335042256 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26480/statm: 2080 1479 275 719 0 1359 0

[startup+0.043538 s]
/proc/loadavg: 2.21 2.03 2.04 4/178 26480
/proc/meminfo: memFree=30594812/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=19032 CPUtime=0.03
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 4233 0 0 0 3 0 0 0 21 0 1 0 166974278 19488768 4156 4089446400 4194304 7136930 140734335042256 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26480/statm: 4758 4156 275 719 0 4037 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19032

[startup+0.100529 s]
/proc/loadavg: 2.21 2.03 2.04 4/178 26480
/proc/meminfo: memFree=30594812/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=41076 CPUtime=0.09
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 9842 0 0 0 8 1 0 0 21 0 1 0 166974278 42061824 9411 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26480/statm: 10269 9411 342 719 0 9548 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41076

[startup+0.300492 s]
/proc/loadavg: 2.21 2.03 2.04 4/178 26480
/proc/meminfo: memFree=30594812/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=45408 CPUtime=0.29
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 13364 0 0 0 25 4 0 0 21 0 1 0 166974278 46497792 10542 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26480/statm: 11352 10542 408 719 0 10631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45408

[startup+0.700423 s]
/proc/loadavg: 2.21 2.03 2.04 4/178 26480
/proc/meminfo: memFree=30594812/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=46072 CPUtime=0.69
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 13528 0 0 0 64 5 0 0 22 0 1 0 166974278 47177728 10704 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/26480/statm: 11518 10704 406 719 0 10797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46072

[startup+1.50028 s]
/proc/loadavg: 2.19 2.03 2.04 3/179 26481
/proc/meminfo: memFree=30553264/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=46704 CPUtime=1.49
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 13686 0 0 0 141 8 0 0 25 0 1 0 166974278 47824896 10862 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 11676 10862 406 719 0 10955 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46704

[startup+3.101 s]
/proc/loadavg: 2.19 2.03 2.04 3/179 26481
/proc/meminfo: memFree=30553384/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=47424 CPUtime=3.09
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 13866 0 0 0 294 15 0 0 25 0 1 0 166974278 48562176 11042 4089446400 4194304 7136930 140734335042256 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 11856 11042 406 719 0 11135 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47424

[startup+6.30043 s]
/proc/loadavg: 2.18 2.03 2.04 3/179 26481
/proc/meminfo: memFree=30551152/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=49024 CPUtime=6.29
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 14262 0 0 0 604 25 0 0 25 0 1 0 166974278 50200576 11438 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 12256 11438 406 719 0 11535 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49024

[startup+12.7003 s]
/proc/loadavg: 2.16 2.03 2.04 3/179 26482
/proc/meminfo: memFree=30547720/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=52524 CPUtime=12.69
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 15183 0 0 0 1222 47 0 0 25 0 1 0 166974278 53784576 12359 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 13131 12359 406 719 0 12410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52524

[startup+25.501 s]
/proc/loadavg: 2.14 2.03 2.04 3/179 26482
/proc/meminfo: memFree=30541008/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=58660 CPUtime=25.49
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 16749 0 0 0 2457 92 0 0 25 0 1 0 166974278 60067840 13925 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 14665 13925 406 719 0 13944 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58660

[startup+51.1005 s]
/proc/loadavg: 2.08 2.03 2.04 3/179 26482
/proc/meminfo: memFree=30525732/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=70124 CPUtime=51.09
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 19688 0 0 0 4921 188 0 0 25 0 1 0 166974278 71806976 16864 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 17531 16864 406 719 0 16810 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70124

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.03 3/179 26484
/proc/meminfo: memFree=30489120/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=93760 CPUtime=102.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 25236 0 0 0 9860 370 0 0 25 0 1 0 166974278 96010240 22412 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 23440 22412 406 719 0 22719 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93760

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.03 3/179 26486
/proc/meminfo: memFree=30443332/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=118524 CPUtime=162.29
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 31570 0 0 0 15651 578 0 0 25 0 1 0 166974278 121368576 28746 4089446400 4194304 7136930 140734335042256 18446744073709551615 4642001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 29631 28746 406 719 0 28910 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 118524

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 26487
/proc/meminfo: memFree=30395420/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=143668 CPUtime=222.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 38068 0 0 0 21438 792 0 0 25 0 1 0 166974278 147116032 35244 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 35917 35244 406 719 0 35196 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 143668

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 26488
/proc/meminfo: memFree=30354468/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=170472 CPUtime=282.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 43925 0 0 0 27233 997 0 0 25 0 1 0 166974278 174563328 41101 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 42618 41101 406 719 0 41897 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170472

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.01 3/179 26490
/proc/meminfo: memFree=30314504/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=192828 CPUtime=342.29
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 49697 0 0 0 33025 1204 0 0 25 0 1 0 166974278 197455872 46873 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 48207 46873 406 719 0 47486 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 192828

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/179 26492
/proc/meminfo: memFree=30271564/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=213860 CPUtime=402.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 55138 0 0 0 38821 1409 0 0 25 0 1 0 166974278 218992640 52314 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 53465 52314 406 719 0 52744 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 213860

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26494
/proc/meminfo: memFree=30224260/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=235020 CPUtime=462.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 60613 0 0 0 44623 1607 0 0 25 0 1 0 166974278 240660480 57789 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 58755 57789 406 719 0 58034 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 235020

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26495
/proc/meminfo: memFree=30178976/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=258604 CPUtime=522.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 66693 0 0 0 50427 1803 0 0 25 0 1 0 166974278 264810496 63869 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 64651 63869 406 719 0 63930 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 258604

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26496
/proc/meminfo: memFree=30132300/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=280872 CPUtime=582.3
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 72444 0 0 0 56226 2004 0 0 25 0 1 0 166974278 287612928 69620 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 70218 69620 406 719 0 69497 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 280872

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26498
/proc/meminfo: memFree=30088608/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=311508 CPUtime=642.31
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 78242 0 0 0 62022 2209 0 0 25 0 1 0 166974278 318984192 75418 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 77877 75418 406 719 0 77156 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 311508

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26511
/proc/meminfo: memFree=29838548/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=443676 CPUtime=1002.31
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 112403 0 0 0 96787 3444 0 0 25 0 1 0 166974278 454324224 109579 4089446400 4194304 7136930 140734335042256 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 110919 109579 406 719 0 110198 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 443676

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26513
/proc/meminfo: memFree=29800912/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=466076 CPUtime=1062.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 118190 0 0 0 102592 3640 0 0 25 0 1 0 166974278 477261824 115366 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 116519 115366 406 719 0 115798 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 466076

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26514
/proc/meminfo: memFree=29754624/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=489672 CPUtime=1122.31
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 124273 0 0 0 108395 3836 0 0 25 0 1 0 166974278 501424128 121449 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 122418 121449 406 719 0 121697 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 489672

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26515
/proc/meminfo: memFree=29712424/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=510904 CPUtime=1182.31
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 129768 0 0 0 114190 4041 0 0 25 0 1 0 166974278 523165696 126944 4089446400 4194304 7136930 140734335042256 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 127726 126944 406 719 0 127005 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 510904

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26517
/proc/meminfo: memFree=29667496/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=534124 CPUtime=1242.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 135761 0 0 0 119987 4245 0 0 25 0 1 0 166974278 546942976 132937 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 133531 132937 406 719 0 132810 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 534124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26519
/proc/meminfo: memFree=29622580/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=573280 CPUtime=1302.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 141641 0 0 0 125771 4461 0 0 25 0 1 0 166974278 587038720 138817 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 143320 138817 406 719 0 142599 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 573280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26521
/proc/meminfo: memFree=29580000/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=597308 CPUtime=1362.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 147838 0 0 0 131559 4673 0 0 25 0 1 0 166974278 611643392 145014 4089446400 4194304 7136930 140734335042256 18446744073709551615 4436399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 149327 145014 406 719 0 148606 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 597308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26522
/proc/meminfo: memFree=29535936/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=618532 CPUtime=1422.33
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 153335 0 0 0 137357 4876 0 0 25 0 1 0 166974278 633376768 150511 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 154633 150511 406 719 0 153912 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 618532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26523
/proc/meminfo: memFree=29489640/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=643356 CPUtime=1482.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 159733 0 0 0 143149 5083 0 0 25 0 1 0 166974278 658796544 156909 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 160839 156909 406 719 0 160118 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 643356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26525
/proc/meminfo: memFree=29445212/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=665820 CPUtime=1542.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 165532 0 0 0 148944 5288 0 0 25 0 1 0 166974278 681799680 162708 4089446400 4194304 7136930 140734335042256 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 166455 162708 406 719 0 165734 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 665820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26527
/proc/meminfo: memFree=29400784/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=687940 CPUtime=1602.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 171247 0 0 0 154744 5488 0 0 25 0 1 0 166974278 704450560 168423 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 171985 168423 406 719 0 171264 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 687940

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26529
/proc/meminfo: memFree=29349036/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=710508 CPUtime=1662.33
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 177075 0 0 0 160538 5695 0 0 25 0 1 0 166974278 727560192 174251 4089446400 4194304 7136930 140734335042256 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 177627 174251 406 719 0 176906 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 710508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26530
/proc/meminfo: memFree=29305972/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=730712 CPUtime=1722.33
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 182311 0 0 0 166331 5902 0 0 25 0 1 0 166974278 748249088 179487 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26480/statm: 182678 179487 406 719 0 181957 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 730712

[startup+1782.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 26636
/proc/meminfo: memFree=29570576/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=751868 CPUtime=1782.32
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 187770 0 0 0 172210 6022 0 0 25 0 1 0 166974278 769912832 184946 4089446400 4194304 7136930 140734335042256 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26480/statm: 187967 184946 406 719 0 187246 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 751868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 26637
/proc/meminfo: memFree=29557352/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=757800 CPUtime=1800.03
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 189298 0 0 0 173967 6036 0 0 25 0 1 0 166974278 775987200 186474 4089446400 4194304 7136930 140734335042256 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26480/statm: 189450 186474 406 719 0 188729 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 757800

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

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

[startup+1800.6 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 26638
/proc/meminfo: memFree=29557344/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=757660 CPUtime=1800.63
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 189305 0 0 0 174027 6036 0 0 18 0 1 0 166974278 775843840 186446 4089446400 4194304 7136930 140734335042256 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26480/statm: 189415 186446 413 719 0 188694 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 757660

[startup+1801.4 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 26638
/proc/meminfo: memFree=29557344/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=530408 CPUtime=1801.43
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 189305 0 0 0 174105 6038 0 0 19 0 1 0 166974278 543137792 129633 4089446400 4194304 7136930 140734335042256 18446744073709551615 6166167 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26480/statm: 132602 129633 413 719 0 131881 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 530408

[startup+1801.6 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 26638
/proc/meminfo: memFree=29557344/32950928 swapFree=67111528/67111528
[pid=26480] ppid=26478 vsize=137140 CPUtime=1801.62
/proc/26480/stat : 26480 (pbscip.linux.x8) R 26478 26480 26150 0 -1 4202496 189305 0 0 0 174123 6039 0 0 20 0 1 0 166974278 140431360 31325 4089446400 4194304 7136930 140734335042256 18446744073709551615 6166209 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26480/statm: 34285 31325 413 719 0 33564 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 137140

Child status: 0
Real time (s): 1801.63
CPU time (s): 1801.66
CPU user time (s): 1741.26
CPU system time (s): 60.4038
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 757800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.26
system time used= 60.4038
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189312
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= 4
involuntary context switches= 3123

runsolver used 3.18352 second user time and 6.64199 second system time

The end

Launcher Data

Begin job on node112 at 2010-06-30 18:01:48
IDJOB=2693638
IDBENCH=79021
IDSOLVER=1206
FILE ID=node112/2693638-1277913708
PBS_JOBID= 11197281
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf6.ucl--soft-33-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-2693638-1277913708/watcher-2693638-1277913708 -o /tmp/evaluation-result-2693638-1277913708/solver-2693638-1277913708 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693638-1277913708.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9604cc8b4028b285fc8feb4fe9530b1c
RANDOM SEED=1098299702

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30595216 kB
Buffers:        195260 kB
Cached:        1898824 kB
SwapCached:          0 kB
Active:         648960 kB
Inactive:      1560096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30595216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6036 kB
Writeback:           0 kB
AnonPages:      115484 kB
Mapped:          17408 kB
Slab:            80996 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   259436 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= 74200 MiB
End job on node112 at 2010-06-30 18:31:50