Trace number 2666609

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)21 1800.14 1801.01

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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666609-1276653657.opb>
0.01/0.04	c original problem has 2728 variables (2728 bin, 0 int, 0 impl, 0 cont) and 2728 constraints
0.01/0.04	c problem read
0.01/0.04	c presolving settings loaded
0.01/0.07	c presolving:
0.29/0.31	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.49/0.54	c    (0.3s) probing: 101/2728 (3.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.54	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.54	c presolving (2 rounds):
0.49/0.54	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.54	c  73808 implications, 0 cliques
0.49/0.54	c presolved problem has 2728 variables (2728 bin, 0 int, 0 impl, 0 cont) and 2728 constraints
0.49/0.54	c    2528 constraints of type <and>
0.49/0.54	c     200 constraints of type <logicor>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.31
0.49/0.54	c - non default parameters ----------------------------------------------------------------------
0.49/0.54	c # SCIP version 1.2.1.2
0.49/0.54	c 
0.49/0.54	c # frequency for displaying node information lines
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.54	c display/freq = 10000
0.49/0.54	c 
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = 1799.97
0.49/0.54	c 
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = 1620
0.49/0.54	c 
0.49/0.54	c # should presolving try to simplify inequalities
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/linear/simplifyinequalities = TRUE
0.49/0.54	c 
0.49/0.54	c # should presolving try to simplify knapsacks
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.54	c 
0.49/0.54	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c heuristics/undercover/freq = 0
0.49/0.54	c 
0.49/0.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c separating/rapidlearning/freq = 0
0.49/0.54	c 
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving
0.49/0.55	c 
0.59/0.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c   0.4s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2728 |2728 |2728 |5256 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.64	o 61
0.59/0.64	c s 0.4s|     1 |     0 |   400 |     - |  14M|   0 | 400 |2728 |2728 |2728 |5256 |   0 |   0 |   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
1.69/1.79	c   1.3s|     1 |     0 |  1000 |     - |  14M|   0 | 400 |2728 |2728 |2728 |5658 | 402 |   0 |   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
1.79/1.81	o 60
1.79/1.81	c s 1.3s|     1 |     0 |  1000 |     - |  14M|   0 | 400 |2728 |2728 |2728 |5658 | 402 |   0 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
2.29/2.32	c   1.8s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6060 | 804 |   0 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
2.29/2.34	o 50
2.29/2.34	c s 1.8s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6060 | 804 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
2.79/2.88	c   2.3s|     1 |     0 |  2200 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6461 |1205 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
3.39/3.47	c   2.9s|     1 |     0 |  2800 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6863 |1607 |   0 |   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
3.39/3.49	o 43
3.39/3.49	c s 2.9s|     1 |     0 |  2800 |     - |  14M|   0 | 400 |2728 |2728 |2728 |6863 |1607 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
4.29/4.35	c   3.8s|     1 |     0 |  3583 |     - |  15M|   0 |1025 |2728 |2728 |2728 |7263 |2007 |   0 |   0 | 1.001909e+01 | 4.300000e+01 | 329.18%
7.38/7.49	c   6.9s|     1 |     0 |  4538 |     - |  16M|   0 |1301 |2728 |2728 |2728 |7479 |2223 |   0 |   0 | 1.335436e+01 | 4.300000e+01 | 221.99%
11.27/11.40	c  10.8s|     1 |     0 |  5128 |     - |  17M|   0 |1502 |2728 |2728 |2728 |7569 |2313 |   0 |   0 | 1.389429e+01 | 4.300000e+01 | 209.48%
14.38/14.49	c  13.8s|     1 |     0 |  5409 |     - |  17M|   0 |1544 |2728 |2728 |2728 |7613 |2357 |   0 |   0 | 1.406825e+01 | 4.300000e+01 | 205.65%
19.38/19.40	c  18.7s|     1 |     0 |  5598 |     - |  18M|   0 |1603 |2728 |2728 |2728 |7634 |2378 |   0 |   0 | 1.413966e+01 | 4.300000e+01 | 204.11%
24.37/24.48	c  23.8s|     1 |     0 |  5697 |     - |  18M|   0 |1671 |2728 |2728 |2728 |7651 |2395 |   0 |   0 | 1.415316e+01 | 4.300000e+01 | 203.82%
29.77/29.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.77/29.88	c  29.1s|     1 |     0 |  5860 |     - |  17M|   0 |1771 |2728 |2728 |2728 |2681 |2404 |   0 |   0 | 1.422804e+01 | 4.300000e+01 | 202.22%
31.37/31.49	c  30.7s|     1 |     0 |  5947 |     - |  17M|   0 |1747 |2728 |2728 |2728 |2687 |2410 |   0 |   0 | 1.424248e+01 | 4.300000e+01 | 201.91%
32.98/33.04	c  32.3s|     1 |     0 |  5984 |     - |  17M|   0 |1778 |2728 |2728 |2728 |2700 |2423 |   0 |   0 | 1.424470e+01 | 4.300000e+01 | 201.87%
34.66/34.70	c  33.9s|     1 |     0 |  6063 |     - |  17M|   0 |1810 |2728 |2728 |2728 |2704 |2427 |   0 |   0 | 1.426300e+01 | 4.300000e+01 | 201.48%
36.27/36.31	c  35.5s|     1 |     0 |  6066 |     - |  17M|   0 |1813 |2728 |2728 |2728 |2707 |2430 |   0 |   0 | 1.426300e+01 | 4.300000e+01 | 201.48%
37.86/37.94	c  37.1s|     1 |     0 |  6071 |     - |  17M|   0 |1809 |2728 |2728 |2728 |2708 |2431 |   0 |   0 | 1.426308e+01 | 4.300000e+01 | 201.48%
39.47/39.58	c  38.8s|     1 |     0 |  6072 |     - |  17M|   0 |1809 |2728 |2728 |2728 |2620 |2432 |   0 |   0 | 1.426308e+01 | 4.300000e+01 | 201.48%
52.36/52.48	c  51.5s|     1 |     2 |  6072 |     - |  17M|   0 |1809 |2728 |2728 |2728 |2620 |2432 |   0 |  36 | 1.426308e+01 | 4.300000e+01 | 201.48%
177.60/178.00	o 21
177.60/178.00	c p 175s|   125 |    97 | 42277 | 292.0 |  17M|  15 |   - |2728 |2728 |2728 |2848 |4749 |   0 | 590 | 1.467918e+01 | 2.100000e+01 |  43.06%
1800.03/1800.90	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.92	c 
1800.03/1800.92	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.92	c Solving Time (sec) : 1771.78
1800.03/1800.92	c Solving Nodes      : 5430
1800.03/1800.92	c Primal Bound       : +2.10000000000000e+01 (5 solutions)
1800.03/1800.92	c Dual Bound         : +1.63874884635638e+01
1800.03/1800.92	c Gap                : 28.15 %
1800.03/1800.93	s SATISFIABLE
1800.03/1800.93	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.03/1800.93	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 
1800.03/1800.93	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1800.03/1800.93	v -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1800.03/1800.93	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 
1800.03/1800.93	v -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 
1800.03/1800.93	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 x43 
1800.03/1800.93	v -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 
1800.03/1800.93	v x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1800.03/1800.93	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.93	c Solving Time       :    1771.78
1800.03/1800.93	c Original Problem   :
1800.03/1800.93	c   Problem name     : HOME/instance-2666609-1276653657.opb
1800.03/1800.93	c   Variables        : 2728 (2728 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.93	c   Constraints      : 2728 initial, 2728 maximal
1800.03/1800.93	c Presolved Problem  :
1800.03/1800.93	c   Problem name     : t_HOME/instance-2666609-1276653657.opb
1800.03/1800.93	c   Variables        : 2728 (2728 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.93	c   Constraints      : 2728 initial, 2730 maximal
1800.03/1800.93	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.93	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.93	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.93	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.93	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.93	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.93	c   probing          :       0.06          0          0          0          0          0          0          0          0
1800.03/1800.93	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.03/1800.93	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.93	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.93	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.93	c   integral         :          0          0          0       5213          0          3        105          0          0      10370
1800.03/1800.93	c   and              :       2528      16394      60464          0          0          2     180100      79172          0          0
1800.03/1800.93	c   logicor          :        200+        18      24901          0          0          0          0          0          0          0
1800.03/1800.93	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.93	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.93	c   integral         :     405.12       0.00       0.00     405.12       0.00
1800.03/1800.93	c   and              :      53.77      41.85      11.92       0.00       0.00
1800.03/1800.93	c   logicor          :       0.25       0.00       0.25       0.00       0.00
1800.03/1800.93	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.93	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.93	c   vbounds          :       0.05          2          0          0
1800.03/1800.93	c   rootredcost      :       0.05          1          0          0
1800.03/1800.93	c   pseudoobj        :       1.22      60464          0          0
1800.03/1800.93	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.93	c   propagation      :       0.00          2          2          2        3.0          0        0.0          -
1800.03/1800.93	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.93	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.93	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.93	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.93	c   applied globally :          -          -          -          2        3.0          -          -          -
1800.03/1800.93	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.93	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.93	c   cut pool         :       0.02         17          -          -          0          -    (maximal pool size: 2859)
1800.03/1800.93	c   redcost          :       2.60      16401          0      27046          0          0
1800.03/1800.93	c   impliedbounds    :       0.03         18          0          0       2540          0
1800.03/1800.93	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.93	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.93	c   gomory           :      18.45         18          0          0       2630          0
1800.03/1800.93	c   strongcg         :      13.99         18          0          0       4002          0
1800.03/1800.93	c   cmir             :       1.75         10          0          0       2022          0
1800.03/1800.93	c   flowcover        :       0.89         10          0          0        200          0
1800.03/1800.93	c   clique           :       0.22         18          0          0         13          0
1800.03/1800.93	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.93	c   mcf              :       0.01          1          0          0          0          0
1800.03/1800.93	c   rapidlearning    :       0.34          1          0          0          0          0
1800.03/1800.93	c Pricers            :       Time      Calls       Vars
1800.03/1800.93	c   problem variables:       0.00          0          0
1800.03/1800.93	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.93	c   relpscost        :     405.11       5213          3        105          0          0      10370
1800.03/1800.93	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.93	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.93	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.93	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.93	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.93	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.93	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.93	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.93	c   LP solutions     :       0.00          -          0
1800.03/1800.93	c   pseudo solutions :       0.00          -          0
1800.03/1800.93	c   oneopt           :       0.04          4          0
1800.03/1800.93	c   fracdiving       :      62.75         37          0
1800.03/1800.93	c   guideddiving     :      62.38         38          0
1800.03/1800.93	c   veclendiving     :      44.17         43          0
1800.03/1800.93	c   linesearchdiving :      53.68         48          0
1800.03/1800.93	c   trivial          :       0.00          2          0
1800.03/1800.93	c   simplerounding   :       0.06          0          0
1800.03/1800.93	c   zirounding       :       0.68       1000          0
1800.03/1800.93	c   rounding         :       6.86       1808          0
1800.03/1800.93	c   shifting         :       7.42       2005          4
1800.03/1800.93	c   intshifting      :       0.00          0          0
1800.03/1800.93	c   twoopt           :       0.00          0          0
1800.03/1800.93	c   fixandinfer      :       0.00          0          0
1800.03/1800.93	c   feaspump         :       0.00          0          0
1800.03/1800.93	c   coefdiving       :      46.05         45          0
1800.03/1800.93	c   pscostdiving     :     114.32         69          1
1800.03/1800.93	c   intdiving        :       0.00          0          0
1800.03/1800.93	c   actconsdiving    :       0.00          0          0
1800.03/1800.93	c   objpscostdiving  :      27.11          2          0
1800.03/1800.93	c   rootsoldiving    :       4.73          6          0
1800.03/1800.93	c   octane           :       0.00          0          0
1800.03/1800.93	c   rens             :       0.01          0          0
1800.03/1800.93	c   rins             :       0.00          0          0
1800.03/1800.93	c   localbranching   :       0.00          0          0
1800.03/1800.93	c   mutation         :       0.00          0          0
1800.03/1800.93	c   crossover        :       0.09          1          0
1800.03/1800.93	c   dins             :       0.00          0          0
1800.03/1800.93	c   undercover       :       0.01          1          0
1800.03/1800.93	c   nlp              :       0.02          0          0
1800.03/1800.93	c   trysol           :       0.01          0          0
1800.03/1800.93	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.93	c   primal LP        :       9.77          0          0       0.00       0.00
1800.03/1800.93	c   dual LP          :     790.88      17652     942001      53.37    1191.08
1800.03/1800.93	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.93	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.93	c   diving/probing LP:     359.25      22032     464579      21.09    1293.19
1800.03/1800.93	c   strong branching :     401.11       4682     510527     109.04    1272.79
1800.03/1800.93	c     (at root node) :          -         36      12339     342.75          -
1800.03/1800.93	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.93	c B&B Tree           :
1800.03/1800.93	c   number of runs   :          1
1800.03/1800.93	c   nodes            :       5430
1800.03/1800.93	c   nodes (total)    :       5430
1800.03/1800.93	c   nodes left       :       4912
1800.03/1800.93	c   max depth        :         26
1800.03/1800.93	c   max depth (total):         26
1800.03/1800.93	c   backtracks       :       1714 (31.6%)
1800.03/1800.93	c   delayed cutoffs  :          0
1800.03/1800.93	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.93	c   avg switch length:       7.73
1800.03/1800.93	c   switching time   :      12.85
1800.03/1800.93	c Solution           :
1800.03/1800.93	c   Solutions found  :          5 (5 improvements)
1800.03/1800.93	c   First Solution   : +6.10000000000000e+01   (in run 1, after 1 nodes, 0.38 seconds, depth 0, found by <shifting>)
1800.03/1800.93	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 125 nodes, 174.73 seconds, depth 55, found by <pscostdiving>)
1800.03/1800.93	c   Dual Bound       : +1.63874884635638e+01
1800.03/1800.93	c   Gap              :      28.15 %
1800.03/1800.93	c   Root Dual Bound  : +1.42630768732429e+01
1800.03/1800.93	c   Root Iterations  :       6072
1800.13/1801.01	c Time complete: 1800.13.

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-2666609-1276653657/watcher-2666609-1276653657 -o /tmp/evaluation-result-2666609-1276653657/solver-2666609-1276653657 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666609-1276653657.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.11 1.44 3/106 13019
/proc/meminfo: memFree=1790700/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=7724 CPUtime=0
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 1054 0 0 0 0 0 0 0 24 0 1 0 6653735 7909376 973 1992294400 4194304 8223781 140735728695424 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13019/statm: 1931 982 348 984 0 944 0

[startup+0.0191951 s]
/proc/loadavg: 1.00 1.11 1.44 3/106 13019
/proc/meminfo: memFree=1790700/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=10196 CPUtime=0.01
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 1856 0 0 0 1 0 0 0 24 0 1 0 6653735 10440704 1775 1992294400 4194304 8223781 140735728695424 18446744073709551615 4240576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13019/statm: 2549 1775 366 984 0 1562 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10196

[startup+0.101208 s]
/proc/loadavg: 1.00 1.11 1.44 3/106 13019
/proc/meminfo: memFree=1790700/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=22180 CPUtime=0.09
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 4921 0 0 0 8 1 0 0 24 0 1 0 6653735 22712320 4476 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 5545 4476 427 984 0 4558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22180

[startup+0.301236 s]
/proc/loadavg: 1.00 1.11 1.44 3/106 13019
/proc/meminfo: memFree=1790700/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=24624 CPUtime=0.29
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 5780 0 0 0 19 10 0 0 25 0 1 0 6653735 25214976 5078 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 6156 5078 427 984 0 5169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24624

[startup+0.701293 s]
/proc/loadavg: 1.00 1.11 1.44 3/106 13019
/proc/meminfo: memFree=1790700/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=36980 CPUtime=0.69
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 11734 0 0 0 47 22 0 0 25 0 1 0 6653735 37867520 8240 1992294400 4194304 8223781 140735728695424 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 9245 8240 554 984 0 8258 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36980

[startup+1.50141 s]
/proc/loadavg: 1.00 1.11 1.44 2/107 13022
/proc/meminfo: memFree=1759196/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=54292 CPUtime=1.49
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 17032 0 0 0 105 44 0 0 25 0 1 0 6653735 55595008 12195 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13573 12195 579 984 0 12586 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54292

[startup+3.10163 s]
/proc/loadavg: 1.00 1.11 1.44 2/107 13022
/proc/meminfo: memFree=1757708/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=40700 CPUtime=3.09
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 18589 0 0 0 259 50 0 0 25 0 1 0 6653735 41676800 9117 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 10175 9117 586 984 0 9188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40700

[startup+6.30109 s]
/proc/loadavg: 1.00 1.11 1.43 2/107 13031
/proc/meminfo: memFree=1754228/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=46448 CPUtime=6.28
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 20476 0 0 0 573 55 0 0 25 0 1 0 6653735 47562752 10373 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 11612 10373 587 984 0 10625 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46448

[startup+12.701 s]
/proc/loadavg: 1.00 1.11 1.43 2/107 13031
/proc/meminfo: memFree=1749400/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=47764 CPUtime=12.68
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 22450 0 0 0 1209 59 0 0 25 0 1 0 6653735 48910336 10599 1992294400 4194304 8223781 140735728695424 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 11941 10599 597 984 0 10954 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47764

[startup+25.5008 s]
/proc/loadavg: 1.00 1.10 1.42 2/107 13031
/proc/meminfo: memFree=1747292/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=50220 CPUtime=25.47
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 24921 0 0 0 2480 67 0 0 25 0 1 0 6653735 51425280 11123 1992294400 4194304 8223781 140735728695424 18446744073709551615 6300048 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 12555 11123 585 984 0 11568 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50220

[startup+51.1004 s]
/proc/loadavg: 1.07 1.11 1.42 2/107 13031
/proc/meminfo: memFree=1747664/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=48296 CPUtime=51.06
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 54506 0 0 0 5016 90 0 0 25 0 1 0 6653735 49455104 11005 1992294400 4194304 8223781 140735728695424 18446744073709551615 6569990 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 12074 11005 587 984 0 11087 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48296

[startup+102.309 s]
/proc/loadavg: 1.16 1.13 1.41 2/107 13533
/proc/meminfo: memFree=1737516/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=48428 CPUtime=101.93
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 190078 0 0 0 10023 170 0 0 25 0 1 0 6653735 49590272 11058 1992294400 4194304 8223781 140735728695424 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 12107 11058 588 984 0 11120 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 48428

[startup+162.301 s]
/proc/loadavg: 1.10 1.12 1.39 2/107 13535
/proc/meminfo: memFree=1737392/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=48344 CPUtime=161.9
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 350683 0 0 0 15933 257 0 0 25 0 1 0 6653735 49504256 10967 1992294400 4194304 8223781 140735728695424 18446744073709551615 6589152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 12086 10967 590 984 0 11099 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 48344

[startup+222.301 s]
/proc/loadavg: 1.07 1.11 1.36 2/107 13535
/proc/meminfo: memFree=1737020/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=49292 CPUtime=221.89
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 597138 0 0 0 21810 379 0 0 25 0 1 0 6653735 50475008 11214 1992294400 4194304 8223781 140735728695424 18446744073709551615 6536502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 12323 11214 590 984 0 11336 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 49292

[startup+282.301 s]
/proc/loadavg: 1.14 1.12 1.35 3/107 13537
/proc/meminfo: memFree=1732556/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=52756 CPUtime=281.87
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 623982 0 0 0 27777 410 0 0 25 0 1 0 6653735 54022144 12155 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13189 12155 593 984 0 12202 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 52756

[startup+342.301 s]
/proc/loadavg: 1.05 1.09 1.33 2/107 13539
/proc/meminfo: memFree=1732680/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=52756 CPUtime=341.85
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 623997 0 0 0 33750 435 0 0 25 0 1 0 6653735 54022144 12156 1992294400 4194304 8223781 140735728695424 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13189 12156 593 984 0 12202 0
Current children cumulated CPU time (s) 341.85
Current children cumulated vsize (KiB) 52756

[startup+402.301 s]
/proc/loadavg: 1.02 1.07 1.30 2/107 13541
/proc/meminfo: memFree=1732688/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=52756 CPUtime=401.83
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 624021 0 0 0 39720 463 0 0 25 0 1 0 6653735 54022144 12156 1992294400 4194304 8223781 140735728695424 18446744073709551615 6590728 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13189 12156 593 984 0 12202 0
Current children cumulated CPU time (s) 401.83
Current children cumulated vsize (KiB) 52756

[startup+462.301 s]
/proc/loadavg: 1.00 1.06 1.28 2/107 13543
/proc/meminfo: memFree=1732688/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=52756 CPUtime=461.82
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 624034 0 0 0 45688 494 0 0 25 0 1 0 6653735 54022144 12157 1992294400 4194304 8223781 140735728695424 18446744073709551615 6448516 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13189 12157 593 984 0 12202 0
Current children cumulated CPU time (s) 461.82
Current children cumulated vsize (KiB) 52756

[startup+522.301 s]
/proc/loadavg: 1.00 1.05 1.26 2/107 13543
/proc/meminfo: memFree=1732688/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=52756 CPUtime=521.8
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 624052 0 0 0 51661 519 0 0 25 0 1 0 6653735 54022144 12157 1992294400 4194304 8223781 140735728695424 18446744073709551615 6560195 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13189 12157 593 984 0 12202 0
Current children cumulated CPU time (s) 521.8
Current children cumulated vsize (KiB) 52756

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.24 2/107 13545
/proc/meminfo: memFree=1732688/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=52756 CPUtime=581.78
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 624066 0 0 0 57634 544 0 0 25 0 1 0 6653735 54022144 12157 1992294400 4194304 8223781 140735728695424 18446744073709551615 6446989 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13189 12157 593 984 0 12202 0
Current children cumulated CPU time (s) 581.78
Current children cumulated vsize (KiB) 52756

[startup+642.301 s]
/proc/loadavg: 1.00 1.03 1.22 2/107 13547
/proc/meminfo: memFree=1732688/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=53096 CPUtime=641.78
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 632805 0 0 0 63601 577 0 0 25 0 1 0 6653735 54370304 12252 1992294400 4194304 8223781 140735728695424 18446744073709551615 6592547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 13274 12252 593 984 0 12287 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 53096

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 13553
/proc/meminfo: memFree=1730084/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=56292 CPUtime=881.7
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 1288956 0 0 0 87234 936 0 0 25 0 1 0 6653735 57643008 12833 1992294400 4194304 8223781 140735728695424 18446744073709551615 6583961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 14073 12834 593 984 0 13086 0
Current children cumulated CPU time (s) 881.7
Current children cumulated vsize (KiB) 56292

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 13555
/proc/meminfo: memFree=1729340/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=56736 CPUtime=941.68
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 1560850 0 0 0 93108 1060 0 0 25 0 1 0 6653735 58097664 13015 1992294400 4194304 8223781 140735728695424 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 14184 13015 593 984 0 13197 0
Current children cumulated CPU time (s) 941.68
Current children cumulated vsize (KiB) 56736

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 13557
/proc/meminfo: memFree=1728596/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=57528 CPUtime=1001.66
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 1825053 0 0 0 98981 1185 0 0 25 0 1 0 6653735 58908672 13260 1992294400 4194304 8223781 140735728695424 18446744073709551615 6569707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 14382 13260 593 984 0 13395 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 57528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 13559
/proc/meminfo: memFree=1728224/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=57772 CPUtime=1061.64
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 2078958 0 0 0 104857 1307 0 0 25 0 1 0 6653735 59158528 13286 1992294400 4194304 8223781 140735728695424 18446744073709551615 6606337 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 14443 13286 593 984 0 13456 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 57772

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 13559
/proc/meminfo: memFree=1726736/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=59288 CPUtime=1121.63
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 2330632 0 0 0 110735 1428 0 0 25 0 1 0 6653735 60710912 13659 1992294400 4194304 8223781 140735728695424 18446744073709551615 6560124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 14822 13659 593 984 0 13835 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 59288

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 13561
/proc/meminfo: memFree=1725372/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=60604 CPUtime=1181.6
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 2587839 0 0 0 116606 1554 0 0 25 0 1 0 6653735 62058496 14000 1992294400 4194304 8223781 140735728695424 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 15151 14000 593 984 0 14164 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 60604

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 13563
/proc/meminfo: memFree=1724876/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=60740 CPUtime=1241.59
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 2850301 0 0 0 122482 1677 0 0 25 0 1 0 6653735 62197760 14050 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 15185 14050 593 984 0 14198 0
Current children cumulated CPU time (s) 1241.59
Current children cumulated vsize (KiB) 60740

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 13565
/proc/meminfo: memFree=1724504/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=61096 CPUtime=1301.58
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 3101223 0 0 0 128361 1797 0 0 25 0 1 0 6653735 62562304 14135 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 15274 14135 593 984 0 14287 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 61096

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 13567
/proc/meminfo: memFree=1723884/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=61660 CPUtime=1361.55
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 3371400 0 0 0 134228 1927 0 0 25 0 1 0 6653735 63139840 14274 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 15415 14274 593 984 0 14428 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 61660

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 13567
/proc/meminfo: memFree=1723016/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=62560 CPUtime=1421.54
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 3630028 0 0 0 140097 2057 0 0 25 0 1 0 6653735 64061440 14565 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 15640 14565 593 984 0 14653 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 62560

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 13569
/proc/meminfo: memFree=1722768/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=63184 CPUtime=1481.52
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 3869809 0 0 0 145975 2177 0 0 25 0 1 0 6653735 64700416 14604 1992294400 4194304 8223781 140735728695424 18446744073709551615 6587931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 15796 14604 593 984 0 14809 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 63184

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 13571
/proc/meminfo: memFree=1721404/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=64232 CPUtime=1541.5
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 4106881 0 0 0 151852 2298 0 0 25 0 1 0 6653735 65773568 14909 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 16058 14909 593 984 0 15071 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 64232

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 13573
/proc/meminfo: memFree=1720040/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=65532 CPUtime=1601.48
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 4338462 0 0 0 157734 2414 0 0 25 0 1 0 6653735 67104768 15242 1992294400 4194304 8223781 140735728695424 18446744073709551615 6250706 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 16383 15242 593 984 0 15396 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 65532

[startup+1662.3 s]
/proc/loadavg: 1.06 1.01 1.06 2/107 13575
/proc/meminfo: memFree=1717808/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=67636 CPUtime=1661.46
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 4581106 0 0 0 163609 2537 0 0 25 0 1 0 6653735 69259264 15759 1992294400 4194304 8223781 140735728695424 18446744073709551615 6021436 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 16909 15759 593 984 0 15922 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 67636

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.05 2/107 13575
/proc/meminfo: memFree=1715328/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=70340 CPUtime=1721.44
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 4829980 0 0 0 169486 2658 0 0 25 0 1 0 6653735 72028160 16429 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 17585 16429 593 984 0 16598 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 70340

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13577
/proc/meminfo: memFree=1712972/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=72244 CPUtime=1781.43
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 5079780 0 0 0 175360 2783 0 0 25 0 1 0 6653735 73977856 16905 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 18061 16905 593 984 0 17074 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 72244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13577
/proc/meminfo: memFree=1712724/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=72608 CPUtime=1800.03
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 5159651 0 0 0 177179 2824 0 0 25 0 1 0 6653735 74350592 16987 1992294400 4194304 8223781 140735728695424 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13019/statm: 18152 16987 593 984 0 17165 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 72608

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

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

[startup+1801.01 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13577
/proc/meminfo: memFree=1712724/2059040 swapFree=4144492/4192956
[pid=13019] ppid=13017 vsize=26452 CPUtime=1800.13
/proc/13019/stat : 13019 (pbscip.linux.x8) R 13017 13019 12157 0 -1 4202496 5159665 0 0 0 177188 2825 0 0 25 0 1 0 6653735 27086848 6095 1992294400 4194304 8223781 140735728695424 18446744073709551615 4333616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13019/statm: 6613 6095 595 984 0 5626 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 26452

Child status: 0
Real time (s): 1801.01
CPU time (s): 1800.14
CPU user time (s): 1771.89
CPU system time (s): 28.2547
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 73076

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

runsolver used 2.96955 second user time and 8.5297 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 04:00:57
IDJOB=2666609
IDBENCH=48122
IDSOLVER=1169
FILE ID=node049/2666609-1276653657
PBS_JOBID= 11172439
Free space on /tmp= 62524 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 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-2666609-1276653657/watcher-2666609-1276653657 -o /tmp/evaluation-result-2666609-1276653657/solver-2666609-1276653657 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666609-1276653657.opb -t 1800 -m 1800

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1188352965

node049.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1791104 kB
Buffers:         70064 kB
Cached:         103664 kB
SwapCached:       5472 kB
Active:         100580 kB
Inactive:        89800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1791104 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:            4600 kB
Writeback:           0 kB
AnonPages:       14136 kB
Mapped:          13064 kB
Slab:            55516 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62520 MiB
End job on node049 at 2010-06-16 04:31:00