Trace number 2663602

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPT3 467.184 467.309

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=383-P1=149-P2=409-P3=307-P4=127-P5=191-P6=227-P7=281-P8=211-B.opb
MD5SUM1d88cb7e119c66203d260e6c8e2ab364
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.900862
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2663602-1276647977.opb>
0.00/0.01	c original problem has 864 variables (864 bin, 0 int, 0 impl, 0 cont) and 665 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.19/0.20	c (round 1) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 63 chg coeffs, 0 upgd conss, 3712 impls, 0 clqs
0.19/0.20	c (round 2) 26 del vars, 16 del conss, 0 chg bounds, 0 chg sides, 79 chg coeffs, 9 upgd conss, 5728 impls, 0 clqs
0.19/0.21	c (round 3) 44 del vars, 32 del conss, 0 chg bounds, 0 chg sides, 95 chg coeffs, 9 upgd conss, 7456 impls, 0 clqs
0.19/0.22	c (round 4) 62 del vars, 48 del conss, 0 chg bounds, 0 chg sides, 111 chg coeffs, 9 upgd conss, 8896 impls, 0 clqs
0.19/0.22	c (round 5) 80 del vars, 64 del conss, 0 chg bounds, 0 chg sides, 127 chg coeffs, 9 upgd conss, 10048 impls, 0 clqs
0.19/0.23	c (round 6) 98 del vars, 80 del conss, 0 chg bounds, 0 chg sides, 143 chg coeffs, 9 upgd conss, 10912 impls, 0 clqs
0.19/0.23	c (round 7) 116 del vars, 96 del conss, 0 chg bounds, 0 chg sides, 159 chg coeffs, 9 upgd conss, 11488 impls, 0 clqs
0.19/0.24	c (round 8) 134 del vars, 112 del conss, 0 chg bounds, 0 chg sides, 175 chg coeffs, 9 upgd conss, 11776 impls, 0 clqs
0.19/0.24	c (round 9) 152 del vars, 128 del conss, 0 chg bounds, 0 chg sides, 191 chg coeffs, 9 upgd conss, 11776 impls, 0 clqs
0.29/0.31	c    (0.2s) probing: 222/712 (31.2%) - 0 fixings, 0 aggregations, 16 implications, 0 bound changes
0.29/0.31	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.31	c presolving (10 rounds):
0.29/0.31	c  152 deleted vars, 128 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 191 changed coefficients
0.29/0.31	c  11808 implications, 0 cliques
0.29/0.31	c presolved problem has 712 variables (712 bin, 0 int, 0 impl, 0 cont) and 529 constraints
0.29/0.31	c     512 constraints of type <and>
0.29/0.31	c       8 constraints of type <linear>
0.29/0.31	c       9 constraints of type <logicor>
0.29/0.31	c transformed objective value is always integral (scale: 2)
0.29/0.31	c Presolving Time: 0.16
0.29/0.31	c - non default parameters ----------------------------------------------------------------------
0.29/0.31	c # SCIP version 1.2.1.2
0.29/0.31	c 
0.29/0.31	c # frequency for displaying node information lines
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.31	c display/freq = 10000
0.29/0.31	c 
0.29/0.31	c # maximal time in seconds to run
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.31	c limits/time = 1799.99
0.29/0.31	c 
0.29/0.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.31	c limits/memory = 1620
0.29/0.31	c 
0.29/0.31	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.31	c lp/solvefreq = -1
0.29/0.31	c 
0.29/0.31	c # should presolving try to simplify inequalities
0.29/0.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.31	c constraints/linear/simplifyinequalities = TRUE
0.29/0.31	c 
0.29/0.31	c # should presolving try to simplify knapsacks
0.29/0.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.31	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.31	c 
0.29/0.31	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31	c heuristics/undercover/freq = 0
0.29/0.31	c 
0.29/0.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.31	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.31	c separating/rapidlearning/freq = 0
0.29/0.31	c 
0.29/0.31	c -----------------------------------------------------------------------------------------------
0.29/0.31	c start solving
0.29/0.31	c 
0.29/0.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.31	c   0.2s|     1 |     2 |     0 |     - |2268k|   0 |   - | 712 | 529 |   0 |   0 |   0 |   0 |   0 | 1.000000e+00 |      --      |    Inf 
3.29/3.37	c   3.0s| 10000 |  8117 |     0 |   0.0 |8497k| 474 |   - | 712 | 691 |   0 |   0 |   0 |1246 |   0 | 1.000000e+00 |      --      |    Inf 
6.69/6.79	c   6.2s| 20000 | 15408 |     0 |   0.0 |  14M| 474 |   - | 712 | 915 |   0 |   0 |   0 |3051 |   0 | 1.000000e+00 |      --      |    Inf 
10.09/10.15	c   9.3s| 30000 | 22955 |     0 |   0.0 |  19M| 474 |   - | 712 | 965 |   0 |   0 |   0 |4721 |   0 | 1.000000e+00 |      --      |    Inf 
14.08/14.11	c  13.0s| 40000 | 30052 |     0 |   0.0 |  25M| 474 |   - | 712 | 847 |   0 |   0 |   0 |6757 |   0 | 1.000000e+00 |      --      |    Inf 
17.49/17.60	c  16.2s| 50000 | 37882 |     0 |   0.0 |  31M| 474 |   - | 712 | 762 |   0 |   0 |   0 |8330 |   0 | 1.000000e+00 |      --      |    Inf 
21.49/21.59	c  20.0s| 60000 | 44073 |     0 |   0.0 |  36M| 474 |   - | 712 |1452 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 |      --      |    Inf 
25.29/25.33	c  23.4s| 70000 | 50993 |     0 |   0.0 |  41M| 474 |   - | 712 |1241 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 |      --      |    Inf 
26.29/26.39	o 11
26.29/26.39	c *24.4s| 72759 | 29466 |     0 |   0.0 |  30M| 474 |   - | 712 | 970 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
29.29/29.34	c  27.2s| 80000 | 34155 |     0 |   0.0 |  34M| 474 |   - | 712 |1233 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
33.48/33.53	c  31.1s| 90000 | 41111 |     0 |   0.0 |  40M| 474 |   - | 712 |1025 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
38.09/38.14	c  35.5s|100000 | 47981 |     0 |   0.0 |  47M| 474 |   - | 712 | 966 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
42.78/42.82	c  39.9s|110000 | 55030 |     0 |   0.0 |  53M| 474 |   - | 712 | 959 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
47.68/47.73	c  44.5s|120000 | 61708 |     0 |   0.0 |  58M| 474 |   - | 712 | 887 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
52.07/52.14	c  48.6s|130000 | 68411 |     0 |   0.0 |  64M| 474 |   - | 712 | 792 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
57.58/57.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.58/57.64	c  53.9s|140000 | 74032 |     0 |   0.0 |  71M| 474 |   - | 712 | 926 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
62.08/62.16	c  58.1s|150000 | 79872 |     0 |   0.0 |  76M| 474 |   - | 712 |1167 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
66.07/66.12	c  61.8s|160000 | 86994 |     0 |   0.0 |  82M| 474 |   - | 712 |1042 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
70.48/70.57	c  66.0s|170000 | 93511 |     0 |   0.0 |  88M| 474 |   - | 712 |1017 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
74.78/74.83	c  70.0s|180000 |100169 |     0 |   0.0 |  94M| 474 |   - | 712 | 970 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
80.37/80.44	c  75.4s|190000 |106359 |     0 |   0.0 | 100M| 474 |   - | 712 | 932 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
84.58/84.62	c  79.3s|200000 |112173 |     0 |   0.0 | 106M| 474 |   - | 712 |1657 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
89.17/89.21	c  83.6s|210000 |117725 |     0 |   0.0 | 110M| 474 |   - | 712 |1825 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
93.87/93.97	c  88.1s|220000 |123383 |     0 |   0.0 | 115M| 474 |   - | 712 |1846 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
98.36/98.41	c  92.3s|230000 |128881 |     0 |   0.0 | 119M| 474 |   - | 712 | 873 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
102.46/102.58	c  96.2s|240000 |134917 |     0 |   0.0 | 124M| 474 |   - | 712 |1150 |   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
106.67/106.78	c   100s|250000 |141049 |     0 |   0.0 | 129M| 474 |   - | 712 |1269 |   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
110.87/110.97	c   104s|260000 |147346 |     0 |   0.0 | 134M| 474 |   - | 712 |1366 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
115.16/115.20	c   108s|270000 |154012 |     0 |   0.0 | 139M| 474 |   - | 712 |1320 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
119.35/119.42	c   112s|280000 |160706 |     0 |   0.0 | 144M| 474 |   - | 712 |1054 |   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
123.56/123.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.56/123.60	c   116s|290000 |167283 |     0 |   0.0 | 149M| 474 |   - | 712 |1136 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
127.57/127.70	c   120s|300000 |174105 |     0 |   0.0 | 154M| 474 |   - | 712 |1205 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
131.66/131.80	c   124s|310000 |180971 |     0 |   0.0 | 159M| 474 |   - | 712 |1121 |   0 |   0 |   0 |  73k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
135.85/135.90	c   128s|320000 |187945 |     0 |   0.0 | 165M| 474 |   - | 712 | 896 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
139.86/139.91	c   131s|330000 |194838 |     0 |   0.0 | 170M| 474 |   - | 712 | 842 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
143.85/143.94	c   135s|340000 |201797 |     0 |   0.0 | 176M| 474 |   - | 712 | 875 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
148.05/148.13	c   139s|350000 |208558 |     0 |   0.0 | 181M| 474 |   - | 712 | 930 |   0 |   0 |   0 |  83k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
152.15/152.20	c   143s|360000 |215676 |     0 |   0.0 | 187M| 474 |   - | 712 | 904 |   0 |   0 |   0 |  85k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
156.25/156.36	c   147s|370000 |222840 |     0 |   0.0 | 193M| 474 |   - | 712 | 832 |   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
160.65/160.79	c   151s|380000 |229673 |     0 |   0.0 | 198M| 474 |   - | 712 | 932 |   0 |   0 |   0 |  90k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
165.25/165.30	c   155s|390000 |236519 |     0 |   0.0 | 204M| 474 |   - | 712 | 834 |   0 |   0 |   0 |  93k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
169.85/169.90	c   159s|400000 |243260 |     0 |   0.0 | 209M| 474 |   - | 712 |1001 |   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
174.65/174.77	c   164s|410000 |249697 |     0 |   0.0 | 214M| 474 |   - | 712 | 947 |   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
179.15/179.29	c   168s|420000 |256499 |     0 |   0.0 | 220M| 474 |   - | 712 | 954 |   0 |   0 |   0 | 101k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
183.94/184.05	c   173s|430000 |263114 |     0 |   0.0 | 225M| 474 |   - | 712 | 968 |   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
188.74/188.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.74/188.85	c   177s|440000 |269785 |     0 |   0.0 | 231M| 474 |   - | 712 |1013 |   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
193.84/193.92	c   182s|450000 |276214 |     0 |   0.0 | 236M| 474 |   - | 712 |1244 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
199.04/199.17	c   187s|460000 |282400 |     0 |   0.0 | 241M| 474 |   - | 712 |1213 |   0 |   0 |   0 | 113k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
204.44/204.56	c   192s|470000 |288422 |     0 |   0.0 | 246M| 474 |   - | 712 |1301 |   0 |   0 |   0 | 116k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
210.23/210.33	c   198s|480000 |294330 |     0 |   0.0 | 251M| 474 |   - | 712 |1242 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
216.03/216.16	c   203s|490000 |300201 |     0 |   0.0 | 255M| 474 |   - | 712 |1490 |   0 |   0 |   0 | 123k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
221.73/221.85	c   209s|500000 |306123 |     0 |   0.0 | 260M| 474 |   - | 712 |1364 |   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
227.23/227.38	c   214s|510000 |312206 |     0 |   0.0 | 265M| 474 |   - | 712 |1223 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
232.93/233.02	c   219s|520000 |317995 |     0 |   0.0 | 270M| 474 |   - | 712 |1331 |   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
238.33/238.41	c   225s|530000 |323854 |     0 |   0.0 | 275M| 474 |   - | 712 |1183 |   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
243.04/243.13	c   229s|540000 |330448 |     0 |   0.0 | 280M| 474 |   - | 712 |1163 |   0 |   0 |   0 | 139k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
248.03/248.12	c   234s|550000 |336827 |     0 |   0.0 | 285M| 474 |   - | 712 |1189 |   0 |   0 |   0 | 141k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
252.93/253.09	c   238s|560000 |343042 |     0 |   0.0 | 290M| 474 |   - | 712 |1155 |   0 |   0 |   0 | 144k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
258.02/258.13	c   243s|570000 |349243 |     0 |   0.0 | 296M| 474 |   - | 712 |1236 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
263.52/263.63	c   248s|580000 |355115 |     0 |   0.0 | 301M| 474 |   - | 712 |1298 |   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
268.82/268.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.82/268.95	c   253s|590000 |360863 |     0 |   0.0 | 306M| 474 |   - | 712 |1032 |   0 |   0 |   0 | 155k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
273.83/273.93	c   258s|600000 |366661 |     0 |   0.0 | 311M| 474 |   - | 712 | 980 |   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
279.02/279.15	c   263s|610000 |372534 |     0 |   0.0 | 317M| 474 |   - | 712 | 755 |   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
284.62/284.74	c   268s|620000 |378340 |     0 |   0.0 | 322M| 474 |   - | 712 | 745 |   0 |   0 |   0 | 164k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
288.71/288.82	c   272s|630000 |384739 |     0 |   0.0 | 327M| 474 |   - | 712 |1239 |   0 |   0 |   0 | 167k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
292.91/293.02	c   276s|640000 |391478 |     0 |   0.0 | 332M| 474 |   - | 712 |1246 |   0 |   0 |   0 | 169k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
296.41/296.54	c   279s|650000 |399549 |     0 |   0.0 | 338M| 474 |   - | 712 |1094 |   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
299.82/299.92	c   283s|660000 |407770 |     0 |   0.0 | 344M| 474 |   - | 712 | 987 |   0 |   0 |   0 | 172k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
303.31/303.43	c   286s|670000 |415675 |     0 |   0.0 | 350M| 474 |   - | 712 |1020 |   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
307.01/307.13	c   289s|680000 |423270 |     0 |   0.0 | 356M| 474 |   - | 712 |1013 |   0 |   0 |   0 | 175k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
311.12/311.22	c   293s|690000 |430282 |     0 |   0.0 | 361M| 474 |   - | 712 | 873 |   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
312.61/312.70	o 5
312.61/312.70	c * 294s|692624 |288707 |     0 |   0.0 | 251M| 474 |   - | 712 | 847 |   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
316.11/316.27	c   298s|700000 |292441 |     0 |   0.0 | 255M| 474 |   - | 712 |1226 |   0 |   0 |   0 | 180k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
321.02/321.15	c   302s|710000 |297043 |     0 |   0.0 | 258M| 474 |   - | 712 |1239 |   0 |   0 |   0 | 183k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
325.51/325.61	c   307s|720000 |302439 |     0 |   0.0 | 262M| 474 |   - | 712 |1258 |   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
331.20/331.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.20/331.36	c   312s|730000 |304961 |     0 |   0.0 | 265M| 474 |   - | 712 |1458 |   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
336.81/336.99	c   317s|740000 |308078 |     0 |   0.0 | 268M| 474 |   - | 712 |1532 |   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
342.10/342.28	c   322s|750000 |311432 |     0 |   0.0 | 272M| 474 |   - | 712 |1079 |   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
346.90/347.00	c   327s|760000 |315917 |     0 |   0.0 | 275M| 474 |   - | 712 |1320 |   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
351.70/351.83	c   331s|770000 |321005 |     0 |   0.0 | 279M| 474 |   - | 712 |1402 |   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
356.60/356.75	c   336s|780000 |326000 |     0 |   0.0 | 282M| 474 |   - | 712 |1448 |   0 |   0 |   0 | 206k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
361.59/361.77	c   341s|790000 |331140 |     0 |   0.0 | 287M| 474 |   - | 712 |1421 |   0 |   0 |   0 | 209k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
366.29/366.43	c   345s|800000 |336848 |     0 |   0.0 | 291M| 474 |   - | 712 |1400 |   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
371.09/371.29	c   350s|810000 |341998 |     0 |   0.0 | 295M| 474 |   - | 712 |1506 |   0 |   0 |   0 | 214k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
375.69/375.89	c   354s|820000 |348071 |     0 |   0.0 | 300M| 474 |   - | 712 |1479 |   0 |   0 |   0 | 217k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
380.39/380.57	c   358s|830000 |354014 |     0 |   0.0 | 305M| 474 |   - | 712 |1423 |   0 |   0 |   0 | 219k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
385.39/385.51	c   363s|840000 |359313 |     0 |   0.0 | 310M| 474 |   - | 712 |1536 |   0 |   0 |   0 | 222k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
389.88/390.01	c   367s|850000 |366068 |     0 |   0.0 | 315M| 474 |   - | 712 |1401 |   0 |   0 |   0 | 224k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
394.29/394.41	c   372s|860000 |372727 |     0 |   0.0 | 320M| 474 |   - | 712 |1459 |   0 |   0 |   0 | 227k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
398.88/399.05	c   376s|870000 |378775 |     0 |   0.0 | 325M| 474 |   - | 712 |1418 |   0 |   0 |   0 | 229k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
403.39/403.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.39/403.55	c   380s|880000 |385250 |     0 |   0.0 | 330M| 474 |   - | 712 |1682 |   0 |   0 |   0 | 232k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
407.69/407.88	c   384s|890000 |392143 |     0 |   0.0 | 336M| 474 |   - | 712 |1721 |   0 |   0 |   0 | 234k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
412.08/412.25	c   388s|900000 |398962 |     0 |   0.0 | 341M| 474 |   - | 712 |1302 |   0 |   0 |   0 | 237k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
416.58/416.75	c   392s|910000 |405571 |     0 |   0.0 | 346M| 474 |   - | 712 |1268 |   0 |   0 |   0 | 239k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
421.09/421.20	c   397s|920000 |412139 |     0 |   0.0 | 351M| 474 |   - | 712 |1271 |   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
425.49/425.67	c   401s|930000 |418589 |     0 |   0.0 | 356M| 474 |   - | 712 |1398 |   0 |   0 |   0 | 245k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
429.99/430.14	c   405s|940000 |425139 |     0 |   0.0 | 361M| 474 |   - | 712 |1471 |   0 |   0 |   0 | 247k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
434.47/434.67	c   409s|950000 |431637 |     0 |   0.0 | 366M| 474 |   - | 712 |1313 |   0 |   0 |   0 | 250k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
438.97/439.14	c   414s|960000 |438289 |     0 |   0.0 | 372M| 474 |   - | 712 |1272 |   0 |   0 |   0 | 252k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
443.48/443.65	c   418s|970000 |444965 |     0 |   0.0 | 377M| 474 |   - | 712 |1289 |   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
448.08/448.28	c   422s|980000 |451391 |     0 |   0.0 | 381M| 474 |   - | 712 |1316 |   0 |   0 |   0 | 258k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
452.68/452.88	c   427s|990000 |458041 |     0 |   0.0 | 386M| 474 |   - | 712 |1274 |   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
457.27/457.44	c   431s|  1000k|464577 |     0 |   0.0 | 391M| 474 |   - | 712 |1211 |   0 |   0 |   0 | 263k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
461.77/461.90	c   435s|  1010k|471205 |     0 |   0.0 | 396M| 474 |   - | 712 |1005 |   0 |   0 |   0 | 266k|   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
467.07/467.20	o 3
467.07/467.20	c * 440s|  1016k|  4696 |     0 |   0.0 |9163k| 474 |   - | 712 |1218 |   0 |   0 |   0 | 268k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
467.07/467.25	c 
467.07/467.25	c SCIP Status        : problem is solved [optimal solution found]
467.07/467.25	c Solving Time (sec) : 440.25
467.07/467.25	c Solving Nodes      : 1016947
467.07/467.25	c Primal Bound       : +3.00000000000000e+00 (3 solutions)
467.07/467.25	c Dual Bound         : +3.00000000000000e+00
467.07/467.25	c Gap                : 0.00 %
467.07/467.25	s OPTIMUM FOUND
467.07/467.25	v -x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x144 -x143 x142 -x141 
467.07/467.25	v x140 -x139 x138 -x137 x136 -x198 -x197 -x196 -x195 x194 x193 x192 x191 x190 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 
467.07/467.25	v x127 -x189 -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 x126 x125 x124 x123 -x122 -x121 -x120 -x119 x118 -x180 -x179 -x178 
467.07/467.25	v -x177 -x176 -x175 -x174 x173 -x172 x117 -x116 -x115 -x114 x113 x112 -x111 -x110 x109 -x171 -x170 -x169 -x168 -x167 -x166 x165 
467.07/467.25	v -x164 x163 -x108 -x107 -x106 -x105 -x104 -x103 x102 -x101 x100 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x99 
467.07/467.25	v -x98 -x97 x96 -x95 x94 x93 -x92 x91 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x90 -x89 -x88 -x87 -x86 x85 x84 x83 
467.07/467.25	v x82 -x81 -x80 -x79 x78 x77 -x76 x75 -x74 x73 -x72 -x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 
467.07/467.25	v x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 x46 x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 x37 -x36 -x35 -x34 x33 x32 x31 -x30 -x29 
467.07/467.25	v x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
467.07/467.25	c SCIP Status        : problem is solved [optimal solution found]
467.07/467.25	c Solving Time       :     440.25
467.07/467.25	c Original Problem   :
467.07/467.25	c   Problem name     : HOME/instance-2663602-1276647977.opb
467.07/467.25	c   Variables        : 864 (864 binary, 0 integer, 0 implicit integer, 0 continuous)
467.07/467.25	c   Constraints      : 665 initial, 665 maximal
467.07/467.25	c Presolved Problem  :
467.07/467.25	c   Problem name     : t_HOME/instance-2663602-1276647977.opb
467.07/467.25	c   Variables        : 712 (712 binary, 0 integer, 0 implicit integer, 0 continuous)
467.07/467.25	c   Constraints      : 529 initial, 2067 maximal
467.07/467.25	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
467.07/467.25	c   trivial          :       0.00          0          0          0          0          0          0          0          0
467.07/467.25	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
467.07/467.25	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
467.07/467.25	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
467.07/467.25	c   implics          :       0.00          0          0          0          0          0          0          0          0
467.07/467.25	c   probing          :       0.03          0          0          0          0          0          0          0          0
467.07/467.25	c   and              :       0.13         16        128          0          0          0        128          0        128
467.07/467.25	c   linear           :       0.00          1          7          0          0          0          0          0         63
467.07/467.25	c   logicor          :       0.00          0          0          0          0          0          0          0          0
467.07/467.25	c   root node        :          -         71          -          -         71          -          -          -          -
467.07/467.25	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
467.07/467.25	c   integral         :          0          0          0          0          0          0          0          0          0          0
467.07/467.25	c   and              :        512          0    2502381          0     888655      24223    5635595          0          0          0
467.07/467.25	c   linear           :          8          0    2478158          0     888655     179236    1851545          0          0          0
467.07/467.25	c   logicor          :          9+         0    1011438          0     888476       7512     278982          0          0          0
467.07/467.25	c   countsols        :          0          0          0          0     888658          0          0          0          0          0
467.07/467.25	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
467.07/467.25	c   integral         :       0.00       0.00       0.00       0.00       0.00
467.07/467.25	c   and              :      67.34       0.00      43.79       0.00      23.55
467.07/467.25	c   linear           :     146.53       0.00     145.80       0.00       0.73
467.07/467.25	c   logicor          :      29.18       0.00      27.38       0.00       1.80
467.07/467.25	c   countsols        :       0.38       0.00       0.00       0.00       0.38
467.07/467.25	c Propagators        :       Time      Calls    Cutoffs    DomReds
467.07/467.25	c   vbounds          :       1.44          2          0          0
467.07/467.25	c   rootredcost      :       1.22          0          0          0
467.07/467.25	c   pseudoobj        :       2.77    2501954         27      13888
467.07/467.25	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
467.07/467.25	c   propagation      :     100.00     210998     210134    3043024       77.4      10308       56.4          -
467.07/467.25	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
467.07/467.25	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
467.07/467.25	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
467.07/467.25	c   pseudo solution  :       0.00          1          1          1        0.0          0        0.0          -
467.07/467.25	c   applied globally :          -          -          -     262632       34.6          -          -          -
467.07/467.25	c   applied locally  :          -          -          -       5944       90.0          -          -          -
467.07/467.25	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
467.07/467.25	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
467.07/467.25	c   redcost          :       0.00          0          0          0          0          0
467.07/467.25	c   impliedbounds    :       0.00          0          0          0          0          0
467.07/467.25	c   intobj           :       0.00          0          0          0          0          0
467.07/467.25	c   cgmip            :       0.00          0          0          0          0          0
467.07/467.25	c   gomory           :       0.00          0          0          0          0          0
467.07/467.25	c   strongcg         :       0.00          0          0          0          0          0
467.07/467.25	c   cmir             :       0.00          0          0          0          0          0
467.07/467.25	c   flowcover        :       0.00          0          0          0          0          0
467.07/467.25	c   clique           :       0.00          0          0          0          0          0
467.07/467.25	c   zerohalf         :       0.00          0          0          0          0          0
467.07/467.25	c   mcf              :       0.00          0          0          0          0          0
467.07/467.25	c   rapidlearning    :       0.00          0          0          0          0          0
467.07/467.25	c Pricers            :       Time      Calls       Vars
467.07/467.25	c   problem variables:       0.00          0          0
467.07/467.25	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
467.07/467.25	c   relpscost        :       0.00          0          0          0          0          0          0
467.07/467.25	c   pscost           :       0.00          0          0          0          0          0          0
467.07/467.25	c   inference        :      66.65     888655          0          0          0          0    1777310
467.07/467.25	c   mostinf          :       0.00          0          0          0          0          0          0
467.07/467.25	c   leastinf         :       0.00          0          0          0          0          0          0
467.07/467.25	c   fullstrong       :       0.00          0          0          0          0          0          0
467.07/467.25	c   allfullstrong    :       0.00          0          0          0          0          0          0
467.07/467.25	c   random           :       0.00          0          0          0          0          0          0
467.07/467.25	c Primal Heuristics  :       Time      Calls      Found
467.07/467.25	c   LP solutions     :       0.00          -          0
467.07/467.25	c   pseudo solutions :       2.58          -          3
467.07/467.25	c   oneopt           :       0.74          0          0
467.07/467.25	c   trivial          :       0.00          2          0
467.07/467.25	c   simplerounding   :       0.00          0          0
467.07/467.25	c   zirounding       :       0.00          0          0
467.07/467.25	c   rounding         :       0.00          0          0
467.07/467.25	c   shifting         :       0.00          0          0
467.07/467.25	c   intshifting      :       0.00          0          0
467.07/467.25	c   twoopt           :       0.00          0          0
467.07/467.25	c   fixandinfer      :       0.00          0          0
467.07/467.25	c   feaspump         :       0.00          0          0
467.07/467.25	c   coefdiving       :       0.00          0          0
467.07/467.25	c   pscostdiving     :       0.00          0          0
467.07/467.25	c   fracdiving       :       0.00          0          0
467.07/467.25	c   veclendiving     :       0.00          0          0
467.07/467.25	c   intdiving        :       0.00          0          0
467.07/467.25	c   actconsdiving    :       0.00          0          0
467.07/467.25	c   objpscostdiving  :       0.00          0          0
467.07/467.25	c   rootsoldiving    :       0.00          0          0
467.07/467.25	c   linesearchdiving :       0.00          0          0
467.07/467.25	c   guideddiving     :       0.00          0          0
467.07/467.25	c   octane           :       0.00          0          0
467.07/467.25	c   rens             :       0.00          0          0
467.07/467.25	c   rins             :       0.00          0          0
467.07/467.25	c   localbranching   :       0.00          0          0
467.07/467.25	c   mutation         :       0.00          0          0
467.07/467.25	c   crossover        :       0.00          0          0
467.07/467.25	c   dins             :       0.00          0          0
467.07/467.25	c   undercover       :       0.00          0          0
467.07/467.25	c   nlp              :       0.52          0          0
467.07/467.25	c   trysol           :       0.53          0          0
467.07/467.25	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
467.07/467.25	c   primal LP        :       0.00          0          0       0.00          -
467.07/467.25	c   dual LP          :       0.00          0          0       0.00          -
467.07/467.25	c   lex dual LP      :       0.00          0          0       0.00          -
467.07/467.25	c   barrier LP       :       0.00          0          0       0.00          -
467.07/467.25	c   diving/probing LP:       0.00          0          0       0.00          -
467.07/467.25	c   strong branching :       0.00          0          0       0.00          -
467.07/467.25	c     (at root node) :          -          0          0       0.00          -
467.07/467.25	c   conflict analysis:       0.00          0          0       0.00          -
467.07/467.25	c B&B Tree           :
467.07/467.25	c   number of runs   :          1
467.07/467.25	c   nodes            :    1016947
467.07/467.25	c   nodes (total)    :    1016947
467.07/467.25	c   nodes left       :          0
467.07/467.25	c   max depth        :        474
467.07/467.25	c   max depth (total):        474
467.07/467.25	c   backtracks       :      93061 (9.2%)
467.07/467.25	c   delayed cutoffs  :     122486
467.07/467.25	c   repropagations   :     277005 (1156252 domain reductions, 82710 cutoffs)
467.07/467.25	c   avg switch length:       7.32
467.07/467.25	c   switching time   :      77.72
467.07/467.25	c Solution           :
467.07/467.25	c   Solutions found  :          3 (3 improvements)
467.07/467.25	c   First Solution   : +1.10000000000000e+01   (in run 1, after 72759 nodes, 24.38 seconds, depth 119, found by <relaxation>)
467.07/467.25	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 1016946 nodes, 438.20 seconds, depth 72, found by <relaxation>)
467.07/467.25	c   Dual Bound       : +3.00000000000000e+00
467.07/467.25	c   Gap              :       0.00 %
467.07/467.25	c   Root Dual Bound  : +1.00000000000000e+00
467.07/467.25	c   Root Iterations  :          0
467.16/467.30	c Time complete: 467.18.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663602-1276647977/watcher-2663602-1276647977 -o /tmp/evaluation-result-2663602-1276647977/solver-2663602-1276647977 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663602-1276647977.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.72 1.35 1.16 3/106 13392
/proc/meminfo: memFree=1724244/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=6584 CPUtime=0
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 1001 0 0 0 0 0 0 0 20 0 1 0 6089694 6742016 924 1992294400 4194304 7136930 140736720598144 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13392/statm: 1646 934 254 719 0 925 0

[startup+0.051804 s]
/proc/loadavg: 1.72 1.35 1.16 3/106 13392
/proc/meminfo: memFree=1724244/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=12228 CPUtime=0.04
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 2938 0 0 0 3 1 0 0 20 0 1 0 6089694 12521472 2251 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 3057 2251 328 719 0 2336 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12228

[startup+0.100809 s]
/proc/loadavg: 1.72 1.35 1.16 3/106 13392
/proc/meminfo: memFree=1724244/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=12228 CPUtime=0.09
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 2938 0 0 0 5 4 0 0 20 0 1 0 6089694 12521472 2251 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 3057 2251 328 719 0 2336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12228

[startup+0.300831 s]
/proc/loadavg: 1.72 1.35 1.16 3/106 13392
/proc/meminfo: memFree=1724244/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=13316 CPUtime=0.29
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 8169 0 0 0 16 13 0 0 20 0 1 0 6089694 13635584 2599 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 3329 2599 371 719 0 2608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13316

[startup+0.700875 s]
/proc/loadavg: 1.72 1.35 1.16 3/106 13392
/proc/meminfo: memFree=1724244/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=15524 CPUtime=0.69
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 8737 0 0 0 53 16 0 0 21 0 1 0 6089694 15896576 3167 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 3881 3167 394 719 0 3160 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15524

[startup+1.50096 s]
/proc/loadavg: 1.72 1.35 1.16 2/107 13393
/proc/meminfo: memFree=1711712/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=18360 CPUtime=1.49
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 9453 0 0 0 128 21 0 0 23 0 1 0 6089694 18800640 3883 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 4590 3883 394 719 0 3869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18360

[startup+3.10113 s]
/proc/loadavg: 1.72 1.35 1.16 2/107 13393
/proc/meminfo: memFree=1708488/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=22656 CPUtime=3.09
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 10545 0 0 0 276 33 0 0 25 0 1 0 6089694 23199744 4975 1992294400 4194304 7136930 140736720598144 18446744073709551615 4976493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 5664 4975 394 719 0 4943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22656

[startup+6.30047 s]
/proc/loadavg: 1.66 1.35 1.16 2/107 13393
/proc/meminfo: memFree=1700428/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=29672 CPUtime=6.29
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 12329 0 0 0 575 54 0 0 25 0 1 0 6089694 30384128 6759 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 7418 6759 394 719 0 6697 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29672

[startup+12.7012 s]
/proc/loadavg: 1.61 1.34 1.16 2/107 13393
/proc/meminfo: memFree=1685920/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=42976 CPUtime=12.69
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 15693 0 0 0 1169 100 0 0 25 0 1 0 6089694 44007424 10123 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 10744 10123 394 719 0 10023 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42976

[startup+25.5005 s]
/proc/loadavg: 1.47 1.32 1.16 2/107 13393
/proc/meminfo: memFree=1665832/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=61676 CPUtime=25.48
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 20444 0 0 0 2360 188 0 0 25 0 1 0 6089694 63156224 14874 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 15419 14874 394 719 0 14698 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61676

[startup+51.1012 s]
/proc/loadavg: 1.31 1.30 1.16 2/107 13393
/proc/meminfo: memFree=1638800/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=90980 CPUtime=51.08
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 27292 0 0 0 4767 341 0 0 25 0 1 0 6089694 93163520 21722 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 22745 21722 394 719 0 22024 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90980

[startup+102.309 s]
/proc/loadavg: 1.13 1.25 1.15 2/107 13395
/proc/meminfo: memFree=1570476/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=157728 CPUtime=102.27
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 44248 0 0 0 9597 630 0 0 25 0 1 0 6089694 161513472 38678 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 39432 38678 394 719 0 38711 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 157728

[startup+162.301 s]
/proc/loadavg: 1.05 1.20 1.13 2/107 13397
/proc/meminfo: memFree=1486900/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=243388 CPUtime=162.25
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 64982 0 0 0 15220 1005 0 0 25 0 1 0 6089694 249229312 59412 1992294400 4194304 7136930 140736720598144 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 60847 59412 394 719 0 60126 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 243388

[startup+222.3 s]
/proc/loadavg: 1.02 1.16 1.12 2/107 13397
/proc/meminfo: memFree=1421800/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=308192 CPUtime=222.24
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 81482 0 0 0 20920 1304 0 0 25 0 1 0 6089694 315588608 75912 1992294400 4194304 7136930 140736720598144 18446744073709551615 5909069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 77048 75912 394 719 0 76327 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 308192

[startup+282.301 s]
/proc/loadavg: 1.00 1.13 1.11 2/107 13399
/proc/meminfo: memFree=1358560/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=370292 CPUtime=282.21
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 97271 0 0 0 26606 1615 0 0 25 0 1 0 6089694 379179008 91701 1992294400 4194304 7136930 140736720598144 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 92573 91701 394 719 0 91852 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 370292

[startup+342.301 s]
/proc/loadavg: 1.00 1.10 1.10 2/107 13401
/proc/meminfo: memFree=1310200/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=416324 CPUtime=342.2
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 108997 0 0 0 32239 1981 0 0 25 0 1 0 6089694 426315776 103427 1992294400 4194304 7136930 140736720598144 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 104081 103427 394 719 0 103360 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 416324

[startup+402.301 s]
/proc/loadavg: 1.00 1.08 1.09 2/107 13406
/proc/meminfo: memFree=1309208/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=416508 CPUtime=402.19
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 109067 0 0 0 37892 2327 0 0 25 0 1 0 6089694 426504192 103497 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 104127 103497 394 719 0 103406 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 416508

[startup+462.301 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 13408
/proc/meminfo: memFree=1272008/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=461320 CPUtime=462.17
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 118369 0 0 0 43547 2670 0 0 25 0 1 0 6089694 472391680 112799 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 115330 112799 394 719 0 114609 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 461320

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

[startup+463.901 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 13408
/proc/meminfo: memFree=1271636/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=461840 CPUtime=463.77
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 118507 0 0 0 43699 2678 0 0 25 0 1 0 6089694 472924160 112937 1992294400 4194304 7136930 140736720598144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 115460 112937 394 719 0 114739 0
Current children cumulated CPU time (s) 463.77
Current children cumulated vsize (KiB) 461840

[startup+465.501 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 13408
/proc/meminfo: memFree=1270644/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=462808 CPUtime=465.36
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 118725 0 0 0 43852 2684 0 0 25 0 1 0 6089694 473915392 113155 1992294400 4194304 7136930 140736720598144 18446744073709551615 6165646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 115702 113155 394 719 0 114981 0
Current children cumulated CPU time (s) 465.36
Current children cumulated vsize (KiB) 462808

[startup+466.301 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 13408
/proc/meminfo: memFree=1270644/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=462808 CPUtime=466.17
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 118725 0 0 0 43933 2684 0 0 25 0 1 0 6089694 473915392 113155 1992294400 4194304 7136930 140736720598144 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 115702 113155 394 719 0 114981 0
Current children cumulated CPU time (s) 466.17
Current children cumulated vsize (KiB) 462808

[startup+467.102 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 13408
/proc/meminfo: memFree=1270644/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=455116 CPUtime=466.96
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 118725 0 0 0 44012 2684 0 0 25 0 1 0 6089694 466038784 111232 1992294400 4194304 7136930 140736720598144 18446744073709551615 4616455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13392/statm: 113779 111232 394 719 0 113058 0
Current children cumulated CPU time (s) 466.96
Current children cumulated vsize (KiB) 455116

[startup+467.301 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 13408
/proc/meminfo: memFree=1270644/2059040 swapFree=4192956/4192956
[pid=13392] ppid=13390 vsize=51804 CPUtime=467.16
/proc/13392/stat : 13392 (pbscip.linux.x8) R 13390 13392 12511 0 -1 4202496 118732 0 0 0 44027 2689 0 0 25 0 1 0 6089694 53047296 12252 1992294400 4194304 7136930 140736720598144 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13392/statm: 12722 12205 401 719 0 12001 0
Current children cumulated CPU time (s) 467.16
Current children cumulated vsize (KiB) 51804

Child status: 0
Real time (s): 467.309
CPU time (s): 467.184
CPU user time (s): 440.28
CPU system time (s): 26.9039
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 462808

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

runsolver used 0.834873 second user time and 2.16667 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 02:26:17
IDJOB=2663602
IDBENCH=47975
IDSOLVER=1167
FILE ID=node047/2663602-1276647977
PBS_JOBID= 11172430
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=383-P1=149-P2=409-P3=307-P4=127-P5=191-P6=227-P7=281-P8=211-B.opb
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-2663602-1276647977/watcher-2663602-1276647977 -o /tmp/evaluation-result-2663602-1276647977/solver-2663602-1276647977 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663602-1276647977.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1d88cb7e119c66203d260e6c8e2ab364
RANDOM SEED=254379314

node047.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.244
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.48
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.244
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724648 kB
Buffers:         66688 kB
Cached:         142416 kB
SwapCached:          0 kB
Active:         126120 kB
Inactive:       142436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3348 kB
Writeback:           0 kB
AnonPages:       59344 kB
Mapped:          15512 kB
Slab:            43972 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181336 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= 62540 MiB
End job on node047 at 2010-06-16 02:34:04