Trace number 2703178

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT21 1789.48 1790.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703178-1278564992.opb>
0.00/0.03	c original problem has 2728 variables (2728 bin, 0 int, 0 impl, 0 cont) and 2728 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	c presolving:
0.09/0.17	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 73808 impls, 0 clqs
0.19/0.28	c    (0.2s) probing: 101/2728 (3.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.28	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.28	c presolving (2 rounds):
0.19/0.28	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.28	c  73808 implications, 0 cliques
0.19/0.28	c presolved problem has 2728 variables (2728 bin, 0 int, 0 impl, 0 cont) and 2728 constraints
0.19/0.28	c    2528 constraints of type <and>
0.19/0.28	c     200 constraints of type <logicor>
0.19/0.28	c transformed objective value is always integral (scale: 1)
0.19/0.28	c Presolving Time: 0.23
0.19/0.28	c - non default parameters ----------------------------------------------------------------------
0.19/0.28	c # SCIP version 1.2.1.3
0.19/0.28	c 
0.19/0.28	c # frequency for displaying node information lines
0.19/0.28	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.28	c display/freq = 10000
0.19/0.28	c 
0.19/0.28	c # maximal time in seconds to run
0.19/0.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.28	c limits/time = 1789.98
0.19/0.28	c 
0.19/0.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.28	c limits/memory = 1620
0.19/0.28	c 
0.19/0.28	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.28	c # [type: int, range: [1,2], default: 1]
0.19/0.28	c timing/clocktype = 2
0.19/0.28	c 
0.19/0.28	c # should presolving try to simplify inequalities
0.19/0.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28	c constraints/linear/simplifyinequalities = TRUE
0.19/0.28	c 
0.19/0.28	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28	c constraints/indicator/addCouplingCons = TRUE
0.19/0.28	c 
0.19/0.28	c # should presolving try to simplify knapsacks
0.19/0.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.28	c 
0.19/0.28	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.28	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28	c heuristics/undercover/freq = 0
0.19/0.28	c 
0.19/0.28	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.28	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.28	c separating/rapidlearning/freq = 0
0.19/0.28	c 
0.19/0.28	c -----------------------------------------------------------------------------------------------
0.19/0.28	c start solving
0.19/0.28	c 
0.29/0.36	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.36	c   0.3s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2728 |2728 |2728 |5256 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	o 61
0.29/0.37	c s 0.3s|     1 |     0 |   400 |     - |  14M|   0 | 400 |2728 |2728 |2728 |5256 |   0 |   0 |   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
1.39/1.45	c   1.4s|     1 |     0 |  1000 |     - |  14M|   0 | 400 |2728 |2728 |2728 |5658 | 402 |   0 |   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
1.39/1.47	o 60
1.39/1.47	c s 1.4s|     1 |     0 |  1000 |     - |  14M|   0 | 400 |2728 |2728 |2728 |5658 | 402 |   0 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
1.89/1.99	c   2.0s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6060 | 804 |   0 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
1.99/2.01	o 50
1.99/2.01	c s 2.0s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6060 | 804 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
2.49/2.57	c   2.5s|     1 |     0 |  2200 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6461 |1205 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
3.09/3.19	c   3.2s|     1 |     0 |  2800 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6863 |1607 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
3.20/3.20	o 43
3.20/3.20	c s 3.2s|     1 |     0 |  2800 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6863 |1607 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
3.99/4.06	c   4.0s|     1 |     0 |  3583 |     - |  15M|   0 |1025 |2728 |2728 |2728 |7263 |2007 |   0 |   0 | 1.001909e+01 | 4.300000e+01 | 329.18%
6.99/7.04	c   7.0s|     1 |     0 |  4538 |     - |  16M|   0 |1301 |2728 |2728 |2728 |7479 |2223 |   0 |   0 | 1.335436e+01 | 4.300000e+01 | 221.99%
10.79/10.81	c  10.8s|     1 |     0 |  5128 |     - |  17M|   0 |1502 |2728 |2728 |2728 |7569 |2313 |   0 |   0 | 1.389429e+01 | 4.300000e+01 | 209.48%
13.48/13.56	c  13.5s|     1 |     0 |  5409 |     - |  17M|   0 |1544 |2728 |2728 |2728 |7613 |2357 |   0 |   0 | 1.406825e+01 | 4.300000e+01 | 205.65%
18.08/18.12	c  18.1s|     1 |     0 |  5598 |     - |  18M|   0 |1603 |2728 |2728 |2728 |7634 |2378 |   0 |   0 | 1.413966e+01 | 4.300000e+01 | 204.11%
22.68/22.78	c  22.8s|     1 |     0 |  5697 |     - |  18M|   0 |1671 |2728 |2728 |2728 |7651 |2395 |   0 |   0 | 1.415316e+01 | 4.300000e+01 | 203.82%
27.58/27.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.58/27.67	c  27.6s|     1 |     0 |  5860 |     - |  17M|   0 |1771 |2728 |2728 |2728 |2681 |2404 |   0 |   0 | 1.422804e+01 | 4.300000e+01 | 202.22%
28.98/29.07	c  29.0s|     1 |     0 |  5947 |     - |  17M|   0 |1747 |2728 |2728 |2728 |2687 |2410 |   0 |   0 | 1.424248e+01 | 4.300000e+01 | 201.91%
30.38/30.42	c  30.4s|     1 |     0 |  5984 |     - |  17M|   0 |1778 |2728 |2728 |2728 |2700 |2423 |   0 |   0 | 1.424470e+01 | 4.300000e+01 | 201.87%
31.79/31.87	c  31.8s|     1 |     0 |  6063 |     - |  17M|   0 |1810 |2728 |2728 |2728 |2704 |2427 |   0 |   0 | 1.426300e+01 | 4.300000e+01 | 201.48%
33.18/33.27	c  33.2s|     1 |     0 |  6066 |     - |  17M|   0 |1813 |2728 |2728 |2728 |2707 |2430 |   0 |   0 | 1.426300e+01 | 4.300000e+01 | 201.48%
34.58/34.65	c  34.6s|     1 |     0 |  6071 |     - |  17M|   0 |1809 |2728 |2728 |2728 |2708 |2431 |   0 |   0 | 1.426308e+01 | 4.300000e+01 | 201.48%
35.98/36.07	c  36.0s|     1 |     0 |  6072 |     - |  17M|   0 |1809 |2728 |2728 |2728 |2620 |2432 |   0 |   0 | 1.426308e+01 | 4.300000e+01 | 201.48%
40.08/40.14	c  40.1s|     1 |     2 |  6072 |     - |  17M|   0 |1809 |2728 |2728 |2728 |2620 |2432 |   0 |  14 | 1.426308e+01 | 4.300000e+01 | 201.48%
593.38/593.65	o 22
593.38/593.65	c * 594s|  1525 |  1445 |454149 | 294.0 |  21M|  27 |   - |2728 |2728 |2728 |2889 |  25k|   0 |2120 | 1.561667e+01 | 2.200000e+01 |  40.88%
1420.08/1420.68	o 21
1420.08/1420.68	c *1421s|  4916 |  3795 |  1248k| 252.8 |  28M|  31 |   - |2728 |2730 |2728 |2860 |  72k|   2 |4445 | 1.596619e+01 | 2.100000e+01 |  31.53%
1789.36/1790.02	c 
1789.36/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.36/1790.02	c Solving Time (sec) : 1789.99
1789.36/1790.02	c Solving Nodes      : 6904
1789.36/1790.02	c Primal Bound       : +2.10000000000000e+01 (6 solutions)
1789.36/1790.02	c Dual Bound         : +1.60993699944496e+01
1789.36/1790.02	c Gap                : 30.44 %
1789.36/1790.02	s SATISFIABLE
1789.36/1790.02	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 
1789.36/1790.02	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1789.36/1790.02	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1789.36/1790.02	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1789.36/1790.02	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1789.36/1790.02	v -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 
1789.36/1790.02	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1789.36/1790.02	v -x43 -x42 -x41 -x40 x39 x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 x26 -x25 x24 x23 -x22 -x21 x20 x19 -x18 -x17 
1789.36/1790.02	v x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 x7 -x6 -x5 -x4 -x3 x2 x1 
1789.36/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.36/1790.02	c Solving Time       :    1789.99
1789.36/1790.02	c Original Problem   :
1789.36/1790.02	c   Problem name     : HOME/instance-2703178-1278564992.opb
1789.36/1790.02	c   Variables        : 2728 (2728 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.36/1790.02	c   Constraints      : 2728 initial, 2728 maximal
1789.36/1790.02	c Presolved Problem  :
1789.36/1790.02	c   Problem name     : t_HOME/instance-2703178-1278564992.opb
1789.36/1790.02	c   Variables        : 2728 (2728 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.36/1790.02	c   Constraints      : 2728 initial, 2730 maximal
1789.36/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.36/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.36/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.36/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.36/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.36/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.36/1790.02	c   probing          :       0.05          0          0          0          0          0          0          0          0
1789.36/1790.02	c   and              :       0.16          0          0          0          0          0          0          0          0
1789.36/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.36/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.36/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.36/1790.02	c   integral         :          0          0          0       6375          0          5        121          0          0      12682
1789.36/1790.02	c   and              :       2528      19933      69073          2          0          2     285537      94382          0          0
1789.36/1790.02	c   logicor          :        200+        18      29266          2          0          0          2          0          0          0
1789.36/1790.02	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1789.36/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.36/1790.02	c   integral         :     386.91       0.00       0.00     386.91       0.00
1789.36/1790.02	c   and              :      62.99      50.59      12.39       0.00       0.00
1789.36/1790.02	c   logicor          :       0.37       0.00       0.37       0.00       0.00
1789.36/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.36/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.36/1790.02	c   vbounds          :       0.05          2          0          0
1789.36/1790.02	c   rootredcost      :       0.05          2          0          0
1789.36/1790.02	c   pseudoobj        :       1.19      69095          0          0
1789.36/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.36/1790.02	c   propagation      :       0.00          2          2          2        3.0          0        0.0          -
1789.36/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.36/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.36/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.36/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.36/1790.02	c   applied globally :          -          -          -          2        3.0          -          -          -
1789.36/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.36/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.36/1790.02	c   cut pool         :       0.01         17          -          -          0          -    (maximal pool size: 2859)
1789.36/1790.02	c   redcost          :       3.39      19960          0      40415          0          0
1789.36/1790.02	c   impliedbounds    :       0.05         18          0          0       2540          0
1789.36/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.36/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.36/1790.02	c   gomory           :      16.85         18          0          0       2630          0
1789.36/1790.02	c   strongcg         :      12.59         18          0          0       4002          0
1789.36/1790.02	c   cmir             :       1.96         10          0          0       2022          0
1789.36/1790.02	c   flowcover        :       0.98         10          0          0        200          0
1789.36/1790.02	c   clique           :       0.15         18          0          0         13          0
1789.36/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.36/1790.02	c   mcf              :       0.01          1          0          0          0          0
1789.36/1790.02	c   rapidlearning    :       0.52          1          0          0          0          0
1789.36/1790.02	c Pricers            :       Time      Calls       Vars
1789.36/1790.02	c   problem variables:       0.00          0          0
1789.36/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.36/1790.02	c   relpscost        :     386.88       6373          5        121          0          0      12682
1789.36/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.36/1790.02	c   inference        :       0.00          0          0          0          0          0          0
1789.36/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.36/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.36/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.36/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.36/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.36/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.36/1790.02	c   LP solutions     :       0.01          -          2
1789.36/1790.02	c   pseudo solutions :       0.00          -          0
1789.36/1790.02	c   oneopt           :       0.04          5          0
1789.36/1790.02	c   crossover        :       0.31          3          0
1789.36/1790.02	c   fracdiving       :      64.36         46          0
1789.36/1790.02	c   coefdiving       :      46.96         52          0
1789.36/1790.02	c   veclendiving     :      42.35         54          0
1789.36/1790.02	c   linesearchdiving :      54.52         58          0
1789.36/1790.02	c   trivial          :       0.01          2          0
1789.36/1790.02	c   simplerounding   :       0.03          0          0
1789.36/1790.02	c   zirounding       :       0.47       1000          0
1789.36/1790.02	c   rounding         :       7.75       1985          0
1789.36/1790.02	c   shifting         :       8.50       2183          4
1789.36/1790.02	c   intshifting      :       0.00          0          0
1789.36/1790.02	c   twoopt           :       0.00          0          0
1789.36/1790.02	c   fixandinfer      :       0.00          0          0
1789.36/1790.02	c   feaspump         :       0.00          0          0
1789.36/1790.02	c   pscostdiving     :      57.09         40          0
1789.36/1790.02	c   intdiving        :       0.00          0          0
1789.36/1790.02	c   actconsdiving    :       0.00          0          0
1789.36/1790.02	c   objpscostdiving  :      50.21          3          0
1789.36/1790.02	c   rootsoldiving    :      10.04         18          0
1789.36/1790.02	c   guideddiving     :      65.30         47          0
1789.36/1790.02	c   octane           :       0.00          0          0
1789.36/1790.02	c   rens             :       0.01          0          0
1789.36/1790.02	c   rins             :       0.00          0          0
1789.36/1790.02	c   localbranching   :       0.00          0          0
1789.36/1790.02	c   mutation         :       0.00          0          0
1789.36/1790.02	c   dins             :       0.00          0          0
1789.36/1790.02	c   undercover       :       0.02          1          0
1789.36/1790.02	c   nlp              :       0.01          0          0
1789.36/1790.02	c   trysol           :       0.01          0          0
1789.36/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.36/1790.02	c   primal LP        :      10.96          0          0       0.00       0.00
1789.36/1790.02	c   dual LP          :     834.69      21692    1121618      51.71    1343.76
1789.36/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.36/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.36/1790.02	c   diving/probing LP:     336.32      23089     491536      21.29    1461.53
1789.36/1790.02	c   strong branching :     382.33       5459     546941     100.19    1430.55
1789.36/1790.02	c     (at root node) :          -         14       3124     223.14          -
1789.36/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.36/1790.02	c B&B Tree           :
1789.36/1790.02	c   number of runs   :          1
1789.36/1790.02	c   nodes            :       6904
1789.36/1790.02	c   nodes (total)    :       6904
1789.36/1790.02	c   nodes left       :       5007
1789.36/1790.02	c   max depth        :         33
1789.36/1790.02	c   max depth (total):         33
1789.36/1790.02	c   backtracks       :       1774 (25.7%)
1789.36/1790.02	c   delayed cutoffs  :          0
1789.36/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.36/1790.02	c   avg switch length:       7.07
1789.36/1790.02	c   switching time   :      14.84
1789.36/1790.02	c Solution           :
1789.36/1790.02	c   Solutions found  :          6 (6 improvements)
1789.36/1790.02	c   First Solution   : +6.10000000000000e+01   (in run 1, after 1 nodes, 0.33 seconds, depth 0, found by <shifting>)
1789.36/1790.02	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 4916 nodes, 1420.64 seconds, depth 19, found by <relaxation>)
1789.36/1790.02	c   Dual Bound       : +1.60993699944496e+01
1789.36/1790.02	c   Gap              :      30.44 %
1789.36/1790.02	c   Root Dual Bound  : +1.42630768732429e+01
1789.36/1790.02	c   Root Iterations  :       6072
1789.46/1790.10	c Time complete: 1789.47.

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703178-1278564992/watcher-2703178-1278564992 -o /tmp/evaluation-result-2703178-1278564992/solver-2703178-1278564992 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703178-1278564992.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.00 1.00 1.00 3/105 28948
/proc/meminfo: memFree=1822180/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=7904 CPUtime=0
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 1130 0 0 0 0 0 0 0 25 0 1 0 24707617 8093696 1042 1992294400 4194304 8395647 140735614433296 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28948/statm: 1976 1050 365 1026 0 946 0

[startup+0.066858 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 28948
/proc/meminfo: memFree=1822180/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=21900 CPUtime=0.05
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 4813 0 0 0 4 1 0 0 18 0 1 0 24707617 22425600 4371 1992294400 4194304 8395647 140735614433296 18446744073709551615 6069589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 5475 4371 454 1026 0 4445 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21900

[startup+0.100863 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 28948
/proc/meminfo: memFree=1822180/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=25496 CPUtime=0.09
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 5708 0 0 0 8 1 0 0 18 0 1 0 24707617 26107904 5266 1992294400 4194304 8395647 140735614433296 18446744073709551615 6079047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 6374 5266 454 1026 0 5344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25496

[startup+0.300901 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 28948
/proc/meminfo: memFree=1822180/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=30680 CPUtime=0.29
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 7124 0 0 0 27 2 0 0 18 0 1 0 24707617 31416320 6682 1992294400 4194304 8395647 140735614433296 18446744073709551615 6153474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 7670 6682 521 1026 0 6640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30680

[startup+0.700977 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 28948
/proc/meminfo: memFree=1822180/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=38492 CPUtime=0.69
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 11517 0 0 0 65 4 0 0 18 0 1 0 24707617 39415808 8639 1992294400 4194304 8395647 140735614433296 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 9623 8639 584 1026 0 8593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38492

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28949
/proc/meminfo: memFree=1769596/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=40004 CPUtime=1.49
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 17212 0 0 0 127 22 0 0 19 0 1 0 24707617 40964096 9123 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 10001 9123 616 1026 0 8971 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40004

[startup+3.10044 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28949
/proc/meminfo: memFree=1787204/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=42544 CPUtime=3.09
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 17709 0 0 0 287 22 0 0 25 0 1 0 24707617 43565056 9611 1992294400 4194304 8395647 140735614433296 18446744073709551615 6148712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 10636 9611 610 1026 0 9606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42544

[startup+6.30105 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28949
/proc/meminfo: memFree=1782368/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=49524 CPUtime=6.29
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 19621 0 0 0 605 24 0 0 25 0 1 0 24707617 50712576 11406 1992294400 4194304 8395647 140735614433296 18446744073709551615 6587081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 12381 11406 620 1026 0 11351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49524

[startup+12.7003 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28949
/proc/meminfo: memFree=1776540/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=51560 CPUtime=12.69
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 20059 0 0 0 1242 27 0 0 25 0 1 0 24707617 52797440 11834 1992294400 4194304 8395647 140735614433296 18446744073709551615 7185590 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 12890 11834 633 1026 0 11860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51560

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28949
/proc/meminfo: memFree=1773440/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=53996 CPUtime=25.48
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 20831 0 0 0 2514 34 0 0 25 0 1 0 24707617 55291904 12586 1992294400 4194304 8395647 140735614433296 18446744073709551615 6440473 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 13499 12586 613 1026 0 12469 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53996

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28949
/proc/meminfo: memFree=1773564/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=53224 CPUtime=51.07
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 21414 0 0 0 5063 44 0 0 25 0 1 0 24707617 54501376 12431 1992294400 4194304 8395647 140735614433296 18446744073709551615 6670381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 13306 12431 614 1026 0 12276 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53224

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28951
/proc/meminfo: memFree=1773564/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=53224 CPUtime=102.26
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 21414 0 0 0 10157 69 0 0 25 0 1 0 24707617 54501376 12431 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 13306 12431 614 1026 0 12276 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53224

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28953
/proc/meminfo: memFree=1773564/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=53224 CPUtime=162.23
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 21417 0 0 0 16127 96 0 0 25 0 1 0 24707617 54501376 12434 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 13306 12434 616 1026 0 12276 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53224

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28955
/proc/meminfo: memFree=1760296/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=222.21
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24883 0 0 0 22095 126 0 0 25 0 1 0 24707617 70393856 15900 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15900 627 1026 0 16156 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 68744

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28964
/proc/meminfo: memFree=1759296/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=282.18
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24883 0 0 0 28063 155 0 0 25 0 1 0 24707617 70393856 15900 1992294400 4194304 8395647 140735614433296 18446744073709551615 6693736 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15900 627 1026 0 16156 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 68744

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28966
/proc/meminfo: memFree=1759304/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=342.16
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24883 0 0 0 34032 184 0 0 25 0 1 0 24707617 70393856 15900 1992294400 4194304 8395647 140735614433296 18446744073709551615 6728651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15900 627 1026 0 16156 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 68744

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28968
/proc/meminfo: memFree=1759304/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=402.14
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24884 0 0 0 40006 208 0 0 25 0 1 0 24707617 70393856 15901 1992294400 4194304 8395647 140735614433296 18446744073709551615 6718880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15901 627 1026 0 16156 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 68744

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28970
/proc/meminfo: memFree=1759304/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=462.12
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24884 0 0 0 45979 233 0 0 25 0 1 0 24707617 70393856 15901 1992294400 4194304 8395647 140735614433296 18446744073709551615 6667522 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15901 627 1026 0 16156 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 68744

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28972
/proc/meminfo: memFree=1759304/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=522.1
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24887 0 0 0 51947 263 0 0 25 0 1 0 24707617 70393856 15904 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15904 627 1026 0 16156 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 68744

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28972
/proc/meminfo: memFree=1759304/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=582.07
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24887 0 0 0 57916 291 0 0 25 0 1 0 24707617 70393856 15904 1992294400 4194304 8395647 140735614433296 18446744073709551615 6698001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15904 627 1026 0 16156 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 68744

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28974
/proc/meminfo: memFree=1759304/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=642.06
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 24898 0 0 0 63885 321 0 0 25 0 1 0 24707617 70393856 15915 1992294400 4194304 8395647 140735614433296 18446744073709551615 4694325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 15915 631 1026 0 16156 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 68744

[startup+702.301 s]

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

/proc/meminfo: memFree=1757692/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=1001.93
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27562 0 0 0 99697 496 0 0 25 0 1 0 24707617 70393856 16301 1992294400 4194304 8395647 140735614433296 18446744073709551615 6708502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 16301 631 1026 0 16156 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 68744

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28986
/proc/meminfo: memFree=1757692/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=1061.91
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27562 0 0 0 105665 526 0 0 25 0 1 0 24707617 70393856 16301 1992294400 4194304 8395647 140735614433296 18446744073709551615 6450059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 16301 631 1026 0 16156 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 68744

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28988
/proc/meminfo: memFree=1757692/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=1121.89
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27565 0 0 0 111633 556 0 0 25 0 1 0 24707617 70393856 16304 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 16304 631 1026 0 16156 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 68744

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28988
/proc/meminfo: memFree=1757692/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=1181.87
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27565 0 0 0 117601 586 0 0 25 0 1 0 24707617 70393856 16304 1992294400 4194304 8395647 140735614433296 18446744073709551615 6697974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 16304 631 1026 0 16156 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 68744

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28990
/proc/meminfo: memFree=1757568/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=1241.85
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27566 0 0 0 123569 616 0 0 25 0 1 0 24707617 70393856 16305 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 16305 631 1026 0 16156 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 68744

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28992
/proc/meminfo: memFree=1757444/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=68744 CPUtime=1301.83
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27566 0 0 0 129539 644 0 0 25 0 1 0 24707617 70393856 16305 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17186 16305 631 1026 0 16156 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 68744

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28994
/proc/meminfo: memFree=1757196/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=69744 CPUtime=1361.81
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 27788 0 0 0 135508 673 0 0 25 0 1 0 24707617 71417856 16527 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17436 16527 631 1026 0 16406 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 69744

[startup+1422.31 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 28999
/proc/meminfo: memFree=1754964/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=71296 CPUtime=1421.79
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 28183 0 0 0 141476 703 0 0 25 0 1 0 24707617 73007104 16922 1992294400 4194304 8395647 140735614433296 18446744073709551615 6670369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17824 16922 631 1026 0 16794 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 71296

[startup+1482.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/106 28999
/proc/meminfo: memFree=1754468/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=71928 CPUtime=1481.77
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 28341 0 0 0 147444 733 0 0 25 0 1 0 24707617 73654272 17080 1992294400 4194304 8395647 140735614433296 18446744073709551615 6663849 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 17982 17080 631 1026 0 16952 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 71928

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29001
/proc/meminfo: memFree=1754220/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=72512 CPUtime=1541.75
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 28457 0 0 0 153415 760 0 0 25 0 1 0 24707617 74252288 17196 1992294400 4194304 8395647 140735614433296 18446744073709551615 6652646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 18128 17196 631 1026 0 17098 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 72512

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29003
/proc/meminfo: memFree=1753848/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=72824 CPUtime=1601.72
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 28538 0 0 0 159384 788 0 0 25 0 1 0 24707617 74571776 17277 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 18206 17277 631 1026 0 17176 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 72824

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29005
/proc/meminfo: memFree=1752360/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=74264 CPUtime=1661.71
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 28928 0 0 0 165352 819 0 0 25 0 1 0 24707617 76046336 17667 1992294400 4194304 8395647 140735614433296 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 18566 17667 631 1026 0 17536 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 74264

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1751120/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=75356 CPUtime=1721.68
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 30508 0 0 0 171319 849 0 0 25 0 1 0 24707617 77164544 17939 1992294400 4194304 8395647 140735614433296 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 18839 17939 631 1026 0 17809 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 75356

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1747772/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=78248 CPUtime=1781.66
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 32390 0 0 0 177288 878 0 0 25 0 1 0 24707617 80125952 18623 1992294400 4194304 8395647 140735614433296 18446744073709551615 6670381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 19562 18623 631 1026 0 18532 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 78248

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1747772/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=78248 CPUtime=1784.86
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 32396 0 0 0 177607 879 0 0 25 0 1 0 24707617 80125952 18629 1992294400 4194304 8395647 140735614433296 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 19562 18629 631 1026 0 18532 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 78248

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1747772/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=78248 CPUtime=1788.07
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 32400 0 0 0 177925 882 0 0 25 0 1 0 24707617 80125952 18633 1992294400 4194304 8395647 140735614433296 18446744073709551615 6667514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 19562 18633 631 1026 0 18532 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 78248

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1747772/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=78248 CPUtime=1788.86
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 32400 0 0 0 178004 882 0 0 25 0 1 0 24707617 80125952 18633 1992294400 4194304 8395647 140735614433296 18446744073709551615 6139205 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 19562 18633 631 1026 0 18532 0
Current children cumulated CPU time (s) 1788.86
Current children cumulated vsize (KiB) 78248

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1747772/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=78248 CPUtime=1789.26
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 32400 0 0 0 178044 882 0 0 25 0 1 0 24707617 80125952 18633 1992294400 4194304 8395647 140735614433296 18446744073709551615 6575335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28948/statm: 19562 18633 631 1026 0 18532 0
Current children cumulated CPU time (s) 1789.26
Current children cumulated vsize (KiB) 78248

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29007
/proc/meminfo: memFree=1747772/2059040 swapFree=4139832/4192956
[pid=28948] ppid=28946 vsize=53148 CPUtime=1789.46
/proc/28948/stat : 28948 (pbscip.linux.x8) R 28946 28948 28732 0 -1 4202496 32402 0 0 0 178064 882 0 0 25 0 1 0 24707617 54423552 11429 1992294400 4194304 8395647 140735614433296 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28948/statm: 13287 11429 633 1026 0 12257 0
Current children cumulated CPU time (s) 1789.46
Current children cumulated vsize (KiB) 53148

Child status: 0
Real time (s): 1790.11
CPU time (s): 1789.48
CPU user time (s): 1780.64
CPU system time (s): 8.83266
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 78248

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

runsolver used 2.91756 second user time and 8.49271 second system time

The end

Launcher Data

Begin job on node086 at 2010-07-08 06:56:32
IDJOB=2703178
IDBENCH=48122
IDSOLVER=1213
FILE ID=node086/2703178-1278564992
PBS_JOBID= 11239560
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703178-1278564992/watcher-2703178-1278564992 -o /tmp/evaluation-result-2703178-1278564992/solver-2703178-1278564992 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703178-1278564992.opb -t 1800 -m 1800

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1843202951

node086.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.262
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.52
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.262
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	: 5999.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822708 kB
Buffers:         31096 kB
Cached:         112904 kB
SwapCached:       6840 kB
Active:         102184 kB
Inactive:        55664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822708 kB
SwapTotal:     4192956 kB
SwapFree:      4139832 kB
Dirty:           10424 kB
Writeback:           0 kB
AnonPages:       11948 kB
Mapped:          12072 kB
Slab:            56676 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181052 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= 62436 MiB
End job on node086 at 2010-07-08 07:26:22