Trace number 2666850

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.24 1800.98

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-2-c.opb
MD5SUM02ee6f086501e1f86c8de97a222a24d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2606
Total number of constraints6509
Number of constraints which are clauses6509
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2606
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2606
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2606
Number of bits of the biggest sum of numbers12
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: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666850-1276417200.opb>
0.10/0.13	c original problem has 2606 variables (2606 bin, 0 int, 0 impl, 0 cont) and 6509 constraints
0.10/0.13	c problem read
0.10/0.13	c presolving settings loaded
0.10/0.17	c presolving:
0.29/0.32	c (round 1) 0 del vars, 122 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6385 upgd conss, 5582 impls, 0 clqs
0.29/0.34	c (round 2) 0 del vars, 122 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6386 upgd conss, 5582 impls, 0 clqs
0.29/0.36	c (round 3) 0 del vars, 122 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 5582 impls, 0 clqs
0.39/0.43	c (round 4) 50 del vars, 122 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 7044 impls, 0 clqs
0.39/0.44	c (round 5) 53 del vars, 127 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 7082 impls, 0 clqs
0.39/0.47	c (round 6) 53 del vars, 129 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 7082 impls, 0 clqs
0.59/0.64	c (round 7) 103 del vars, 129 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 27270 impls, 0 clqs
0.69/0.78	c (round 8) 153 del vars, 129 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 46726 impls, 0 clqs
0.89/0.92	c    (0.7s) probing: 548/2606 (21.0%) - 2 fixings, 183 aggregations, 12557 implications, 0 bound changes
0.89/0.92	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.89/0.92	c (round 9) 188 del vars, 129 del conss, 0 chg bounds, 122 chg sides, 0 chg coeffs, 6387 upgd conss, 48328 impls, 0 clqs
0.89/0.94	c    (0.7s) probing: 558/2606 (21.4%) - 2 fixings, 183 aggregations, 12557 implications, 0 bound changes
0.89/0.94	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.89/0.95	c presolving (10 rounds):
0.89/0.95	c  188 deleted vars, 129 deleted constraints, 0 tightened bounds, 0 added holes, 122 changed sides, 0 changed coefficients
0.89/0.95	c  48328 implications, 0 cliques
0.89/0.95	c presolved problem has 2418 variables (2418 bin, 0 int, 0 impl, 0 cont) and 6380 constraints
0.89/0.95	c    6380 constraints of type <logicor>
0.89/0.95	c transformed objective value is always integral (scale: 1)
0.89/0.95	c Presolving Time: 0.71
0.89/0.95	c - non default parameters ----------------------------------------------------------------------
0.89/0.95	c # SCIP version 1.2.1.2
0.89/0.95	c 
0.89/0.95	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.89/0.95	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.95	c conflict/interconss = 0
0.89/0.95	c 
0.89/0.95	c # should binary conflicts be preferred?
0.89/0.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.95	c conflict/preferbinary = TRUE
0.89/0.95	c 
0.89/0.95	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.89/0.95	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.95	c constraints/agelimit = 1
0.89/0.95	c 
0.89/0.95	c # should enforcement of pseudo solution be disabled?
0.89/0.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.95	c constraints/disableenfops = TRUE
0.89/0.95	c 
0.89/0.95	c # frequency for displaying node information lines
0.89/0.95	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.95	c display/freq = 10000
0.89/0.95	c 
0.89/0.95	c # maximal time in seconds to run
0.89/0.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.95	c limits/time = 1799.87
0.89/0.95	c 
0.89/0.95	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.95	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.95	c limits/memory = 1620
0.89/0.95	c 
0.89/0.95	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.95	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.95	c lp/solvefreq = 0
0.89/0.95	c 
0.89/0.95	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.89/0.95	c # [type: char, range: {lafpsqd}, default: l]
0.89/0.95	c lp/pricing = a
0.89/0.95	c 
0.89/0.95	c # should presolving try to simplify inequalities
0.89/0.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.95	c constraints/linear/simplifyinequalities = TRUE
0.89/0.95	c 
0.89/0.95	c # should presolving try to simplify knapsacks
0.89/0.95	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.95	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.95	c 
0.89/0.95	c # priority of node selection rule <dfs> in standard mode
0.89/0.95	c # [type: int, range: [-536870912,536870911], default: 0]
0.89/0.95	c nodeselection/dfs/stdpriority = 1000000
0.89/0.95	c 
0.89/0.95	c -----------------------------------------------------------------------------------------------
0.89/0.95	c start solving
0.89/0.95	c 
4.19/4.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.23	c   4.0s|     1 |     0 |  4692 |     - |  15M|   0 |1673 |2418 |6380 |2418 |6193 |   0 |   0 |   0 | 7.849117e+02 |      --      |    Inf 
15.89/15.97	c  15.6s|     1 |     0 | 13487 |     - |  18M|   0 |1419 |2418 |6380 |2418 |7426 |1233 |   0 |   0 | 8.086806e+02 |      --      |    Inf 
17.78/17.89	c  17.5s|     1 |     0 | 14711 |     - |  22M|   0 |1820 |2418 |6380 |2418 |7465 |1272 |   0 |   0 | 8.163891e+02 |      --      |    Inf 
19.98/20.03	c  19.6s|     1 |     0 | 16035 |     - |  25M|   0 |1511 |2418 |6380 |2418 |7493 |1300 |   0 |   0 | 8.192435e+02 |      --      |    Inf 
22.49/22.58	c  22.1s|     1 |     0 | 17473 |     - |  27M|   0 |1464 |2418 |6380 |2418 |7525 |1332 |   0 |   0 | 8.223023e+02 |      --      |    Inf 
24.19/24.26	c  23.8s|     1 |     0 | 18114 |     - |  31M|   0 |1448 |2418 |6380 |2418 |7548 |1355 |   0 |   0 | 8.229973e+02 |      --      |    Inf 
27.78/27.84	c  27.3s|     1 |     0 | 20026 |     - |  35M|   0 |1503 |2418 |6380 |2418 |7576 |1383 |   0 |   0 | 8.248819e+02 |      --      |    Inf 
30.69/30.76	c  30.2s|     1 |     0 | 21339 |     - |  39M|   0 |1528 |2418 |6380 |2418 |7604 |1411 |   0 |   0 | 8.275375e+02 |      --      |    Inf 
33.57/33.68	c  33.1s|     1 |     0 | 22769 |     - |  41M|   0 |1476 |2418 |6380 |2418 |7629 |1436 |   0 |   0 | 8.291424e+02 |      --      |    Inf 
38.07/38.16	c  37.5s|     1 |     0 | 25029 |     - |  45M|   0 |1818 |2418 |6380 |2418 |7663 |1470 |   0 |   0 | 8.312328e+02 |      --      |    Inf 
42.87/42.97	c  42.3s|     1 |     0 | 27017 |     - |  54M|   0 |1533 |2418 |6380 |2418 |7702 |1509 |   0 |   0 | 8.336635e+02 |      --      |    Inf 
46.47/46.51	c  45.8s|     1 |     0 | 28588 |     - |  58M|   0 |1527 |2418 |6380 |2418 |6547 |1546 |   0 |   0 | 8.353908e+02 |      --      |    Inf 
49.87/49.94	c  49.2s|     1 |     0 | 29971 |     - |  64M|   0 |1559 |2418 |6380 |2418 |6574 |1573 |   0 |   0 | 8.376689e+02 |      --      |    Inf 
57.27/57.30	c  56.5s|     1 |     0 | 32797 |     - |  66M|   0 |1625 |2418 |6380 |2418 |6615 |1614 |   0 |   0 | 8.406846e+02 |      --      |    Inf 
64.76/64.86	c  64.0s|     1 |     0 | 35711 |     - |  73M|   0 |1520 |2418 |6380 |2418 |6667 |1666 |   0 |   0 | 8.556734e+02 |      --      |    Inf 
72.35/72.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.35/72.42	c  71.5s|     1 |     0 | 39167 |     - |  76M|   0 |1915 |2418 |6380 |2418 |6717 |1716 |   0 |   0 | 8.739451e+02 |      --      |    Inf 
77.85/77.91	c  76.9s|     1 |     0 | 41384 |     - |  80M|   0 |1856 |2418 |6380 |2418 |6756 |1755 |   0 |   0 | 8.810809e+02 |      --      |    Inf 
81.75/81.86	c  80.8s|     1 |     0 | 43230 |     - |  84M|   0 |1584 |2418 |6380 |2418 |6681 |1782 |   0 |   0 | 8.831225e+02 |      --      |    Inf 
86.35/86.41	c  85.3s|     1 |     0 | 45288 |     - |  88M|   0 |1863 |2418 |6380 |2418 |6739 |1840 |   0 |   0 | 9.017819e+02 |      --      |    Inf 
90.06/90.19	c  89.1s|     1 |     0 | 47057 |     - |  92M|   0 |1885 |2418 |6380 |2418 |6769 |1870 |   0 |   0 | 9.038875e+02 |      --      |    Inf 
95.05/95.18	c  94.0s|     1 |     0 | 48859 |     - |  96M|   0 |1610 |2418 |6380 |2418 |6815 |1916 |   0 |   0 | 9.090280e+02 |      --      |    Inf 
98.04/98.16	c  97.0s|     1 |     0 | 50138 |     - |  97M|   0 |1618 |2418 |6380 |2418 |6854 |1955 |   0 |   0 | 9.106580e+02 |      --      |    Inf 
102.94/103.05	c   102s|     1 |     0 | 52207 |     - |  99M|   0 |1664 |2418 |6380 |2418 |6887 |1988 |   0 |   0 | 9.126349e+02 |      --      |    Inf 
108.34/108.42	c   107s|     1 |     0 | 54554 |     - | 100M|   0 |1645 |2418 |6380 |2418 |6779 |2034 |   0 |   0 | 9.176673e+02 |      --      |    Inf 
111.54/111.61	c   110s|     1 |     0 | 56140 |     - | 102M|   0 |1700 |2418 |6380 |2418 |6818 |2073 |   0 |   0 | 9.198433e+02 |      --      |    Inf 
117.74/117.81	c   116s|     1 |     0 | 58831 |     - | 103M|   0 |1708 |2418 |6380 |2418 |6875 |2130 |   0 |   0 | 9.380757e+02 |      --      |    Inf 
121.13/121.25	c   120s|     1 |     0 | 60527 |     - | 106M|   0 |1665 |2418 |6380 |2418 |6906 |2161 |   0 |   0 | 9.414769e+02 |      --      |    Inf 
125.73/125.82	c   124s|     1 |     0 | 62923 |     - | 108M|   0 |1620 |2418 |6380 |2418 |6941 |2196 |   0 |   0 | 9.430615e+02 |      --      |    Inf 
131.53/131.64	c   130s|     1 |     0 | 65577 |     - | 109M|   0 |1587 |2418 |6380 |2418 |6997 |2252 |   0 |   0 | 9.593474e+02 |      --      |    Inf 
137.63/137.76	c   136s|     1 |     0 | 68545 |     - | 111M|   0 |1699 |2418 |6380 |2418 |6852 |2284 |   0 |   0 | 9.605964e+02 |      --      |    Inf 
143.83/143.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.83/143.96	c   142s|     1 |     0 | 71868 |     - | 113M|   0 |1786 |2418 |6380 |2418 |6889 |2321 |   0 |   0 | 9.622129e+02 |      --      |    Inf 
147.13/147.29	c   146s|     1 |     0 | 73611 |     - | 115M|   0 |1777 |2418 |6380 |2418 |6920 |2352 |   0 |   0 | 9.658573e+02 |      --      |    Inf 
150.53/150.68	c   149s|     1 |     0 | 75440 |     - | 116M|   0 |1793 |2418 |6380 |2418 |6964 |2396 |   0 |   0 | 9.686218e+02 |      --      |    Inf 
157.91/158.07	c   156s|     1 |     0 | 78934 |     - | 117M|   0 |1760 |2418 |6380 |2418 |7003 |2435 |   0 |   0 | 9.705038e+02 |      --      |    Inf 
167.41/167.59	c   166s|     1 |     0 | 83104 |     - | 119M|   0 |1795 |2418 |6380 |2418 |7056 |2488 |   0 |   0 | 9.752386e+02 |      --      |    Inf 
175.21/175.33	c   173s|     1 |     0 | 86728 |     - | 120M|   0 |1856 |2418 |6380 |2418 |6916 |2528 |   0 |   0 | 9.788320e+02 |      --      |    Inf 
181.81/181.98	c   180s|     1 |     0 | 89936 |     - | 122M|   0 |1892 |2418 |6380 |2418 |6939 |2551 |   0 |   0 | 9.802812e+02 |      --      |    Inf 
187.50/187.60	c   186s|     1 |     0 | 92148 |     - | 123M|   0 |1789 |2418 |6380 |2418 |6991 |2603 |   0 |   0 | 9.864175e+02 |      --      |    Inf 
197.51/197.63	c   196s|     1 |     0 | 96503 |     - | 123M|   0 |1707 |2418 |6380 |2418 |7076 |2688 |   0 |   0 | 1.003578e+03 |      --      |    Inf 
201.90/202.01	c   200s|     1 |     0 | 98530 |     - | 125M|   0 |1757 |2418 |6380 |2418 |7132 |2744 |   0 |   0 | 1.007799e+03 |      --      |    Inf 
209.40/209.57	c   207s|     1 |     0 |101708 |     - | 127M|   0 |1744 |2418 |6380 |2418 |7192 |2804 |   0 |   0 | 1.018362e+03 |      --      |    Inf 
212.40/212.50	c   210s|     1 |     0 |102956 |     - | 127M|   0 |1802 |2418 |6380 |2418 |7086 |2849 |   0 |   0 | 1.022220e+03 |      --      |    Inf 
215.69/215.84	c   214s|     1 |     0 |104447 |     - | 128M|   0 |1835 |2418 |6380 |2418 |7127 |2890 |   0 |   0 | 1.022766e+03 |      --      |    Inf 
220.19/220.32	c   218s|     1 |     0 |106536 |     - | 131M|   0 |1812 |2418 |6380 |2418 |7154 |2917 |   0 |   0 | 1.023928e+03 |      --      |    Inf 
225.99/226.15	c   224s|     1 |     0 |109152 |     - | 132M|   0 |1833 |2418 |6380 |2418 |7203 |2966 |   0 |   0 | 1.031300e+03 |      --      |    Inf 
232.69/232.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.69/232.84	c   230s|     1 |     0 |112214 |     - | 133M|   0 |1831 |2418 |6380 |2418 |7257 |3020 |   0 |   0 | 1.034693e+03 |      --      |    Inf 
235.59/235.72	c   233s|     1 |     0 |113482 |     - | 135M|   0 |1845 |2418 |6380 |2418 |7290 |3053 |   0 |   0 | 1.035538e+03 |      --      |    Inf 
240.08/240.23	c   238s|     1 |     0 |115263 |     - | 137M|   0 |1864 |2418 |6380 |2418 |7125 |3089 |   0 |   0 | 1.037516e+03 |      --      |    Inf 
244.69/244.83	c   242s|     1 |     0 |117363 |     - | 139M|   0 |1814 |2418 |6380 |2418 |7164 |3128 |   0 |   0 | 1.039097e+03 |      --      |    Inf 
248.78/248.92	c   246s|     1 |     0 |119142 |     - | 141M|   0 |1923 |2418 |6380 |2418 |7200 |3164 |   0 |   0 | 1.040871e+03 |      --      |    Inf 
256.58/256.70	c   254s|     1 |     0 |122234 |     - | 142M|   0 |1835 |2418 |6380 |2418 |7274 |3238 |   0 |   0 | 1.056158e+03 |      --      |    Inf 
260.27/260.48	c   258s|     1 |     0 |124072 |     - | 143M|   0 |1840 |2418 |6380 |2418 |7309 |3273 |   0 |   0 | 1.059738e+03 |      --      |    Inf 
263.98/264.19	c   262s|     1 |     0 |125698 |     - | 144M|   0 |1896 |2418 |6380 |2418 |7338 |3302 |   0 |   0 | 1.060660e+03 |      --      |    Inf 
270.38/270.53	c   268s|     1 |     0 |127982 |     - | 145M|   0 |1766 |2418 |6380 |2418 |7136 |3354 |   0 |   0 | 1.068371e+03 |      --      |    Inf 
275.47/275.61	c   273s|     1 |     0 |130127 |     - | 146M|   0 |1851 |2418 |6380 |2418 |7178 |3396 |   0 |   0 | 1.071767e+03 |      --      |    Inf 
279.87/280.06	c   277s|     1 |     0 |132328 |     - | 147M|   0 |1759 |2418 |6380 |2418 |7235 |3453 |   0 |   0 | 1.074736e+03 |      --      |    Inf 
284.87/285.00	c   282s|     1 |     0 |134468 |     - | 150M|   0 |1721 |2418 |6380 |2418 |7270 |3488 |   0 |   0 | 1.076242e+03 |      --      |    Inf 
290.47/290.68	c   288s|     1 |     0 |137285 |     - | 151M|   0 |1752 |2418 |6380 |2418 |7322 |3540 |   0 |   0 | 1.077235e+03 |      --      |    Inf 
297.27/297.45	c   294s|     1 |     0 |140389 |     - | 152M|   0 |1916 |2418 |6380 |2418 |7363 |3581 |   0 |   0 | 1.078426e+03 |      --      |    Inf 
304.57/304.80	c   302s|     1 |     0 |143414 |     - | 153M|   0 |1952 |2418 |6380 |2418 |7239 |3646 |   0 |   0 | 1.080445e+03 |      --      |    Inf 
312.76/312.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.76/312.92	c   310s|     1 |     0 |146566 |     - | 155M|   0 |1874 |2418 |6380 |2418 |7294 |3701 |   0 |   0 | 1.089277e+03 |      --      |    Inf 
315.36/315.50	c   312s|     1 |     0 |147582 |     - | 156M|   0 |1886 |2418 |6380 |2418 |7337 |3744 |   0 |   0 | 1.091217e+03 |      --      |    Inf 
320.76/320.96	c   318s|     1 |     0 |149914 |     - | 157M|   0 |1978 |2418 |6380 |2418 |7375 |3782 |   0 |   0 | 1.092282e+03 |      --      |    Inf 
325.55/325.76	c   323s|     1 |     0 |151606 |     - | 159M|   0 |1911 |2418 |6380 |2418 |7419 |3826 |   0 |   0 | 1.094686e+03 |      --      |    Inf 
334.85/335.04	c   332s|     1 |     0 |155451 |     - | 161M|   0 |1841 |2418 |6380 |2418 |7455 |3862 |   0 |   0 | 1.098004e+03 |      --      |    Inf 
342.15/342.36	c   339s|     1 |     0 |158578 |     - | 163M|   0 |1911 |2418 |6380 |2418 |7257 |3912 |   0 |   0 | 1.102367e+03 |      --      |    Inf 
348.04/348.20	c   345s|     1 |     0 |161496 |     - | 164M|   0 |1950 |2418 |6380 |2418 |7302 |3957 |   0 |   0 | 1.105109e+03 |      --      |    Inf 
354.05/354.24	c   351s|     1 |     0 |164034 |     - | 165M|   0 |1978 |2418 |6380 |2418 |7356 |4011 |   0 |   0 | 1.108711e+03 |      --      |    Inf 
362.04/362.28	c   359s|     1 |     0 |167766 |     - | 166M|   0 |2063 |2418 |6380 |2418 |7392 |4047 |   0 |   0 | 1.110782e+03 |      --      |    Inf 
368.73/368.90	c   365s|     1 |     0 |170577 |     - | 168M|   0 |2044 |2418 |6380 |2418 |7424 |4079 |   0 |   0 | 1.112239e+03 |      --      |    Inf 
371.93/372.18	c   369s|     1 |     0 |171677 |     - | 169M|   0 |2028 |2418 |6380 |2418 |7458 |4113 |   0 |   0 | 1.112587e+03 |      --      |    Inf 
380.63/380.87	c   377s|     1 |     0 |174919 |     - | 171M|   0 |2017 |2418 |6380 |2418 |7271 |4152 |   0 |   0 | 1.114604e+03 |      --      |    Inf 
388.23/388.43	c   385s|     1 |     0 |178135 |     - | 171M|   0 |1977 |2418 |6380 |2418 |7327 |4208 |   0 |   0 | 1.120085e+03 |      --      |    Inf 
396.43/396.69	c   393s|     1 |     0 |181614 |     - | 172M|   0 |1855 |2418 |6380 |2418 |7389 |4270 |   0 |   0 | 1.128465e+03 |      --      |    Inf 
400.02/400.27	c   396s|     1 |     0 |183432 |     - | 173M|   0 |2002 |2418 |6380 |2418 |7432 |4313 |   0 |   0 | 1.130672e+03 |      --      |    Inf 
407.62/407.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.62/407.87	c   404s|     1 |     0 |186826 |     - | 174M|   0 |1964 |2418 |6380 |2418 |7495 |4376 |   0 |   0 | 1.139159e+03 |      --      |    Inf 
410.52/410.79	c   407s|     1 |     0 |188222 |     - | 175M|   0 |2027 |2418 |6380 |2418 |7535 |4416 |   0 |   0 | 1.140974e+03 |      --      |    Inf 
419.72/419.98	c   416s|     1 |     0 |191512 |     - | 175M|   0 |2027 |2418 |6380 |2418 |7357 |4464 |   0 |   0 | 1.145822e+03 |      --      |    Inf 
423.11/423.30	c   419s|     1 |     0 |193107 |     - | 176M|   0 |1941 |2418 |6380 |2418 |7386 |4493 |   0 |   0 | 1.147262e+03 |      --      |    Inf 
425.21/425.48	c   421s|     1 |     0 |194045 |     - | 177M|   0 |1971 |2418 |6380 |2418 |7417 |4524 |   0 |   0 | 1.147986e+03 |      --      |    Inf 
429.51/429.71	c   426s|     1 |     0 |195980 |     - | 178M|   0 |2063 |2418 |6380 |2418 |7439 |4546 |   0 |   0 | 1.149001e+03 |      --      |    Inf 
437.61/437.82	c   434s|     1 |     0 |198795 |     - | 179M|   0 |2008 |2418 |6380 |2418 |7498 |4605 |   0 |   0 | 1.152715e+03 |      --      |    Inf 
440.31/440.52	c   436s|     1 |     0 |199993 |     - | 180M|   0 |1959 |2418 |6380 |2418 |7526 |4633 |   0 |   0 | 1.153159e+03 |      --      |    Inf 
449.00/449.27	c   445s|     1 |     0 |203731 |     - | 180M|   0 |1969 |2418 |6380 |2418 |7328 |4675 |   0 |   0 | 1.159574e+03 |      --      |    Inf 
451.11/451.30	c   447s|     1 |     0 |204461 |     - | 181M|   0 |2003 |2418 |6380 |2418 |7346 |4693 |   0 |   0 | 1.159930e+03 |      --      |    Inf 
457.49/457.70	c   453s|     1 |     0 |206978 |     - | 182M|   0 |2015 |2418 |6380 |2418 |7378 |4725 |   0 |   0 | 1.164415e+03 |      --      |    Inf 
462.39/462.62	c   458s|     1 |     0 |208987 |     - | 183M|   0 |2003 |2418 |6380 |2418 |7420 |4767 |   0 |   0 | 1.168030e+03 |      --      |    Inf 
467.59/467.81	c   463s|     1 |     0 |211566 |     - | 184M|   0 |1996 |2418 |6380 |2418 |7454 |4801 |   0 |   0 | 1.170543e+03 |      --      |    Inf 
473.49/473.72	c   469s|     1 |     0 |214303 |     - | 184M|   0 |2057 |2418 |6380 |2418 |7503 |4850 |   0 |   0 | 1.174651e+03 |      --      |    Inf 
477.29/477.54	c   473s|     1 |     0 |216192 |     - | 186M|   0 |2001 |2418 |6380 |2418 |7305 |4882 |   0 |   0 | 1.175845e+03 |      --      |    Inf 
480.68/480.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.68/480.96	c   476s|     1 |     0 |218070 |     - | 187M|   0 |2048 |2418 |6380 |2418 |7339 |4916 |   0 |   0 | 1.177829e+03 |      --      |    Inf 
484.59/484.81	c   480s|     1 |     0 |219557 |     - | 188M|   0 |2012 |2418 |6380 |2418 |7374 |4951 |   0 |   0 | 1.179981e+03 |      --      |    Inf 
486.99/487.29	c   483s|     1 |     0 |220536 |     - | 189M|   0 |2063 |2418 |6380 |2418 |7399 |4976 |   0 |   0 | 1.180799e+03 |      --      |    Inf 
492.78/493.08	c   488s|     1 |     0 |222711 |     - | 189M|   0 |2033 |2418 |6380 |2418 |7443 |5020 |   0 |   0 | 1.184075e+03 |      --      |    Inf 
497.78/498.06	c   493s|     1 |     0 |224665 |     - | 190M|   0 |2060 |2418 |6380 |2418 |7481 |5058 |   0 |   0 | 1.188881e+03 |      --      |    Inf 
502.08/502.33	c   498s|     1 |     0 |226616 |     - | 191M|   0 |2002 |2418 |6380 |2418 |7306 |5093 |   0 |   0 | 1.191032e+03 |      --      |    Inf 
504.28/504.52	c   500s|     1 |     0 |227529 |     - | 192M|   0 |1983 |2418 |6380 |2418 |7330 |5117 |   0 |   0 | 1.192233e+03 |      --      |    Inf 
506.58/506.82	c   502s|     1 |     0 |228520 |     - | 193M|   0 |2004 |2418 |6380 |2418 |7349 |5136 |   0 |   0 | 1.193295e+03 |      --      |    Inf 
510.97/511.27	c   507s|     1 |     0 |229967 |     - | 194M|   0 |2088 |2418 |6380 |2418 |7386 |5173 |   0 |   0 | 1.195929e+03 |      --      |    Inf 
516.78/517.03	c   512s|     1 |     0 |231422 |     - | 194M|   0 |2068 |2418 |6380 |2418 |7416 |5203 |   0 |   0 | 1.198098e+03 |      --      |    Inf 
518.88/519.11	c   514s|     1 |     0 |231986 |     - | 195M|   0 |2061 |2418 |6380 |2418 |7431 |5218 |   0 |   0 | 1.198306e+03 |      --      |    Inf 
524.17/524.48	c   520s|     1 |     0 |233470 |     - | 195M|   0 |2040 |2418 |6380 |2418 |7250 |5235 |   0 |   0 | 1.199667e+03 |      --      |    Inf 
527.87/528.16	c   523s|     1 |     0 |234058 |     - | 192M|   0 |2014 |2418 |6380 |2418 |7277 |5262 |   0 |   0 | 1.201010e+03 |      --      |    Inf 
531.27/531.58	c   527s|     1 |     0 |234899 |     - | 189M|   0 |2021 |2418 |6380 |2418 |7300 |5285 |   0 |   0 | 1.201983e+03 |      --      |    Inf 
535.87/536.10	c   531s|     1 |     0 |236185 |     - | 186M|   0 |1996 |2418 |6380 |2418 |7329 |5314 |   0 |   0 | 1.203862e+03 |      --      |    Inf 
540.06/540.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.06/540.37	c   535s|     1 |     0 |237408 |     - | 185M|   0 |1978 |2418 |6380 |2418 |7355 |5340 |   0 |   0 | 1.205723e+03 |      --      |    Inf 
544.36/544.63	c   540s|     1 |     0 |238691 |     - | 182M|   0 |2013 |2418 |6380 |2418 |7384 |5369 |   0 |   0 | 1.207354e+03 |      --      |    Inf 
548.06/548.36	c   543s|     1 |     0 |239112 |     - | 178M|   0 |1988 |2418 |6380 |2418 |7241 |5382 |   0 |   0 | 1.207514e+03 |      --      |    Inf 
550.77/551.08	c   546s|     1 |     0 |239541 |     - | 174M|   0 |2030 |2418 |6380 |2418 |7251 |5392 |   0 |   0 | 1.208110e+03 |      --      |    Inf 
554.07/554.38	c   549s|     1 |     0 |240078 |     - | 172M|   0 |2056 |2418 |6380 |2418 |7259 |5400 |   0 |   0 | 1.208461e+03 |      --      |    Inf 
557.16/557.47	c   552s|     1 |     0 |241491 |     - | 168M|   0 |2063 |2418 |6380 |2418 |7274 |5415 |   0 |   0 | 1.209096e+03 |      --      |    Inf 
561.16/561.41	c   556s|     1 |     0 |242598 |     - | 160M|   0 |2012 |2418 |6380 |2418 |7301 |5442 |   0 |   0 | 1.209868e+03 |      --      |    Inf 
567.75/568.10	c   563s|     1 |     0 |245417 |     - | 156M|   0 |2059 |2418 |6380 |2418 |7343 |5484 |   0 |   0 | 1.213225e+03 |      --      |    Inf 
571.55/571.85	c   567s|     1 |     0 |246244 |     - | 151M|   0 |2053 |2418 |6380 |2418 |7231 |5504 |   0 |   0 | 1.213353e+03 |      --      |    Inf 
574.96/575.29	c   570s|     1 |     0 |246853 |     - | 149M|   0 |2016 |2418 |6380 |2418 |7248 |5521 |   0 |   0 | 1.214388e+03 |      --      |    Inf 
577.05/577.39	c   572s|     1 |     0 |247340 |     - | 142M|   0 |2084 |2418 |6380 |2418 |7260 |5533 |   0 |   0 | 1.215087e+03 |      --      |    Inf 
581.35/581.65	c   576s|     1 |     0 |248297 |     - | 139M|   0 |2080 |2418 |6380 |2418 |7272 |5545 |   0 |   0 | 1.215240e+03 |      --      |    Inf 
584.05/584.34	c   579s|     1 |     0 |249335 |     - | 136M|   0 |2090 |2418 |6380 |2418 |7284 |5557 |   0 |   0 | 1.215724e+03 |      --      |    Inf 
586.44/586.73	c   581s|     1 |     0 |250338 |     - | 133M|   0 |2003 |2418 |6380 |2418 |7299 |5572 |   0 |   0 | 1.215905e+03 |      --      |    Inf 
590.74/591.03	c   586s|     1 |     0 |251889 |     - | 129M|   0 |2035 |2418 |6380 |2418 |7205 |5586 |   0 |   0 | 1.217342e+03 |      --      |    Inf 
592.95/593.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.95/593.26	c   588s|     1 |     0 |252650 |     - | 126M|   0 |2018 |2418 |6380 |2418 |7213 |5594 |   0 |   0 | 1.217654e+03 |      --      |    Inf 
594.85/595.17	c   590s|     1 |     0 |253427 |     - | 123M|   0 |2020 |2418 |6380 |2418 |7225 |5606 |   0 |   0 | 1.218121e+03 |      --      |    Inf 
599.14/599.42	c   594s|     1 |     0 |254731 |     - | 121M|   0 |2074 |2418 |6380 |2418 |7230 |5611 |   0 |   0 | 1.218961e+03 |      --      |    Inf 
603.65/603.92	c   599s|     1 |     0 |256169 |     - | 120M|   0 |2077 |2418 |6380 |2418 |7243 |5624 |   0 |   0 | 1.220088e+03 |      --      |    Inf 
606.33/606.67	c   601s|     1 |     0 |256458 |     - | 118M|   0 |2094 |2418 |6380 |2418 |7249 |5630 |   0 |   0 | 1.220120e+03 |      --      |    Inf 
610.25/610.57	c   605s|     1 |     0 |257619 |     - | 116M|   0 |2098 |2418 |6380 |2418 |7137 |5635 |   0 |   0 | 1.220167e+03 |      --      |    Inf 
614.03/614.39	c   609s|     1 |     0 |258925 |     - | 115M|   0 |2073 |2418 |6380 |2418 |7142 |5640 |   0 |   0 | 1.220220e+03 |      --      |    Inf 
618.13/618.44	c   613s|     1 |     0 |259954 |     - | 113M|   0 |2111 |2418 |6380 |2418 |7148 |5646 |   0 |   0 | 1.220361e+03 |      --      |    Inf 
622.03/622.35	c   617s|     1 |     0 |260986 |     - | 111M|   0 |2090 |2418 |6380 |2418 |7164 |5662 |   0 |   0 | 1.220760e+03 |      --      |    Inf 
625.93/626.21	c   621s|     1 |     0 |262001 |     - | 110M|   0 |2030 |2418 |6380 |2418 |7172 |5670 |   0 |   0 | 1.221032e+03 |      --      |    Inf 
630.04/630.36	c   625s|     1 |     0 |263327 |     - | 108M|   0 |2061 |2418 |6380 |2418 |7193 |5691 |   0 |   0 | 1.221431e+03 |      --      |    Inf 
634.13/634.47	c   629s|     1 |     0 |263851 |     - | 106M|   0 |2073 |2418 |6380 |2418 |7147 |5700 |   0 |   0 | 1.221671e+03 |      --      |    Inf 
637.52/637.82	c   632s|     1 |     0 |264312 |     - | 104M|   0 |2087 |2418 |6380 |2418 |7152 |5705 |   0 |   0 | 1.221698e+03 |      --      |    Inf 
641.22/641.53	c   636s|     1 |     0 |265208 |     - | 103M|   0 |2116 |2418 |6380 |2418 |7163 |5716 |   0 |   0 | 1.222375e+03 |      --      |    Inf 
644.72/645.00	c   639s|     1 |     0 |265540 |     - | 102M|   0 |2121 |2418 |6380 |2418 |7169 |5722 |   0 |   0 | 1.222436e+03 |      --      |    Inf 
648.42/648.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
648.42/648.79	c   643s|     1 |     0 |265977 |     - | 100M|   0 |2111 |2418 |6380 |2418 |7176 |5729 |   0 |   0 | 1.222560e+03 |      --      |    Inf 
651.82/652.20	c   646s|     1 |     0 |266025 |     - |  99M|   0 |2119 |2418 |6380 |2418 |7180 |5733 |   0 |   0 | 1.222560e+03 |      --      |    Inf 
670.51/670.85	c   665s|     1 |     2 |266025 |     - |  97M|   0 |2119 |2418 |6380 |2418 |7180 |5733 |   0 |  37 | 1.222560e+03 |      --      |    Inf 
729.28/729.65	c   722s| 10000 |    48 |266025 |   0.0 |  98M|  77 |   - |2418 |6396 |   0 |   0 |5733 |6693 |  37 | 1.222790e+03 |      --      |    Inf 
783.26/783.65	c   774s| 20000 |    44 |266025 |   0.0 |  98M|  77 |   - |2418 |6428 |   0 |   0 |5733 |  13k|  37 | 1.222790e+03 |      --      |    Inf 
836.65/837.01	c   826s| 30000 |    40 |266025 |   0.0 |  98M|  77 |   - |2418 |6477 |   0 |   0 |5733 |  20k|  37 | 1.222790e+03 |      --      |    Inf 
891.82/892.26	c   880s| 40000 |    48 |266025 |   0.0 |  98M|  77 |   - |2418 |6478 |   0 |   0 |5733 |  27k|  37 | 1.222790e+03 |      --      |    Inf 
953.80/954.20	c   940s| 50000 |    44 |266025 |   0.0 |  99M|  77 |   - |2418 |6935 |   0 |   0 |5733 |  34k|  37 | 1.222790e+03 |      --      |    Inf 
1016.67/1017.17	c  1001s| 60000 |    43 |266025 |   0.0 |  99M|  77 |   - |2418 |6973 |   0 |   0 |5733 |  41k|  37 | 1.222790e+03 |      --      |    Inf 
1076.14/1076.60	c  1059s| 70000 |    42 |266025 |   0.0 |  99M|  77 |   - |2418 |6971 |   0 |   0 |5733 |  48k|  37 | 1.222790e+03 |      --      |    Inf 
1137.32/1137.89	c  1118s| 80000 |    42 |266025 |   0.0 |  99M|  77 |   - |2418 |6955 |   0 |   0 |5733 |  54k|  37 | 1.222790e+03 |      --      |    Inf 
1199.19/1199.70	c  1178s| 90000 |    42 |266025 |   0.0 |  99M|  77 |   - |2418 |6991 |   0 |   0 |5733 |  61k|  37 | 1.222790e+03 |      --      |    Inf 
1263.27/1263.84	c  1241s|100000 |    39 |266025 |   0.0 |  99M|  77 |   - |2418 |7024 |   0 |   0 |5733 |  68k|  37 | 1.222790e+03 |      --      |    Inf 
1325.04/1325.64	c  1301s|110000 |    41 |266025 |   0.0 |  99M|  77 |   - |2418 |6993 |   0 |   0 |5733 |  75k|  37 | 1.222790e+03 |      --      |    Inf 
1387.32/1387.90	c  1361s|120000 |    44 |266025 |   0.0 |  99M|  77 |   - |2418 |6970 |   0 |   0 |5733 |  81k|  37 | 1.222790e+03 |      --      |    Inf 
1447.59/1448.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1447.59/1448.26	c  1420s|130000 |    46 |266025 |   0.0 |  99M|  77 |   - |2418 |6959 |   0 |   0 |5733 |  88k|  37 | 1.222790e+03 |      --      |    Inf 
1511.46/1512.17	c  1482s|140000 |    43 |266025 |   0.0 |  99M|  77 |   - |2418 |6994 |   0 |   0 |5733 |  95k|  37 | 1.222790e+03 |      --      |    Inf 
1575.44/1576.19	c  1544s|150000 |    41 |266025 |   0.0 |  99M|  77 |   - |2418 |7025 |   0 |   0 |5733 | 101k|  37 | 1.222790e+03 |      --      |    Inf 
1643.91/1644.62	c  1610s|160000 |    46 |266025 |   0.0 |  99M|  77 |   - |2418 |7027 |   0 |   0 |5733 | 108k|  37 | 1.222790e+03 |      --      |    Inf 
1705.29/1706.01	c  1670s|170000 |    42 |266025 |   0.0 |  99M|  77 |   - |2418 |7067 |   0 |   0 |5733 | 115k|  37 | 1.222790e+03 |      --      |    Inf 
1771.95/1772.70	c  1735s|180000 |    45 |266025 |   0.0 |  99M|  77 |   - |2418 |7030 |   0 |   0 |5733 | 121k|  37 | 1.222790e+03 |      --      |    Inf 
1800.05/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.80	c 
1800.05/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.80	c Solving Time (sec) : 1762.33
1800.05/1800.80	c Solving Nodes      : 184863
1800.05/1800.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.80	c Dual Bound         : +1.22278984515700e+03
1800.05/1800.80	c Gap                : infinite
1800.05/1800.80	s UNKNOWN
1800.05/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.80	c Solving Time       :    1762.33
1800.05/1800.80	c Original Problem   :
1800.05/1800.80	c   Problem name     : HOME/instance-2666850-1276417200.opb
1800.05/1800.80	c   Variables        : 2606 (2606 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.80	c   Constraints      : 6509 initial, 6509 maximal
1800.05/1800.80	c Presolved Problem  :
1800.05/1800.80	c   Problem name     : t_HOME/instance-2666850-1276417200.opb
1800.05/1800.80	c   Variables        : 2418 (2418 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.80	c   Constraints      : 6380 initial, 7091 maximal
1800.05/1800.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   implics          :       0.01          0          3          0          0          0          0          0          0
1800.05/1800.80	c   probing          :       0.43          2        183          0          0          0          0          0          0
1800.05/1800.80	c   linear           :       0.11          0          0          0          0          0        122        122          0
1800.05/1800.80	c   logicor          :       0.13          0          0          0          0          0          7          0          0
1800.05/1800.80	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.80	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.05/1800.80	c   logicor          :       6380+       137    6213542          0          0     122801   42624213          0          0          0
1800.05/1800.80	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.80	c   integral         :      15.00       0.00       0.00      15.00       0.00
1800.05/1800.80	c   logicor          :     266.10       0.16     265.94       0.00       0.00
1800.05/1800.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.80	c   vbounds          :       2.74          2          0          0
1800.05/1800.80	c   rootredcost      :       2.61          0          0          0
1800.05/1800.80	c   pseudoobj        :     577.26    6328516          0          0
1800.05/1800.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.80	c   propagation      :     100.06     122801     122801     122801       44.4       2536       22.0          -
1800.05/1800.80	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.80	c   applied globally :          -          -          -     125337       43.9          -          -          -
1800.05/1800.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.80	c   cut pool         :       6.44        136          -          -       5686          -    (maximal pool size: 36232)
1800.05/1800.80	c   redcost          :       0.03        137          0          0          0          0
1800.05/1800.80	c   impliedbounds    :       0.20        137          0          0       2608          0
1800.05/1800.80	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.80	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.80	c   gomory           :     199.24        137          0          0      58054          0
1800.05/1800.80	c   strongcg         :       6.88         20          0          0      10000          0
1800.05/1800.80	c   cmir             :       0.68         10          0          0          0          0
1800.05/1800.80	c   flowcover        :       0.57         10          0          0          0          0
1800.05/1800.80	c   clique           :       0.34        137          0          0         38          0
1800.05/1800.80	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.80	c   mcf              :       0.01          1          0          0          0          0
1800.05/1800.80	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.80	c Pricers            :       Time      Calls       Vars
1800.05/1800.80	c   problem variables:       0.00          0          0
1800.05/1800.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.80	c   relpscost        :      15.00          1          0          0          0          0          2
1800.05/1800.80	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   inference        :      73.42     123494          0          0          0          0     246988
1800.05/1800.80	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.80	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.80	c   LP solutions     :       0.00          -          0
1800.05/1800.80	c   pseudo solutions :       0.00          -          0
1800.05/1800.80	c   oneopt           :       0.13          0          0
1800.05/1800.80	c   crossover        :       0.00          0          0
1800.05/1800.80	c   trivial          :       0.00          2          0
1800.05/1800.80	c   simplerounding   :       0.00          0          0
1800.05/1800.80	c   zirounding       :       0.00          1          0
1800.05/1800.80	c   rounding         :       0.23        100          0
1800.05/1800.80	c   shifting         :       2.22        100          0
1800.05/1800.80	c   intshifting      :       0.00          0          0
1800.05/1800.80	c   twoopt           :       0.00          0          0
1800.05/1800.80	c   fixandinfer      :       0.00          0          0
1800.05/1800.80	c   feaspump         :       8.10          1          0
1800.05/1800.80	c   coefdiving       :       0.00          0          0
1800.05/1800.80	c   pscostdiving     :       0.00          0          0
1800.05/1800.80	c   fracdiving       :       0.00          0          0
1800.05/1800.80	c   veclendiving     :       0.00          0          0
1800.05/1800.80	c   intdiving        :       0.00          0          0
1800.05/1800.80	c   actconsdiving    :       0.00          0          0
1800.05/1800.80	c   objpscostdiving  :       0.00          0          0
1800.05/1800.80	c   rootsoldiving    :       0.00          0          0
1800.05/1800.80	c   linesearchdiving :       0.00          0          0
1800.05/1800.81	c   guideddiving     :       0.00          0          0
1800.05/1800.81	c   octane           :       0.00          0          0
1800.05/1800.81	c   rens             :       0.01          0          0
1800.05/1800.81	c   rins             :       0.00          0          0
1800.05/1800.81	c   localbranching   :       0.00          0          0
1800.05/1800.81	c   mutation         :       0.00          0          0
1800.05/1800.81	c   dins             :       0.00          0          0
1800.05/1800.81	c   undercover       :       0.00          0          0
1800.05/1800.81	c   nlp              :       0.20          0          0
1800.05/1800.81	c   trysol           :       0.13          0          0
1800.05/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.81	c   primal LP        :       0.29          0          0       0.00       0.00
1800.05/1800.81	c   dual LP          :     421.48        137     259771    1896.14     616.33
1800.05/1800.81	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.81	c   diving/probing LP:       7.97         24       6254     260.58     784.69
1800.05/1800.81	c   strong branching :      15.00         37       9911     267.86     660.73
1800.05/1800.81	c     (at root node) :          -         37       9911     267.86          -
1800.05/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.81	c B&B Tree           :
1800.05/1800.81	c   number of runs   :          1
1800.05/1800.81	c   nodes            :     184863
1800.05/1800.81	c   nodes (total)    :     184863
1800.05/1800.81	c   nodes left       :         40
1800.05/1800.81	c   max depth        :         77
1800.05/1800.81	c   max depth (total):         77
1800.05/1800.81	c   backtracks       :      61446 (33.2%)
1800.05/1800.81	c   delayed cutoffs  :      62088
1800.05/1800.81	c   repropagations   :     180131 (21261788 domain reductions, 61433 cutoffs)
1800.05/1800.81	c   avg switch length:       2.63
1800.05/1800.81	c   switching time   :     105.76
1800.05/1800.81	c Solution           :
1800.05/1800.81	c   Solutions found  :          0 (0 improvements)
1800.05/1800.81	c   Primal Bound     :          -
1800.05/1800.81	c   Dual Bound       : +1.22278984515700e+03
1800.05/1800.81	c   Gap              :   infinite
1800.05/1800.81	c   Root Dual Bound  : +1.22255966474857e+03
1800.05/1800.81	c   Root Iterations  :     266025
1800.15/1800.98	c Time complete: 1800.23.

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-2666850-1276417200/watcher-2666850-1276417200 -o /tmp/evaluation-result-2666850-1276417200/solver-2666850-1276417200 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666850-1276417200.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.17 1.13 1.09 3/106 22746
/proc/meminfo: memFree=1736080/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=7724 CPUtime=0
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 1074 0 0 0 0 0 0 0 18 0 1 0 17321663 7909376 992 1992294400 4194304 8223781 140734655642272 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22746/statm: 1931 1001 348 984 0 944 0

[startup+0.089722 s]
/proc/loadavg: 1.17 1.13 1.09 3/106 22746
/proc/meminfo: memFree=1736080/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=13456 CPUtime=0.07
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 2671 0 0 0 7 0 0 0 20 0 1 0 17321663 13778944 2589 1992294400 4194304 8223781 140734655642272 18446744073709551615 5648489 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22746/statm: 3364 2589 365 984 0 2377 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13456

[startup+0.101723 s]
/proc/loadavg: 1.17 1.13 1.09 3/106 22746
/proc/meminfo: memFree=1736080/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=13928 CPUtime=0.1
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 2719 0 0 0 9 1 0 0 20 0 1 0 17321663 14262272 2638 1992294400 4194304 8223781 140734655642272 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22746/statm: 3482 2649 365 984 0 2495 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13928

[startup+0.301765 s]
/proc/loadavg: 1.17 1.13 1.09 3/106 22746
/proc/meminfo: memFree=1736080/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=31204 CPUtime=0.29
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 7451 0 0 0 26 3 0 0 20 0 1 0 17321663 31952896 6748 1992294400 4194304 8223781 140734655642272 18446744073709551615 4903884 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 7801 6748 443 984 0 6814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31204

[startup+0.701851 s]
/proc/loadavg: 1.17 1.13 1.09 3/106 22746
/proc/meminfo: memFree=1736080/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=32084 CPUtime=0.69
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 10722 0 0 0 61 8 0 0 21 0 1 0 17321663 32854016 7010 1992294400 4194304 8223781 140734655642272 18446744073709551615 5968176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 8021 7010 463 984 0 7034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32084

[startup+1.50102 s]
/proc/loadavg: 1.17 1.13 1.09 2/107 22747
/proc/meminfo: memFree=1701352/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=42592 CPUtime=1.49
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 15255 0 0 0 138 11 0 0 23 0 1 0 17321663 43614208 9412 1992294400 4194304 8223781 140734655642272 18446744073709551615 6591317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 10648 9419 535 984 0 9661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42592

[startup+3.10136 s]
/proc/loadavg: 1.15 1.13 1.09 2/107 22747
/proc/meminfo: memFree=1698872/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=43120 CPUtime=3.09
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 17010 0 0 0 296 13 0 0 25 0 1 0 17321663 44154880 9672 1992294400 4194304 8223781 140734655642272 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 10780 9672 545 984 0 9793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43120

[startup+6.30104 s]
/proc/loadavg: 1.15 1.13 1.09 2/107 22747
/proc/meminfo: memFree=1698376/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=43420 CPUtime=6.29
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 19760 0 0 0 613 16 0 0 25 0 1 0 17321663 44462080 9718 1992294400 4194304 8223781 140734655642272 18446744073709551615 6562855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 10855 9718 540 984 0 9868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43420

[startup+12.7004 s]
/proc/loadavg: 1.13 1.12 1.09 2/107 22747
/proc/meminfo: memFree=1698252/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=48244 CPUtime=12.68
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 28283 0 0 0 1247 21 0 0 25 0 1 0 17321663 49401856 10733 1992294400 4194304 8223781 140734655642272 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 12061 10733 547 984 0 11074 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48244

[startup+25.5011 s]
/proc/loadavg: 1.11 1.12 1.09 2/107 22747
/proc/meminfo: memFree=1667872/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=76976 CPUtime=25.48
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 46315 0 0 0 2513 35 0 0 25 0 1 0 17321663 78823424 17558 1992294400 4194304 8223781 140734655642272 18446744073709551615 6559810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 19244 17558 574 984 0 18257 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76976

[startup+51.1016 s]
/proc/loadavg: 1.07 1.11 1.08 2/107 22749
/proc/meminfo: memFree=1633028/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=115280 CPUtime=51.06
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 78301 0 0 0 5046 60 0 0 25 0 1 0 17321663 118046720 26620 1992294400 4194304 8223781 140734655642272 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 28820 26620 567 984 0 27833 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 115280

[startup+102.308 s]
/proc/loadavg: 1.03 1.09 1.08 2/107 22749
/proc/meminfo: memFree=1591984/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=155676 CPUtime=102.25
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 135793 0 0 0 10119 106 0 0 25 0 1 0 17321663 159412224 36314 1992294400 4194304 8223781 140734655642272 18446744073709551615 6569329 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 38919 36314 567 984 0 37932 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 155676

[startup+162.301 s]
/proc/loadavg: 1.01 1.07 1.07 2/107 22751
/proc/meminfo: memFree=1573508/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=174496 CPUtime=162.22
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 201500 0 0 0 16063 159 0 0 25 0 1 0 17321663 178683904 40914 1992294400 4194304 8223781 140734655642272 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 43624 40914 567 984 0 42637 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 174496

[startup+222.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/107 22753
/proc/meminfo: memFree=1561232/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=187704 CPUtime=222.19
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 261681 0 0 0 22011 208 0 0 25 0 1 0 17321663 192208896 43945 1992294400 4194304 8223781 140734655642272 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 46926 43945 567 984 0 45939 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 187704

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.06 2/107 22755
/proc/meminfo: memFree=1541144/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=207664 CPUtime=282.17
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 323666 0 0 0 27957 260 0 0 25 0 1 0 17321663 212647936 48984 1992294400 4194304 8223781 140734655642272 18446744073709551615 6568401 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 51916 48984 567 984 0 50929 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 207664

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.06 2/107 22755
/proc/meminfo: memFree=1524776/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=226076 CPUtime=342.15
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 383196 0 0 0 33907 308 0 0 25 0 1 0 17321663 231501824 52971 1992294400 4194304 8223781 140734655642272 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 56519 52971 567 984 0 55532 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 226076

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.05 2/107 22757
/proc/meminfo: memFree=1516344/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=233160 CPUtime=402.12
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 437011 0 0 0 39862 350 0 0 25 0 1 0 17321663 238755840 55052 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 58290 55052 567 984 0 57303 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 233160

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.04 2/107 22759
/proc/meminfo: memFree=1508284/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=239992 CPUtime=462.1
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 487499 0 0 0 45810 400 0 0 25 0 1 0 17321663 245751808 57090 1992294400 4194304 8223781 140734655642272 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 59998 57090 567 984 0 59011 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 239992

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/107 22761
/proc/meminfo: memFree=1492412/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=257056 CPUtime=522.07
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 536126 0 0 0 51759 448 0 0 25 0 1 0 17321663 263225344 60974 1992294400 4194304 8223781 140734655642272 18446744073709551615 6448531 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 64264 60974 567 984 0 63277 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 257056

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.03 2/107 22763
/proc/meminfo: memFree=1496256/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=251196 CPUtime=582.04
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 569620 0 0 0 57716 488 0 0 25 0 1 0 17321663 257224704 59910 1992294400 4194304 8223781 140734655642272 18446744073709551615 6044215 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 62799 59910 602 984 0 61812 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 251196

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 22763
/proc/meminfo: memFree=1502332/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=244852 CPUtime=642.03
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 600573 0 0 0 63675 528 0 0 25 0 1 0 17321663 250728448 58453 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 61213 58453 600 984 0 60226 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 244852

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22771
/proc/meminfo: memFree=1480260/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=266816 CPUtime=881.92
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 668665 0 0 0 87009 1183 0 0 25 0 1 0 17321663 273219584 63961 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 66704 63961 580 984 0 65717 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 266816

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22771
/proc/meminfo: memFree=1472324/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=274836 CPUtime=941.89
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 670661 0 0 0 92858 1331 0 0 25 0 1 0 17321663 281432064 65957 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 68709 65957 580 984 0 67722 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 274836

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22773
/proc/meminfo: memFree=1470464/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=276636 CPUtime=1001.87
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 671072 0 0 0 98687 1500 0 0 25 0 1 0 17321663 283275264 66368 1992294400 4194304 8223781 140734655642272 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 69159 66368 580 984 0 68172 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 276636

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22775
/proc/meminfo: memFree=1469844/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=277276 CPUtime=1061.85
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 671228 0 0 0 104511 1674 0 0 25 0 1 0 17321663 283930624 66524 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 69319 66524 580 984 0 68332 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 277276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22777
/proc/meminfo: memFree=1469100/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=277748 CPUtime=1121.82
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 671373 0 0 0 110337 1845 0 0 25 0 1 0 17321663 284413952 66669 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 69437 66669 580 984 0 68450 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 277748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22779
/proc/meminfo: memFree=1468604/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=278200 CPUtime=1181.8
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 671466 0 0 0 116161 2019 0 0 25 0 1 0 17321663 284876800 66762 1992294400 4194304 8223781 140734655642272 18446744073709551615 4704624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 69550 66762 580 984 0 68563 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 278200

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22779
/proc/meminfo: memFree=1467488/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=279424 CPUtime=1241.78
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 671739 0 0 0 121980 2198 0 0 25 0 1 0 17321663 286130176 67035 1992294400 4194304 8223781 140734655642272 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 69856 67035 580 984 0 68869 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 279424

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22781
/proc/meminfo: memFree=1466372/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=280360 CPUtime=1301.76
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 671992 0 0 0 127805 2371 0 0 25 0 1 0 17321663 287088640 67288 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 70090 67288 580 984 0 69103 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 280360

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22783
/proc/meminfo: memFree=1465256/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=281512 CPUtime=1361.73
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 672261 0 0 0 133632 2541 0 0 25 0 1 0 17321663 288268288 67557 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 70378 67557 580 984 0 69391 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 281512

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22785
/proc/meminfo: memFree=1464636/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=282292 CPUtime=1421.7
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 672444 0 0 0 139461 2709 0 0 25 0 1 0 17321663 289067008 67740 1992294400 4194304 8223781 140734655642272 18446744073709551615 5507400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 70573 67740 580 984 0 69586 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 282292

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22787
/proc/meminfo: memFree=1463892/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=283036 CPUtime=1481.68
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 672615 0 0 0 145295 2873 0 0 25 0 1 0 17321663 289828864 67911 1992294400 4194304 8223781 140734655642272 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 70759 67911 580 984 0 69772 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 283036

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22787
/proc/meminfo: memFree=1463024/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=283880 CPUtime=1541.65
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 672811 0 0 0 151117 3048 0 0 25 0 1 0 17321663 290693120 68107 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 70970 68107 580 984 0 69983 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 283880

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22789
/proc/meminfo: memFree=1462652/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=284188 CPUtime=1601.63
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 672917 0 0 0 156937 3226 0 0 25 0 1 0 17321663 291008512 68213 1992294400 4194304 8223781 140734655642272 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 71047 68213 580 984 0 70060 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 284188

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22791
/proc/meminfo: memFree=1462404/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=284512 CPUtime=1661.6
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 672965 0 0 0 162763 3397 0 0 25 0 1 0 17321663 291340288 68261 1992294400 4194304 8223781 140734655642272 18446744073709551615 4653022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 71128 68261 580 984 0 70141 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 284512

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22793
/proc/meminfo: memFree=1462156/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=284648 CPUtime=1721.58
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 673017 0 0 0 168607 3551 0 0 25 0 1 0 17321663 291479552 68313 1992294400 4194304 8223781 140734655642272 18446744073709551615 5507373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 71162 68313 580 984 0 70175 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 284648

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22795
/proc/meminfo: memFree=1461908/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=284780 CPUtime=1781.55
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 673028 0 0 0 174449 3706 0 0 25 0 1 0 17321663 291614720 68324 1992294400 4194304 8223781 140734655642272 18446744073709551615 5892247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 71195 68324 580 984 0 70208 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 284780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22795
/proc/meminfo: memFree=1461784/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=284780 CPUtime=1800.05
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 673031 0 0 0 176245 3760 0 0 25 0 1 0 17321663 291614720 68327 1992294400 4194304 8223781 140734655642272 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22746/statm: 71195 68327 580 984 0 70208 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 284780

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

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

[startup+1800.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 22795
/proc/meminfo: memFree=1461784/2059040 swapFree=4187004/4192956
[pid=22746] ppid=22744 vsize=272040 CPUtime=1800.15
/proc/22746/stat : 22746 (pbscip.linux.x8) R 22744 22746 22275 0 -1 4202496 673034 0 0 0 176255 3760 0 0 25 0 1 0 17321663 278568960 65147 1992294400 4194304 8223781 140734655642272 18446744073709551615 5991441 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22746/statm: 68010 65147 583 984 0 67023 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 272040

Child status: 0
Real time (s): 1800.98
CPU time (s): 1800.24
CPU user time (s): 1762.6
CPU system time (s): 37.6353
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 284780

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

runsolver used 3.17752 second user time and 8.31074 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-13 10:20:00
IDJOB=2666850
IDBENCH=2057
IDSOLVER=1169
FILE ID=node010/2666850-1276417200
PBS_JOBID= 11173289
Free space on /tmp= 62500 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2-c.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666850-1276417200/watcher-2666850-1276417200 -o /tmp/evaluation-result-2666850-1276417200/solver-2666850-1276417200 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666850-1276417200.opb -t 1800 -m 1800

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

MD5SUM BENCH= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=560079091

node010.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1736484 kB
Buffers:         47884 kB
Cached:         154252 kB
SwapCached:        168 kB
Active:         130592 kB
Inactive:       125168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1736484 kB
SwapTotal:     4192956 kB
SwapFree:      4187004 kB
Dirty:            4756 kB
Writeback:           0 kB
AnonPages:       53436 kB
Mapped:          15428 kB
Slab:            45008 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62496 MiB
End job on node010 at 2010-06-13 10:50:03