Trace number 2665203

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)21 1800.2 1800.64

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMb738c7950af6b3d63e331a14bc641dc9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.5
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 constraint22
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)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

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-2665203-1276656133.opb>
0.00/0.03	c original problem has 2724 variables (2724 bin, 0 int, 0 impl, 0 cont) and 2724 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.04/0.06	c presolving:
0.29/0.30	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 73720 impls, 0 clqs
0.49/0.54	c    (0.3s) probing: 101/2724 (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  73720 implications, 0 cliques
0.49/0.54	c presolved problem has 2724 variables (2724 bin, 0 int, 0 impl, 0 cont) and 2724 constraints
0.49/0.54	c    2524 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.98
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.54	c 
0.59/0.60	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.60	c   0.4s|     1 |     0 |   400 |     - |  13M|   0 | 400 |2724 |2724 |2724 |5248 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.62	o 53
0.59/0.62	c s 0.4s|     1 |     0 |   400 |     - |  14M|   0 | 400 |2724 |2724 |2724 |5248 |   0 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
1.59/1.68	c   1.2s|     1 |     0 |  1000 |     - |  14M|   0 | 400 |2724 |2724 |2724 |5650 | 402 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
2.10/2.11	c   1.6s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2724 |2724 |2724 |6050 | 802 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
2.10/2.12	o 51
2.10/2.12	c s 1.6s|     1 |     0 |  1600 |     - |  14M|   0 | 400 |2724 |2724 |2724 |6050 | 802 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
2.49/2.58	c   2.1s|     1 |     0 |  2203 |     - |  14M|   0 | 400 |2724 |2724 |2724 |6454 |1206 |   0 |   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
2.49/2.60	o 38
2.49/2.60	c s 2.1s|     1 |     0 |  2203 |     - |  14M|   0 | 400 |2724 |2724 |2724 |6454 |1206 |   0 |   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
2.99/3.07	c   2.6s|     1 |     0 |  2804 |     - |  14M|   0 | 400 |2724 |2724 |2724 |6856 |1608 |   0 |   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
2.99/3.09	o 36
2.99/3.09	c s 2.6s|     1 |     0 |  2804 |     - |  14M|   0 | 400 |2724 |2724 |2724 |6856 |1608 |   0 |   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
4.19/4.24	c   3.7s|     1 |     0 |  4450 |     - |  14M|   0 | 889 |2724 |2724 |2724 |7259 |2011 |   0 |   0 | 1.182174e+01 | 3.600000e+01 | 204.52%
6.69/6.70	c   6.2s|     1 |     0 |  5756 |     - |  15M|   0 |1228 |2724 |2724 |2724 |7500 |2252 |   0 |   0 | 1.331090e+01 | 3.600000e+01 | 170.46%
10.38/10.42	c   9.9s|     1 |     0 |  6802 |     - |  17M|   0 |1442 |2724 |2724 |2724 |7587 |2339 |   0 |   0 | 1.419511e+01 | 3.600000e+01 | 153.61%
13.38/13.49	c  12.9s|     1 |     0 |  7510 |     - |  18M|   0 |1511 |2724 |2724 |2724 |7635 |2387 |   0 |   0 | 1.435186e+01 | 3.600000e+01 | 150.84%
18.29/18.39	c  17.8s|     1 |     0 |  8045 |     - |  18M|   0 |1611 |2724 |2724 |2724 |7665 |2417 |   0 |   0 | 1.444522e+01 | 3.600000e+01 | 149.22%
24.29/24.36	c  23.7s|     1 |     0 |  8588 |     - |  18M|   0 |1655 |2724 |2724 |2724 |7685 |2437 |   0 |   0 | 1.449589e+01 | 3.600000e+01 | 148.35%
30.49/30.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.49/30.50	c  29.9s|     1 |     0 |  8963 |     - |  17M|   0 |1664 |2724 |2724 |2724 |2837 |2452 |   0 |   0 | 1.453671e+01 | 3.600000e+01 | 147.65%
32.18/32.22	c  31.6s|     1 |     0 |  8969 |     - |  17M|   0 |1666 |2724 |2724 |2724 |2842 |2457 |   0 |   0 | 1.453671e+01 | 3.600000e+01 | 147.65%
33.99/34.04	c  33.4s|     1 |     0 |  9056 |     - |  17M|   0 |1689 |2724 |2724 |2724 |2846 |2461 |   0 |   0 | 1.454245e+01 | 3.600000e+01 | 147.55%
35.88/35.93	c  35.3s|     1 |     0 |  9097 |     - |  17M|   0 |1732 |2724 |2724 |2724 |2866 |2481 |   0 |   0 | 1.454335e+01 | 3.600000e+01 | 147.54%
37.78/37.88	c  37.2s|     1 |     0 |  9146 |     - |  17M|   0 |1736 |2724 |2724 |2724 |2875 |2490 |   0 |   0 | 1.454422e+01 | 3.600000e+01 | 147.52%
39.78/39.82	c  39.1s|     1 |     0 |  9148 |     - |  17M|   0 |1736 |2724 |2724 |2724 |2877 |2492 |   0 |   0 | 1.454422e+01 | 3.600000e+01 | 147.52%
41.68/41.74	c  41.1s|     1 |     0 |  9149 |     - |  17M|   0 |1736 |2724 |2724 |2724 |2561 |2493 |   0 |   0 | 1.454422e+01 | 3.600000e+01 | 147.52%
55.87/55.95	c  55.2s|     1 |     2 |  9149 |     - |  17M|   0 |1736 |2724 |2724 |2724 |2561 |2493 |   0 |  34 | 1.454422e+01 | 3.600000e+01 | 147.52%
976.96/977.22	o 22
976.96/977.22	c * 963s|  1013 |   981 |897264 | 877.6 |  21M|  24 |   - |2724 |2729 |2724 |3449 |  53k|   5 |1430 | 1.560243e+01 | 2.200000e+01 |  41.00%
1067.24/1067.57	o 21
1067.24/1067.57	c *1052s|  1145 |  1014 |993049 | 860.1 |  21M|  24 |   - |2724 |2729 |2724 |3418 |  58k|   5 |1591 | 1.563280e+01 | 2.100000e+01 |  34.33%
1800.05/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.57	c 
1800.05/1800.57	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.57	c Solving Time (sec) : 1774.36
1800.05/1800.57	c Solving Nodes      : 2317
1800.05/1800.57	c Primal Bound       : +2.10000000000000e+01 (6 solutions)
1800.05/1800.57	c Dual Bound         : +1.59199471232873e+01
1800.05/1800.57	c Gap                : 31.91 %
1800.05/1800.57	s SATISFIABLE
1800.05/1800.57	v x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 
1800.05/1800.57	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1800.05/1800.57	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 
1800.05/1800.57	v -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1800.05/1800.57	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 
1800.05/1800.57	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.05/1800.57	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.05/1800.57	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.05/1800.57	v -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.05/1800.57	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.57	c Solving Time       :    1774.36
1800.05/1800.57	c Original Problem   :
1800.05/1800.57	c   Problem name     : HOME/instance-2665203-1276656133.opb
1800.05/1800.57	c   Variables        : 2724 (2724 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.57	c   Constraints      : 2724 initial, 2724 maximal
1800.05/1800.57	c Presolved Problem  :
1800.05/1800.57	c   Problem name     : t_HOME/instance-2665203-1276656133.opb
1800.05/1800.57	c   Variables        : 2724 (2724 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.57	c   Constraints      : 2724 initial, 2729 maximal
1800.05/1800.57	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.57	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.57	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.57	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.57	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.57	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.57	c   probing          :       0.05          0          0          0          0          0          0          0          0
1800.05/1800.57	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.05/1800.57	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.57	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.57	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.57	c   integral         :          0          0          0       2208          0          7         44          0          0       4372
1800.05/1800.57	c   and              :       2524       9809      37079          2          0          2     108807     102557          0          0
1800.05/1800.57	c   logicor          :        200+        18      14444          2          0          3          0          0          0          0
1800.05/1800.57	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1800.05/1800.57	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.57	c   integral         :     363.51       0.00       0.00     363.51       0.00
1800.05/1800.57	c   and              :      32.18      24.48       7.70       0.00       0.00
1800.05/1800.57	c   logicor          :       0.14       0.00       0.14       0.00       0.00
1800.05/1800.57	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.57	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.57	c   vbounds          :       0.04          2          0          0
1800.05/1800.57	c   rootredcost      :       0.03          2          0          0
1800.05/1800.57	c   pseudoobj        :       0.82      36930          0          0
1800.05/1800.57	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.57	c   propagation      :       0.00          5          5          5       13.0          0        0.0          -
1800.05/1800.57	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.57	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.57	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.57	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.57	c   applied globally :          -          -          -          5       13.0          -          -          -
1800.05/1800.57	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.57	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.57	c   cut pool         :       0.02         17          -          -          4          -    (maximal pool size: 2972)
1800.05/1800.57	c   redcost          :       1.98       9810          0      12209          0          0
1800.05/1800.57	c   impliedbounds    :       0.07         18          0          0       2634          0
1800.05/1800.57	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.57	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.57	c   gomory           :      18.71         18          0          0       2666          0
1800.05/1800.57	c   strongcg         :      15.15         18          0          0       4004          0
1800.05/1800.57	c   cmir             :       1.76         10          0          0       2009          0
1800.05/1800.57	c   flowcover        :       0.91         10          0          0        200          0
1800.05/1800.57	c   clique           :       0.15         18          0          0         24          0
1800.05/1800.57	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.57	c   mcf              :       0.01          1          0          0          0          0
1800.05/1800.57	c   rapidlearning    :       0.37          1          0          0          0          0
1800.05/1800.57	c Pricers            :       Time      Calls       Vars
1800.05/1800.57	c   problem variables:       0.00          0          0
1800.05/1800.57	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.57	c   relpscost        :     363.48       2206          7         44          0          0       4372
1800.05/1800.57	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.57	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.57	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.57	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.57	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.57	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.57	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.57	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.57	c   LP solutions     :       0.00          -          2
1800.05/1800.57	c   pseudo solutions :       0.00          -          0
1800.05/1800.57	c   oneopt           :       0.05          6          0
1800.05/1800.57	c   trivial          :       0.01          2          0
1800.05/1800.57	c   simplerounding   :       0.02          0          0
1800.05/1800.57	c   zirounding       :       0.78       1000          0
1800.05/1800.57	c   rounding         :       5.64       1430          0
1800.05/1800.57	c   shifting         :       5.76       1192          4
1800.05/1800.57	c   intshifting      :       0.00          0          0
1800.05/1800.57	c   twoopt           :       0.00          0          0
1800.05/1800.57	c   fixandinfer      :       0.00          0          0
1800.05/1800.57	c   feaspump         :       0.00          0          0
1800.05/1800.57	c   coefdiving       :      51.63         26          0
1800.05/1800.57	c   pscostdiving     :      51.64         24          0
1800.05/1800.57	c   fracdiving       :      64.23         27          0
1800.05/1800.57	c   veclendiving     :      41.25         25          0
1800.05/1800.57	c   intdiving        :       0.00          0          0
1800.05/1800.57	c   actconsdiving    :       0.00          0          0
1800.05/1800.57	c   objpscostdiving  :       9.80          3          0
1800.05/1800.57	c   rootsoldiving    :       5.18          9          0
1800.05/1800.57	c   linesearchdiving :      63.58         30          0
1800.05/1800.57	c   guideddiving     :      67.46         22          0
1800.05/1800.57	c   octane           :       0.00          0          0
1800.05/1800.57	c   rens             :       0.01          0          0
1800.05/1800.57	c   rins             :       0.00          0          0
1800.05/1800.57	c   localbranching   :       0.00          0          0
1800.05/1800.57	c   mutation         :       0.00          0          0
1800.05/1800.57	c   crossover        :       0.08          1          0
1800.05/1800.57	c   dins             :       0.00          0          0
1800.05/1800.57	c   undercover       :       0.01          1          0
1800.05/1800.57	c   nlp              :       0.00          0          0
1800.05/1800.57	c   trysol           :       0.01          0          0
1800.05/1800.57	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.57	c   primal LP        :     265.62          0          0       0.00       0.00
1800.05/1800.57	c   dual LP          :     677.12      11174    1181890     105.77    1745.47
1800.05/1800.57	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.57	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.57	c   diving/probing LP:     316.54      15260     553825      36.29    1749.62
1800.05/1800.57	c   strong branching :     361.98       2876     713403     248.05    1970.84
1800.05/1800.57	c     (at root node) :          -         34      22276     655.18          -
1800.05/1800.57	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.57	c B&B Tree           :
1800.05/1800.57	c   number of runs   :          1
1800.05/1800.57	c   nodes            :       2317
1800.05/1800.57	c   nodes (total)    :       2317
1800.05/1800.57	c   nodes left       :       1934
1800.05/1800.57	c   max depth        :         24
1800.05/1800.57	c   max depth (total):         24
1800.05/1800.57	c   backtracks       :        862 (37.2%)
1800.05/1800.57	c   delayed cutoffs  :          0
1800.05/1800.57	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.57	c   avg switch length:       8.54
1800.05/1800.57	c   switching time   :     267.44
1800.05/1800.57	c Solution           :
1800.05/1800.57	c   Solutions found  :          6 (6 improvements)
1800.05/1800.57	c   First Solution   : +5.30000000000000e+01   (in run 1, after 1 nodes, 0.37 seconds, depth 0, found by <shifting>)
1800.05/1800.57	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 1145 nodes, 1052.17 seconds, depth 19, found by <relaxation>)
1800.05/1800.57	c   Dual Bound       : +1.59199471232873e+01
1800.05/1800.57	c   Gap              :      31.91 %
1800.05/1800.57	c   Root Dual Bound  : +1.45442215129071e+01
1800.05/1800.57	c   Root Iterations  :       9149
1800.16/1800.64	c Time complete: 1800.19.

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-2665203-1276656133/watcher-2665203-1276656133 -o /tmp/evaluation-result-2665203-1276656133/solver-2665203-1276656133 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665203-1276656133.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.91 0.98 1.03 3/106 16138
/proc/meminfo: memFree=1780144/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=8256 CPUtime=0
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 881 0 0 0 0 0 0 0 23 0 1 0 6907800 8454144 801 1992294400 4194304 9819077 140734793601264 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16138/statm: 2064 812 359 1374 0 685 0

[startup+0.0452241 s]
/proc/loadavg: 0.91 0.98 1.03 3/106 16138
/proc/meminfo: memFree=1780144/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=17108 CPUtime=0.04
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3613 0 0 0 3 1 0 0 23 0 1 0 6907800 17518592 3179 1992294400 4194304 9819077 140734793601264 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 4316 3189 428 1374 0 2937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17108

[startup+0.101228 s]
/proc/loadavg: 0.91 0.98 1.03 3/106 16138
/proc/meminfo: memFree=1780144/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=24924 CPUtime=0.09
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 5254 0 0 0 8 1 0 0 24 0 1 0 6907800 25522176 4820 1992294400 4194304 9819077 140734793601264 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 6231 4832 473 1374 0 4852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24924

[startup+0.301245 s]
/proc/loadavg: 0.91 0.98 1.03 3/106 16138
/proc/meminfo: memFree=1780144/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=25724 CPUtime=0.29
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 6032 0 0 0 19 10 0 0 25 0 1 0 6907800 26341376 5084 1992294400 4194304 9819077 140734793601264 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 6431 5084 492 1374 0 5052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25724

[startup+0.701279 s]
/proc/loadavg: 0.91 0.98 1.03 3/106 16138
/proc/meminfo: memFree=1780144/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=40500 CPUtime=0.69
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 11816 0 0 0 47 22 0 0 25 0 1 0 6907800 41472000 8258 1992294400 4194304 9819077 140734793601264 18446744073709551615 6555660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 10125 8258 657 1374 0 8746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40500

[startup+1.50135 s]
/proc/loadavg: 0.91 0.98 1.03 2/107 16139
/proc/meminfo: memFree=1749012/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=58704 CPUtime=1.49
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 17653 0 0 0 105 44 0 0 25 0 1 0 6907800 60112896 12508 1992294400 4194304 9819077 140734793601264 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14676 12508 685 1374 0 13297 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58704

[startup+3.10049 s]
/proc/loadavg: 0.91 0.98 1.03 2/107 16139
/proc/meminfo: memFree=1747772/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=43960 CPUtime=3.09
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 19210 0 0 0 262 47 0 0 25 0 1 0 6907800 45015040 8934 1992294400 4194304 9819077 140734793601264 18446744073709551615 8494978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 10990 8934 690 1374 0 9611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43960

[startup+6.30076 s]
/proc/loadavg: 0.92 0.98 1.03 2/107 16139
/proc/meminfo: memFree=1745416/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=50372 CPUtime=6.29
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 22514 0 0 0 579 50 0 0 25 0 1 0 6907800 51580928 10134 1992294400 4194304 9819077 140734793601264 18446744073709551615 7290959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 12593 10134 693 1374 0 11214 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50372

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 1.03 2/107 16139
/proc/meminfo: memFree=1739464/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=54368 CPUtime=12.69
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 26276 0 0 0 1215 54 0 0 25 0 1 0 6907800 55672832 10966 1992294400 4194304 9819077 140734793601264 18446744073709551615 6055460 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13592 10966 693 1374 0 12213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54368

[startup+25.5014 s]
/proc/loadavg: 0.94 0.98 1.03 2/107 16139
/proc/meminfo: memFree=1738720/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=54780 CPUtime=25.49
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 30552 0 0 0 2490 59 0 0 25 0 1 0 6907800 56094720 10920 1992294400 4194304 9819077 140734793601264 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13695 10920 693 1374 0 12316 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54780

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 1.03 2/107 16139
/proc/meminfo: memFree=1739216/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=51416 CPUtime=51.08
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 46440 0 0 0 5036 72 0 0 25 0 1 0 6907800 52649984 10749 1992294400 4194304 9819077 140734793601264 18446744073709551615 7301528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 12854 10749 707 1374 0 11475 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51416

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 1.02 2/107 16141
/proc/meminfo: memFree=1739216/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=52968 CPUtime=102.27
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 128018 0 0 0 10110 117 0 0 25 0 1 0 6907800 54239232 10725 1992294400 4194304 9819077 140734793601264 18446744073709551615 7296894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13242 10725 715 1374 0 11863 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52968

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/107 16143
/proc/meminfo: memFree=1738844/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=54008 CPUtime=162.25
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 247942 0 0 0 16048 177 0 0 25 0 1 0 6907800 55304192 10778 1992294400 4194304 9819077 140734793601264 18446744073709551615 7312754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13502 10778 721 1374 0 12123 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 54008

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/107 16145
/proc/meminfo: memFree=1738472/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=54768 CPUtime=222.24
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 399949 0 0 0 21968 256 0 0 25 0 1 0 6907800 56082432 10942 1992294400 4194304 9819077 140734793601264 18446744073709551615 7301536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13692 10942 721 1374 0 12313 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 54768

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 16145
/proc/meminfo: memFree=1737852/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=51624 CPUtime=282.23
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 581539 0 0 0 27882 341 0 0 25 0 1 0 6907800 52862976 11125 1992294400 4194304 9819077 140734793601264 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 12906 11125 721 1374 0 11527 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 51624

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 16147
/proc/meminfo: memFree=1736488/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=52552 CPUtime=342.21
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 782587 0 0 0 33780 441 0 0 25 0 1 0 6907800 53813248 11357 1992294400 4194304 9819077 140734793601264 18446744073709551615 7289463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13138 11357 726 1374 0 11759 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 52552

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 16149
/proc/meminfo: memFree=1736116/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=57152 CPUtime=402.19
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 959154 0 0 0 39689 530 0 0 25 0 1 0 6907800 58523648 11518 1992294400 4194304 9819077 140734793601264 18446744073709551615 7301615 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14288 11518 726 1374 0 12909 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 57152

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 16151
/proc/meminfo: memFree=1735496/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=53836 CPUtime=462.18
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 1148702 0 0 0 45590 628 0 0 25 0 1 0 6907800 55128064 11566 1992294400 4194304 9819077 140734793601264 18446744073709551615 6003890 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13459 11566 726 1374 0 12080 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 53836

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 16153
/proc/meminfo: memFree=1735000/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=58556 CPUtime=522.17
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 1324636 0 0 0 51502 715 0 0 25 0 1 0 6907800 59961344 11813 1992294400 4194304 9819077 140734793601264 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14639 11813 726 1374 0 13260 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 58556

[startup+582.301 s]
/proc/loadavg: 1.07 1.00 1.01 2/107 16153
/proc/meminfo: memFree=1734132/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=54128 CPUtime=582.15
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 1501780 0 0 0 57414 801 0 0 25 0 1 0 6907800 55427072 11879 1992294400 4194304 9819077 140734793601264 18446744073709551615 7224627 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13532 11879 726 1374 0 12153 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 54128

[startup+642.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 16155
/proc/meminfo: memFree=1733512/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=55444 CPUtime=642.14
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 1681953 0 0 0 63324 890 0 0 25 0 1 0 6907800 56774656 12126 1992294400 4194304 9819077 140734793601264 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 13861 12126 726 1374 0 12482 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 55444

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16161
/proc/meminfo: memFree=1730784/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=57556 CPUtime=882.08
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 2386947 0 0 0 86968 1240 0 0 25 0 1 0 6907800 58937344 12697 1992294400 4194304 9819077 140734793601264 18446744073709551615 7311733 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14389 12697 726 1374 0 13010 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 57556

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16163
/proc/meminfo: memFree=1731528/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=59836 CPUtime=942.07
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 2563583 0 0 0 92876 1331 0 0 25 0 1 0 6907800 61272064 12553 1992294400 4194304 9819077 140734793601264 18446744073709551615 7284106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14959 12553 726 1374 0 13580 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 59836

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16165
/proc/meminfo: memFree=1730660/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=58796 CPUtime=1002.05
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 2746687 0 0 0 98784 1421 0 0 25 0 1 0 6907800 60207104 12774 1992294400 4194304 9819077 140734793601264 18446744073709551615 7308981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14699 12774 726 1374 0 13320 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 58796

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16167
/proc/meminfo: memFree=1730164/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=57772 CPUtime=1062.04
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 2926117 0 0 0 104698 1506 0 0 25 0 1 0 6907800 59158528 12803 1992294400 4194304 9819077 140734793601264 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14443 12804 726 1374 0 13064 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 57772

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16169
/proc/meminfo: memFree=1730164/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=58892 CPUtime=1122.03
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3097463 0 0 0 110608 1595 0 0 25 0 1 0 6907800 60305408 12881 1992294400 4194304 9819077 140734793601264 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 14723 12881 726 1374 0 13344 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 58892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16178
/proc/meminfo: memFree=1729172/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=62740 CPUtime=1181.99
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3267014 0 0 0 116528 1671 0 0 25 0 1 0 6907800 64245760 13044 1992294400 4194304 9819077 140734793601264 18446744073709551615 7336198 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 15685 13044 726 1374 0 14306 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 62740

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16180
/proc/meminfo: memFree=1728800/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=60160 CPUtime=1241.98
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3443211 0 0 0 122437 1761 0 0 25 0 1 0 6907800 61603840 13120 1992294400 4194304 9819077 140734793601264 18446744073709551615 6656806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 15040 13120 726 1374 0 13661 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 60160

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16182
/proc/meminfo: memFree=1727312/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=61360 CPUtime=1301.97
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3618679 0 0 0 128348 1849 0 0 25 0 1 0 6907800 62832640 13486 1992294400 4194304 9819077 140734793601264 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 15340 13486 726 1374 0 13961 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 61360

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16184
/proc/meminfo: memFree=1727064/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=61548 CPUtime=1361.95
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3782748 0 0 0 134260 1935 0 0 25 0 1 0 6907800 63025152 13531 1992294400 4194304 9819077 140734793601264 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 15387 13531 726 1374 0 14008 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 61548

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16186
/proc/meminfo: memFree=1726568/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=62420 CPUtime=1421.94
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 3954046 0 0 0 140173 2021 0 0 25 0 1 0 6907800 63918080 13754 1992294400 4194304 9819077 140734793601264 18446744073709551615 7291003 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 15605 13754 726 1374 0 14226 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 62420

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16186
/proc/meminfo: memFree=1725948/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=66852 CPUtime=1481.92
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 4140445 0 0 0 146080 2112 0 0 25 0 1 0 6907800 68456448 13910 1992294400 4194304 9819077 140734793601264 18446744073709551615 7301542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 16713 13910 726 1374 0 15334 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 66852

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16188
/proc/meminfo: memFree=1725204/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=63440 CPUtime=1541.9
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 4303878 0 0 0 151998 2192 0 0 25 0 1 0 6907800 64962560 14000 1992294400 4194304 9819077 140734793601264 18446744073709551615 7311672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 15860 14000 726 1374 0 14481 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 63440

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16190
/proc/meminfo: memFree=1724336/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=64148 CPUtime=1601.9
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 4481667 0 0 0 157908 2282 0 0 25 0 1 0 6907800 65687552 14083 1992294400 4194304 9819077 140734793601264 18446744073709551615 7291656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 16037 14083 726 1374 0 14658 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 64148

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16192
/proc/meminfo: memFree=1724336/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=64504 CPUtime=1661.88
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 4652978 0 0 0 163816 2372 0 0 25 0 1 0 6907800 66052096 14307 1992294400 4194304 9819077 140734793601264 18446744073709551615 7312735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 16126 14307 726 1374 0 14747 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 64504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16194
/proc/meminfo: memFree=1723344/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=69776 CPUtime=1721.86
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 4846657 0 0 0 169721 2465 0 0 25 0 1 0 6907800 71450624 14721 1992294400 4194304 9819077 140734793601264 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 17444 14721 726 1374 0 16065 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 69776

[startup+1782.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 16194
/proc/meminfo: memFree=1722724/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=65964 CPUtime=1781.84
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 5026298 0 0 0 175631 2553 0 0 25 0 1 0 6907800 67547136 14541 1992294400 4194304 9819077 140734793601264 18446744073709551615 7291843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 16491 14541 726 1374 0 15112 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 65964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 16196
/proc/meminfo: memFree=1722476/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=66076 CPUtime=1800.05
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 5063964 0 0 0 177432 2573 0 0 25 0 1 0 6907800 67661824 14606 1992294400 4194304 9819077 140734793601264 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16138/statm: 16519 14606 726 1374 0 15140 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 66076

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

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

[startup+1800.61 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 16197
/proc/meminfo: memFree=1722592/2059040 swapFree=4170748/4192956
[pid=16138] ppid=16136 vsize=64656 CPUtime=1800.16
/proc/16138/stat : 16138 (pbscip.linux.x8) R 16136 16138 14619 0 -1 4202496 5064600 0 0 0 177443 2573 0 0 25 0 1 0 6907800 66207744 14254 1992294400 4194304 9819077 140734793601264 18446744073709551615 4458230 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16138/statm: 16164 14254 727 1374 0 14785 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 64656

Child status: 0
Real time (s): 1800.64
CPU time (s): 1800.2
CPU user time (s): 1774.45
CPU system time (s): 25.7431
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 70428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.45
system time used= 25.7431
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5064604
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= 3
involuntary context switches= 22352

runsolver used 2.89356 second user time and 8.58669 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 04:42:13
IDJOB=2665203
IDBENCH=48146
IDSOLVER=1168
FILE ID=node031/2665203-1276656133
PBS_JOBID= 11172432
Free space on /tmp= 62584 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_4.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-2665203-1276656133/watcher-2665203-1276656133 -o /tmp/evaluation-result-2665203-1276656133/solver-2665203-1276656133 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665203-1276656133.opb -t 1800 -m 1800

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

MD5SUM BENCH= b738c7950af6b3d63e331a14bc641dc9
RANDOM SEED=961490691

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1780672 kB
Buffers:         38372 kB
Cached:         123452 kB
SwapCached:       1484 kB
Active:          98312 kB
Inactive:       102780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1780672 kB
SwapTotal:     4192956 kB
SwapFree:      4170748 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:       37744 kB
Mapped:          15368 kB
Slab:            55220 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180496 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= 62576 MiB
End job on node031 at 2010-06-16 05:12:16