Trace number 2705199

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? 1790.34 1790.3

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j301_4-unsat--soft-33-100-0.wbo
MD5SUM55bc063057ce6e5238203b79e8fa6b9b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.049991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3844
Total number of constraints11854
Number of soft constraints7954
Number of constraints which are clauses11610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 399620
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 399619
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705199-1278576536.wbo>
0.09/0.11	c original problem has 19752 variables (11798 bin, 0 int, 7954 impl, 0 cont) and 19809 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.29/0.33	c presolving:
0.29/0.36	c (round 1) 176 del vars, 498 del conss, 95 chg bounds, 59 chg sides, 60 chg coeffs, 0 upgd conss, 18992 impls, 0 clqs
0.29/0.38	c (round 2) 495 del vars, 1260 del conss, 134 chg bounds, 59 chg sides, 60 chg coeffs, 0 upgd conss, 19024 impls, 0 clqs
0.29/0.40	c (round 3) 1098 del vars, 1770 del conss, 150 chg bounds, 59 chg sides, 60 chg coeffs, 0 upgd conss, 19058 impls, 0 clqs
0.39/0.40	c (round 4) 1560 del vars, 1941 del conss, 156 chg bounds, 59 chg sides, 60 chg coeffs, 0 upgd conss, 19058 impls, 0 clqs
0.39/0.41	c (round 5) 1710 del vars, 2003 del conss, 156 chg bounds, 59 chg sides, 60 chg coeffs, 0 upgd conss, 19058 impls, 0 clqs
0.39/0.43	c (round 6) 1770 del vars, 2009 del conss, 7389 chg bounds, 59 chg sides, 60 chg coeffs, 0 upgd conss, 19058 impls, 0 clqs
0.39/0.47	c (round 7) 1776 del vars, 2009 del conss, 7389 chg bounds, 59 chg sides, 60 chg coeffs, 3517 upgd conss, 19058 impls, 0 clqs
1.89/1.99	c    (1.9s) probing: 1000/10743 (9.3%) - 0 fixings, 0 aggregations, 1702 implications, 0 bound changes
3.29/3.31	c    (3.2s) probing: 2000/10743 (18.6%) - 0 fixings, 0 aggregations, 1862 implications, 0 bound changes
3.29/3.31	c    (3.2s) probing: 2001/10743 (18.6%) - 0 fixings, 0 aggregations, 1862 implications, 0 bound changes
3.29/3.31	c    (3.2s) probing aborted: 2000/2000 successive useless probings
3.29/3.31	c presolving (8 rounds):
3.29/3.31	c  1776 deleted vars, 2009 deleted constraints, 7389 tightened bounds, 0 added holes, 59 changed sides, 63 changed coefficients
3.29/3.31	c  25562 implications, 132 cliques
3.29/3.31	c presolved problem has 17976 variables (10743 bin, 0 int, 7233 impl, 0 cont) and 17800 constraints
3.29/3.31	c     183 constraints of type <varbound>
3.29/3.31	c      50 constraints of type <knapsack>
3.29/3.31	c    2781 constraints of type <setppc>
3.29/3.31	c    7050 constraints of type <linear>
3.29/3.31	c    7233 constraints of type <indicator>
3.29/3.31	c     503 constraints of type <logicor>
3.29/3.31	c transformed objective value is always integral (scale: 1)
3.29/3.31	c Presolving Time: 3.14
3.29/3.31	c - non default parameters ----------------------------------------------------------------------
3.29/3.31	c # SCIP version 1.2.1.3
3.29/3.31	c 
3.29/3.31	c # frequency for displaying node information lines
3.29/3.31	c # [type: int, range: [-1,2147483647], default: 100]
3.29/3.31	c display/freq = 10000
3.29/3.31	c 
3.29/3.31	c # maximal time in seconds to run
3.29/3.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.29/3.31	c limits/time = 1789.89
3.29/3.31	c 
3.29/3.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.29/3.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.29/3.31	c limits/memory = 3420
3.29/3.31	c 
3.29/3.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.29/3.31	c # [type: int, range: [1,2], default: 1]
3.29/3.31	c timing/clocktype = 2
3.29/3.31	c 
3.29/3.31	c # should presolving try to simplify inequalities
3.29/3.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.31	c constraints/linear/simplifyinequalities = TRUE
3.29/3.31	c 
3.29/3.31	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.29/3.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.31	c constraints/indicator/addCouplingCons = TRUE
3.29/3.31	c 
3.29/3.31	c # should presolving try to simplify knapsacks
3.29/3.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.31	c constraints/knapsack/simplifyinequalities = TRUE
3.29/3.31	c 
3.29/3.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.29/3.31	c # [type: int, range: [-1,2147483647], default: -1]
3.29/3.31	c separating/rapidlearning/freq = 0
3.29/3.31	c 
3.29/3.31	c -----------------------------------------------------------------------------------------------
3.29/3.31	c start solving
3.29/3.31	c 
3.29/3.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.29/3.34	c   3.2s|     1 |     0 |     0 |     - |  65M|   0 |   0 |  17k|  17k|  17k|3334 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.35	c   3.2s|     1 |     0 |   201 |     - |  65M|   0 |   0 |  17k|  17k|  17k|3464 | 130 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.37	c   3.3s|     1 |     0 |   421 |     - |  65M|   0 |  53 |  17k|  17k|  17k|3644 | 310 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.69/3.71	c   3.6s|     1 |     0 |   533 |     - |  65M|   0 |   6 |  17k|  17k|  17k|3788 | 454 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.99/4.02	c   3.9s|     1 |     0 |   600 |     - |  65M|   0 |  28 |  17k|  17k|  17k|3835 | 501 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.30/4.35	c   4.2s|     1 |     0 |   643 |     - |  65M|   0 |  16 |  17k|  17k|  17k|3881 | 547 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.59/4.68	c   4.6s|     1 |     0 |   679 |     - |  65M|   0 |   0 |  17k|  17k|  17k|3923 | 589 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.59/4.69	c   4.6s|     1 |     0 |   692 |     - |  65M|   0 |   7 |  17k|  17k|  17k|3929 | 595 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.99/5.01	c   4.9s|     1 |     0 |   700 |     - |  65M|   0 |   8 |  17k|  17k|  17k|3942 | 608 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.35	c   5.2s|     1 |     0 |   702 |     - |  65M|   0 |   0 |  17k|  17k|  17k|3946 | 612 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.36	c   5.3s|     1 |     0 |   706 |     - |  65M|   0 |   0 |  17k|  17k|  17k|3947 | 613 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.37	c   5.3s|     1 |     2 |   706 |     - |  65M|   0 |   0 |  17k|  17k|  17k|3947 | 613 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
227.50/227.53	c   227s| 10000 | 10001 | 25796 |   2.5 | 131M|  63 |   0 |  17k|  17k|  17k|4226 |  17k|   0 |1443 | 0.000000e+00 |      --      |    Inf 
453.41/453.46	c   453s| 20000 | 20001 | 44420 |   2.2 | 196M|  63 |   0 |  17k|  17k|  17k|3927 |  29k|   0 |2145 | 0.000000e+00 |      --      |    Inf 
681.40/681.41	c   681s| 30000 | 30001 | 56810 |   1.9 | 260M|  65 |   0 |  17k|  17k|  17k|3986 |  36k|   0 |2607 | 0.000000e+00 |      --      |    Inf 
903.81/903.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.81/903.80	c   904s| 40000 | 40002 | 66489 |   1.6 | 323M|  81 |   0 |  17k|  17k|  17k|4288 |  43k|   0 |2904 | 0.000000e+00 |      --      |    Inf 
1126.22/1126.24	c  1126s| 50000 | 50003 | 73790 |   1.5 | 385M|  81 |   0 |  17k|  17k|  17k|4191 |  47k|   0 |3083 | 0.000000e+00 |      --      |    Inf 
1349.92/1349.95	c  1350s| 60000 | 60004 | 79152 |   1.3 | 449M|  81 |  10 |  17k|  17k|  17k|4240 |  50k|   0 |3301 | 0.000000e+00 |      --      |    Inf 
1573.33/1573.31	c  1573s| 70000 | 70004 | 83881 |   1.2 | 512M|  81 |   0 |  17k|  17k|  17k|4239 |  53k|   0 |3378 | 0.000000e+00 |      --      |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.90
1790.03/1790.01	c Solving Nodes      : 79860
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.01	s UNKNOWN
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.90
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705199-1278576536.wbo
1790.03/1790.01	c   Variables        : 19752 (11798 binary, 0 integer, 7954 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 19809 initial, 19809 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705199-1278576536.wbo
1790.03/1790.01	c   Variables        : 17976 (10743 binary, 0 integer, 7233 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 17800 initial, 17800 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.01       1521          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       2.82          0          0          0          0          0          0          0          0
1790.03/1790.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          3
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   linear           :       0.11        156         99          0       7389          0       1288         59         60
1790.03/1790.01	c   indicator        :       0.02          0          0          0          0          0        721          0          0
1790.03/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0      83769          0          0          0          0          0       5284
1790.03/1790.01	c   varbound         :        183         11     236703      81127          0          0      26143        362          0          0
1790.03/1790.01	c   knapsack         :         50         11     236703      80866          0          0       5529          0          0          0
1790.03/1790.01	c   setppc           :       2781         11     236703      80866          0          0     307932          0          0          0
1790.03/1790.01	c   linear           :       7050         11     236703      80866          0          0      29105      55097          0          0
1790.03/1790.01	c   indicator        :       7233          0     236703      81127          0          0      57750          0          0          0
1790.03/1790.01	c   logicor          :        503         11      34202      77218          0          0       3650          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0      77218          0          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      18.26       0.00       0.00      18.26       0.00
1790.03/1790.01	c   varbound         :       4.82       0.00       1.72       3.10       0.00
1790.03/1790.01	c   knapsack         :       1.22       0.00       0.63       0.59       0.00
1790.03/1790.01	c   setppc           :      41.91       0.00      20.91      20.99       0.00
1790.03/1790.01	c   linear           :     307.02       0.03      33.47     273.52       0.00
1790.03/1790.01	c   indicator        :     258.34       0.01      77.12     181.22       0.00
1790.03/1790.01	c   logicor          :       4.76       0.00       0.11       4.65       0.00
1790.03/1790.01	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.09       3229          0          0
1790.03/1790.01	c   rootredcost      :       0.08          0          0          0
1790.03/1790.01	c   pseudoobj        :      55.95     232203          0          0
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          8          -          -          0          -    (maximal pool size: 121)
1790.03/1790.01	c   redcost          :      88.28      83778          0          0          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          6          0          0         27          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.03          6          0          0        287          0
1790.03/1790.01	c   strongcg         :       0.03          6          0          0        287          0
1790.03/1790.01	c   cmir             :       0.20          6          0          0         13          0
1790.03/1790.01	c   flowcover        :       1.58          6          0          0         26          0
1790.03/1790.01	c   clique           :       0.01          6          0          0          1          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.01          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.00          0          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      18.17       2642          0          0          0          0       5284
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :     387.60      77218          0          0          0          0     154439
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.00          -          0
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   oneopt           :       0.13          0          0
1790.03/1790.01	c   crossover        :       0.05          0          0
1790.03/1790.01	c   intshifting      :       0.00          0          0
1790.03/1790.01	c   guideddiving     :       0.00          0          0
1790.03/1790.01	c   feaspump         :       3.13         20          0
1790.03/1790.01	c   pscostdiving     :      26.83       1961          0
1790.03/1790.01	c   fracdiving       :      26.67       1961          0
1790.03/1790.01	c   veclendiving     :      26.61       1961          0
1790.03/1790.01	c   linesearchdiving :      26.52       1961          0
1790.03/1790.01	c   coefdiving       :      26.36       1962          0
1790.03/1790.01	c   objpscostdiving  :      28.73       1957          0
1790.03/1790.01	c   rootsoldiving    :      29.86       1957          0
1790.03/1790.01	c   trivial          :       0.14          2          0
1790.03/1790.01	c   simplerounding   :       0.09       2498          0
1790.03/1790.01	c   zirounding       :       0.52       1000          0
1790.03/1790.01	c   rounding         :       0.55        676          0
1790.03/1790.01	c   shifting         :       0.51        196          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.00          0          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.03          0          0
1790.03/1790.01	c   trysol           :      23.43       1982          0
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     184.59      10018      87785       8.76     475.56
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       0.91         54        176       3.26     192.54
1790.03/1790.01	c   strong branching :      18.10       3510      12719       3.62     702.64
1790.03/1790.01	c     (at root node) :          -          0          0       0.00          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :      79860
1790.03/1790.01	c   nodes (total)    :      79860
1790.03/1790.01	c   nodes left       :      79864
1790.03/1790.01	c   max depth        :         89
1790.03/1790.01	c   max depth (total):         89
1790.03/1790.01	c   backtracks       :       1977 (2.5%)
1790.03/1790.01	c   delayed cutoffs  :          0
1790.03/1790.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.03/1790.01	c   avg switch length:       2.31
1790.03/1790.01	c   switching time   :      13.01
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :          0 (0 improvements)
1790.03/1790.01	c   Primal Bound     :          -
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        706
1790.23/1790.30	c Time complete: 1790.33.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23245
/proc/meminfo: memFree=28863072/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=12056 CPUtime=0
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 1873 0 0 0 0 0 0 0 25 0 1 0 25866427 12345344 1791 4089446400 4194304 10345943 140734750486752 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23245/statm: 3014 1794 429 1502 0 1507 0

[startup+0.0949791 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23245
/proc/meminfo: memFree=28863072/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=34712 CPUtime=0.09
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 7526 0 0 0 8 1 0 0 25 0 1 0 25866427 35545088 7444 4089446400 4194304 10345943 140734750486752 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23245/statm: 8678 7444 430 1502 0 7171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34712

[startup+0.100975 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23245
/proc/meminfo: memFree=28863072/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=37600 CPUtime=0.09
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 8250 0 0 0 8 1 0 0 25 0 1 0 25866427 38502400 8168 4089446400 4194304 10345943 140734750486752 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23245/statm: 9400 8168 430 1502 0 7893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37600

[startup+0.300937 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23245
/proc/meminfo: memFree=28863072/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=84080 CPUtime=0.29
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 19612 0 0 0 27 2 0 0 25 0 1 0 25866427 86097920 19140 4089446400 4194304 10345943 140734750486752 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23245/statm: 21020 19140 510 1502 0 19513 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84080

[startup+0.700869 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23245
/proc/meminfo: memFree=28863072/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=90184 CPUtime=0.69
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 21401 0 0 0 67 2 0 0 25 0 1 0 25866427 92348416 20884 4089446400 4194304 10345943 140734750486752 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23245/statm: 22546 20884 581 1502 0 21039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90184

[startup+1.50074 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23246
/proc/meminfo: memFree=28779608/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=90640 CPUtime=1.49
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 21515 0 0 0 147 2 0 0 25 0 1 0 25866427 92815360 20998 4089446400 4194304 10345943 140734750486752 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23245/statm: 22660 20998 581 1502 0 21153 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90640

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23246
/proc/meminfo: memFree=28778988/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=91696 CPUtime=3.09
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 21784 0 0 0 307 2 0 0 25 0 1 0 25866427 93896704 21267 4089446400 4194304 10345943 140734750486752 18446744073709551615 5604430 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23245/statm: 22924 21267 586 1502 0 21417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91696

[startup+6.30089 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23246
/proc/meminfo: memFree=28757088/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=115456 CPUtime=6.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 29264 0 0 0 626 4 0 0 25 0 1 0 25866427 118226944 26771 4089446400 4194304 10345943 140734750486752 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23245/statm: 28864 26771 769 1502 0 27357 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 115456

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23246
/proc/meminfo: memFree=28750280/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=118752 CPUtime=12.69
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 35742 0 0 0 1265 4 0 0 25 0 1 0 25866427 121602048 27499 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23245/statm: 29688 27499 770 1502 0 28181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118752

[startup+25.5005 s]
/proc/loadavg: 1.93 1.98 1.90 3/179 23273
/proc/meminfo: memFree=29119176/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=123844 CPUtime=25.49
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 48469 0 0 0 2543 6 0 0 25 0 1 0 25866427 126816256 28731 4089446400 4194304 10345943 140734750486752 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 30961 28731 770 1502 0 29454 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123844

[startup+51.101 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 23274
/proc/meminfo: memFree=29039120/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=131732 CPUtime=51.09
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 73784 0 0 0 5098 11 0 0 25 0 1 0 25866427 134893568 30586 4089446400 4194304 10345943 140734750486752 18446744073709551615 8160357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 32933 30586 770 1502 0 31426 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131732

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 23275
/proc/meminfo: memFree=29000928/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=147792 CPUtime=102.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 95033 0 0 0 10214 16 0 0 25 0 1 0 25866427 151339008 34615 4089446400 4194304 10345943 140734750486752 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 36948 34615 770 1502 0 35441 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147792

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23277
/proc/meminfo: memFree=28952396/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=168072 CPUtime=162.29
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 134454 0 0 0 16207 22 0 0 25 0 1 0 25866427 172105728 39708 4089446400 4194304 10345943 140734750486752 18446744073709551615 4796482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 42018 39708 770 1502 0 40511 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 168072

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23279
/proc/meminfo: memFree=28909956/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=186088 CPUtime=222.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 160185 0 0 0 22201 29 0 0 25 0 1 0 25866427 190554112 44391 4089446400 4194304 10345943 140734750486752 18446744073709551615 6388854 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 46522 44391 770 1502 0 45015 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 186088

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.91 3/179 23281
/proc/meminfo: memFree=28867140/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=206996 CPUtime=282.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 178675 0 0 0 28197 33 0 0 25 0 1 0 25866427 211963904 49310 4089446400 4194304 10345943 140734750486752 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 51749 49310 770 1502 0 50242 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 206996

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.91 3/179 23282
/proc/meminfo: memFree=28823572/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=222572 CPUtime=342.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 194005 0 0 0 34194 36 0 0 25 0 1 0 25866427 227913728 53819 4089446400 4194304 10345943 140734750486752 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 55643 53819 770 1502 0 54136 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 222572

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 23283
/proc/meminfo: memFree=28783968/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=240172 CPUtime=402.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 200703 0 0 0 40191 39 0 0 25 0 1 0 25866427 245936128 57704 4089446400 4194304 10345943 140734750486752 18446744073709551615 4900821 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 60043 57704 770 1502 0 58536 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 240172

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 23285
/proc/meminfo: memFree=28735048/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=261064 CPUtime=462.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 207832 0 0 0 46189 41 0 0 25 0 1 0 25866427 267329536 63134 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 65266 63134 770 1502 0 63759 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 261064

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23287
/proc/meminfo: memFree=28689872/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=279584 CPUtime=522.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 213065 0 0 0 52187 43 0 0 25 0 1 0 25866427 286294016 67703 4089446400 4194304 10345943 140734750486752 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 69896 67703 770 1502 0 68389 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 279584

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23289
/proc/meminfo: memFree=28650400/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=296900 CPUtime=582.3
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 217046 0 0 0 58185 45 0 0 25 0 1 0 25866427 304025600 71409 4089446400 4194304 10345943 140734750486752 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 74225 71409 770 1502 0 72718 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 296900

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23293
/proc/meminfo: memFree=28611492/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=309112 CPUtime=642.32
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 220744 0 0 0 64184 48 0 0 25 0 1 0 25866427 316530688 75107 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 77278 75107 770 1502 0 75771 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 309112

[startup+702.301 s]

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

/proc/meminfo: memFree=28214628/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=436336 CPUtime=1062.31
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 255277 0 0 0 106168 63 0 0 25 0 1 0 25866427 446808064 106278 4089446400 4194304 10345943 140734750486752 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 109084 106278 770 1502 0 107577 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 436336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 23306
/proc/meminfo: memFree=28198460/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=449852 CPUtime=1122.32
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 259331 0 0 0 112167 65 0 0 25 0 1 0 25866427 460648448 110332 4089446400 4194304 10345943 140734750486752 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 112463 110332 770 1502 0 110956 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 449852

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23308
/proc/meminfo: memFree=28181552/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=466008 CPUtime=1182.32
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 264605 0 0 0 118165 67 0 0 25 0 1 0 25866427 477192192 114540 4089446400 4194304 10345943 140734750486752 18446744073709551615 4882011 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 116502 114540 770 1502 0 114995 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 466008

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23309
/proc/meminfo: memFree=28165392/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=481080 CPUtime=1242.32
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 268457 0 0 0 124163 69 0 0 25 0 1 0 25866427 492625920 118392 4089446400 4194304 10345943 140734750486752 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 120270 118392 770 1502 0 118763 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 481080

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23310
/proc/meminfo: memFree=28147844/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=495404 CPUtime=1302.33
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 272646 0 0 0 130162 71 0 0 25 0 1 0 25866427 507293696 122133 4089446400 4194304 10345943 140734750486752 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 123851 122133 770 1502 0 122344 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 495404

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23312
/proc/meminfo: memFree=28111336/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=512936 CPUtime=1362.33
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 278334 0 0 0 136160 73 0 0 25 0 1 0 25866427 525246464 126299 4089446400 4194304 10345943 140734750486752 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 128234 126299 770 1502 0 126727 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 512936

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 23314
/proc/meminfo: memFree=28067768/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=533628 CPUtime=1422.33
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 283788 0 0 0 142158 75 0 0 25 0 1 0 25866427 546435072 131595 4089446400 4194304 10345943 140734750486752 18446744073709551615 8933857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 133407 131595 770 1502 0 131900 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 533628

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 1.94 3/179 23316
/proc/meminfo: memFree=28033872/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=549676 CPUtime=1482.32
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 287780 0 0 0 148156 76 0 0 25 0 1 0 25866427 562868224 135210 4089446400 4194304 10345943 140734750486752 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 137419 135210 770 1502 0 135912 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 549676

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 23317
/proc/meminfo: memFree=27997984/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=563816 CPUtime=1542.32
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 292044 0 0 0 154154 78 0 0 25 0 1 0 25866427 577347584 138871 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 140954 138871 770 1502 0 139447 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 563816

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23318
/proc/meminfo: memFree=27954428/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=584992 CPUtime=1602.33
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 297393 0 0 0 160153 80 0 0 25 0 1 0 25866427 599031808 143940 4089446400 4194304 10345943 140734750486752 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 146248 143940 770 1502 0 144741 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 584992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 23320
/proc/meminfo: memFree=27915072/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=600340 CPUtime=1662.33
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 302167 0 0 0 166151 82 0 0 25 0 1 0 25866427 614748160 147961 4089446400 4194304 10345943 140734750486752 18446744073709551615 4688072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 150085 147961 770 1502 0 148578 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 600340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23322
/proc/meminfo: memFree=27875960/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=617224 CPUtime=1722.34
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 309425 0 0 0 172149 85 0 0 25 0 1 0 25866427 632037376 152257 4089446400 4194304 10345943 140734750486752 18446744073709551615 4601501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 154306 152257 770 1502 0 152799 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 617224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27834132/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=634204 CPUtime=1782.34
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 314855 0 0 0 178147 87 0 0 25 0 1 0 25866427 649424896 156503 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 158551 156503 770 1502 0 157044 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 634204

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27833140/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=635228 CPUtime=1785.53
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 315286 0 0 0 178466 87 0 0 25 0 1 0 25866427 650473472 156750 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 158807 156750 770 1502 0 157300 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 635228

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27830772/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=638296 CPUtime=1788.73
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 315580 0 0 0 178786 87 0 0 25 0 1 0 25866427 653615104 157044 4089446400 4194304 10345943 140734750486752 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 159574 157044 770 1502 0 158067 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 638296

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27830772/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=639320 CPUtime=1789.53
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 315819 0 0 0 178866 87 0 0 25 0 1 0 25866427 654663680 157283 4089446400 4194304 10345943 140734750486752 18446744073709551615 6777589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 159830 157283 770 1502 0 158323 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 639320

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27829780/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=639320 CPUtime=1789.93
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 315821 0 0 0 178906 87 0 0 25 0 1 0 25866427 654663680 157285 4089446400 4194304 10345943 140734750486752 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23245/statm: 159830 157285 770 1502 0 158323 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 639320

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27829780/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=639320 CPUtime=1790.13
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 315828 0 0 0 178926 87 0 0 25 0 1 0 25866427 654663680 157292 4089446400 4194304 10345943 140734750486752 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23245/statm: 159830 157292 777 1502 0 158323 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 639320

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23324
/proc/meminfo: memFree=27829780/32951124 swapFree=67111528/67111528
[pid=23245] ppid=23243 vsize=639320 CPUtime=1790.23
/proc/23245/stat : 23245 (pbscip.linux.x8) R 23243 23245 22866 0 -1 4202496 315830 0 0 0 178936 87 0 0 25 0 1 0 25866427 654663680 157294 4089446400 4194304 10345943 140734750486752 18446744073709551615 4969662 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23245/statm: 159830 157294 779 1502 0 158323 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 639320

Child status: 0
Real time (s): 1790.3
CPU time (s): 1790.34
CPU user time (s): 1789.44
CPU system time (s): 0.903862
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 639320

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

runsolver used 2.93555 second user time and 5.65214 second system time

The end

Launcher Data

Begin job on node140 at 2010-07-08 10:08:56
IDJOB=2705199
IDBENCH=79071
IDSOLVER=1214
FILE ID=node140/2705199-1278576536
PBS_JOBID= 11240174
Free space on /tmp= 73688 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/normalized-j301_4-unsat--soft-33-100-0.wbo
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-2705199-1278576536/watcher-2705199-1278576536 -o /tmp/evaluation-result-2705199-1278576536/solver-2705199-1278576536 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705199-1278576536.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 55bc063057ce6e5238203b79e8fa6b9b
RANDOM SEED=2027628700

node140.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28863724 kB
Buffers:        156464 kB
Cached:        3038656 kB
SwapCached:          0 kB
Active:        1859972 kB
Inactive:      2062068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28863724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13224 kB
Writeback:           0 kB
AnonPages:      727256 kB
Mapped:          17772 kB
Slab:           101240 kB
PageTables:       6000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   895072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73672 MiB
End job on node140 at 2010-07-08 10:38:46