Trace number 2666746

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT-7 894.629 894.89

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_4.opb
MD5SUM0c3fb28b3ecb8f1eba2bffa356ef5364
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark564.629
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666746-1276671523.opb>
0.00/0.03	c original problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1617 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.19/0.22	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11828 impls, 100 clqs
0.39/0.43	c    (0.2s) probing: 101/1566 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.43	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.43	c presolving (2 rounds):
0.39/0.43	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.43	c  11828 implications, 100 cliques
0.39/0.43	c presolved problem has 1566 variables (1566 bin, 0 int, 0 impl, 0 cont) and 1617 constraints
0.39/0.43	c     100 constraints of type <setppc>
0.39/0.43	c    1466 constraints of type <and>
0.39/0.43	c       1 constraints of type <linear>
0.39/0.43	c      50 constraints of type <logicor>
0.39/0.43	c transformed objective value is always integral (scale: 1)
0.39/0.43	c Presolving Time: 0.24
0.39/0.43	c - non default parameters ----------------------------------------------------------------------
0.39/0.43	c # SCIP version 1.2.1.2
0.39/0.43	c 
0.39/0.43	c # frequency for displaying node information lines
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.43	c display/freq = 10000
0.39/0.43	c 
0.39/0.43	c # maximal time in seconds to run
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/time = 1799.98
0.39/0.43	c 
0.39/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/memory = 1620
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify inequalities
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/linear/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify knapsacks
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c heuristics/undercover/freq = 0
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c separating/rapidlearning/freq = 0
0.39/0.43	c 
0.39/0.43	c -----------------------------------------------------------------------------------------------
0.39/0.43	c start solving
0.39/0.43	c 
3.09/3.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.12	c t 2.9s|     1 |     0 |  3234 |     - |7595k|   0 | 316 |1566 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
3.09/3.13	o -1
3.09/3.13	c s 2.9s|     1 |     0 |  3234 |     - |7653k|   0 | 316 |1566 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e-00 |  96.00%
3.30/3.33	o -2
3.30/3.33	c u 3.1s|     1 |     0 |  3234 |     - |7665k|   0 | 316 |1566 |1617 |1566 |3083 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
6.89/6.92	c   6.4s|     1 |     0 |  4853 |     - |8073k|   0 | 475 |1566 |1617 |1566 |3153 |  70 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
6.89/6.92	o -3
6.89/6.92	c R 6.4s|     1 |     0 |  4853 |     - |8092k|   0 | 475 |1566 |1617 |1566 |3153 |  70 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
9.38/9.45	c   8.9s|     1 |     0 |  6632 |     - |9133k|   0 | 358 |1566 |1617 |1566 |3212 | 129 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
12.19/12.26	c  11.7s|     1 |     0 |  8612 |     - |  10M|   0 | 288 |1566 |1617 |1566 |3241 | 158 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
15.08/15.14	c  14.6s|     1 |     0 | 10672 |     - |  11M|   0 | 344 |1566 |1617 |1566 |3285 | 202 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
17.69/17.79	c  17.2s|     1 |     0 | 12322 |     - |  12M|   0 | 341 |1566 |1617 |1566 |3316 | 233 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
21.08/21.17	c  20.6s|     1 |     0 | 14427 |     - |  14M|   0 | 322 |1566 |1617 |1566 |3358 | 275 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
24.39/24.40	c  23.8s|     1 |     0 | 16305 |     - |  16M|   0 | 337 |1566 |1617 |1566 |3398 | 315 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
27.39/27.50	c  26.8s|     1 |     0 | 17968 |     - |  18M|   0 | 268 |1566 |1617 |1566 |3418 | 335 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
34.08/34.16	o -5
34.08/34.16	c E33.1s|     1 |     0 | 17968 |     - |  18M|   0 | 268 |1566 |1617 |1566 |3418 | 335 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
34.08/34.18	c  33.2s|     1 |     0 | 17968 |     - |  18M|   0 | 268 |1566 |1617 |1566 |3418 | 335 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
38.48/38.54	c  37.5s|     1 |     0 | 20472 |     - |  21M|   0 | 323 |1566 |1617 |1566 |3438 | 355 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
58.07/58.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.07/58.11	c  56.9s|     1 |     2 | 20472 |     - |  21M|   0 | 323 |1566 |1617 |1566 |3438 | 355 |   0 |  14 |-2.500000e+01 |-5.000000e+00 |  80.00%
161.53/161.68	o -6
161.53/161.68	c v 159s|    85 |    50 | 79766 | 705.9 |  21M|  16 |   - |1566 |1627 |1566 |1802 |3916 |  10 | 330 |-2.379086e+01 |-6.000000e+00 |  74.78%
439.05/439.23	o -7
439.05/439.23	c f 433s|  1697 |   519 |508265 | 287.6 |  24M|  54 |   - |1566 |1700 |1566 |1469 |  20k|  93 |1874 |-1.482610e+01 |-7.000000e+00 |  52.79%
729.97/730.20	c   718s| 10000 |   968 |996540 |  97.6 |  35M|  62 |  85 |1566 |1682 |1566 |1337 |  36k| 194 |4127 |-1.194005e+01 |-7.000000e+00 |  41.37%
894.53/894.85	c 
894.53/894.85	c SCIP Status        : problem is solved [optimal solution found]
894.53/894.85	c Solving Time (sec) : 879.37
894.53/894.85	c Solving Nodes      : 18716
894.53/894.85	c Primal Bound       : -7.00000000000000e+00 (13 solutions)
894.53/894.85	c Dual Bound         : -7.00000000000000e+00
894.53/894.85	c Gap                : 0.00 %
894.53/894.85	s OPTIMUM FOUND
894.53/894.85	v -x59 -x66 x97 -x60 -x58 -x56 -x96 -x87 -x72 -x90 -x98 -x94 -x93 -x82 -x62 -x70 -x51 -x99 x91 -x89 -x85 -x78 -x67 x63 -x61 -x57 
894.53/894.85	v x81 -x71 -x83 -x73 -x74 x80 -x69 -x68 x100 -x92 -x53 -x54 -x65 -x55 -x95 -x86 -x79 -x76 -x88 -x64 -x77 x75 -x84 -x52 -x50 x49 
894.53/894.85	v x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 
894.53/894.85	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
894.53/894.85	c SCIP Status        : problem is solved [optimal solution found]
894.53/894.85	c Solving Time       :     879.37
894.53/894.85	c Original Problem   :
894.53/894.85	c   Problem name     : HOME/instance-2666746-1276671523.opb
894.53/894.85	c   Variables        : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
894.53/894.85	c   Constraints      : 1617 initial, 1617 maximal
894.53/894.85	c Presolved Problem  :
894.53/894.85	c   Problem name     : t_HOME/instance-2666746-1276671523.opb
894.53/894.85	c   Variables        : 1566 (1566 binary, 0 integer, 0 implicit integer, 0 continuous)
894.53/894.85	c   Constraints      : 1617 initial, 1702 maximal
894.53/894.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
894.53/894.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   implics          :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   probing          :       0.03          0          0          0          0          0          0          0          0
894.53/894.85	c   setppc           :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   and              :       0.18          0          0          0          0          0          0          0          0
894.53/894.85	c   linear           :       0.01          0          0          0          0          0          0          0          0
894.53/894.85	c   logicor          :       0.00          0          0          0          0          0          0          0          0
894.53/894.85	c   root node        :          -         56          -          -         56          -          -          -          -
894.53/894.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
894.53/894.85	c   integral         :          0          0          0      10328          0         28       1999          0          0      19044
894.53/894.85	c   setppc           :        100          9      64498          0          0        102      86373          0          0          0
894.53/894.85	c   and              :       1466      16349      64396          0          0         18    1720909      44799          0          0
894.53/894.85	c   linear           :          1          9      64377          0          0         12         24          0          0          0
894.53/894.85	c   logicor          :         50+         9      17995          0          0          0       7394          0          0          0
894.53/894.85	c   countsols        :          0          0          0          0          0          0          0          0          0          0
894.53/894.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
894.53/894.85	c   integral         :     246.82       0.00       0.00     246.82       0.00
894.53/894.85	c   setppc           :       0.62       0.00       0.62       0.00       0.00
894.53/894.85	c   and              :      14.67       7.96       6.71       0.00       0.00
894.53/894.85	c   linear           :       0.75       0.01       0.74       0.00       0.00
894.53/894.85	c   logicor          :       0.28       0.00       0.28       0.00       0.00
894.53/894.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00
894.53/894.85	c Propagators        :       Time      Calls    Cutoffs    DomReds
894.53/894.85	c   vbounds          :       0.05          2          0          0
894.53/894.85	c   rootredcost      :       0.04          2          0          0
894.53/894.85	c   pseudoobj        :       0.49      64623         56        201
894.53/894.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
894.53/894.85	c   propagation      :       0.01        187        183        370       27.7          7       36.6          -
894.53/894.85	c   infeasible LP    :       0.00          5          5         12       24.9          0        0.0          0
894.53/894.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
894.53/894.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
894.53/894.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
894.53/894.85	c   applied globally :          -          -          -        309       25.7          -          -          -
894.53/894.85	c   applied locally  :          -          -          -          0        0.0          -          -          -
894.53/894.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
894.53/894.85	c   cut pool         :       0.01          8          -          -         39          -    (maximal pool size: 1023)
894.53/894.85	c   redcost          :       1.83      16912          0      55061          0          0
894.53/894.85	c   impliedbounds    :       0.00          9          0          0          4          0
894.53/894.85	c   intobj           :       0.00          0          0          0          0          0
894.53/894.85	c   cgmip            :       0.00          0          0          0          0          0
894.53/894.85	c   gomory           :       1.74          9          0          0        329          0
894.53/894.85	c   strongcg         :       3.44          9          0          0       1270          0
894.53/894.85	c   cmir             :       0.21          9          0          0          0          0
894.53/894.85	c   flowcover        :       0.23          9          0          0          0          0
894.53/894.85	c   clique           :       0.03          9          0          0         61          0
894.53/894.85	c   zerohalf         :       0.00          0          0          0          0          0
894.53/894.85	c   mcf              :       0.07          3          0          0          0          0
894.53/894.85	c   rapidlearning    :       1.32          1          0          0          0          0
894.53/894.85	c Pricers            :       Time      Calls       Vars
894.53/894.85	c   problem variables:       0.00          0          0
894.53/894.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
894.53/894.85	c   relpscost        :     246.79      10328         28       1999          0          0      19044
894.53/894.85	c   pscost           :       0.00          0          0          0          0          0          0
894.53/894.85	c   inference        :       0.00          0          0          0          0          0          0
894.53/894.85	c   mostinf          :       0.00          0          0          0          0          0          0
894.53/894.85	c   leastinf         :       0.00          0          0          0          0          0          0
894.53/894.85	c   fullstrong       :       0.00          0          0          0          0          0          0
894.53/894.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
894.53/894.85	c   random           :       0.00          0          0          0          0          0          0
894.53/894.85	c Primal Heuristics  :       Time      Calls      Found
894.53/894.85	c   LP solutions     :       0.00          -          0
894.53/894.85	c   pseudo solutions :       0.00          -          0
894.53/894.85	c   feaspump         :       0.00          0          0
894.53/894.85	c   oneopt           :       0.01          5          0
894.53/894.85	c   crossover        :       0.44          9          0
894.53/894.85	c   veclendiving     :      16.07         29          1
894.53/894.85	c   linesearchdiving :       5.49         29          0
894.53/894.85	c   guideddiving     :       9.73         29          0
894.53/894.85	c   rootsoldiving    :       2.14         15          0
894.53/894.85	c   objpscostdiving  :       8.89         15          0
894.53/894.85	c   coefdiving       :       8.97         30          0
894.53/894.85	c   pscostdiving     :       5.03         30          0
894.53/894.85	c   fracdiving       :       5.66         30          1
894.53/894.85	c   trivial          :       0.00          2          3
894.53/894.85	c   simplerounding   :       0.04          0          0
894.53/894.85	c   zirounding       :       0.38       1000          0
894.53/894.85	c   rounding         :       4.68       5721          1
894.53/894.85	c   shifting         :       2.22       1629          5
894.53/894.85	c   intshifting      :       0.00          0          0
894.53/894.85	c   twoopt           :       0.00          0          0
894.53/894.85	c   fixandinfer      :       0.00          0          0
894.53/894.85	c   intdiving        :       0.00          0          0
894.53/894.85	c   actconsdiving    :       0.00          0          0
894.53/894.85	c   octane           :       0.00          0          0
894.53/894.85	c   rens             :       6.33          1          1
894.53/894.85	c   rins             :       0.00          0          0
894.53/894.85	c   localbranching   :       0.00          0          0
894.53/894.85	c   mutation         :       0.00          0          0
894.53/894.85	c   dins             :       0.00          0          0
894.53/894.85	c   undercover       :       0.16          1          1
894.53/894.85	c   nlp              :       0.01          0          0
894.53/894.85	c   trysol           :       0.02          0          0
894.53/894.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
894.53/894.85	c   primal LP        :       3.82          0          0       0.00       0.00
894.53/894.85	c   dual LP          :     491.08      25439    1150579      45.23    2342.96
894.53/894.85	c   lex dual LP      :       0.00          0          0       0.00          -
894.53/894.85	c   barrier LP       :       0.00          0          0       0.00          -
894.53/894.85	c   diving/probing LP:      52.38       8659     125674      14.51    2399.27
894.53/894.85	c   strong branching :     245.53       5666     535981      94.60    2182.96
894.53/894.85	c     (at root node) :          -         14      14000    1000.00          -
894.53/894.85	c   conflict analysis:       0.00          0          0       0.00          -
894.53/894.85	c B&B Tree           :
894.53/894.85	c   number of runs   :          1
894.53/894.85	c   nodes            :      18716
894.53/894.85	c   nodes (total)    :      18716
894.53/894.85	c   nodes left       :          0
894.53/894.85	c   max depth        :         72
894.53/894.85	c   max depth (total):         72
894.53/894.85	c   backtracks       :       2437 (13.0%)
894.53/894.85	c   delayed cutoffs  :          0
894.53/894.85	c   repropagations   :       1334 (2505 domain reductions, 0 cutoffs)
894.53/894.85	c   avg switch length:       6.71
894.53/894.85	c   switching time   :      13.27
894.53/894.85	c Solution           :
894.53/894.85	c   Solutions found  :         13 (7 improvements)
894.53/894.85	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
894.53/894.85	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 1697 nodes, 432.62 seconds, depth 26, found by <fracdiving>)
894.53/894.85	c   Dual Bound       : -7.00000000000000e+00
894.53/894.85	c   Gap              :       0.00 %
894.53/894.85	c   Root Dual Bound  : -2.50000000000000e+01
894.53/894.85	c   Root Iterations  :      20472
894.53/894.88	c Time complete: 894.62.

Verifier Data

OK	-7

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.05 2/105 15479
/proc/meminfo: memFree=1716860/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=7724 CPUtime=0
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1093 0 0 0 0 0 0 0 25 0 1 0 8445832 7909376 1013 1992294400 4194304 8223781 140735223322464 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15479/statm: 1931 1021 348 984 0 944 0

[startup+0.0568599 s]
/proc/loadavg: 1.00 1.00 1.05 2/105 15479
/proc/meminfo: memFree=1716860/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=16524 CPUtime=0.05
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 3784 0 0 0 4 1 0 0 25 0 1 0 8445832 16920576 3082 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 4131 3082 432 984 0 3144 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16524

[startup+0.100864 s]
/proc/loadavg: 1.00 1.00 1.05 2/105 15479
/proc/meminfo: memFree=1716860/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=16524 CPUtime=0.09
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 3784 0 0 0 7 2 0 0 25 0 1 0 8445832 16920576 3082 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 4131 3082 432 984 0 3144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16524

[startup+0.300887 s]
/proc/loadavg: 1.00 1.00 1.05 2/105 15479
/proc/meminfo: memFree=1716860/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=17820 CPUtime=0.29
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 5417 0 0 0 18 11 0 0 25 0 1 0 8445832 18247680 3430 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 4455 3430 459 984 0 3468 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17820

[startup+0.700933 s]
/proc/loadavg: 1.00 1.00 1.05 2/105 15479
/proc/meminfo: memFree=1716860/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=25900 CPUtime=0.69
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 8018 0 0 0 52 17 0 0 25 0 1 0 8445832 26521600 5518 1992294400 4194304 8223781 140735223322464 18446744073709551615 6539852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 6475 5518 533 984 0 5488 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25900

[startup+1.50102 s]
/proc/loadavg: 1.00 1.00 1.05 2/106 15480
/proc/meminfo: memFree=1696144/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=27208 CPUtime=1.49
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 8547 0 0 0 131 18 0 0 25 0 1 0 8445832 27860992 5771 1992294400 4194304 8223781 140735223322464 18446744073709551615 6532946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 6802 5771 535 984 0 5815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27208

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 1.05 2/106 15480
/proc/meminfo: memFree=1695400/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=27248 CPUtime=3.09
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 9191 0 0 0 290 19 0 0 25 0 1 0 8445832 27901952 5817 1992294400 4194304 8223781 140735223322464 18446744073709551615 6592950 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 6812 5817 536 984 0 5825 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27248

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.05 2/106 15482
/proc/meminfo: memFree=1690440/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=31148 CPUtime=6.29
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 25566 0 0 0 580 49 0 0 25 0 1 0 8445832 31895552 6956 1992294400 4194304 8223781 140735223322464 18446744073709551615 6536494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 7787 6956 604 984 0 6800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31148

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 15482
/proc/meminfo: memFree=1688952/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=33276 CPUtime=12.69
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 27016 0 0 0 1216 53 0 0 25 0 1 0 8445832 34074624 7319 1992294400 4194304 8223781 140735223322464 18446744073709551615 6503867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 8319 7319 603 984 0 7332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33276

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 15482
/proc/meminfo: memFree=1677296/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=46104 CPUtime=25.48
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 36904 0 0 0 2485 63 0 0 25 0 1 0 8445832 47210496 10363 1992294400 4194304 8223781 140735223322464 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 11526 10363 603 984 0 10539 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46104

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 15482
/proc/meminfo: memFree=1672088/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=51168 CPUtime=51.07
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 111658 0 0 0 4993 114 0 0 25 0 1 0 8445832 52396032 11610 1992294400 4194304 8223781 140735223322464 18446744073709551615 6536473 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 12792 11610 612 984 0 11805 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 51168

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 15484
/proc/meminfo: memFree=1672956/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=49848 CPUtime=102.27
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 185671 0 0 0 10046 181 0 0 25 0 1 0 8445832 51044352 11289 1992294400 4194304 8223781 140735223322464 18446744073709551615 6567490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 12462 11289 612 984 0 11475 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49848

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/106 15495
/proc/meminfo: memFree=1672088/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=50704 CPUtime=162.22
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 302418 0 0 0 15956 266 0 0 25 0 1 0 8445832 51920896 11515 1992294400 4194304 8223781 140735223322464 18446744073709551615 6569982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 12676 11515 612 984 0 11689 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 50704

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 15495
/proc/meminfo: memFree=1670476/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=52392 CPUtime=222.21
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 403841 0 0 0 21872 349 0 0 25 0 1 0 8445832 53649408 11920 1992294400 4194304 8223781 140735223322464 18446744073709551615 6563023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 13098 11920 613 984 0 12111 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52392

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 15497
/proc/meminfo: memFree=1666136/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=55812 CPUtime=282.19
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 524457 0 0 0 27780 439 0 0 25 0 1 0 8445832 57151488 12844 1992294400 4194304 8223781 140735223322464 18446744073709551615 6589175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 13953 12844 614 984 0 12966 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55812

[startup+342.301 s]
/proc/loadavg: 1.08 1.02 1.02 2/106 15499
/proc/meminfo: memFree=1666012/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=56128 CPUtime=342.18
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 529980 0 0 0 33728 490 0 0 25 0 1 0 8445832 57475072 12932 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 14032 12932 614 984 0 13045 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 56128

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 1.01 2/106 15501
/proc/meminfo: memFree=1664524/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=57808 CPUtime=402.16
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 630493 0 0 0 39636 580 0 0 25 0 1 0 8445832 59195392 13308 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 14452 13308 614 984 0 13465 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 57808

[startup+462.301 s]
/proc/loadavg: 1.01 1.00 1.01 2/106 15503
/proc/meminfo: memFree=1661052/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=61680 CPUtime=462.15
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 755411 0 0 0 45532 683 0 0 25 0 1 0 8445832 63160320 14277 1992294400 4194304 8223781 140735223322464 18446744073709551615 6588858 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 15420 14277 614 984 0 14433 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 61680

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15503
/proc/meminfo: memFree=1658324/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=64080 CPUtime=522.14
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 882813 0 0 0 51428 786 0 0 25 0 1 0 8445832 65617920 14825 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 16020 14825 614 984 0 15033 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 64080

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15505
/proc/meminfo: memFree=1654604/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=67784 CPUtime=582.12
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1022415 0 0 0 57316 896 0 0 25 0 1 0 8445832 69410816 15795 1992294400 4194304 8223781 140735223322464 18446744073709551615 6569765 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 16946 15795 614 984 0 15959 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 67784

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15507
/proc/meminfo: memFree=1651504/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=71044 CPUtime=642.1
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1159921 0 0 0 63205 1005 0 0 25 0 1 0 8445832 72749056 16582 1992294400 4194304 8223781 140735223322464 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 17761 16582 614 984 0 16774 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 71044

[startup+702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15509
/proc/meminfo: memFree=1647164/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=75456 CPUtime=702.08
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1305934 0 0 0 69088 1120 0 0 25 0 1 0 8445832 77266944 17656 1992294400 4194304 8223781 140735223322464 18446744073709551615 6569630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 18864 17656 614 984 0 17877 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 75456

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15511
/proc/meminfo: memFree=1643568/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=78832 CPUtime=762.07
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1435846 0 0 0 74969 1238 0 0 25 0 1 0 8445832 80723968 18504 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 19708 18504 614 984 0 18721 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 78832

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15511
/proc/meminfo: memFree=1641956/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=80708 CPUtime=822.05
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1584185 0 0 0 80847 1358 0 0 25 0 1 0 8445832 82644992 18945 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20177 18945 614 984 0 19190 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 80708

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1641460/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81500 CPUtime=882.04
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1760091 0 0 0 86710 1494 0 0 25 0 1 0 8445832 83456000 19118 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20375 19118 614 984 0 19388 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 81500

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

[startup+883.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1641460/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81388 CPUtime=882.84
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1761568 0 0 0 86788 1496 0 0 25 0 1 0 8445832 83341312 19084 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20347 19084 614 984 0 19360 0
Current children cumulated CPU time (s) 882.84
Current children cumulated vsize (KiB) 81388

[startup+889.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1641088/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81480 CPUtime=889.23
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1777159 0 0 0 87415 1508 0 0 25 0 1 0 8445832 83435520 19145 1992294400 4194304 8223781 140735223322464 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20370 19145 614 984 0 19383 0
Current children cumulated CPU time (s) 889.23
Current children cumulated vsize (KiB) 81480

[startup+892.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1640964/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81752 CPUtime=892.43
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1786891 0 0 0 87728 1515 0 0 25 0 1 0 8445832 83714048 19168 1992294400 4194304 8223781 140735223322464 18446744073709551615 6568066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20438 19168 614 984 0 19451 0
Current children cumulated CPU time (s) 892.43
Current children cumulated vsize (KiB) 81752

[startup+893.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1640964/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81760 CPUtime=893.23
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1788710 0 0 0 87807 1516 0 0 25 0 1 0 8445832 83722240 19191 1992294400 4194304 8223781 140735223322464 18446744073709551615 6569894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20440 19191 614 984 0 19453 0
Current children cumulated CPU time (s) 893.23
Current children cumulated vsize (KiB) 81760

[startup+894.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1640840/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81792 CPUtime=894.04
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1790823 0 0 0 87886 1518 0 0 25 0 1 0 8445832 83755008 19198 1992294400 4194304 8223781 140735223322464 18446744073709551615 6569897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20448 19198 614 984 0 19461 0
Current children cumulated CPU time (s) 894.04
Current children cumulated vsize (KiB) 81792

[startup+894.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1640840/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81888 CPUtime=894.43
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1791743 0 0 0 87924 1519 0 0 25 0 1 0 8445832 83853312 19218 1992294400 4194304 8223781 140735223322464 18446744073709551615 6570023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20472 19218 614 984 0 19485 0
Current children cumulated CPU time (s) 894.43
Current children cumulated vsize (KiB) 81888

[startup+894.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15513
/proc/meminfo: memFree=1640840/2059040 swapFree=4192956/4192956
[pid=15479] ppid=15477 vsize=81648 CPUtime=894.53
/proc/15479/stat : 15479 (pbscip.linux.x8) R 15477 15479 15266 0 -1 4202496 1792213 0 0 0 87934 1519 0 0 25 0 1 0 8445832 83607552 19187 1992294400 4194304 8223781 140735223322464 18446744073709551615 6454758 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15479/statm: 20412 19187 614 984 0 19425 0
Current children cumulated CPU time (s) 894.53
Current children cumulated vsize (KiB) 81648

Child status: 0
Real time (s): 894.89
CPU time (s): 894.629
CPU user time (s): 879.423
CPU system time (s): 15.2057
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 82312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 879.423
system time used= 15.2057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1792358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 10770

runsolver used 1.50177 second user time and 4.20636 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-16 08:58:43
IDJOB=2666746
IDBENCH=48259
IDSOLVER=1169
FILE ID=node088/2666746-1276671523
PBS_JOBID= 11172522
Free space on /tmp= 62564 MiB

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

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=1242091329

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1717388 kB
Buffers:         61108 kB
Cached:         142600 kB
SwapCached:          0 kB
Active:          96060 kB
Inactive:       167520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1717388 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4504 kB
Writeback:           0 kB
AnonPages:       59852 kB
Mapped:          15592 kB
Slab:            56384 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180524 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= 62560 MiB
End job on node088 at 2010-06-16 09:13:38