Trace number 2665334

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)-13 1800.12 1800.58

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_4.opb
MD5SUM3258ae2375db1ca5a9ce9d305f00baf0
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-14
Best CPU time to get the best result obtained on this benchmark1275.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
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)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

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-2665334-1276674543.opb>
0.00/0.02	c original problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 765 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5012 impls, 100 clqs
0.19/0.22	c    (0.1s) probing: 101/714 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.22	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (2 rounds):
0.19/0.22	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  5012 implications, 100 cliques
0.19/0.22	c presolved problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 765 constraints
0.19/0.22	c     100 constraints of type <setppc>
0.19/0.22	c     614 constraints of type <and>
0.19/0.22	c       1 constraints of type <linear>
0.19/0.22	c      50 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.09
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 1.2.1.2
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1799.99
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 1620
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c heuristics/undercover/freq = 0
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.23	c 
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c t 0.1s|     1 |     0 |   125 |     - |3507k|   0 | 100 | 714 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.19/0.26	o -1
0.19/0.26	c R 0.1s|     1 |     0 |   125 |     - |3513k|   0 | 100 | 714 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e-00 |  96.00%
0.29/0.39	o -2
0.29/0.39	c u 0.2s|     1 |     0 |   125 |     - |3526k|   0 | 100 | 714 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.79/0.83	o -8
0.79/0.83	c y 0.5s|     1 |     0 |   125 |     - |4210k|   0 | 100 | 714 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.89/0.91	c   0.6s|     1 |     0 |   418 |     - |3636k|   0 | 219 | 714 | 871 | 714 |1380 |   1 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
1.10/1.14	c   0.8s|     1 |     0 |   684 |     - |3871k|   0 | 287 | 714 | 871 | 714 |1385 |   6 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
1.49/1.55	c   1.2s|     1 |     0 |  1125 |     - |4258k|   0 | 374 | 714 | 871 | 714 |1391 |  12 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
2.09/2.10	c   1.8s|     1 |     0 |  1334 |     - |5101k|   0 | 388 | 714 | 871 | 714 |1406 |  27 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
2.59/2.67	c   2.4s|     1 |     0 |  1508 |     - |6248k|   0 | 407 | 714 | 871 | 714 |1414 |  35 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
3.20/3.23	c   2.9s|     1 |     0 |  1578 |     - |7574k|   0 | 407 | 714 | 871 | 714 |1423 |  44 |   0 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
7.39/7.41	c   7.1s|     1 |     2 |  1578 |     - |7575k|   0 | 407 | 714 | 871 | 714 |1423 |  44 |   0 |  11 |-2.500000e+01 |-8.000000e+00 |  68.00%
33.29/33.39	o -10
33.29/33.39	c p32.8s|    26 |    27 | 16329 | 590.0 |7489k|  13 |   - | 714 | 873 | 714 | 770 |1400 |   2 | 224 |-2.500000e+01 |-1.000000e+01 |  60.00%
36.19/36.21	o -12
36.19/36.21	c f35.6s|    38 |    32 | 23570 | 594.4 |7597k|  14 |   - | 714 | 873 | 714 |1037 |2194 |   2 | 233 |-2.500000e+01 |-1.200000e+01 |  52.00%
180.75/180.85	o -13
180.75/180.85	c R 177s|   728 |   442 |461316 | 632.4 |8782k|  30 |   - | 714 | 983 | 714 |1048 |  22k| 116 |1070 |-2.112099e+01 |-1.300000e+01 |  38.45%
536.56/536.73	c   524s| 10000 |  1599 |  1689k| 168.8 |  14M|  51 |   - | 714 |1037 | 714 | 974 |  78k| 282 |3793 |-1.885330e+01 |-1.300000e+01 |  31.05%
809.29/809.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.29/809.54	c   789s| 20000 |  2085 |  2677k| 133.8 |  16M|  54 |   - | 714 |1064 | 714 | 988 | 117k| 365 |5477 |-1.840236e+01 |-1.300000e+01 |  29.36%
1089.31/1089.68	c  1063s| 30000 |  2597 |  3732k| 124.4 |  19M|  54 | 143 | 714 |1074 | 714 | 979 | 163k| 420 |6705 |-1.806028e+01 |-1.300000e+01 |  28.02%
1344.74/1345.17	c  1312s| 40000 |  2917 |  4685k| 117.1 |  21M|  56 | 100 | 714 |1087 | 714 | 923 | 202k| 478 |8099 |-1.781551e+01 |-1.300000e+01 |  27.03%
1579.09/1579.54	c  1541s| 50000 |  3333 |  5584k| 111.7 |  23M|  56 |  78 | 714 |1128 | 714 | 979 | 238k| 596 |9029 |-1.757559e+01 |-1.300000e+01 |  26.03%
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.52	c 
1800.03/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.52	c Solving Time (sec) : 1757.01
1800.03/1800.52	c Solving Nodes      : 59557
1800.03/1800.52	c Primal Bound       : -1.30000000000000e+01 (12 solutions)
1800.03/1800.52	c Dual Bound         : -1.74483738631479e+01
1800.03/1800.52	c Gap                : 25.49 %
1800.03/1800.52	s SATISFIABLE
1800.03/1800.52	v -x85 -x63 -x78 x89 -x97 -x60 -x87 x72 -x56 -x82 -x99 x94 x93 x91 -x61 -x57 -x81 -x71 -x83 x73 x98 -x90 -x74 x70 -x66 -x62 x80 x69 
1800.03/1800.52	v -x68 x100 -x92 x53 -x54 -x65 -x55 -x51 -x96 -x67 -x59 x58 -x95 -x86 -x79 -x76 -x88 -x64 -x77 -x75 -x84 -x52 -x50 x49 -x48 
1800.03/1800.52	v -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 -x22 -x21 
1800.03/1800.52	v -x20 -x19 -x18 x17 -x16 x15 -x14 -x13 -x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1800.03/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.52	c Solving Time       :    1757.01
1800.03/1800.52	c Original Problem   :
1800.03/1800.52	c   Problem name     : HOME/instance-2665334-1276674543.opb
1800.03/1800.52	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.52	c   Constraints      : 765 initial, 765 maximal
1800.03/1800.52	c Presolved Problem  :
1800.03/1800.52	c   Problem name     : t_HOME/instance-2665334-1276674543.opb
1800.03/1800.52	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.52	c   Constraints      : 765 initial, 1151 maximal
1800.03/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.52	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   and              :       0.07          0          0          0          0          0          0          0          0
1800.03/1800.52	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.52	c   integral         :          0          0          0      32659          0         98       2389          0          0      63266
1800.03/1800.52	c   setppc           :        100          6     231451          0          0        187     142415          0          0          0
1800.03/1800.52	c   and              :        614      73070     231265          0          0        264    1615698     270824          0          0
1800.03/1800.52	c   linear           :          1+         7     231000          0          0          7       7256          0          0          0
1800.03/1800.52	c   logicor          :         50+         6      59549          0          0          5      58448          0          0          0
1800.03/1800.52	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.52	c   integral         :     215.09       0.00       0.00     215.09       0.00
1800.03/1800.52	c   setppc           :       1.36       0.00       1.36       0.00       0.00
1800.03/1800.52	c   and              :      18.56      10.16       8.40       0.00       0.00
1800.03/1800.52	c   linear           :       2.55       0.00       2.55       0.00       0.00
1800.03/1800.52	c   logicor          :       1.41       0.00       1.41       0.00       0.00
1800.03/1800.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.52	c   vbounds          :       0.15          2          0          0
1800.03/1800.52	c   rootredcost      :       0.13          4          0          0
1800.03/1800.52	c   pseudoobj        :       1.32     232054         17        346
1800.03/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.52	c   propagation      :       0.00        480        480        701       15.0          3       34.0          -
1800.03/1800.52	c   infeasible LP    :       0.00         51         51         91       19.8          0        0.0          0
1800.03/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.52	c   applied globally :          -          -          -        669       11.8          -          -          -
1800.03/1800.52	c   applied locally  :          -          -          -          1       72.0          -          -          -
1800.03/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.52	c   cut pool         :       0.01          5          -          -         25          -    (maximal pool size: 924)
1800.03/1800.52	c   redcost          :       3.17      75648          0     181928          0          0
1800.03/1800.52	c   impliedbounds    :       0.00          6          0          0         28          0
1800.03/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.52	c   gomory           :       0.86          6          0          0        100          0
1800.03/1800.52	c   strongcg         :       0.81          6          0          0       2127          0
1800.03/1800.52	c   cmir             :       0.11          6          0          0          4          0
1800.03/1800.52	c   flowcover        :       0.10          6          0          0          6          0
1800.03/1800.52	c   clique           :       0.02          6          0          0         31          0
1800.03/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.52	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.52	c   rapidlearning    :       0.28          1          0          0          0        106
1800.03/1800.52	c Pricers            :       Time      Calls       Vars
1800.03/1800.52	c   problem variables:       0.00          0          0
1800.03/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.52	c   relpscost        :     215.02      32659         98       2389          0          0      63266
1800.03/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.52	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.52	c   LP solutions     :       0.00          -          0
1800.03/1800.52	c   pseudo solutions :       0.00          -          0
1800.03/1800.52	c   feaspump         :       0.00          0          0
1800.03/1800.52	c   oneopt           :       0.09          4          0
1800.03/1800.52	c   crossover        :       0.33          9          2
1800.03/1800.52	c   pscostdiving     :      11.69         74          1
1800.03/1800.52	c   veclendiving     :      16.18         74          0
1800.03/1800.52	c   guideddiving     :      16.72         74          0
1800.03/1800.52	c   coefdiving       :      16.40         75          0
1800.03/1800.52	c   fracdiving       :      18.56         75          1
1800.03/1800.52	c   linesearchdiving :      11.25         75          0
1800.03/1800.52	c   objpscostdiving  :       9.55         38          0
1800.03/1800.52	c   rootsoldiving    :       3.62         38          0
1800.03/1800.52	c   trivial          :       0.00          2          3
1800.03/1800.52	c   simplerounding   :       0.14          0          0
1800.03/1800.52	c   zirounding       :       0.13       1000          0
1800.03/1800.52	c   rounding         :       7.39      16957          2
1800.03/1800.52	c   shifting         :       1.63       1680          1
1800.03/1800.52	c   intshifting      :       0.01          0          0
1800.03/1800.52	c   twoopt           :       0.00          0          0
1800.03/1800.52	c   fixandinfer      :       0.00          0          0
1800.03/1800.52	c   intdiving        :       0.00          0          0
1800.03/1800.52	c   actconsdiving    :       0.00          0          0
1800.03/1800.52	c   octane           :       0.00          0          0
1800.03/1800.52	c   rens             :       0.01          0          0
1800.03/1800.52	c   rins             :       0.00          0          0
1800.03/1800.52	c   localbranching   :       0.00          0          0
1800.03/1800.52	c   mutation         :       0.00          0          0
1800.03/1800.52	c   dins             :       0.00          0          0
1800.03/1800.52	c   undercover       :       0.09          1          1
1800.03/1800.52	c   nlp              :       0.03          0          0
1800.03/1800.52	c   trysol           :       0.14          0          0
1800.03/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.52	c   primal LP        :     142.63          0          0       0.00       0.00
1800.03/1800.52	c   dual LP          :    1199.28     100219    6060694      60.47    5053.61
1800.03/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.52	c   diving/probing LP:      93.07      27764     380064      13.69    4083.64
1800.03/1800.52	c   strong branching :     211.76       9961    1164388     116.89    5498.62
1800.03/1800.52	c     (at root node) :          -         11      10148     922.55          -
1800.03/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.52	c B&B Tree           :
1800.03/1800.52	c   number of runs   :          1
1800.03/1800.52	c   nodes            :      59557
1800.03/1800.52	c   nodes (total)    :      59557
1800.03/1800.52	c   nodes left       :       3592
1800.03/1800.52	c   max depth        :         56
1800.03/1800.52	c   max depth (total):         56
1800.03/1800.52	c   backtracks       :       8049 (13.5%)
1800.03/1800.52	c   delayed cutoffs  :          1
1800.03/1800.52	c   repropagations   :       5392 (3090 domain reductions, 0 cutoffs)
1800.03/1800.52	c   avg switch length:       4.21
1800.03/1800.52	c   switching time   :     154.48
1800.03/1800.52	c Solution           :
1800.03/1800.52	c   Solutions found  :         12 (7 improvements)
1800.03/1800.52	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.52	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 728 nodes, 176.60 seconds, depth 30, found by <rounding>)
1800.03/1800.52	c   Dual Bound       : -1.74483738631479e+01
1800.03/1800.52	c   Gap              :      25.49 %
1800.03/1800.52	c   Root Dual Bound  : -2.50000000000000e+01
1800.03/1800.52	c   Root Iterations  :       1578
1800.03/1800.58	c Time complete: 1800.11.

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665334-1276674543/watcher-2665334-1276674543 -o /tmp/evaluation-result-2665334-1276674543/solver-2665334-1276674543 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665334-1276674543.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.00 3/106 9491
/proc/meminfo: memFree=1745988/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=9288 CPUtime=0
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 1025 0 0 0 0 0 0 0 25 0 1 0 41110640 9510912 946 1992294400 4194304 9819077 140737064557168 18446744073709551615 8657695 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9491/statm: 2322 956 371 1374 0 943 0

[startup+0.0481141 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9491
/proc/meminfo: memFree=1745988/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=14876 CPUtime=0.04
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3091 0 0 0 2 2 0 0 25 0 1 0 41110640 15233024 2401 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 3719 2401 478 1374 0 2340 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14876

[startup+0.101119 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9491
/proc/meminfo: memFree=1745988/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=14876 CPUtime=0.09
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3091 0 0 0 3 6 0 0 25 0 1 0 41110640 15233024 2401 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 3719 2401 478 1374 0 2340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14876

[startup+0.301139 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9491
/proc/meminfo: memFree=1745988/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=32264 CPUtime=0.29
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 8484 0 0 0 15 14 0 0 25 0 1 0 41110640 33038336 6164 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8066 6164 647 1374 0 6687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32264

[startup+0.701178 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9491
/proc/meminfo: memFree=1745988/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=32800 CPUtime=0.69
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 18540 0 0 0 42 27 0 0 25 0 1 0 41110640 33587200 6359 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8200 6359 710 1374 0 6821 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32800

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9492
/proc/meminfo: memFree=1727256/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=26684 CPUtime=1.49
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 19219 0 0 0 120 29 0 0 25 0 1 0 41110640 27324416 5420 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 6671 5420 712 1374 0 5292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26684

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9492
/proc/meminfo: memFree=1725520/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=31616 CPUtime=3.09
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 20777 0 0 0 279 30 0 0 25 0 1 0 41110640 32374784 6515 1992294400 4194304 9819077 140737064557168 18446744073709551615 6059637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 7904 6515 712 1374 0 6525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31616

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9492
/proc/meminfo: memFree=1721552/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=34740 CPUtime=6.29
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 26352 0 0 0 596 33 0 0 25 0 1 0 41110640 35573760 6608 1992294400 4194304 9819077 140737064557168 18446744073709551615 7311733 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8685 6608 718 1374 0 7306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34740

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9492
/proc/meminfo: memFree=1721676/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=32248 CPUtime=12.69
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 29398 0 0 0 1232 37 0 0 25 0 1 0 41110640 33021952 6558 1992294400 4194304 9819077 140737064557168 18446744073709551615 7296867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8062 6558 731 1374 0 6683 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32248

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9492
/proc/meminfo: memFree=1721800/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=32568 CPUtime=25.48
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 44152 0 0 0 2497 51 0 0 25 0 1 0 41110640 33349632 6559 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291774 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8142 6559 731 1374 0 6763 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32568

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 9494
/proc/meminfo: memFree=1721676/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=30788 CPUtime=51.08
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 70866 0 0 0 5028 80 0 0 25 0 1 0 41110640 31526912 6548 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 7697 6548 732 1374 0 6318 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30788

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9494
/proc/meminfo: memFree=1721180/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=31756 CPUtime=102.27
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 222008 0 0 0 10032 195 0 0 25 0 1 0 41110640 32518144 6638 1992294400 4194304 9819077 140737064557168 18446744073709551615 7290508 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 7939 6638 749 1374 0 6560 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31756

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9496
/proc/meminfo: memFree=1720560/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=33244 CPUtime=162.25
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 478590 0 0 0 15862 363 0 0 25 0 1 0 41110640 34041856 6839 1992294400 4194304 9819077 140737064557168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8311 6839 749 1374 0 6932 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33244

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9498
/proc/meminfo: memFree=1719568/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=33952 CPUtime=222.23
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 729101 0 0 0 21695 528 0 0 25 0 1 0 41110640 34766848 7037 1992294400 4194304 9819077 140737064557168 18446744073709551615 6391616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8488 7037 750 1374 0 7109 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 33952

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9500
/proc/meminfo: memFree=1718824/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=34588 CPUtime=282.22
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 940056 0 0 0 27549 673 0 0 25 0 1 0 41110640 35418112 7270 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8647 7270 750 1374 0 7268 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 34588

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9500
/proc/meminfo: memFree=1717460/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=35896 CPUtime=342.2
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 1158125 0 0 0 33395 825 0 0 25 0 1 0 41110640 36757504 7667 1992294400 4194304 9819077 140737064557168 18446744073709551615 8648493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 8974 7667 750 1374 0 7595 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 35896

[startup+402.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 9502
/proc/meminfo: memFree=1716468/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=37284 CPUtime=402.19
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 1348150 0 0 0 39259 960 0 0 25 0 1 0 41110640 38178816 7907 1992294400 4194304 9819077 140737064557168 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 9321 7907 750 1374 0 7942 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 37284

[startup+462.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 9504
/proc/meminfo: memFree=1714856/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=38400 CPUtime=462.18
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 1557694 0 0 0 45114 1104 0 0 25 0 1 0 41110640 39321600 8236 1992294400 4194304 9819077 140737064557168 18446744073709551615 7309201 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 9600 8236 750 1374 0 8221 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 38400

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 9506
/proc/meminfo: memFree=1713616/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=39672 CPUtime=522.16
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 1731717 0 0 0 50981 1235 0 0 25 0 1 0 41110640 40624128 8528 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 9918 8528 750 1374 0 8539 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 39672

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9508
/proc/meminfo: memFree=1712376/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=41088 CPUtime=582.14
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 1954044 0 0 0 56818 1396 0 0 25 0 1 0 41110640 42074112 8865 1992294400 4194304 9819077 140737064557168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 9982 8848 750 1374 0 8603 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 41088

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9508
/proc/meminfo: memFree=1711508/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=41984 CPUtime=642.14
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 2181381 0 0 0 62661 1553 0 0 25 0 1 0 41110640 42991616 9049 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 10496 9049 750 1374 0 9117 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 41984

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9525
/proc/meminfo: memFree=1706300/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=46344 CPUtime=882.06
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 2966025 0 0 0 86057 2149 0 0 25 0 1 0 41110640 47456256 10207 1992294400 4194304 9819077 140737064557168 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 11649 10208 750 1374 0 10270 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 46344

[startup+942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9525
/proc/meminfo: memFree=1706052/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=46592 CPUtime=942.05
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3162868 0 0 0 91916 2289 0 0 25 0 1 0 41110640 47710208 10273 1992294400 4194304 9819077 140737064557168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 11648 10273 750 1374 0 10269 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 46592

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 9527
/proc/meminfo: memFree=1705680/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=46980 CPUtime=1002.03
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3393676 0 0 0 97750 2453 0 0 25 0 1 0 41110640 48107520 10307 1992294400 4194304 9819077 140737064557168 18446744073709551615 7326186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 11745 10307 750 1374 0 10366 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 46980

[startup+1062.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 9529
/proc/meminfo: memFree=1704440/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=48512 CPUtime=1062.02
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3605793 0 0 0 103600 2602 0 0 25 0 1 0 41110640 49676288 10705 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 12128 10705 750 1374 0 10749 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 48512

[startup+1122.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/107 9531
/proc/meminfo: memFree=1703448/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=50920 CPUtime=1122
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3783887 0 0 0 109461 2739 0 0 25 0 1 0 41110640 52142080 10874 1992294400 4194304 9819077 140737064557168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 12730 10874 750 1374 0 11351 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 50920

[startup+1182.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 9533
/proc/meminfo: memFree=1703324/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=48580 CPUtime=1181.98
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 3992974 0 0 0 115306 2892 0 0 25 0 1 0 41110640 49745920 10894 1992294400 4194304 9819077 140737064557168 18446744073709551615 7284106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 12145 10894 750 1374 0 10766 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 48580

[startup+1242.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/107 9533
/proc/meminfo: memFree=1702456/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=52588 CPUtime=1241.97
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 4202328 0 0 0 121151 3046 0 0 25 0 1 0 41110640 53850112 11168 1992294400 4194304 9819077 140737064557168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13147 11168 750 1374 0 11768 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 52588

[startup+1302.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/107 9535
/proc/meminfo: memFree=1702084/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=52712 CPUtime=1301.97
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 4419459 0 0 0 126991 3206 0 0 25 0 1 0 41110640 53977088 11193 1992294400 4194304 9819077 140737064557168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13178 11193 750 1374 0 11799 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 52712

[startup+1362.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/107 9537
/proc/meminfo: memFree=1700720/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=51144 CPUtime=1361.94
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 4562794 0 0 0 132862 3332 0 0 25 0 1 0 41110640 52371456 11632 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 12786 11632 750 1374 0 11407 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 51144

[startup+1422.31 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 9539
/proc/meminfo: memFree=1700224/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=51532 CPUtime=1421.94
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 4653734 0 0 0 138753 3441 0 0 25 0 1 0 41110640 52768768 11666 1992294400 4194304 9819077 140737064557168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 12883 11666 750 1374 0 11504 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 51532

[startup+1482.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9541
/proc/meminfo: memFree=1699232/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=52452 CPUtime=1481.91
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 4789661 0 0 0 144622 3569 0 0 25 0 1 0 41110640 53710848 11893 1992294400 4194304 9819077 140737064557168 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13173 11894 750 1374 0 11794 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 52452

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 9541
/proc/meminfo: memFree=1698860/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=55424 CPUtime=1541.89
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 4948474 0 0 0 150482 3707 0 0 25 0 1 0 41110640 56754176 12061 1992294400 4194304 9819077 140737064557168 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13856 12061 750 1374 0 12477 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 55424

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 9543
/proc/meminfo: memFree=1697992/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=54224 CPUtime=1601.88
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 5075770 0 0 0 156361 3827 0 0 25 0 1 0 41110640 55525376 12220 1992294400 4194304 9819077 140737064557168 18446744073709551615 7311883 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13556 12220 750 1374 0 12177 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 54224

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9545
/proc/meminfo: memFree=1697496/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=54968 CPUtime=1661.87
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 5245890 0 0 0 162222 3965 0 0 25 0 1 0 41110640 56287232 12343 1992294400 4194304 9819077 140737064557168 18446744073709551615 6669946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13742 12343 750 1374 0 12363 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 54968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9547
/proc/meminfo: memFree=1697248/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=56480 CPUtime=1721.85
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 5442138 0 0 0 168073 4112 0 0 25 0 1 0 41110640 57835520 12364 1992294400 4194304 9819077 140737064557168 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 14120 12369 750 1374 0 12741 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 56480

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9549
/proc/meminfo: memFree=1696380/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=55544 CPUtime=1781.83
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 5640349 0 0 0 173922 4261 0 0 25 0 1 0 41110640 56877056 12504 1992294400 4194304 9819077 140737064557168 18446744073709551615 7295968 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13886 12504 750 1374 0 12507 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 55544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9549
/proc/meminfo: memFree=1695388/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=55964 CPUtime=1800.03
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 5686531 0 0 0 175700 4303 0 0 25 0 1 0 41110640 57307136 12759 1992294400 4194304 9819077 140737064557168 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13991 12759 750 1374 0 12612 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 55964

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9549
/proc/meminfo: memFree=1695388/2059040 swapFree=4140256/4192956
[pid=9491] ppid=9489 vsize=55964 CPUtime=1800.03
/proc/9491/stat : 9491 (pbscip.linux.x8) R 9489 9491 9209 0 -1 4202496 5686531 0 0 0 175700 4303 0 0 25 0 1 0 41110640 57307136 12759 1992294400 4194304 9819077 140737064557168 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9491/statm: 13991 12759 750 1374 0 12612 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 55964

Child status: 0
Real time (s): 1800.58
CPU time (s): 1800.12
CPU user time (s): 1757.07
CPU system time (s): 43.0455
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 58272

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

runsolver used 3.18952 second user time and 8.28974 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-16 09:49:03
IDJOB=2665334
IDBENCH=48277
IDSOLVER=1168
FILE ID=node018/2665334-1276674543
PBS_JOBID= 11172524
Free space on /tmp= 62488 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_50_10_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665334-1276674543/watcher-2665334-1276674543 -o /tmp/evaluation-result-2665334-1276674543/solver-2665334-1276674543 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665334-1276674543.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=1782057101

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1746516 kB
Buffers:        101760 kB
Cached:         122356 kB
SwapCached:       6364 kB
Active:         103104 kB
Inactive:       134644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746516 kB
SwapTotal:     4192956 kB
SwapFree:      4140256 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:       11728 kB
Mapped:          13060 kB
Slab:            53128 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180928 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= 62480 MiB
End job on node018 at 2010-06-16 10:19:06