Trace number 2665208

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)22 1800.29 1800.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
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.64
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 constraint20
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)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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: Clp 1.11.1] [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-2665208-1276656959.opb>
0.00/0.03	c original problem has 2692 variables (2692 bin, 0 int, 0 impl, 0 cont) and 2692 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	c presolving:
0.19/0.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71556 impls, 0 clqs
0.49/0.53	c    (0.3s) probing: 101/2692 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.53	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.53	c presolving (2 rounds):
0.49/0.53	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.53	c  71556 implications, 0 cliques
0.49/0.53	c presolved problem has 2692 variables (2692 bin, 0 int, 0 impl, 0 cont) and 2692 constraints
0.49/0.53	c    2492 constraints of type <and>
0.49/0.53	c     200 constraints of type <logicor>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.31
0.49/0.53	c - non default parameters ----------------------------------------------------------------------
0.49/0.53	c # SCIP version 1.2.1.2
0.49/0.53	c 
0.49/0.53	c # frequency for displaying node information lines
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.53	c display/freq = 10000
0.49/0.53	c 
0.49/0.53	c # maximal time in seconds to run
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/time = 1799.98
0.49/0.53	c 
0.49/0.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/memory = 1620
0.49/0.53	c 
0.49/0.53	c # should presolving try to simplify inequalities
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/linear/simplifyinequalities = TRUE
0.49/0.53	c 
0.49/0.53	c # should presolving try to simplify knapsacks
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.53	c 
0.49/0.53	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c heuristics/undercover/freq = 0
0.49/0.53	c 
0.49/0.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c separating/rapidlearning/freq = 0
0.49/0.53	c 
0.49/0.53	c -----------------------------------------------------------------------------------------------
0.49/0.53	c start solving
0.49/0.53	c 
0.49/0.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.59	c   0.4s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2692 |2692 |2692 |5184 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	o 46
0.59/0.61	c s 0.4s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2692 |2692 |2692 |5184 |   0 |   0 |   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
1.59/1.65	c   1.2s|     1 |     0 |  1000 |     - |  13M|   0 | 400 |2692 |2692 |2692 |5584 | 400 |   0 |   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
1.99/2.07	c   1.6s|     1 |     0 |  1602 |     - |  14M|   0 | 400 |2692 |2692 |2692 |5986 | 802 |   0 |   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
1.99/2.09	o 43
1.99/2.09	c s 1.6s|     1 |     0 |  1602 |     - |  14M|   0 | 400 |2692 |2692 |2692 |5986 | 802 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
2.49/2.53	c   2.0s|     1 |     0 |  2202 |     - |  14M|   0 | 400 |2692 |2692 |2692 |6386 |1202 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
2.99/3.01	c   2.5s|     1 |     0 |  2802 |     - |  14M|   0 | 400 |2692 |2692 |2692 |6788 |1604 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
2.99/3.03	o 41
2.99/3.03	c s 2.5s|     1 |     0 |  2802 |     - |  14M|   0 | 400 |2692 |2692 |2692 |6788 |1604 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
3.89/3.98	c   3.5s|     1 |     0 |  4129 |     - |  14M|   0 | 863 |2692 |2692 |2692 |7189 |2005 |   0 |   0 | 1.105618e+01 | 4.100000e+01 | 270.83%
6.29/6.36	c   5.8s|     1 |     0 |  5485 |     - |  15M|   0 |1219 |2692 |2692 |2692 |7411 |2227 |   0 |   0 | 1.320965e+01 | 4.100000e+01 | 210.38%
9.99/10.03	c   9.5s|     1 |     0 |  6799 |     - |  16M|   0 |1556 |2692 |2692 |2692 |7504 |2320 |   0 |   0 | 1.425221e+01 | 4.100000e+01 | 187.67%
15.08/15.10	c  14.5s|     1 |     0 |  7582 |     - |  16M|   0 |1616 |2692 |2692 |2692 |7549 |2365 |   0 |   0 | 1.456857e+01 | 4.100000e+01 | 181.43%
15.08/15.12	o 36
15.08/15.12	c s14.5s|     1 |     0 |  7582 |     - |  17M|   0 |1616 |2692 |2692 |2692 |7549 |2365 |   0 |   0 | 1.456857e+01 | 3.600000e+01 | 147.11%
20.49/20.54	c  19.9s|     1 |     0 |  8052 |     - |  17M|   0 |1689 |2692 |2692 |2692 |7576 |2392 |   0 |   0 | 1.462584e+01 | 3.600000e+01 | 146.14%
26.48/26.59	c  25.9s|     1 |     0 |  8240 |     - |  17M|   0 |1704 |2692 |2692 |2692 |7590 |2406 |   0 |   0 | 1.463482e+01 | 3.600000e+01 | 145.99%
32.28/32.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.28/32.30	c  31.6s|     1 |     0 |  8732 |     - |  16M|   0 |1739 |2692 |2692 |2692 |2777 |2419 |   0 |   0 | 1.466972e+01 | 3.600000e+01 | 145.40%
33.98/34.08	c  33.4s|     1 |     0 |  8832 |     - |  16M|   0 |1695 |2692 |2692 |2692 |2784 |2426 |   0 |   0 | 1.467164e+01 | 3.600000e+01 | 145.37%
35.88/35.97	c  35.3s|     1 |     0 |  9073 |     - |  16M|   0 |1780 |2692 |2692 |2692 |2808 |2450 |   0 |   0 | 1.469505e+01 | 3.600000e+01 | 144.98%
37.87/37.96	c  37.3s|     1 |     0 |  9148 |     - |  16M|   0 |1811 |2692 |2692 |2692 |2856 |2498 |   0 |   0 | 1.469539e+01 | 3.600000e+01 | 144.97%
39.87/39.98	c  39.3s|     1 |     0 |  9162 |     - |  16M|   0 |1814 |2692 |2692 |2692 |2867 |2509 |   0 |   0 | 1.469539e+01 | 3.600000e+01 | 144.97%
41.97/42.00	c  41.3s|     1 |     0 |  9171 |     - |  16M|   0 |1814 |2692 |2692 |2692 |2873 |2515 |   0 |   0 | 1.469539e+01 | 3.600000e+01 | 144.97%
43.88/43.99	c  43.3s|     1 |     0 |  9175 |     - |  16M|   0 |1815 |2692 |2692 |2692 |2550 |2519 |   0 |   0 | 1.469539e+01 | 3.600000e+01 | 144.97%
45.58/45.61	c  44.9s|     1 |     0 |  9180 |     - |  16M|   0 |1813 |2692 |2692 |2692 |2553 |2522 |   0 |   0 | 1.469539e+01 | 3.600000e+01 | 144.97%
53.17/53.28	c  52.5s|     1 |     2 |  9180 |     - |  16M|   0 |1813 |2692 |2692 |2692 |2553 |2522 |   0 |  19 | 1.469539e+01 | 3.600000e+01 | 144.97%
1251.31/1251.75	o 22
1251.31/1251.75	c *1233s|  1325 |  1280 |  1132k| 848.5 |  20M|  22 |   - |2692 |2695 |2692 |3538 |  68k|   3 |1761 | 1.599142e+01 | 2.200000e+01 |  37.57%
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.16/1800.75	c 
1800.16/1800.75	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.75	c Solving Time (sec) : 1773.89
1800.16/1800.75	c Solving Nodes      : 2166
1800.16/1800.75	c Primal Bound       : +2.20000000000000e+01 (5 solutions)
1800.16/1800.75	c Dual Bound         : +1.60639629467380e+01
1800.16/1800.75	c Gap                : 36.95 %
1800.16/1800.76	s SATISFIABLE
1800.16/1800.76	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.16/1800.76	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1800.16/1800.76	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1800.16/1800.76	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 
1800.16/1800.76	v -x116 -x115 -x114 x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 x95 -x94 
1800.16/1800.76	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.16/1800.76	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.16/1800.76	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.16/1800.76	v -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 x6 x5 -x4 -x3 -x2 -x1 
1800.16/1800.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.76	c Solving Time       :    1773.89
1800.16/1800.76	c Original Problem   :
1800.16/1800.76	c   Problem name     : HOME/instance-2665208-1276656959.opb
1800.16/1800.76	c   Variables        : 2692 (2692 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1800.76	c   Constraints      : 2692 initial, 2692 maximal
1800.16/1800.76	c Presolved Problem  :
1800.16/1800.76	c   Problem name     : t_HOME/instance-2665208-1276656959.opb
1800.16/1800.76	c   Variables        : 2692 (2692 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1800.76	c   Constraints      : 2692 initial, 2695 maximal
1800.16/1800.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.16/1800.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.76	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.76	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.16/1800.76	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.16/1800.76	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.76	c   root node        :          -          0          -          -          0          -          -          -          -
1800.16/1800.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1800.76	c   integral         :          0          0          0       2112          0          0         34          0          0       4204
1800.16/1800.76	c   and              :       2492       9441      35728          1          0          0      68740      99890          0          0
1800.16/1800.76	c   logicor          :        200+        18      14294          1          0          3          0          0          0          0
1800.16/1800.76	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.16/1800.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.16/1800.76	c   integral         :     360.78       0.00       0.00     360.78       0.00
1800.16/1800.76	c   and              :      30.25      23.58       6.67       0.00       0.00
1800.16/1800.76	c   logicor          :       0.18       0.00       0.18       0.00       0.00
1800.16/1800.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.16/1800.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.16/1800.76	c   vbounds          :       0.04          2          0          0
1800.16/1800.76	c   rootredcost      :       0.02          1          0          0
1800.16/1800.76	c   pseudoobj        :       0.61      35600          0          0
1800.16/1800.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.16/1800.76	c   propagation      :       0.00          3          3          3       14.3          0        0.0          -
1800.16/1800.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.16/1800.76	c   applied globally :          -          -          -          3       14.3          -          -          -
1800.16/1800.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.16/1800.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.16/1800.76	c   cut pool         :       0.01         17          -          -         17          -    (maximal pool size: 2769)
1800.16/1800.76	c   redcost          :       1.73       9441          0       5890          0          0
1800.16/1800.76	c   impliedbounds    :       0.04         18          0          0       2612          0
1800.16/1800.76	c   intobj           :       0.00          0          0          0          0          0
1800.16/1800.76	c   cgmip            :       0.00          0          0          0          0          0
1800.16/1800.76	c   gomory           :      18.98         18          0          0       2692          0
1800.16/1800.76	c   strongcg         :      17.24         18          0          0       3502          0
1800.16/1800.76	c   cmir             :       1.76         10          0          0       2008          0
1800.16/1800.76	c   flowcover        :       0.85         10          0          0        200          0
1800.16/1800.76	c   clique           :       0.18         18          0          0          9          0
1800.16/1800.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.16/1800.76	c   mcf              :       0.01          1          0          0          0          0
1800.16/1800.76	c   rapidlearning    :       0.35          1          0          0          0          0
1800.16/1800.76	c Pricers            :       Time      Calls       Vars
1800.16/1800.76	c   problem variables:       0.00          0          0
1800.16/1800.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1800.76	c   relpscost        :     360.77       2111          0         34          0          0       4204
1800.16/1800.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.16/1800.76	c   inference        :       0.00          0          0          0          0          0          0
1800.16/1800.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.16/1800.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.16/1800.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.16/1800.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.16/1800.76	c   random           :       0.00          0          0          0          0          0          0
1800.16/1800.76	c Primal Heuristics  :       Time      Calls      Found
1800.16/1800.76	c   LP solutions     :       0.00          -          1
1800.16/1800.76	c   pseudo solutions :       0.00          -          0
1800.16/1800.76	c   oneopt           :       0.09          5          0
1800.16/1800.76	c   trivial          :       0.00          2          0
1800.16/1800.76	c   simplerounding   :       0.01          0          0
1800.16/1800.76	c   zirounding       :       0.61       1000          0
1800.16/1800.76	c   rounding         :       5.99       1394          0
1800.16/1800.76	c   shifting         :       5.64       1143          4
1800.16/1800.76	c   intshifting      :       0.00          0          0
1800.16/1800.76	c   twoopt           :       0.00          0          0
1800.16/1800.76	c   fixandinfer      :       0.00          0          0
1800.16/1800.76	c   feaspump         :       0.00          0          0
1800.16/1800.76	c   coefdiving       :      50.09         23          0
1800.16/1800.76	c   pscostdiving     :      54.58         19          0
1800.16/1800.76	c   fracdiving       :      64.15         24          0
1800.16/1800.76	c   veclendiving     :      40.88         27          0
1800.16/1800.76	c   intdiving        :       0.00          0          0
1800.16/1800.76	c   actconsdiving    :       0.00          0          0
1800.16/1800.76	c   objpscostdiving  :      18.40          3          0
1800.16/1800.76	c   rootsoldiving    :       7.08         11          0
1800.16/1800.76	c   linesearchdiving :      56.54         26          0
1800.16/1800.76	c   guideddiving     :      64.92         20          0
1800.16/1800.76	c   octane           :       0.00          0          0
1800.16/1800.76	c   rens             :       0.01          0          0
1800.16/1800.76	c   rins             :       0.00          0          0
1800.16/1800.76	c   localbranching   :       0.00          0          0
1800.16/1800.76	c   mutation         :       0.00          0          0
1800.16/1800.76	c   crossover        :       0.12          1          0
1800.16/1800.76	c   dins             :       0.00          0          0
1800.16/1800.76	c   undercover       :       0.01          1          0
1800.16/1800.76	c   nlp              :       0.01          0          0
1800.16/1800.76	c   trysol           :       0.01          0          0
1800.16/1800.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.16/1800.76	c   primal LP        :     263.22          0          0       0.00       0.00
1800.16/1800.76	c   dual LP          :     680.92      10680    1130779     105.88    1660.66
1800.16/1800.76	c   lex dual LP      :       0.00          0          0       0.00          -
1800.16/1800.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.16/1800.76	c   diving/probing LP:     319.93      14736     568673      38.59    1777.49
1800.16/1800.76	c   strong branching :     359.39       2683     678572     252.92    1888.12
1800.16/1800.76	c     (at root node) :          -         19      12471     656.37          -
1800.16/1800.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.16/1800.76	c B&B Tree           :
1800.16/1800.76	c   number of runs   :          1
1800.16/1800.76	c   nodes            :       2166
1800.16/1800.76	c   nodes (total)    :       2166
1800.16/1800.76	c   nodes left       :       1995
1800.16/1800.76	c   max depth        :         26
1800.16/1800.76	c   max depth (total):         26
1800.16/1800.76	c   backtracks       :        790 (36.5%)
1800.16/1800.76	c   delayed cutoffs  :          0
1800.16/1800.76	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.16/1800.76	c   avg switch length:       8.64
1800.16/1800.76	c   switching time   :     264.56
1800.16/1800.76	c Solution           :
1800.16/1800.76	c   Solutions found  :          5 (5 improvements)
1800.16/1800.76	c   First Solution   : +4.60000000000000e+01   (in run 1, after 1 nodes, 0.38 seconds, depth 0, found by <shifting>)
1800.16/1800.76	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 1325 nodes, 1233.33 seconds, depth 19, found by <relaxation>)
1800.16/1800.76	c   Dual Bound       : +1.60639629467380e+01
1800.16/1800.76	c   Gap              :      36.95 %
1800.16/1800.76	c   Root Dual Bound  : +1.46953865715242e+01
1800.16/1800.76	c   Root Iterations  :       9180
1800.25/1800.82	c Time complete: 1800.27.

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665208-1276656959/watcher-2665208-1276656959 -o /tmp/evaluation-result-2665208-1276656959/solver-2665208-1276656959 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665208-1276656959.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 8013
/proc/meminfo: memFree=1740564/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=8260 CPUtime=0
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 1018 0 0 0 0 0 0 0 18 0 1 0 41282362 8458240 939 1992294400 4194304 9819077 140733571403600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8013/statm: 2322 949 371 1374 0 943 0

[startup+0.0748421 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 8013
/proc/meminfo: memFree=1740564/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=21968 CPUtime=0.06
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4593 0 0 0 5 1 0 0 20 0 1 0 41282362 22495232 4160 1992294400 4194304 9819077 140733571403600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 5492 4160 473 1374 0 4113 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21968

[startup+0.100843 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 8013
/proc/meminfo: memFree=1740564/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=24048 CPUtime=0.09
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 5088 0 0 0 8 1 0 0 20 0 1 0 41282362 24625152 4655 1992294400 4194304 9819077 140733571403600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 6012 4655 473 1374 0 4633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24048

[startup+0.300864 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 8013
/proc/meminfo: memFree=1740564/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=25728 CPUtime=0.29
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 6314 0 0 0 19 10 0 0 20 0 1 0 41282362 26345472 5110 1992294400 4194304 9819077 140733571403600 18446744073709551615 5504332 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 6432 5110 493 1374 0 5053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25728

[startup+0.700903 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 8013
/proc/meminfo: memFree=1740564/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=40468 CPUtime=0.69
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 11815 0 0 0 49 20 0 0 21 0 1 0 41282362 41439232 8263 1992294400 4194304 9819077 140733571403600 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 10117 8263 658 1374 0 8738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40468

[startup+1.50098 s]
/proc/loadavg: 0.92 0.98 1.08 2/107 8014
/proc/meminfo: memFree=1709432/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=58540 CPUtime=1.49
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 17634 0 0 0 105 44 0 0 23 0 1 0 41282362 59944960 12497 1992294400 4194304 9819077 140733571403600 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14635 12497 685 1374 0 13256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58540

[startup+3.10114 s]
/proc/loadavg: 0.92 0.98 1.08 2/107 8014
/proc/meminfo: memFree=1708068/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=43840 CPUtime=3.09
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 19205 0 0 0 261 48 0 0 25 0 1 0 41282362 44892160 8910 1992294400 4194304 9819077 140733571403600 18446744073709551615 6054126 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 10960 8910 690 1374 0 9581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43840

[startup+6.30047 s]
/proc/loadavg: 0.93 0.98 1.08 2/107 8014
/proc/meminfo: memFree=1704348/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=49612 CPUtime=6.29
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 22802 0 0 0 579 50 0 0 25 0 1 0 41282362 50802688 9765 1992294400 4194304 9819077 140733571403600 18446744073709551615 7300380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 12403 9765 693 1374 0 11024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49612

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 1.08 2/107 8014
/proc/meminfo: memFree=1698768/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=54716 CPUtime=12.69
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 27007 0 0 0 1215 54 0 0 25 0 1 0 41282362 56029184 10950 1992294400 4194304 9819077 140733571403600 18446744073709551615 6054173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13679 10950 693 1374 0 12300 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54716

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 1.07 2/107 8014
/proc/meminfo: memFree=1698520/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=55220 CPUtime=25.49
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 30629 0 0 0 2489 60 0 0 25 0 1 0 41282362 56545280 11039 1992294400 4194304 9819077 140733571403600 18446744073709551615 6054173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13805 11039 693 1374 0 12426 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55220

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 1.07 2/107 8016
/proc/meminfo: memFree=1699264/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=52172 CPUtime=51.07
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 47179 0 0 0 5034 73 0 0 25 0 1 0 41282362 53424128 10776 1992294400 4194304 9819077 140733571403600 18446744073709551615 6656779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13043 10776 707 1374 0 11664 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52172

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 1.07 2/107 8016
/proc/meminfo: memFree=1699264/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=53876 CPUtime=102.27
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 156387 0 0 0 10096 131 0 0 25 0 1 0 41282362 55169024 10790 1992294400 4194304 9819077 140733571403600 18446744073709551615 7291120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13469 10790 715 1374 0 12090 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53876

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/107 8018
/proc/meminfo: memFree=1699016/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=50592 CPUtime=162.24
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 305743 0 0 0 16021 203 0 0 25 0 1 0 41282362 51806208 10799 1992294400 4194304 9819077 140733571403600 18446744073709551615 6190573 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 12648 10799 722 1374 0 11269 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 50592

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/107 8020
/proc/meminfo: memFree=1698148/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=51236 CPUtime=222.22
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 478540 0 0 0 21941 281 0 0 25 0 1 0 41282362 52465664 11123 1992294400 4194304 9819077 140733571403600 18446744073709551615 7318445 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 12809 11123 722 1374 0 11430 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 51236

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/107 8022
/proc/meminfo: memFree=1697032/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=52412 CPUtime=282.2
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 656909 0 0 0 27856 364 0 0 25 0 1 0 41282362 53669888 11281 1992294400 4194304 9819077 140733571403600 18446744073709551615 7326163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13103 11281 722 1374 0 11724 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52412

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 8033
/proc/meminfo: memFree=1696164/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=52792 CPUtime=342.18
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 864833 0 0 0 33751 467 0 0 25 0 1 0 41282362 54059008 11354 1992294400 4194304 9819077 140733571403600 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13198 11354 727 1374 0 11819 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 52792

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 8033
/proc/meminfo: memFree=1695916/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=57288 CPUtime=402.15
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 1019054 0 0 0 39670 545 0 0 25 0 1 0 41282362 58662912 11575 1992294400 4194304 9819077 140733571403600 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14322 11575 727 1374 0 12943 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 57288

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/107 8035
/proc/meminfo: memFree=1695420/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=53520 CPUtime=462.14
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 1185586 0 0 0 45584 630 0 0 25 0 1 0 41282362 54804480 11517 1992294400 4194304 9819077 140733571403600 18446744073709551615 7291931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13380 11517 727 1374 0 12001 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 53520

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/107 8037
/proc/meminfo: memFree=1695420/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=53408 CPUtime=522.12
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 1385088 0 0 0 51484 728 0 0 25 0 1 0 41282362 54689792 11521 1992294400 4194304 9819077 140733571403600 18446744073709551615 7311712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13352 11521 727 1374 0 11973 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 53408

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/107 8039
/proc/meminfo: memFree=1694800/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=54000 CPUtime=582.1
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 1565524 0 0 0 57394 816 0 0 25 0 1 0 41282362 55296000 11707 1992294400 4194304 9819077 140733571403600 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13500 11707 727 1374 0 12121 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 54000

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/107 8041
/proc/meminfo: memFree=1694304/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=54616 CPUtime=642.09
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 1752554 0 0 0 63295 914 0 0 25 0 1 0 41282362 55926784 11815 1992294400 4194304 9819077 140733571403600 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13654 11815 727 1374 0 12275 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 54616

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 8047
/proc/meminfo: memFree=1693560/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=55400 CPUtime=882.02
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 2461522 0 0 0 86939 1263 0 0 25 0 1 0 41282362 56729600 11953 1992294400 4194304 9819077 140733571403600 18446744073709551615 7290963 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13850 11953 727 1374 0 12471 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 55400

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 8049
/proc/meminfo: memFree=1693436/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=55544 CPUtime=941.99
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 2638016 0 0 0 92849 1350 0 0 25 0 1 0 41282362 56877056 11992 1992294400 4194304 9819077 140733571403600 18446744073709551615 6566465 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13886 11992 727 1374 0 12507 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 55544

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 8049
/proc/meminfo: memFree=1692816/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=56044 CPUtime=1001.98
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 2812404 0 0 0 98763 1435 0 0 25 0 1 0 41282362 57389056 12177 1992294400 4194304 9819077 140733571403600 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14011 12177 727 1374 0 12632 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 56044

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 8051
/proc/meminfo: memFree=1692940/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=55860 CPUtime=1061.96
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 2981508 0 0 0 104684 1512 0 0 25 0 1 0 41282362 57200640 12098 1992294400 4194304 9819077 140733571403600 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 13965 12098 727 1374 0 12586 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 55860

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 8053
/proc/meminfo: memFree=1692320/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=56420 CPUtime=1121.94
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 3165847 0 0 0 110593 1601 0 0 25 0 1 0 41282362 57774080 12359 1992294400 4194304 9819077 140733571403600 18446744073709551615 7311687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14105 12359 727 1374 0 12726 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 56420

[startup+1182.3 s]
/proc/loadavg: 1.06 1.01 1.01 2/107 8055
/proc/meminfo: memFree=1691948/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=56740 CPUtime=1181.92
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 3347727 0 0 0 116501 1691 0 0 25 0 1 0 41282362 58101760 12321 1992294400 4194304 9819077 140733571403600 18446744073709551615 7301640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14185 12321 727 1374 0 12806 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 56740

[startup+1242.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 8060
/proc/meminfo: memFree=1690832/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=61764 CPUtime=1241.91
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 3540488 0 0 0 122403 1788 0 0 25 0 1 0 41282362 63246336 12603 1992294400 4194304 9819077 140733571403600 18446744073709551615 6391588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 15441 12603 727 1374 0 14062 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 61764

[startup+1302.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 8060
/proc/meminfo: memFree=1689964/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=58080 CPUtime=1301.9
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 3720973 0 0 0 128314 1876 0 0 25 0 1 0 41282362 59473920 12741 1992294400 4194304 9819077 140733571403600 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14520 12741 727 1374 0 13141 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 58080

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8062
/proc/meminfo: memFree=1689840/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=58820 CPUtime=1361.87
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 3901137 0 0 0 134224 1963 0 0 25 0 1 0 41282362 60231680 12793 1992294400 4194304 9819077 140733571403600 18446744073709551615 6021507 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14705 12793 727 1374 0 13326 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 58820

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8064
/proc/meminfo: memFree=1689344/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=58916 CPUtime=1421.86
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4093185 0 0 0 140129 2057 0 0 25 0 1 0 41282362 60329984 12925 1992294400 4194304 9819077 140733571403600 18446744073709551615 7291651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 14729 12925 727 1374 0 13350 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 58916

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8066
/proc/meminfo: memFree=1689096/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=63516 CPUtime=1481.85
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4280008 0 0 0 146031 2154 0 0 25 0 1 0 41282362 65040384 13042 1992294400 4194304 9819077 140733571403600 18446744073709551615 6698271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 15879 13042 727 1374 0 14500 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 63516

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8068
/proc/meminfo: memFree=1687980/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=63776 CPUtime=1541.82
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4459575 0 0 0 151937 2245 0 0 25 0 1 0 41282362 65306624 13350 1992294400 4194304 9819077 140733571403600 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 15944 13350 727 1374 0 14565 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 63776

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8068
/proc/meminfo: memFree=1688228/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=64140 CPUtime=1601.81
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4630514 0 0 0 157847 2334 0 0 25 0 1 0 41282362 65679360 13231 1992294400 4194304 9819077 140733571403600 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 16035 13231 727 1374 0 14656 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 64140

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8070
/proc/meminfo: memFree=1686740/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=61440 CPUtime=1661.79
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4812517 0 0 0 163751 2428 0 0 25 0 1 0 41282362 62914560 13525 1992294400 4194304 9819077 140733571403600 18446744073709551615 6697322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 15360 13525 727 1374 0 13981 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 61440

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8072
/proc/meminfo: memFree=1685872/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=62516 CPUtime=1721.77
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 4998826 0 0 0 169658 2519 0 0 25 0 1 0 41282362 64016384 13706 1992294400 4194304 9819077 140733571403600 18446744073709551615 6589128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 15629 13706 727 1374 0 14250 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 62516

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8074
/proc/meminfo: memFree=1685624/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=62520 CPUtime=1781.75
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 5171455 0 0 0 175572 2603 0 0 25 0 1 0 41282362 64020480 13755 1992294400 4194304 9819077 140733571403600 18446744073709551615 7301632 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 15630 13755 727 1374 0 14251 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 62520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8074
/proc/meminfo: memFree=1685376/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=67064 CPUtime=1800.06
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 5220860 0 0 0 177377 2629 0 0 25 0 1 0 41282362 68673536 13921 1992294400 4194304 9819077 140733571403600 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8013/statm: 16766 13921 727 1374 0 15387 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 67064

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8074
/proc/meminfo: memFree=1685376/2059040 swapFree=4134608/4192956
[pid=8013] ppid=8011 vsize=60144 CPUtime=1800.25
/proc/8013/stat : 8013 (pbscip.linux.x8) R 8011 8013 5885 0 -1 4202496 5221030 0 0 0 177396 2629 0 0 25 0 1 0 41282362 61587456 13138 1992294400 4194304 9819077 140733571403600 18446744073709551615 4408801 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8013/statm: 15036 13138 728 1374 0 13657 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 60144

Child status: 0
Real time (s): 1800.83
CPU time (s): 1800.29
CPU user time (s): 1773.98
CPU system time (s): 26.307
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 70956

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

runsolver used 2.90256 second user time and 8.58469 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 04:55:59
IDJOB=2665208
IDBENCH=48151
IDSOLVER=1168
FILE ID=node017/2665208-1276656959
PBS_JOBID= 11172446
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665208-1276656959/watcher-2665208-1276656959 -o /tmp/evaluation-result-2665208-1276656959/solver-2665208-1276656959 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665208-1276656959.opb -t 1800 -m 1800

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=188078628

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1740968 kB
Buffers:         82528 kB
Cached:         140548 kB
SwapCached:      11780 kB
Active:         106492 kB
Inactive:       131292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1740968 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:       13060 kB
Mapped:           9412 kB
Slab:            58540 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184760 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= 62532 MiB
End job on node017 at 2010-06-16 05:26:02