Trace number 2665308

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)-27 1800.36 1800.99

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
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 -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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-2665308-1276670384.opb>
0.00/0.02	c original problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.03/0.04	o 0
0.03/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.03/0.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10184 impls, 200 clqs
0.39/0.45	c    (0.2s) probing: 101/1448 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  10184 implications, 200 cliques
0.39/0.45	c presolved problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1549 constraints
0.39/0.45	c     200 constraints of type <setppc>
0.39/0.45	c    1248 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     100 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.22
0.39/0.45	c - non default parameters ----------------------------------------------------------------------
0.39/0.45	c # SCIP version 1.2.1.2
0.39/0.45	c 
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = 10000
0.39/0.45	c 
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = 1799.98
0.39/0.45	c 
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = 1620
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify inequalities
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/linear/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify knapsacks
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c heuristics/undercover/freq = 0
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c separating/rapidlearning/freq = 0
0.39/0.45	c 
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving
0.39/0.45	c 
0.49/0.52	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.52	c t 0.3s|     1 |     0 |   249 |     - |6925k|   0 | 200 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.49/0.53	o -2
0.49/0.53	c R 0.3s|     1 |     0 |   249 |     - |6942k|   0 | 200 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
0.69/0.74	o -3
0.69/0.74	c u 0.5s|     1 |     0 |   249 |     - |7028k|   0 | 200 |1448 |1549 |1448 |2797 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
2.19/2.27	c   1.8s|     1 |     0 |  1224 |     - |7061k|   0 | 680 |1448 |1549 |1448 |2798 |   1 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
4.29/4.31	c   3.8s|     1 |     0 |  2005 |     - |7216k|   0 | 838 |1448 |1549 |1448 |2835 |  38 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
4.29/4.32	o -8
4.29/4.32	c s 3.8s|     1 |     0 |  2005 |     - |7245k|   0 | 838 |1448 |1549 |1448 |2835 |  38 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
7.29/7.31	c   6.8s|     1 |     0 |  2050 |     - |7717k|   0 | 836 |1448 |1549 |1448 |2846 |  49 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
7.29/7.32	o -9
7.29/7.32	c s 6.8s|     1 |     0 |  2050 |     - |7737k|   0 | 836 |1448 |1549 |1448 |2846 |  49 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
10.09/10.19	c   9.7s|     1 |     0 |  2136 |     - |7890k|   0 | 838 |1448 |1549 |1448 |2852 |  55 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
13.09/13.16	c  12.6s|     1 |     0 |  2216 |     - |8399k|   0 | 837 |1448 |1549 |1448 |2863 |  66 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
15.88/15.92	c  15.3s|     1 |     0 |  2264 |     - |8965k|   0 | 840 |1448 |1549 |1448 |2867 |  70 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
24.09/24.18	c  23.5s|     1 |     2 |  2264 |     - |8966k|   0 | 840 |1448 |1549 |1448 |2867 |  70 |   0 |  10 |-5.000000e+01 |-9.000000e+00 |  82.00%
279.49/279.63	o -22
279.49/279.63	c l 276s|    87 |    88 |359426 |4153.0 |9419k|  15 |   - |1448 |1722 |1448 |1785 |6909 | 173 | 288 |-4.889795e+01 |-2.200000e+01 |  55.01%
358.57/358.75	o -24
358.57/358.75	c l 353s|   117 |   116 |479245 |4111.9 |9570k|  15 |   - |1448 |1750 |1448 |1437 |8558 | 201 | 360 |-4.866786e+01 |-2.400000e+01 |  50.69%
956.46/956.84	o -25
956.46/956.84	c l 940s|   377 |   376 |  1360k|3611.8 |  10M|  17 |   - |1448 |1874 |1448 |1545 |  28k| 336 |1527 |-4.866786e+01 |-2.500000e+01 |  48.63%
1514.56/1515.13	o -26
1514.56/1515.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1514.56/1515.13	c l1488s|   705 |   703 |  2204k|3128.3 |  11M|  24 |   - |1448 |1889 |1448 |1771 |  47k| 449 |2603 |-4.606080e+01 |-2.600000e+01 |  43.55%
1786.68/1787.30	o -27
1786.68/1787.30	c l1755s|   865 |   863 |  2655k|3071.3 |  12M|  34 |   - |1448 |1933 |1448 |2001 |  55k| 500 |2967 |-4.575996e+01 |-2.700000e+01 |  41.00%
1800.09/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.79	c 
1800.09/1800.79	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.79	c Solving Time (sec) : 1767.94
1800.09/1800.79	c Solving Nodes      : 874
1800.09/1800.79	c Primal Bound       : -2.70000000000000e+01 (14 solutions)
1800.09/1800.79	c Dual Bound         : -4.57599563753295e+01
1800.09/1800.79	c Gap                : 41.00 %
1800.09/1800.79	s SATISFIABLE
1800.09/1800.79	v -x162 x134 x175 -x180 -x186 x172 -x132 x166 -x142 -x153 -x118 -x129 -x113 -x140 -x161 -x133 -x200 -x152 x195 -x119 -x189 -x177 
1800.09/1800.79	v -x109 x188 x144 -x165 -x107 x135 x196 -x106 -x198 -x176 x146 x139 -x182 -x197 x105 -x158 -x147 x145 -x126 x121 -x181 x192 x114 
1800.09/1800.79	v -x171 -x125 x199 -x138 -x104 -x151 -x149 -x115 -x108 x185 x120 -x174 -x143 -x157 -x103 -x190 -x155 -x154 -x148 -x170 -x159 
1800.09/1800.79	v -x123 -x124 -x183 -x130 -x168 -x102 -x111 -x110 -x169 x112 -x137 x173 x141 -x127 -x164 -x191 -x128 -x101 -x179 x167 x160 x156 
1800.09/1800.79	v -x131 -x117 -x163 x122 -x150 -x193 -x136 x194 -x116 -x178 -x187 -x184 x100 -x99 -x98 x97 -x96 -x95 -x94 x93 -x92 -x91 x90 x89 
1800.09/1800.79	v -x88 -x87 -x86 -x85 -x84 x83 x82 -x81 -x80 x79 x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 x70 x69 x68 -x67 -x66 x65 x64 x63 -x62 
1800.09/1800.79	v x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 x53 x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 
1800.09/1800.79	v -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 
1800.09/1800.79	v x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1800.09/1800.79	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.79	c Solving Time       :    1767.94
1800.09/1800.79	c Original Problem   :
1800.09/1800.79	c   Problem name     : HOME/instance-2665308-1276670384.opb
1800.09/1800.79	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.79	c   Constraints      : 1549 initial, 1549 maximal
1800.09/1800.79	c Presolved Problem  :
1800.09/1800.79	c   Problem name     : t_HOME/instance-2665308-1276670384.opb
1800.09/1800.79	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.79	c   Constraints      : 1549 initial, 1935 maximal
1800.09/1800.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.79	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   and              :       0.18          0          0          0          0          0          0          0          0
1800.09/1800.79	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.79	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.79	c   integral         :          0          0          0        963          0          0        144          0          0       1746
1800.09/1800.79	c   setppc           :        200          6      61074          0          0          6        678          0          0          0
1800.09/1800.79	c   and              :       1248       2922      61070          0          0        371      19631      63386          0          0
1800.09/1800.79	c   linear           :          1          6      60695          0          0          0          0          0          0          0
1800.09/1800.79	c   logicor          :        100+         6       3949          0          0          0       5096          0          0          0
1800.09/1800.79	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.79	c   integral         :     292.17       0.00       0.00     292.17       0.00
1800.09/1800.79	c   setppc           :       1.13       0.00       1.13       0.00       0.00
1800.09/1800.79	c   and              :       7.94       2.02       5.92       0.00       0.00
1800.09/1800.79	c   linear           :       0.45       0.01       0.44       0.00       0.00
1800.09/1800.79	c   logicor          :       0.08       0.00       0.08       0.00       0.00
1800.09/1800.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.79	c   vbounds          :       0.02          2          0          0
1800.09/1800.79	c   rootredcost      :       0.07          6          0          0
1800.09/1800.79	c   pseudoobj        :       0.67      60917          1          0
1800.09/1800.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.79	c   propagation      :       0.01        378        378        385        3.4          2        2.0          -
1800.09/1800.79	c   infeasible LP    :       0.12         78         78        645       33.2          0        0.0          0
1800.09/1800.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.79	c   applied globally :          -          -          -        502       10.2          -          -          -
1800.09/1800.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.79	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 237)
1800.09/1800.79	c   redcost          :       0.34       2922          0          0          0          0
1800.09/1800.79	c   impliedbounds    :       0.00          6          0          0         80          0
1800.09/1800.79	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.79	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.79	c   gomory           :       6.53          6          0          0        200          0
1800.09/1800.79	c   strongcg         :       5.84          6          0          0        391          0
1800.09/1800.79	c   cmir             :       0.12          6          0          0          0          0
1800.09/1800.79	c   flowcover        :       0.16          6          0          0          0          0
1800.09/1800.79	c   clique           :       0.14          6          0          0         31          0
1800.09/1800.79	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.79	c   mcf              :       0.01          1          0          0          0          0
1800.09/1800.79	c   rapidlearning    :       0.74          1          0          0          0          0
1800.09/1800.79	c Pricers            :       Time      Calls       Vars
1800.09/1800.79	c   problem variables:       0.00          0          0
1800.09/1800.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.79	c   relpscost        :     292.17        963          0        144          0          0       1746
1800.09/1800.79	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.79	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.79	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.79	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.79	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.79	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.79	c   LP solutions     :       0.00          -          0
1800.09/1800.79	c   pseudo solutions :       0.00          -          0
1800.09/1800.79	c   oneopt           :       0.00          8          0
1800.09/1800.79	c   crossover        :       0.11          1          0
1800.09/1800.79	c   trivial          :       0.00          2          3
1800.09/1800.79	c   simplerounding   :       0.00          0          0
1800.09/1800.79	c   zirounding       :       0.30        873          0
1800.09/1800.79	c   rounding         :       6.25       2014          1
1800.09/1800.79	c   shifting         :       1.67        349          4
1800.09/1800.79	c   intshifting      :       0.00          0          0
1800.09/1800.79	c   twoopt           :       0.00          0          0
1800.09/1800.79	c   fixandinfer      :       0.00          0          0
1800.09/1800.79	c   feaspump         :       0.00          0          0
1800.09/1800.79	c   coefdiving       :      78.64         32          0
1800.09/1800.79	c   pscostdiving     :      68.16         11          0
1800.09/1800.79	c   fracdiving       :      79.47         33          0
1800.09/1800.79	c   veclendiving     :      65.86          9          0
1800.09/1800.79	c   intdiving        :       0.00          0          0
1800.09/1800.79	c   actconsdiving    :       0.00          0          0
1800.09/1800.79	c   objpscostdiving  :      41.72          3          0
1800.09/1800.79	c   rootsoldiving    :      11.77          9          0
1800.09/1800.79	c   linesearchdiving :     187.35         61          5
1800.09/1800.79	c   guideddiving     :      79.66         32          0
1800.09/1800.79	c   octane           :       0.00          0          0
1800.09/1800.79	c   rens             :       0.01          0          0
1800.09/1800.79	c   rins             :       0.00          0          0
1800.09/1800.79	c   localbranching   :       0.00          0          0
1800.09/1800.79	c   mutation         :       0.00          0          0
1800.09/1800.79	c   dins             :       0.00          0          0
1800.09/1800.79	c   undercover       :       0.17          1          1
1800.09/1800.79	c   nlp              :       0.00          0          0
1800.09/1800.79	c   trysol           :       0.00          0          0
1800.09/1800.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.79	c   primal LP        :     117.58          0          0       0.00       0.00
1800.09/1800.79	c   dual LP          :     715.49       2981    1529573     513.11    2137.80
1800.09/1800.79	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.79	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.79	c   diving/probing LP:     556.44      48976    1147931      23.44    2062.99
1800.09/1800.79	c   strong branching :     291.63       3000     680827     226.94    2334.56
1800.09/1800.79	c     (at root node) :          -         10       9045     904.50          -
1800.09/1800.79	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.79	c B&B Tree           :
1800.09/1800.79	c   number of runs   :          1
1800.09/1800.79	c   nodes            :        874
1800.09/1800.79	c   nodes (total)    :        874
1800.09/1800.79	c   nodes left       :        872
1800.09/1800.79	c   max depth        :         34
1800.09/1800.79	c   max depth (total):         34
1800.09/1800.79	c   backtracks       :        337 (38.6%)
1800.09/1800.79	c   delayed cutoffs  :          1
1800.09/1800.79	c   repropagations   :        405 (553 domain reductions, 0 cutoffs)
1800.09/1800.79	c   avg switch length:       7.02
1800.09/1800.79	c   switching time   :     118.08
1800.09/1800.79	c Solution           :
1800.09/1800.79	c   Solutions found  :         14 (10 improvements)
1800.09/1800.79	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.09/1800.79	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 865 nodes, 1754.70 seconds, depth 244, found by <linesearchdiving>)
1800.09/1800.80	c   Dual Bound       : -4.57599563753295e+01
1800.09/1800.80	c   Gap              :      41.00 %
1800.09/1800.80	c   Root Dual Bound  : -4.99999999999999e+01
1800.09/1800.80	c   Root Iterations  :       2264
1800.27/1800.98	c Time complete: 1800.35.

Verifier Data

OK	-27

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.10 1.03 1.00 3/106 11803
/proc/meminfo: memFree=1761708/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=9288 CPUtime=0
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 1061 0 0 0 0 0 0 0 18 0 1 0 42640007 9510912 982 1992294400 4194304 9819077 140737225848208 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11803/statm: 2322 990 371 1374 0 943 0

[startup+0.0409369 s]
/proc/loadavg: 1.10 1.03 1.00 3/106 11803
/proc/meminfo: memFree=1761708/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=15804 CPUtime=0.03
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 3262 0 0 0 2 1 0 0 20 0 1 0 42640007 16183296 2829 1992294400 4194304 9819077 140737225848208 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 3951 2844 448 1374 0 2572 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15804

[startup+0.100948 s]
/proc/loadavg: 1.10 1.03 1.00 3/106 11803
/proc/meminfo: memFree=1761708/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=17524 CPUtime=0.09
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 3743 0 0 0 5 4 0 0 20 0 1 0 42640007 17944576 3053 1992294400 4194304 9819077 140737225848208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 4381 3053 478 1374 0 3002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17524

[startup+0.300982 s]
/proc/loadavg: 1.10 1.03 1.00 3/106 11803
/proc/meminfo: memFree=1761708/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=18412 CPUtime=0.29
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 5302 0 0 0 15 14 0 0 20 0 1 0 42640007 18853888 3327 1992294400 4194304 9819077 140737225848208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 4603 3327 505 1374 0 3224 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18412

[startup+0.701055 s]
/proc/loadavg: 1.10 1.03 1.00 3/106 11803
/proc/meminfo: memFree=1761708/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=38392 CPUtime=0.69
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 13188 0 0 0 45 24 0 0 21 0 1 0 42640007 39313408 7532 1992294400 4194304 9819077 140737225848208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9598 7532 671 1374 0 8219 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38392

[startup+1.5012 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 11804
/proc/meminfo: memFree=1729212/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=45728 CPUtime=1.49
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 23336 0 0 0 102 47 0 0 23 0 1 0 42640007 46825472 9402 1992294400 4194304 9819077 140737225848208 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11432 9402 710 1374 0 10053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45728

[startup+3.10148 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 11804
/proc/meminfo: memFree=1735164/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=33456 CPUtime=3.09
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 23685 0 0 0 260 49 0 0 25 0 1 0 42640007 34258944 7120 1992294400 4194304 9819077 140737225848208 18446744073709551615 6056600 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 8364 7120 712 1374 0 6985 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33456

[startup+6.30105 s]
/proc/loadavg: 1.09 1.03 1.00 2/107 11804
/proc/meminfo: memFree=1733304/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=35868 CPUtime=6.29
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 24888 0 0 0 579 50 0 0 25 0 1 0 42640007 36728832 7560 1992294400 4194304 9819077 140737225848208 18446744073709551615 6055166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 8967 7560 712 1374 0 7588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35868

[startup+12.7012 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 11804
/proc/meminfo: memFree=1733180/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=37192 CPUtime=12.69
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 25253 0 0 0 1217 52 0 0 25 0 1 0 42640007 38084608 7644 1992294400 4194304 9819077 140737225848208 18446744073709551615 4310894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9298 7644 712 1374 0 7919 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37192

[startup+25.5005 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 11806
/proc/meminfo: memFree=1732312/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=36500 CPUtime=25.49
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 45983 0 0 0 2484 65 0 0 25 0 1 0 42640007 37376000 7790 1992294400 4194304 9819077 140737225848208 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9125 7790 723 1374 0 7746 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36500

[startup+51.1011 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 11806
/proc/meminfo: memFree=1732064/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=39272 CPUtime=51.06
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 90664 0 0 0 5017 89 0 0 25 0 1 0 42640007 40214528 7866 1992294400 4194304 9819077 140737225848208 18446744073709551615 7324493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9818 7866 731 1374 0 8439 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 39272

[startup+102.308 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 11808
/proc/meminfo: memFree=1731940/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=37384 CPUtime=102.26
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 183836 0 0 0 10082 144 0 0 25 0 1 0 42640007 38281216 7883 1992294400 4194304 9819077 140737225848208 18446744073709551615 7301580 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9346 7883 738 1374 0 7967 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37384

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11808
/proc/meminfo: memFree=1731568/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=38824 CPUtime=162.22
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 332796 0 0 0 16001 221 0 0 25 0 1 0 42640007 39755776 7956 1992294400 4194304 9819077 140737225848208 18446744073709551615 7312705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9706 7956 739 1374 0 8327 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 38824

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 11810
/proc/meminfo: memFree=1731692/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=39096 CPUtime=222.21
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 489848 0 0 0 21920 301 0 0 25 0 1 0 42640007 40034304 7981 1992294400 4194304 9819077 140737225848208 18446744073709551615 7318422 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9774 7981 739 1374 0 8395 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 39096

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11812
/proc/meminfo: memFree=1731196/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=39504 CPUtime=282.19
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 700350 0 0 0 27820 399 0 0 25 0 1 0 42640007 40452096 8159 1992294400 4194304 9819077 140737225848208 18446744073709551615 7301776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9876 8159 739 1374 0 8497 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 39504

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11814
/proc/meminfo: memFree=1730452/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=40244 CPUtime=342.16
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 937800 0 0 0 33705 511 0 0 25 0 1 0 42640007 41209856 8217 1992294400 4194304 9819077 140737225848208 18446744073709551615 6581298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 9912 8212 739 1374 0 8533 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 40244

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 11816
/proc/meminfo: memFree=1729708/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=40884 CPUtime=402.15
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 1195131 0 0 0 39573 642 0 0 25 0 1 0 42640007 41865216 8453 1992294400 4194304 9819077 140737225848208 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10221 8453 739 1374 0 8842 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 40884

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11816
/proc/meminfo: memFree=1729336/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=41520 CPUtime=462.12
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 1432610 0 0 0 45459 753 0 0 25 0 1 0 42640007 42516480 8505 1992294400 4194304 9819077 140737225848208 18446744073709551615 6695800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10380 8505 739 1374 0 9001 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 41520

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11818
/proc/meminfo: memFree=1729336/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=41572 CPUtime=522.11
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 1666635 0 0 0 51343 868 0 0 25 0 1 0 42640007 42569728 8523 1992294400 4194304 9819077 140737225848208 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10393 8523 739 1374 0 9014 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 41572

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11820
/proc/meminfo: memFree=1728964/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=41712 CPUtime=582.09
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 1904804 0 0 0 57225 984 0 0 25 0 1 0 42640007 42713088 8581 1992294400 4194304 9819077 140737225848208 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10428 8581 739 1374 0 9049 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 41712

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11822
/proc/meminfo: memFree=1728220/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=42556 CPUtime=642.08
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 2129126 0 0 0 63113 1095 0 0 25 0 1 0 42640007 43577344 8758 1992294400 4194304 9819077 140737225848208 18446744073709551615 6584177 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10639 8758 739 1374 0 9260 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 42556

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11830
/proc/meminfo: memFree=1726484/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=43788 CPUtime=941.97
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 3265038 0 0 0 92542 1655 0 0 25 0 1 0 42640007 44838912 9115 1992294400 4194304 9819077 140737225848208 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10947 9115 749 1374 0 9568 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 43788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11832
/proc/meminfo: memFree=1725864/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=47716 CPUtime=1001.95
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 3492166 0 0 0 98422 1773 0 0 25 0 1 0 42640007 48861184 9308 1992294400 4194304 9819077 140737225848208 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11929 9308 749 1374 0 10550 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 47716

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11832
/proc/meminfo: memFree=1726112/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=44424 CPUtime=1061.93
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 3729982 0 0 0 104304 1889 0 0 25 0 1 0 42640007 45490176 9366 1992294400 4194304 9819077 140737225848208 18446744073709551615 6192350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11106 9366 749 1374 0 9727 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 44424

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11834
/proc/meminfo: memFree=1726112/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=43932 CPUtime=1121.9
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 3957013 0 0 0 110195 1995 0 0 25 0 1 0 42640007 44986368 9195 1992294400 4194304 9819077 140737225848208 18446744073709551615 6192320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 10983 9195 749 1374 0 9604 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 43932

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11836
/proc/meminfo: memFree=1725988/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=44276 CPUtime=1181.89
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 4157853 0 0 0 116098 2091 0 0 25 0 1 0 42640007 45338624 9248 1992294400 4194304 9819077 140737225848208 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11069 9248 749 1374 0 9690 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 44276

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11838
/proc/meminfo: memFree=1725616/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=48196 CPUtime=1241.87
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 4375371 0 0 0 121989 2198 0 0 25 0 1 0 42640007 49352704 9360 1992294400 4194304 9819077 140737225848208 18446744073709551615 6656806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 12049 9360 749 1374 0 10670 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 48196

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11849
/proc/meminfo: memFree=1724996/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=45096 CPUtime=1301.83
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 4581949 0 0 0 127880 2303 0 0 25 0 1 0 42640007 46178304 9430 1992294400 4194304 9819077 140737225848208 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11274 9430 749 1374 0 9895 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 45096

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11849
/proc/meminfo: memFree=1724872/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=45000 CPUtime=1361.82
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 4801724 0 0 0 133770 2412 0 0 25 0 1 0 42640007 46080000 9493 1992294400 4194304 9819077 140737225848208 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11250 9493 749 1374 0 9871 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 45000

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11851
/proc/meminfo: memFree=1724748/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=45156 CPUtime=1421.8
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 5020947 0 0 0 139666 2514 0 0 25 0 1 0 42640007 46239744 9476 1992294400 4194304 9819077 140737225848208 18446744073709551615 6391593 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11289 9476 749 1374 0 9910 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 45156

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11853
/proc/meminfo: memFree=1724624/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=45336 CPUtime=1481.77
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 5249888 0 0 0 145549 2628 0 0 25 0 1 0 42640007 46424064 9536 1992294400 4194304 9819077 140737225848208 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11334 9536 749 1374 0 9955 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 45336

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11855
/proc/meminfo: memFree=1724004/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=45864 CPUtime=1541.75
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 5473922 0 0 0 151430 2745 0 0 25 0 1 0 42640007 46964736 9690 1992294400 4194304 9819077 140737225848208 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11466 9690 749 1374 0 10087 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 45864

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11857
/proc/meminfo: memFree=1723880/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=49564 CPUtime=1601.73
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 5694918 0 0 0 157319 2854 0 0 25 0 1 0 42640007 50753536 9669 1992294400 4194304 9819077 140737225848208 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 12391 9669 749 1374 0 11012 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 49564

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11857
/proc/meminfo: memFree=1723880/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=46168 CPUtime=1661.72
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 5936712 0 0 0 163197 2975 0 0 25 0 1 0 42640007 47276032 9745 1992294400 4194304 9819077 140737225848208 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11542 9745 749 1374 0 10163 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 46168

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11859
/proc/meminfo: memFree=1723632/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=46488 CPUtime=1721.69
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 6132086 0 0 0 169096 3073 0 0 25 0 1 0 42640007 47603712 9810 1992294400 4194304 9819077 140737225848208 18446744073709551615 7290981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11622 9810 750 1374 0 10243 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 46488

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11861
/proc/meminfo: memFree=1723260/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=46560 CPUtime=1781.67
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 6340746 0 0 0 174982 3185 0 0 25 0 1 0 42640007 47677440 9773 1992294400 4194304 9819077 140737225848208 18446744073709551615 6670189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 11640 9773 750 1374 0 10261 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 46560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11861
/proc/meminfo: memFree=1723384/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=49572 CPUtime=1800.09
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 6405945 0 0 0 176789 3220 0 0 25 0 1 0 42640007 50761728 9759 1992294400 4194304 9819077 140737225848208 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11803/statm: 12393 9759 750 1374 0 11014 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 49572

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

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11861
/proc/meminfo: memFree=1723384/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=46312 CPUtime=1800.18
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 6406152 0 0 0 176798 3220 0 0 25 0 1 0 42640007 47423488 9744 1992294400 4194304 9819077 140737225848208 18446744073709551615 7291608 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11803/statm: 11578 9744 751 1374 0 10199 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 46312

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11861
/proc/meminfo: memFree=1723384/2059040 swapFree=4136756/4192956
[pid=11803] ppid=11801 vsize=46312 CPUtime=1800.27
/proc/11803/stat : 11803 (pbscip.linux.x8) R 11801 11803 11699 0 -1 4202496 6406152 0 0 0 176807 3220 0 0 25 0 1 0 42640007 47423488 9744 1992294400 4194304 9819077 140737225848208 18446744073709551615 7291639 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11803/statm: 11578 9744 751 1374 0 10199 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 46312

Child status: 0
Real time (s): 1800.99
CPU time (s): 1800.36
CPU user time (s): 1768.15
CPU system time (s): 32.2081
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 56856

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

runsolver used 3.17752 second user time and 8.30474 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-16 08:39:44
IDJOB=2665308
IDBENCH=48251
IDSOLVER=1168
FILE ID=node012/2665308-1276670384
PBS_JOBID= 11172520
Free space on /tmp= 62588 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/bsg/normalized-bsg_100_10_1.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-2665308-1276670384/watcher-2665308-1276670384 -o /tmp/evaluation-result-2665308-1276670384/solver-2665308-1276670384 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665308-1276670384.opb -t 1800 -m 1800

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=1383613162

node012.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.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762236 kB
Buffers:         69200 kB
Cached:         133372 kB
SwapCached:       9680 kB
Active:         100424 kB
Inactive:       115380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762236 kB
SwapTotal:     4192956 kB
SwapFree:      4136756 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:       11600 kB
Mapped:           9436 kB
Slab:            59152 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182856 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= 62584 MiB
End job on node012 at 2010-06-16 09:09:47