Trace number 2663404

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 solver? (TO) 1802.18 1802.64

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2663404-1276688994.opb>
0.02/0.08	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.02/0.08	c problem read
0.02/0.08	c presolving settings loaded
0.02/0.08	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.09/0.11	c presolving:
0.09/0.14	c (round 1) 5 del vars, 1 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.09/0.15	c (round 2) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.09/0.17	c (round 3) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 369 upgd conss, 4250 impls, 49 clqs
0.39/0.43	c    (0.3s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.43	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.43	c presolving (4 rounds):
0.39/0.43	c  5 deleted vars, 2126 deleted constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.43	c  4250 implications, 309 cliques
0.39/0.43	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.39/0.43	c     320 constraints of type <knapsack>
0.39/0.43	c      49 constraints of type <setppc>
0.39/0.43	c transformed objective value is always integral (scale: 1)
0.39/0.43	c Presolving Time: 0.30
0.39/0.43	c - non default parameters ----------------------------------------------------------------------
0.39/0.43	c # SCIP version 1.2.1.2
0.39/0.43	c 
0.39/0.43	c # frequency for displaying node information lines
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.43	c display/freq = 10000
0.39/0.43	c 
0.39/0.43	c # maximal time in seconds to run
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/time = 1799.93
0.39/0.43	c 
0.39/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/memory = 1620
0.39/0.43	c 
0.39/0.43	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c lp/solvefreq = -1
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify inequalities
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/linear/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify knapsacks
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c separating/rapidlearning/freq = 0
0.39/0.43	c 
0.39/0.43	c -----------------------------------------------------------------------------------------------
0.39/0.43	c start solving
0.39/0.43	c 
0.39/0.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.43	c   0.3s|     1 |     2 |     0 |     - |8351k|   0 |   - |2125 | 369 |   0 |   0 |   0 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
12.09/12.19	c  11.9s| 10000 |  9727 |     0 |   0.0 |  15M|1614 |   - |2125 |1420 |   0 |   0 |   0 |1051 |   0 | 5.000000e+00 |      --      |    Inf 
26.88/26.97	c  26.4s| 20000 | 18431 |     0 |   0.0 |  24M|1614 |   - |2125 |2358 |   0 |   0 |   0 |3837 |   0 | 5.000000e+00 |      --      |    Inf 
39.98/40.02	c  39.2s| 30000 | 28065 |     0 |   0.0 |  31M|1614 |   - |2125 |2171 |   0 |   0 |   0 |5237 |   0 | 5.000000e+00 |      --      |    Inf 
52.78/52.87	c  51.9s| 40000 | 37638 |     0 |   0.0 |  38M|1614 |   - |2125 |2082 |   0 |   0 |   0 |6903 |   0 | 5.000000e+00 |      --      |    Inf 
65.88/65.92	c  64.8s| 50000 | 47231 |     0 |   0.0 |  46M|1614 |   - |2125 |1808 |   0 |   0 |   0 |8504 |   0 | 5.000000e+00 |      --      |    Inf 
78.87/78.94	c  77.6s| 60000 | 56747 |     0 |   0.0 |  53M|1614 |   - |2125 |1941 |   0 |   0 |   0 |  10k|   0 | 5.000000e+00 |      --      |    Inf 
91.97/92.05	c  90.5s| 70000 | 66299 |     0 |   0.0 |  61M|1614 |   - |2125 |1697 |   0 |   0 |   0 |  12k|   0 | 5.000000e+00 |      --      |    Inf 
105.07/105.18	c   103s| 80000 | 75835 |     0 |   0.0 |  68M|1614 |   - |2125 |1651 |   0 |   0 |   0 |  13k|   0 | 5.000000e+00 |      --      |    Inf 
118.36/118.41	c   116s| 90000 | 85391 |     0 |   0.0 |  76M|1614 |   - |2125 |1847 |   0 |   0 |   0 |  15k|   0 | 5.000000e+00 |      --      |    Inf 
131.66/131.77	c   130s|100000 | 94903 |     0 |   0.0 |  84M|1614 |   - |2125 |1857 |   0 |   0 |   0 |  17k|   0 | 5.000000e+00 |      --      |    Inf 
145.16/145.22	c   143s|110000 |104389 |     0 |   0.0 |  93M|1614 |   - |2125 |1817 |   0 |   0 |   0 |  19k|   0 | 5.000000e+00 |      --      |    Inf 
158.36/158.42	c   156s|120000 |113868 |     0 |   0.0 | 100M|1614 |   - |2125 |1670 |   0 |   0 |   0 |  22k|   0 | 5.000000e+00 |      --      |    Inf 
171.05/171.18	c   168s|130000 |123378 |     0 |   0.0 | 108M|1614 |   - |2125 |1542 |   0 |   0 |   0 |  24k|   0 | 5.000000e+00 |      --      |    Inf 
183.84/183.93	c   181s|140000 |132857 |     0 |   0.0 | 116M|1614 |   - |2125 |1623 |   0 |   0 |   0 |  26k|   0 | 5.000000e+00 |      --      |    Inf 
196.54/196.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.54/196.61	c   193s|150000 |142288 |     0 |   0.0 | 124M|1614 |   - |2125 |1660 |   0 |   0 |   0 |  28k|   0 | 5.000000e+00 |      --      |    Inf 
208.85/208.95	c   206s|160000 |151745 |     0 |   0.0 | 131M|1614 |   - |2125 |1671 |   0 |   0 |   0 |  30k|   0 | 5.000000e+00 |      --      |    Inf 
221.54/221.63	c   218s|170000 |161142 |     0 |   0.0 | 139M|1614 |   - |2125 |1787 |   0 |   0 |   0 |  32k|   0 | 5.000000e+00 |      --      |    Inf 
234.04/234.19	c   230s|180000 |170493 |     0 |   0.0 | 147M|1614 |   - |2125 |2016 |   0 |   0 |   0 |  35k|   0 | 5.000000e+00 |      --      |    Inf 
246.63/246.76	c   243s|190000 |179913 |     0 |   0.0 | 155M|1614 |   - |2125 |1957 |   0 |   0 |   0 |  37k|   0 | 5.000000e+00 |      --      |    Inf 
259.13/259.25	c   255s|200000 |189305 |     0 |   0.0 | 164M|1614 |   - |2125 |1960 |   0 |   0 |   0 |  40k|   0 | 5.000000e+00 |      --      |    Inf 
271.73/271.81	c   267s|210000 |198698 |     0 |   0.0 | 172M|1614 |   - |2125 |1921 |   0 |   0 |   0 |  42k|   0 | 5.000000e+00 |      --      |    Inf 
284.02/284.18	c   280s|220000 |208019 |     0 |   0.0 | 180M|1614 |   - |2125 |2149 |   0 |   0 |   0 |  45k|   0 | 5.000000e+00 |      --      |    Inf 
296.72/296.84	c   292s|230000 |217360 |     0 |   0.0 | 188M|1614 |   - |2125 |2142 |   0 |   0 |   0 |  47k|   0 | 5.000000e+00 |      --      |    Inf 
309.52/309.63	c   305s|240000 |226647 |     0 |   0.0 | 196M|1614 |   - |2125 |2171 |   0 |   0 |   0 |  50k|   0 | 5.000000e+00 |      --      |    Inf 
322.12/322.28	c   317s|250000 |235963 |     0 |   0.0 | 204M|1614 |   - |2125 |2210 |   0 |   0 |   0 |  52k|   0 | 5.000000e+00 |      --      |    Inf 
334.70/334.88	c   329s|260000 |245259 |     0 |   0.0 | 212M|1614 |   - |2125 |2361 |   0 |   0 |   0 |  55k|   0 | 5.000000e+00 |      --      |    Inf 
347.70/347.82	c   342s|270000 |254514 |     0 |   0.0 | 220M|1614 |   - |2125 |2545 |   0 |   0 |   0 |  58k|   0 | 5.000000e+00 |      --      |    Inf 
360.50/360.66	c   355s|280000 |263744 |     0 |   0.0 | 228M|1614 |   - |2125 |2753 |   0 |   0 |   0 |  61k|   0 | 5.000000e+00 |      --      |    Inf 
373.40/373.58	c   367s|290000 |272928 |     0 |   0.0 | 237M|1614 |   - |2125 |2689 |   0 |   0 |   0 |  64k|   0 | 5.000000e+00 |      --      |    Inf 
386.10/386.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.10/386.26	c   380s|300000 |282155 |     0 |   0.0 | 245M|1614 |   - |2125 |2777 |   0 |   0 |   0 |  67k|   0 | 5.000000e+00 |      --      |    Inf 
398.79/398.94	c   392s|310000 |291352 |     0 |   0.0 | 253M|1614 |   - |2125 |2985 |   0 |   0 |   0 |  70k|   0 | 5.000000e+00 |      --      |    Inf 
411.49/411.69	c   405s|320000 |300491 |     0 |   0.0 | 261M|1614 |   - |2125 |3134 |   0 |   0 |   0 |  73k|   0 | 5.000000e+00 |      --      |    Inf 
424.29/424.46	c   417s|330000 |309722 |     0 |   0.0 | 270M|1614 |   - |2125 |2876 |   0 |   0 |   0 |  76k|   0 | 5.000000e+00 |      --      |    Inf 
436.88/437.06	c   430s|340000 |318935 |     0 |   0.0 | 278M|1614 |   - |2125 |3041 |   0 |   0 |   0 |  79k|   0 | 5.000000e+00 |      --      |    Inf 
449.38/449.56	c   442s|350000 |328090 |     0 |   0.0 | 287M|1614 |   - |2125 |3165 |   0 |   0 |   0 |  83k|   0 | 5.000000e+00 |      --      |    Inf 
462.28/462.40	c   455s|360000 |337202 |     0 |   0.0 | 295M|1614 |   - |2125 |3140 |   0 |   0 |   0 |  86k|   0 | 5.000000e+00 |      --      |    Inf 
475.08/475.26	c   467s|370000 |346347 |     0 |   0.0 | 304M|1614 |   - |2125 |3138 |   0 |   0 |   0 |  89k|   0 | 5.000000e+00 |      --      |    Inf 
488.08/488.28	c   480s|380000 |355387 |     0 |   0.0 | 312M|1614 |   - |2125 |3056 |   0 |   0 |   0 |  93k|   0 | 5.000000e+00 |      --      |    Inf 
501.17/501.31	c   493s|390000 |364429 |     0 |   0.0 | 322M|1614 |   - |2125 |3654 |   0 |   0 |   0 |  97k|   0 | 5.000000e+00 |      --      |    Inf 
514.58/514.71	c   506s|400000 |373404 |     0 |   0.0 | 330M|1614 |   - |2125 |3371 |   0 |   0 |   0 | 101k|   0 | 5.000000e+00 |      --      |    Inf 
527.77/527.99	c   519s|410000 |382332 |     0 |   0.0 | 340M|1614 |   - |2125 |3675 |   0 |   0 |   0 | 105k|   0 | 5.000000e+00 |      --      |    Inf 
541.36/541.57	c   533s|420000 |391209 |     0 |   0.0 | 349M|1614 |   - |2125 |3898 |   0 |   0 |   0 | 109k|   0 | 5.000000e+00 |      --      |    Inf 
555.06/555.27	c   546s|430000 |400080 |     0 |   0.0 | 358M|1614 |   - |2125 |3774 |   0 |   0 |   0 | 113k|   0 | 5.000000e+00 |      --      |    Inf 
568.96/569.16	c   560s|440000 |408842 |     0 |   0.0 | 367M|1614 |   - |2125 |3467 |   0 |   0 |   0 | 118k|   0 | 5.000000e+00 |      --      |    Inf 
582.64/582.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.64/582.86	c   573s|450000 |417577 |     0 |   0.0 | 376M|1614 |   - |2125 |3844 |   0 |   0 |   0 | 122k|   0 | 5.000000e+00 |      --      |    Inf 
596.65/596.86	c   587s|460000 |426305 |     0 |   0.0 | 385M|1614 |   - |2125 |3561 |   0 |   0 |   0 | 127k|   0 | 5.000000e+00 |      --      |    Inf 
610.75/610.97	c   601s|470000 |434984 |     0 |   0.0 | 395M|1614 |   - |2125 |3834 |   0 |   0 |   0 | 132k|   0 | 5.000000e+00 |      --      |    Inf 
624.74/624.95	c   615s|480000 |443724 |     0 |   0.0 | 404M|1614 |   - |2125 |3393 |   0 |   0 |   0 | 137k|   0 | 5.000000e+00 |      --      |    Inf 
639.24/639.50	c   629s|490000 |452321 |     0 |   0.0 | 414M|1614 |   - |2125 |3723 |   0 |   0 |   0 | 142k|   0 | 5.000000e+00 |      --      |    Inf 
653.83/654.07	c   643s|500000 |460951 |     0 |   0.0 | 423M|1614 |   - |2125 |3594 |   0 |   0 |   0 | 147k|   0 | 5.000000e+00 |      --      |    Inf 
668.31/668.54	c   657s|510000 |469566 |     0 |   0.0 | 434M|1614 |   - |2125 |3854 |   0 |   0 |   0 | 153k|   0 | 5.000000e+00 |      --      |    Inf 
683.01/683.29	c   672s|520000 |478205 |     0 |   0.0 | 444M|1614 |   - |2125 |4198 |   0 |   0 |   0 | 158k|   0 | 5.000000e+00 |      --      |    Inf 
697.90/698.18	c   687s|530000 |486780 |     0 |   0.0 | 454M|1614 |   - |2125 |3945 |   0 |   0 |   0 | 164k|   0 | 5.000000e+00 |      --      |    Inf 
713.20/713.40	c   702s|540000 |495292 |     0 |   0.0 | 465M|1614 |   - |2125 |3903 |   0 |   0 |   0 | 170k|   0 | 5.000000e+00 |      --      |    Inf 
728.29/728.57	c   716s|550000 |503805 |     0 |   0.0 | 475M|1614 |   - |2125 |3714 |   0 |   0 |   0 | 176k|   0 | 5.000000e+00 |      --      |    Inf 
743.49/743.71	c   731s|560000 |512236 |     0 |   0.0 | 486M|1614 |   - |2125 |3618 |   0 |   0 |   0 | 182k|   0 | 5.000000e+00 |      --      |    Inf 
758.99/759.22	c   747s|570000 |520549 |     0 |   0.0 | 495M|1614 |   - |2125 |3400 |   0 |   0 |   0 | 188k|   0 | 5.000000e+00 |      --      |    Inf 
775.19/775.48	c   763s|580000 |528658 |     0 |   0.0 | 506M|1614 |   - |2125 |4006 |   0 |   0 |   0 | 195k|   0 | 5.000000e+00 |      --      |    Inf 
791.87/792.19	c   779s|590000 |536766 |     0 |   0.0 | 517M|1614 |   - |2125 |4631 |   0 |   0 |   0 | 201k|   0 | 5.000000e+00 |      --      |    Inf 
809.57/809.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.57/809.83	c   796s|600000 |544632 |     0 |   0.0 | 528M|1614 |   - |2125 |4674 |   0 |   0 |   0 | 209k|   0 | 5.000000e+00 |      --      |    Inf 
826.17/826.50	c   813s|610000 |552686 |     0 |   0.0 | 538M|1614 |   - |2125 |6836 |   0 |   0 |   0 | 216k|   0 | 5.000000e+00 |      --      |    Inf 
841.96/842.26	c   828s|620000 |561539 |     0 |   0.0 | 548M|1614 |   - |2125 |8174 |   0 |   0 |   0 | 221k|   0 | 5.000000e+00 |      --      |    Inf 
856.77/857.09	c   843s|630000 |570498 |     0 |   0.0 | 559M|1614 |   - |2125 |9198 |   0 |   0 |   0 | 225k|   0 | 5.000000e+00 |      --      |    Inf 
871.97/872.23	c   858s|640000 |579310 |     0 |   0.0 | 569M|1614 |   - |2125 |  10k|   0 |   0 |   0 | 230k|   0 | 5.000000e+00 |      --      |    Inf 
890.95/891.28	c   877s|650000 |587375 |     0 |   0.0 | 582M|1614 |   - |2125 |  12k|   0 |   0 |   0 | 239k|   0 | 5.000000e+00 |      --      |    Inf 
907.05/907.32	c   892s|660000 |596305 |     0 |   0.0 | 581M|1614 |   - |2125 |2423 |   0 |   0 |   0 | 242k|   0 | 5.000000e+00 |      --      |    Inf 
919.75/920.02	c   905s|670000 |605875 |     0 |   0.0 | 588M|1614 |   - |2125 |1383 |   0 |   0 |   0 | 244k|   0 | 5.000000e+00 |      --      |    Inf 
932.34/932.65	c   917s|680000 |615442 |     0 |   0.0 | 595M|1614 |   - |2125 |1152 |   0 |   0 |   0 | 246k|   0 | 5.000000e+00 |      --      |    Inf 
944.94/945.23	c   930s|690000 |624969 |     0 |   0.0 | 602M|1614 |   - |2125 |1152 |   0 |   0 |   0 | 247k|   0 | 5.000000e+00 |      --      |    Inf 
957.64/957.97	c   942s|700000 |634530 |     0 |   0.0 | 610M|1614 |   - |2125 |1188 |   0 |   0 |   0 | 249k|   0 | 5.000000e+00 |      --      |    Inf 
970.13/970.42	c   955s|710000 |644106 |     0 |   0.0 | 617M|1614 |   - |2125 | 985 |   0 |   0 |   0 | 251k|   0 | 5.000000e+00 |      --      |    Inf 
982.43/982.74	c   967s|720000 |653668 |     0 |   0.0 | 624M|1614 |   - |2125 |1182 |   0 |   0 |   0 | 252k|   0 | 5.000000e+00 |      --      |    Inf 
995.14/995.46	c   979s|730000 |663239 |     0 |   0.0 | 632M|1614 |   - |2125 |1185 |   0 |   0 |   0 | 254k|   0 | 5.000000e+00 |      --      |    Inf 
1007.73/1008.03	c   992s|740000 |672768 |     0 |   0.0 | 639M|1614 |   - |2125 |1205 |   0 |   0 |   0 | 256k|   0 | 5.000000e+00 |      --      |    Inf 
1020.23/1020.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.23/1020.52	c  1004s|750000 |682325 |     0 |   0.0 | 646M|1614 |   - |2125 |1190 |   0 |   0 |   0 | 258k|   0 | 5.000000e+00 |      --      |    Inf 
1032.53/1032.81	c  1016s|760000 |691894 |     0 |   0.0 | 653M|1614 |   - |2125 |1207 |   0 |   0 |   0 | 259k|   0 | 5.000000e+00 |      --      |    Inf 
1044.82/1045.17	c  1028s|770000 |701478 |     0 |   0.0 | 661M|1614 |   - |2125 |1254 |   0 |   0 |   0 | 261k|   0 | 5.000000e+00 |      --      |    Inf 
1057.32/1057.65	c  1040s|780000 |711069 |     0 |   0.0 | 668M|1614 |   - |2125 |1131 |   0 |   0 |   0 | 263k|   0 | 5.000000e+00 |      --      |    Inf 
1069.71/1070.09	c  1053s|790000 |720615 |     0 |   0.0 | 676M|1614 |   - |2125 |1256 |   0 |   0 |   0 | 264k|   0 | 5.000000e+00 |      --      |    Inf 
1082.20/1082.51	c  1065s|800000 |730162 |     0 |   0.0 | 683M|1614 |   - |2125 |1183 |   0 |   0 |   0 | 266k|   0 | 5.000000e+00 |      --      |    Inf 
1094.31/1094.60	c  1077s|810000 |739711 |     0 |   0.0 | 690M|1614 |   - |2125 |1213 |   0 |   0 |   0 | 268k|   0 | 5.000000e+00 |      --      |    Inf 
1106.61/1106.94	c  1089s|820000 |749251 |     0 |   0.0 | 698M|1614 |   - |2125 |1258 |   0 |   0 |   0 | 270k|   0 | 5.000000e+00 |      --      |    Inf 
1119.10/1119.48	c  1101s|830000 |758764 |     0 |   0.0 | 705M|1614 |   - |2125 |1353 |   0 |   0 |   0 | 272k|   0 | 5.000000e+00 |      --      |    Inf 
1131.60/1131.93	c  1113s|840000 |768325 |     0 |   0.0 | 713M|1614 |   - |2125 |1318 |   0 |   0 |   0 | 273k|   0 | 5.000000e+00 |      --      |    Inf 
1144.09/1144.45	c  1126s|850000 |777853 |     0 |   0.0 | 720M|1614 |   - |2125 |1305 |   0 |   0 |   0 | 275k|   0 | 5.000000e+00 |      --      |    Inf 
1156.39/1156.71	c  1138s|860000 |787440 |     0 |   0.0 | 728M|1614 |   - |2125 |1112 |   0 |   0 |   0 | 277k|   0 | 5.000000e+00 |      --      |    Inf 
1168.59/1168.93	c  1150s|870000 |796948 |     0 |   0.0 | 735M|1614 |   - |2125 |1334 |   0 |   0 |   0 | 279k|   0 | 5.000000e+00 |      --      |    Inf 
1180.88/1181.28	c  1162s|880000 |806490 |     0 |   0.0 | 743M|1614 |   - |2125 |1279 |   0 |   0 |   0 | 281k|   0 | 5.000000e+00 |      --      |    Inf 
1193.28/1193.63	c  1174s|890000 |816038 |     0 |   0.0 | 750M|1614 |   - |2125 |1140 |   0 |   0 |   0 | 282k|   0 | 5.000000e+00 |      --      |    Inf 
1205.58/1205.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.58/1205.94	c  1186s|900000 |825549 |     0 |   0.0 | 758M|1614 |   - |2125 |1437 |   0 |   0 |   0 | 284k|   0 | 5.000000e+00 |      --      |    Inf 
1218.28/1218.61	c  1199s|910000 |835058 |     0 |   0.0 | 765M|1614 |   - |2125 |1213 |   0 |   0 |   0 | 286k|   0 | 5.000000e+00 |      --      |    Inf 
1230.77/1231.13	c  1211s|920000 |844590 |     0 |   0.0 | 773M|1614 |   - |2125 |1304 |   0 |   0 |   0 | 288k|   0 | 5.000000e+00 |      --      |    Inf 
1242.97/1243.30	c  1223s|930000 |854135 |     0 |   0.0 | 780M|1614 |   - |2125 |1405 |   0 |   0 |   0 | 290k|   0 | 5.000000e+00 |      --      |    Inf 
1255.27/1255.65	c  1235s|940000 |863701 |     0 |   0.0 | 788M|1614 |   - |2125 |1275 |   0 |   0 |   0 | 291k|   0 | 5.000000e+00 |      --      |    Inf 
1267.66/1268.09	c  1247s|950000 |873245 |     0 |   0.0 | 795M|1614 |   - |2125 |1292 |   0 |   0 |   0 | 293k|   0 | 5.000000e+00 |      --      |    Inf 
1280.16/1280.56	c  1260s|960000 |882776 |     0 |   0.0 | 803M|1614 |   - |2125 |1172 |   0 |   0 |   0 | 295k|   0 | 5.000000e+00 |      --      |    Inf 
1292.35/1292.79	c  1272s|970000 |892324 |     0 |   0.0 | 810M|1614 |   - |2125 |1278 |   0 |   0 |   0 | 297k|   0 | 5.000000e+00 |      --      |    Inf 
1304.76/1305.15	c  1284s|980000 |901854 |     0 |   0.0 | 818M|1614 |   - |2125 |1338 |   0 |   0 |   0 | 299k|   0 | 5.000000e+00 |      --      |    Inf 
1317.25/1317.65	c  1296s|990000 |911410 |     0 |   0.0 | 825M|1614 |   - |2125 |1319 |   0 |   0 |   0 | 300k|   0 | 5.000000e+00 |      --      |    Inf 
1329.56/1329.94	c  1308s|  1000k|920899 |     0 |   0.0 | 833M|1614 |   - |2125 |1361 |   0 |   0 |   0 | 302k|   0 | 5.000000e+00 |      --      |    Inf 
1341.74/1342.15	c  1320s|  1010k|930430 |     0 |   0.0 | 840M|1614 |   - |2125 |1292 |   0 |   0 |   0 | 304k|   0 | 5.000000e+00 |      --      |    Inf 
1354.04/1354.42	c  1332s|  1020k|939943 |     0 |   0.0 | 848M|1614 |   - |2125 |1281 |   0 |   0 |   0 | 306k|   0 | 5.000000e+00 |      --      |    Inf 
1366.54/1366.98	c  1345s|  1030k|949432 |     0 |   0.0 | 855M|1614 |   - |2125 |1248 |   0 |   0 |   0 | 308k|   0 | 5.000000e+00 |      --      |    Inf 
1379.24/1379.61	c  1357s|  1040k|958962 |     0 |   0.0 | 863M|1614 |   - |2125 |1345 |   0 |   0 |   0 | 310k|   0 | 5.000000e+00 |      --      |    Inf 
1391.53/1391.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.53/1391.93	c  1369s|  1050k|968441 |     0 |   0.0 | 870M|1614 |   - |2125 |1355 |   0 |   0 |   0 | 311k|   0 | 5.000000e+00 |      --      |    Inf 
1403.83/1404.25	c  1381s|  1060k|977969 |     0 |   0.0 | 878M|1614 |   - |2125 |1423 |   0 |   0 |   0 | 313k|   0 | 5.000000e+00 |      --      |    Inf 
1416.23/1416.68	c  1394s|  1070k|987473 |     0 |   0.0 | 885M|1614 |   - |2125 |1306 |   0 |   0 |   0 | 315k|   0 | 5.000000e+00 |      --      |    Inf 
1428.63/1429.06	c  1406s|  1080k|996976 |     0 |   0.0 | 893M|1614 |   - |2125 |1274 |   0 |   0 |   0 | 317k|   0 | 5.000000e+00 |      --      |    Inf 
1440.53/1441.00	c  1418s|  1090k|  1006k|     0 |   0.0 | 901M|1614 |   - |2125 |1418 |   0 |   0 |   0 | 319k|   0 | 5.000000e+00 |      --      |    Inf 
1452.72/1453.16	c  1430s|  1100k|  1016k|     0 |   0.0 | 908M|1614 |   - |2125 |1438 |   0 |   0 |   0 | 321k|   0 | 5.000000e+00 |      --      |    Inf 
1465.02/1465.41	c  1442s|  1110k|  1025k|     0 |   0.0 | 916M|1614 |   - |2125 |1337 |   0 |   0 |   0 | 323k|   0 | 5.000000e+00 |      --      |    Inf 
1477.52/1477.90	c  1454s|  1120k|  1035k|     0 |   0.0 | 923M|1614 |   - |2125 |1283 |   0 |   0 |   0 | 324k|   0 | 5.000000e+00 |      --      |    Inf 
1489.51/1489.90	c  1466s|  1130k|  1044k|     0 |   0.0 | 931M|1614 |   - |2125 |1320 |   0 |   0 |   0 | 326k|   0 | 5.000000e+00 |      --      |    Inf 
1501.60/1502.03	c  1478s|  1140k|  1054k|     0 |   0.0 | 939M|1614 |   - |2125 |1411 |   0 |   0 |   0 | 328k|   0 | 5.000000e+00 |      --      |    Inf 
1513.91/1514.33	c  1490s|  1150k|  1063k|     0 |   0.0 | 946M|1614 |   - |2125 |1431 |   0 |   0 |   0 | 330k|   0 | 5.000000e+00 |      --      |    Inf 
1526.31/1526.79	c  1502s|  1160k|  1073k|     0 |   0.0 | 954M|1614 |   - |2125 |1399 |   0 |   0 |   0 | 332k|   0 | 5.000000e+00 |      --      |    Inf 
1538.41/1538.87	c  1514s|  1170k|  1082k|     0 |   0.0 | 961M|1614 |   - |2125 |1240 |   0 |   0 |   0 | 334k|   0 | 5.000000e+00 |      --      |    Inf 
1550.69/1551.14	c  1526s|  1180k|  1092k|     0 |   0.0 | 969M|1614 |   - |2125 |1337 |   0 |   0 |   0 | 335k|   0 | 5.000000e+00 |      --      |    Inf 
1562.79/1563.26	c  1538s|  1190k|  1101k|     0 |   0.0 | 977M|1614 |   - |2125 |1506 |   0 |   0 |   0 | 337k|   0 | 5.000000e+00 |      --      |    Inf 
1574.99/1575.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1574.99/1575.41	c  1550s|  1200k|  1111k|     0 |   0.0 | 984M|1614 |   - |2125 |1393 |   0 |   0 |   0 | 339k|   0 | 5.000000e+00 |      --      |    Inf 
1587.28/1587.70	c  1562s|  1210k|  1120k|     0 |   0.0 | 992M|1614 |   - |2125 |1376 |   0 |   0 |   0 | 341k|   0 | 5.000000e+00 |      --      |    Inf 
1599.48/1599.92	c  1574s|  1220k|  1130k|     0 |   0.0 | 999M|1614 |   - |2125 |1381 |   0 |   0 |   0 | 343k|   0 | 5.000000e+00 |      --      |    Inf 
1611.58/1612.02	c  1586s|  1230k|  1139k|     0 |   0.0 |1007M|1614 |   - |2125 |1438 |   0 |   0 |   0 | 345k|   0 | 5.000000e+00 |      --      |    Inf 
1623.58/1624.08	c  1598s|  1240k|  1149k|     0 |   0.0 |1014M|1614 |   - |2125 |1430 |   0 |   0 |   0 | 347k|   0 | 5.000000e+00 |      --      |    Inf 
1635.77/1636.29	c  1610s|  1250k|  1158k|     0 |   0.0 |1022M|1614 |   - |2125 |1511 |   0 |   0 |   0 | 348k|   0 | 5.000000e+00 |      --      |    Inf 
1648.27/1648.73	c  1622s|  1260k|  1168k|     0 |   0.0 |1029M|1614 |   - |2125 |1519 |   0 |   0 |   0 | 350k|   0 | 5.000000e+00 |      --      |    Inf 
1660.67/1661.14	c  1634s|  1270k|  1177k|     0 |   0.0 |1037M|1614 |   - |2125 |1443 |   0 |   0 |   0 | 352k|   0 | 5.000000e+00 |      --      |    Inf 
1672.77/1673.29	c  1646s|  1280k|  1187k|     0 |   0.0 |1044M|1614 |   - |2125 |1460 |   0 |   0 |   0 | 354k|   0 | 5.000000e+00 |      --      |    Inf 
1684.96/1685.43	c  1658s|  1290k|  1196k|     0 |   0.0 |1052M|1614 |   - |2125 |1482 |   0 |   0 |   0 | 356k|   0 | 5.000000e+00 |      --      |    Inf 
1697.26/1697.76	c  1670s|  1300k|  1206k|     0 |   0.0 |1059M|1614 |   - |2125 |1621 |   0 |   0 |   0 | 358k|   0 | 5.000000e+00 |      --      |    Inf 
1709.16/1709.68	c  1682s|  1310k|  1215k|     0 |   0.0 |1067M|1614 |   - |2125 |1771 |   0 |   0 |   0 | 360k|   0 | 5.000000e+00 |      --      |    Inf 
1721.46/1721.92	c  1694s|  1320k|  1225k|     0 |   0.0 |1075M|1614 |   - |2125 |1827 |   0 |   0 |   0 | 362k|   0 | 5.000000e+00 |      --      |    Inf 
1733.35/1733.88	c  1706s|  1330k|  1234k|     0 |   0.0 |1082M|1614 |   - |2125 |1611 |   0 |   0 |   0 | 364k|   0 | 5.000000e+00 |      --      |    Inf 
1745.25/1745.76	c  1717s|  1340k|  1244k|     0 |   0.0 |1090M|1614 |   - |2125 |1688 |   0 |   0 |   0 | 366k|   0 | 5.000000e+00 |      --      |    Inf 
1757.25/1757.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1757.25/1757.70	c  1729s|  1350k|  1253k|     0 |   0.0 |1097M|1614 |   - |2125 |1426 |   0 |   0 |   0 | 367k|   0 | 5.000000e+00 |      --      |    Inf 
1769.64/1770.16	c  1741s|  1360k|  1263k|     0 |   0.0 |1105M|1614 |   - |2125 |1748 |   0 |   0 |   0 | 369k|   0 | 5.000000e+00 |      --      |    Inf 
1781.94/1782.43	c  1753s|  1370k|  1272k|     0 |   0.0 |1113M|1614 |   - |2125 |1828 |   0 |   0 |   0 | 372k|   0 | 5.000000e+00 |      --      |    Inf 
1794.64/1795.11	c  1766s|  1380k|  1282k|     0 |   0.0 |1120M|1614 |   - |2125 |1649 |   0 |   0 |   0 | 373k|   0 | 5.000000e+00 |      --      |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.51	c 
1800.04/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.51	c Solving Time (sec) : 1771.25
1800.04/1800.51	c Solving Nodes      : 1384480
1800.04/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.51	c Dual Bound         : +5.00000000000000e+00
1800.04/1800.51	c Gap                : infinite
1800.04/1800.51	s UNKNOWN
1800.04/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.51	c Solving Time       :    1771.25
1800.04/1800.51	c Original Problem   :
1800.04/1800.51	c   Problem name     : HOME/instance-2663404-1276688994.opb
1800.04/1800.51	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.51	c   Constraints      : 2495 initial, 2495 maximal
1800.04/1800.51	c Presolved Problem  :
1800.04/1800.51	c   Problem name     : t_HOME/instance-2663404-1276688994.opb
1800.04/1800.51	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.51	c   Constraints      : 369 initial, 13510 maximal
1800.04/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.51	c   probing          :       0.10          0          0          0          0          0          0          0          0
1800.04/1800.51	c   knapsack         :       0.14          0          0          0          0          0          0          0          0
1800.04/1800.51	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.51	c   linear           :       0.04          5          0          0          5          0       2126          0          0
1800.04/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.51	c   knapsack         :        320          0    2237260          0    1347686      32096   20173445          0          0          0
1800.04/1800.51	c   setppc           :         49          0    2205164          0    1347686      26070     793471          0          0          0
1800.04/1800.51	c   logicor          :          0+         0     378922          0          0       1300      67741          0          0          0
1800.04/1800.51	c   countsols        :          0          0          0          0    1347686          0          0          0          0          0
1800.04/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.51	c   knapsack         :     939.87       0.00     272.93       0.00     666.94
1800.04/1800.51	c   setppc           :     144.11       0.00      28.00       0.00     116.11
1800.04/1800.51	c   logicor          :      28.89       0.00      28.89       0.00       0.00
1800.04/1800.51	c   countsols        :       0.44       0.00       0.00       0.00       0.44
1800.04/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.51	c   vbounds          :       1.19          2          0          0
1800.04/1800.51	c   rootredcost      :       1.32          0          0          0
1800.04/1800.51	c   pseudoobj        :       1.11          0          0          0
1800.04/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.51	c   propagation      :      41.88      59466      59465     784560      101.4       2756       46.7          -
1800.04/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.51	c   applied globally :          -          -          -     374819       79.0          -          -          -
1800.04/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.51	c Pricers            :       Time      Calls       Vars
1800.04/1800.51	c   problem variables:       0.00          0          0
1800.04/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   inference        :     484.22    1347686          0          0          0          0    2695372
1800.04/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.51	c   LP solutions     :       0.00          -          0
1800.04/1800.51	c   pseudo solutions :       0.00          -          0
1800.04/1800.51	c   oneopt           :       0.68          0          0
1800.04/1800.51	c   trivial          :       0.00          2          0
1800.04/1800.51	c   simplerounding   :       0.00          0          0
1800.04/1800.51	c   zirounding       :       0.00          0          0
1800.04/1800.51	c   rounding         :       0.00          0          0
1800.04/1800.51	c   shifting         :       0.00          0          0
1800.04/1800.51	c   intshifting      :       0.00          0          0
1800.04/1800.51	c   twoopt           :       0.00          0          0
1800.04/1800.51	c   fixandinfer      :       0.00          0          0
1800.04/1800.51	c   feaspump         :       0.00          0          0
1800.04/1800.51	c   coefdiving       :       0.00          0          0
1800.04/1800.51	c   pscostdiving     :       0.00          0          0
1800.04/1800.51	c   fracdiving       :       0.00          0          0
1800.04/1800.51	c   veclendiving     :       0.00          0          0
1800.04/1800.51	c   intdiving        :       0.00          0          0
1800.04/1800.51	c   actconsdiving    :       0.00          0          0
1800.04/1800.51	c   objpscostdiving  :       0.00          0          0
1800.04/1800.51	c   rootsoldiving    :       0.00          0          0
1800.04/1800.51	c   linesearchdiving :       0.00          0          0
1800.04/1800.51	c   guideddiving     :       0.00          0          0
1800.04/1800.51	c   octane           :       0.00          0          0
1800.04/1800.51	c   rens             :       0.00          0          0
1800.04/1800.51	c   rins             :       0.00          0          0
1800.04/1800.51	c   localbranching   :       0.00          0          0
1800.04/1800.51	c   mutation         :       0.00          0          0
1800.04/1800.51	c   crossover        :       0.00          0          0
1800.04/1800.51	c   dins             :       0.00          0          0
1800.04/1800.51	c   undercover       :       0.00          0          0
1800.04/1800.51	c   nlp              :       0.92          0          0
1800.04/1800.51	c   trysol           :       0.66          0          0
1800.04/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.51	c B&B Tree           :
1800.04/1800.51	c   number of runs   :          1
1800.04/1800.51	c   nodes            :    1384480
1800.04/1800.51	c   nodes (total)    :    1384480
1800.04/1800.51	c   nodes left       :    1286516
1800.04/1800.51	c   max depth        :       1614
1800.04/1800.51	c   max depth (total):       1614
1800.04/1800.51	c   backtracks       :      23559 (1.7%)
1800.04/1800.51	c   delayed cutoffs  :      24377
1800.04/1800.51	c   repropagations   :     148580 (3038611 domain reductions, 22672 cutoffs)
1800.04/1800.51	c   avg switch length:       3.91
1800.04/1800.51	c   switching time   :     107.61
1800.04/1800.51	c Solution           :
1800.04/1800.51	c   Solutions found  :          0 (0 improvements)
1800.04/1800.51	c   Primal Bound     :          -
1800.04/1800.51	c   Dual Bound       : +5.00000000000000e+00
1800.04/1800.51	c   Gap              :   infinite
1800.04/1800.51	c   Root Dual Bound  : +5.00000000000000e+00
1800.04/1800.51	c   Root Iterations  :          0

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-2663404-1276688994/watcher-2663404-1276688994 -o /tmp/evaluation-result-2663404-1276688994/solver-2663404-1276688994 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663404-1276688994.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: 0.92 0.99 0.99 3/106 16028
/proc/meminfo: memFree=1738236/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=5552 CPUtime=0
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 771 0 0 0 0 0 0 0 16 0 1 0 10190892 5685248 693 1992294400 4194304 7136930 140736271812672 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16028/statm: 1388 703 243 719 0 667 0

[startup+0.0272599 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 16028
/proc/meminfo: memFree=1738236/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=8936 CPUtime=0.02
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 1720 0 0 0 2 0 0 0 16 0 1 0 10190892 9150464 1642 1992294400 4194304 7136930 140736271812672 18446744073709551615 6269861 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16028/statm: 2234 1642 271 719 0 1513 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8936

[startup+0.101266 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 16028
/proc/meminfo: memFree=1738236/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=16740 CPUtime=0.09
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 4044 0 0 0 8 1 0 0 17 0 1 0 10190892 17141760 3612 1992294400 4194304 7136930 140736271812672 18446744073709551615 4682242 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 4185 3612 283 719 0 3464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.301284 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 16028
/proc/meminfo: memFree=1738236/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=24112 CPUtime=0.29
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 6188 0 0 0 26 3 0 0 17 0 1 0 10190892 24690688 5242 1992294400 4194304 7136930 140736271812672 18446744073709551615 4856434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 6028 5242 360 719 0 5307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24112

[startup+0.70032 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 16028
/proc/meminfo: memFree=1738236/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=26776 CPUtime=0.68
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 7704 0 0 0 65 3 0 0 17 0 1 0 10190892 27418624 5987 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 6694 5987 391 719 0 5973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26776

[startup+1.50039 s]
/proc/loadavg: 0.92 0.99 0.99 2/107 16029
/proc/meminfo: memFree=1715536/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=27324 CPUtime=1.49
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 7835 0 0 0 144 5 0 0 18 0 1 0 10190892 27979776 6118 1992294400 4194304 7136930 140736271812672 18446744073709551615 4414752 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 6831 6118 397 719 0 6110 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27324

[startup+3.10053 s]
/proc/loadavg: 0.92 0.99 0.99 2/107 16029
/proc/meminfo: memFree=1714916/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=28736 CPUtime=3.09
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 8185 0 0 0 300 9 0 0 21 0 1 0 10190892 29425664 6468 1992294400 4194304 7136930 140736271812672 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 7184 6468 397 719 0 6463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28736

[startup+6.30082 s]
/proc/loadavg: 0.93 0.99 0.99 2/107 16029
/proc/meminfo: memFree=1712436/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=30192 CPUtime=6.29
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 8558 0 0 0 616 13 0 0 25 0 1 0 10190892 30916608 6841 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 7548 6841 397 719 0 6827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30192

[startup+12.7014 s]
/proc/loadavg: 0.93 0.99 0.99 2/107 16029
/proc/meminfo: memFree=1706856/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=36360 CPUtime=12.69
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 10054 0 0 0 1246 23 0 0 25 0 1 0 10190892 37232640 8337 1992294400 4194304 7136930 140736271812672 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 9090 8337 397 719 0 8369 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36360

[startup+25.5015 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 16029
/proc/meminfo: memFree=1695448/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=47424 CPUtime=25.48
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 12666 0 0 0 2504 44 0 0 25 0 1 0 10190892 48562176 10949 1992294400 4194304 7136930 140736271812672 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 11856 10949 397 719 0 11135 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47424

[startup+51.1018 s]
/proc/loadavg: 0.96 0.99 0.99 2/107 16029
/proc/meminfo: memFree=1677964/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=65592 CPUtime=51.07
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 17050 0 0 0 5022 85 0 0 25 0 1 0 10190892 67166208 15333 1992294400 4194304 7136930 140736271812672 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 16398 15333 397 719 0 15677 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65592

[startup+102.308 s]
/proc/loadavg: 0.98 0.99 0.99 2/107 16031
/proc/meminfo: memFree=1641756/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=105088 CPUtime=102.27
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 26025 0 0 0 10064 163 0 0 25 0 1 0 10190892 107610112 24308 1992294400 4194304 7136930 140736271812672 18446744073709551615 4858933 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 26272 24308 397 719 0 25551 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 105088

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16033
/proc/meminfo: memFree=1599968/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=149096 CPUtime=162.26
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 36485 0 0 0 15972 254 0 0 25 0 1 0 10190892 152674304 34768 1992294400 4194304 7136930 140736271812672 18446744073709551615 4858852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 37274 34768 397 719 0 36553 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 149096

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16035
/proc/meminfo: memFree=1556692/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=194704 CPUtime=222.24
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 47288 0 0 0 21873 351 0 0 25 0 1 0 10190892 199376896 45571 1992294400 4194304 7136930 140736271812672 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 48676 45571 397 719 0 47955 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 194704

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16035
/proc/meminfo: memFree=1514160/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=242296 CPUtime=282.22
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 57889 0 0 0 27775 447 0 0 25 0 1 0 10190892 248111104 56172 1992294400 4194304 7136930 140736271812672 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 60574 56172 397 719 0 59853 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 242296

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16037
/proc/meminfo: memFree=1468404/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=290508 CPUtime=342.21
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 69233 0 0 0 33678 543 0 0 25 0 1 0 10190892 297480192 67516 1992294400 4194304 7136930 140736271812672 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 72627 67516 397 719 0 71906 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 290508

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16039
/proc/meminfo: memFree=1425252/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=334104 CPUtime=402.19
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 80069 0 0 0 39572 647 0 0 25 0 1 0 10190892 342122496 78352 1992294400 4194304 7136930 140736271812672 18446744073709551615 5901875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 83526 78352 397 719 0 82805 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 334104

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16041
/proc/meminfo: memFree=1376644/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=386684 CPUtime=462.18
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 92080 0 0 0 45471 747 0 0 25 0 1 0 10190892 395964416 90363 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 96671 90363 397 719 0 95950 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 386684

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 16043
/proc/meminfo: memFree=1330392/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=436948 CPUtime=522.17
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 103897 0 0 0 51367 850 0 0 25 0 1 0 10190892 447434752 102180 1992294400 4194304 7136930 140736271812672 18446744073709551615 4414501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 109237 102180 397 719 0 108516 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 436948

[startup+582.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 16043
/proc/meminfo: memFree=1288232/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=478892 CPUtime=582.14
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 114082 0 0 0 57267 947 0 0 25 0 1 0 10190892 490385408 112365 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 119723 112365 397 719 0 119002 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 478892

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 16045
/proc/meminfo: memFree=1245080/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=522844 CPUtime=642.14
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 124847 0 0 0 63169 1045 0 0 25 0 1 0 10190892 535392256 123130 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 130711 123130 397 719 0 129990 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 522844

[startup+702.301 s]

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

/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 188333 0 0 0 98601 1602 0 0 25 0 1 0 10190892 816709632 186616 1992294400 4194304 7136930 140736271812672 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 199392 186616 397 719 0 198671 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 797568

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16066
/proc/meminfo: memFree=951200/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=839564 CPUtime=1062.01
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 198317 0 0 0 104503 1698 0 0 25 0 1 0 10190892 859713536 196600 1992294400 4194304 7136930 140736271812672 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 209891 196600 397 719 0 209170 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 839564

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16068
/proc/meminfo: memFree=911892/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=880920 CPUtime=1122
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 207853 0 0 0 110404 1796 0 0 25 0 1 0 10190892 902062080 206136 1992294400 4194304 7136930 140736271812672 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 220230 206136 397 719 0 219509 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 880920

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16068
/proc/meminfo: memFree=874196/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=918304 CPUtime=1181.98
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 217466 0 0 0 116306 1892 0 0 25 0 1 0 10190892 940343296 215749 1992294400 4194304 7136930 140736271812672 18446744073709551615 5892238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 229576 215749 397 719 0 228855 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 918304

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16070
/proc/meminfo: memFree=837616/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=954296 CPUtime=1241.97
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 226333 0 0 0 122208 1989 0 0 25 0 1 0 10190892 977199104 224616 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 238574 224616 397 719 0 237853 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 954296

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16072
/proc/meminfo: memFree=799052/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=991240 CPUtime=1301.96
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 235870 0 0 0 128116 2080 0 0 25 0 1 0 10190892 1015029760 234153 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 247810 234153 397 719 0 247089 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 991240

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16074
/proc/meminfo: memFree=763340/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1028416 CPUtime=1361.94
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 244820 0 0 0 134020 2174 0 0 25 0 1 0 10190892 1053097984 243103 1992294400 4194304 7136930 140736271812672 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 257104 243103 397 719 0 256383 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1028416

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16076
/proc/meminfo: memFree=727008/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1082668 CPUtime=1421.93
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 253979 0 0 0 139922 2271 0 0 25 0 1 0 10190892 1108652032 252262 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 270667 252262 397 719 0 269946 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1082668

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16076
/proc/meminfo: memFree=690800/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1118064 CPUtime=1481.91
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 262913 0 0 0 145825 2366 0 0 25 0 1 0 10190892 1144897536 261196 1992294400 4194304 7136930 140736271812672 18446744073709551615 4854299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 279516 261196 397 719 0 278795 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1118064

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16078
/proc/meminfo: memFree=649632/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1159340 CPUtime=1541.89
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 273276 0 0 0 151728 2461 0 0 25 0 1 0 10190892 1187164160 271559 1992294400 4194304 7136930 140736271812672 18446744073709551615 4858803 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 289835 271559 397 719 0 289114 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1159340

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16080
/proc/meminfo: memFree=610944/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1196108 CPUtime=1601.88
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 282830 0 0 0 157632 2556 0 0 25 0 1 0 10190892 1224814592 281113 1992294400 4194304 7136930 140736271812672 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 299027 281113 397 719 0 298306 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1196108

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16082
/proc/meminfo: memFree=578332/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1229576 CPUtime=1661.86
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 291056 0 0 0 163538 2648 0 0 25 0 1 0 10190892 1259085824 289339 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 307394 289339 397 719 0 306673 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1229576

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16084
/proc/meminfo: memFree=535924/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1270084 CPUtime=1721.85
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 301458 0 0 0 169441 2744 0 0 25 0 1 0 10190892 1300566016 299741 1992294400 4194304 7136930 140736271812672 18446744073709551615 5892288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 317521 299741 397 719 0 316800 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1270084

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16084
/proc/meminfo: memFree=497732/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1311848 CPUtime=1781.83
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 311166 0 0 0 175341 2842 0 0 25 0 1 0 10190892 1343332352 309449 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 327962 309449 397 719 0 327241 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1311848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16086
/proc/meminfo: memFree=482976/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1328796 CPUtime=1800.04
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 314600 0 0 0 177132 2872 0 0 25 0 1 0 10190892 1360687104 312883 1992294400 4194304 7136930 140736271812672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16028/statm: 332199 312883 397 719 0 331478 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1328796

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16028

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16087
/proc/meminfo: memFree=482968/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1328796 CPUtime=1800.93
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 314605 0 0 0 177221 2872 0 0 25 0 1 0 10190892 1360687104 312888 1992294400 4194304 7136930 140736271812672 18446744073709551615 6166197 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16028/statm: 332199 312888 402 719 0 331478 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 1328796

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16087
/proc/meminfo: memFree=482968/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=1328796 CPUtime=1801.73
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4202496 314605 0 0 0 177301 2872 0 0 25 0 1 0 10190892 1360687104 312888 1992294400 4194304 7136930 140736271812672 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16028/statm: 332199 312888 402 719 0 331478 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 1328796

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16087
/proc/meminfo: memFree=482968/2059040 swapFree=4164932/4192956
[pid=16028] ppid=16026 vsize=0 CPUtime=1802.13
/proc/16028/stat : 16028 (pbscip.linux.x8) R 16026 16028 15715 0 -1 4203524 314605 0 0 0 177332 2881 0 0 25 0 1 0 10190892 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.18
CPU user time (s): 1773.32
CPU system time (s): 28.8566
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 1328796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.32
system time used= 28.8566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1698

runsolver used 3.16552 second user time and 8.32873 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 13:49:54
IDJOB=2663404
IDBENCH=71848
IDSOLVER=1167
FILE ID=node051/2663404-1276688994
PBS_JOBID= 11172594
Free space on /tmp= 62564 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.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-2663404-1276688994/watcher-2663404-1276688994 -o /tmp/evaluation-result-2663404-1276688994/solver-2663404-1276688994 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663404-1276688994.opb -t 1800 -m 1800

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=628661412

node051.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.255
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.51
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.255
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1738764 kB
Buffers:         75052 kB
Cached:         133568 kB
SwapCached:       1444 kB
Active:          96084 kB
Inactive:       145476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1738764 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:            3384 kB
Writeback:           0 kB
AnonPages:       31504 kB
Mapped:          14872 kB
Slab:            56940 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183052 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= 62560 MiB
End job on node051 at 2010-06-16 14:19:57