Trace number 2693146

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.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.67 1800.65

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/
normalized-j9014_1-unsat--soft-66-100-0.wbo
MD5SUM6c5df40b176000d7248c596dfbe96e3b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.160974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables16198
Total number of constraints50975
Number of soft constraints17448
Number of constraints which are clauses50623
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints352
Minimum length of a constraint1
Maximum length of a constraint90
Top cost 887339
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 887338
Biggest number in a constraint 51
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 588
Number of bits of the biggest sum of numbers10
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.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-2693146-1277916652.wbo>
0.39/0.44	c original problem has 51094 variables (33646 bin, 0 int, 0 impl, 17448 cont) and 68424 constraints
0.39/0.44	c problem read
0.39/0.44	c presolving settings loaded
1.39/1.46	c presolving:
1.79/1.82	c (round 1) 1337 del vars, 4532 del conss, 787 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 636672 impls, 0 clqs
2.10/2.14	c (round 2) 4174 del vars, 13345 del conss, 2086 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 653038 impls, 0 clqs
2.49/2.50	c (round 3) 9083 del vars, 21837 del conss, 2983 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 659844 impls, 0 clqs
2.69/2.77	c (round 4) 14521 del vars, 27834 del conss, 3646 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 665603 impls, 0 clqs
2.89/2.95	c (round 5) 18535 del vars, 31714 del conss, 4099 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 667881 impls, 0 clqs
2.99/3.07	c (round 6) 21181 del vars, 34193 del conss, 4357 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 669067 impls, 0 clqs
3.09/3.15	c (round 7) 22894 del vars, 35564 del conss, 4493 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 669782 impls, 0 clqs
3.09/3.20	c (round 8) 23895 del vars, 36314 del conss, 4571 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670069 impls, 0 clqs
3.19/3.24	c (round 9) 24403 del vars, 36790 del conss, 4628 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670317 impls, 0 clqs
3.19/3.26	c (round 10) 24710 del vars, 37066 del conss, 4658 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670403 impls, 0 clqs
3.19/3.29	c (round 11) 24917 del vars, 37251 del conss, 4685 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670437 impls, 0 clqs
3.30/3.31	c (round 12) 25043 del vars, 37465 del conss, 4702 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670451 impls, 0 clqs
3.30/3.33	c (round 13) 25163 del vars, 37631 del conss, 4711 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670455 impls, 0 clqs
3.30/3.35	c (round 14) 25282 del vars, 37710 del conss, 4721 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670455 impls, 0 clqs
3.30/3.37	c (round 15) 25353 del vars, 37765 del conss, 4732 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670485 impls, 0 clqs
3.30/3.39	c (round 16) 25393 del vars, 37808 del conss, 4736 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670487 impls, 0 clqs
3.39/3.41	c (round 17) 25425 del vars, 37828 del conss, 4739 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670487 impls, 0 clqs
3.39/3.42	c (round 18) 25452 del vars, 37874 del conss, 4751 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670498 impls, 0 clqs
3.39/3.44	c (round 19) 25472 del vars, 37897 del conss, 4751 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670498 impls, 0 clqs
3.39/3.49	c (round 20) 25494 del vars, 37906 del conss, 13211 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 670498 impls, 0 clqs
3.59/3.69	c (round 21) 25503 del vars, 37906 del conss, 13211 chg bounds, 0 chg sides, 0 chg coeffs, 14465 upgd conss, 670498 impls, 0 clqs
8.59/8.65	c    (8.0s) probing: 1000/17131 (5.8%) - 0 fixings, 0 aggregations, 51045 implications, 0 bound changes
11.89/11.90	c    (11.2s) probing: 2000/17131 (11.7%) - 0 fixings, 0 aggregations, 59177 implications, 0 bound changes
11.89/11.90	c    (11.2s) probing: 2001/17131 (11.7%) - 0 fixings, 0 aggregations, 59181 implications, 0 bound changes
11.89/11.90	c    (11.2s) probing aborted: 2000/2000 successive useless probings
11.89/11.91	c presolving (22 rounds):
11.89/11.91	c  25503 deleted vars, 37906 deleted constraints, 13211 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.89/11.91	c  915676 implications, 0 cliques
11.89/11.91	c presolved problem has 25591 variables (17131 bin, 0 int, 0 impl, 8460 cont) and 30518 constraints
11.89/11.91	c    8460 constraints of type <indicator>
11.89/11.91	c     867 constraints of type <varbound>
11.89/11.91	c     225 constraints of type <knapsack>
11.89/11.91	c    7593 constraints of type <linear>
11.89/11.91	c   13373 constraints of type <logicor>
11.89/11.91	c transformed objective value is always integral (scale: 1)
11.89/11.91	c Presolving Time: 11.12
11.89/11.91	c - non default parameters ----------------------------------------------------------------------
11.89/11.91	c # SCIP version 1.2.1.2
11.89/11.91	c 
11.89/11.91	c # frequency for displaying node information lines
11.89/11.91	c # [type: int, range: [-1,2147483647], default: 100]
11.89/11.91	c display/freq = 10000
11.89/11.91	c 
11.89/11.91	c # maximal time in seconds to run
11.89/11.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.89/11.91	c limits/time = 1799.56
11.89/11.91	c 
11.89/11.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.89/11.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.89/11.91	c limits/memory = 3420
11.89/11.91	c 
11.89/11.91	c # should presolving try to simplify inequalities
11.89/11.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.89/11.91	c constraints/linear/simplifyinequalities = TRUE
11.89/11.91	c 
11.89/11.91	c # should presolving try to simplify knapsacks
11.89/11.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.89/11.91	c constraints/knapsack/simplifyinequalities = TRUE
11.89/11.91	c 
11.89/11.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
11.89/11.91	c # [type: int, range: [-1,2147483647], default: -1]
11.89/11.91	c separating/rapidlearning/freq = 0
11.89/11.91	c 
11.89/11.91	c -----------------------------------------------------------------------------------------------
11.89/11.91	c start solving
11.89/11.92	c 
12.18/12.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.18/12.22	c  11.6s|     1 |     0 |  1771 |     - | 179M|   0 |1488 |  25k|  30k|  25k|  13k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.59/15.62	c  14.9s|     1 |     0 |  3554 |     - | 183M|   0 | 668 |  25k|  30k|  25k|  15k|1877 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.60/17.63	c  16.9s|     1 |     0 |  4569 |     - | 184M|   0 | 801 |  25k|  30k|  25k|  15k|2151 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.80/19.88	c  19.1s|     1 |     0 |  5450 |     - | 184M|   0 | 630 |  25k|  30k|  25k|  16k|2502 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
22.58/22.70	c  21.9s|     1 |     0 |  6779 |     - | 185M|   0 | 625 |  25k|  30k|  25k|  16k|2739 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.69/25.77	c  25.0s|     1 |     0 |  8123 |     - | 185M|   0 | 603 |  25k|  30k|  25k|  16k|2973 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.09/29.16	c  28.3s|     1 |     0 |  9105 |     - | 185M|   0 |1154 |  25k|  30k|  25k|  16k|3127 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
41.58/41.67	c  40.7s|     1 |     2 |  9105 |     - | 186M|   0 |1154 |  25k|  30k|  25k|  16k|3127 |   0 |  18 | 0.000000e+00 |      --      |    Inf 
1296.41/1296.44	c  1264s| 10000 |  9985 |682983 |  67.4 | 304M| 309 | 139 |  25k|  30k|  25k|  15k|3127 |  38 |4566 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.04	c 
1800.02/1800.04	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.04	c Solving Time (sec) : 1752.74
1800.02/1800.04	c Solving Nodes      : 16296
1800.02/1800.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.04	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.04	c Gap                : infinite
1800.02/1800.04	s UNKNOWN
1800.02/1800.04	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.04	c Solving Time       :    1752.74
1800.02/1800.04	c Original Problem   :
1800.02/1800.04	c   Problem name     : HOME/instance-2693146-1277916652.wbo
1800.02/1800.04	c   Variables        : 51094 (33646 binary, 0 integer, 0 implicit integer, 17448 continuous)
1800.02/1800.04	c   Constraints      : 68424 initial, 68424 maximal
1800.02/1800.04	c Presolved Problem  :
1800.02/1800.04	c   Problem name     : t_HOME/instance-2693146-1277916652.wbo
1800.02/1800.04	c   Variables        : 25591 (17131 binary, 0 integer, 0 implicit integer, 8460 continuous)
1800.02/1800.04	c   Constraints      : 30518 initial, 30599 maximal
1800.02/1800.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.04	c   trivial          :       0.05        233          0          0          0          0          0          0          0
1800.02/1800.04	c   dualfix          :       0.09      19058          0          0          0          0          0          0          0
1800.02/1800.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.04	c   implics          :       0.08          0          0          0          0          0          0          0          0
1800.02/1800.05	c   probing          :       8.09          0          0          0          0          0          0          0          0
1800.02/1800.05	c   indicator        :       0.53          0          0          0          0          0       8988          0          0
1800.02/1800.05	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   knapsack         :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.05	c   linear           :       1.34       4518       1694          0      13211          0      28918          0          0
1800.02/1800.05	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.05	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.05	c   integral         :          0          0          0      16288          0          0          6          0          0      32572
1800.02/1800.05	c   indicator        :       8460          0     174898          0          0          0      14127          0          0          0
1800.02/1800.05	c   varbound         :        867          6     174898          0          0          0        958        532          0          0
1800.02/1800.05	c   knapsack         :        225          6     174898          0          0          2      50625        373          0          0
1800.02/1800.05	c   linear           :       7593          6     174896          0          0          0      10498       1120          0          0
1800.02/1800.05	c   logicor          :      13373+         6     141622          0          0         11     205033          0          0          0
1800.02/1800.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.05	c   integral         :     393.89       0.00       0.00     393.89       0.00
1800.02/1800.05	c   indicator        :      31.81       0.01      31.80       0.00       0.00
1800.02/1800.05	c   varbound         :       3.03       0.01       3.02       0.00       0.00
1800.02/1800.05	c   knapsack         :       2.92       0.02       2.90       0.00       0.00
1800.02/1800.05	c   linear           :      21.56       0.02      21.54       0.00       0.00
1800.02/1800.05	c   logicor          :       1.87       0.00       1.87       0.00       0.00
1800.02/1800.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.05	c   vbounds          :       8.12      33708          0       2906
1800.02/1800.05	c   rootredcost      :       0.02          0          0          0
1800.02/1800.05	c   pseudoobj        :      41.27     162687          0          0
1800.02/1800.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.05	c   propagation      :       0.00         13         13         28       23.7          0        0.0          -
1800.02/1800.05	c   infeasible LP    :       0.16         26         26        118       40.3          0        0.0          0
1800.02/1800.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.05	c   applied globally :          -          -          -        106       33.3          -          -          -
1800.02/1800.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.05	c   cut pool         :       0.00          5          -          -        169          -    (maximal pool size: 2062)
1800.02/1800.05	c   redcost          :      22.24      16293          0          0          0          0
1800.02/1800.05	c   impliedbounds    :       0.02          6          0          0       1438          0
1800.02/1800.05	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.05	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.05	c   gomory           :       4.24          6          0          0        600          0
1800.02/1800.05	c   strongcg         :       2.81          6          0          0        600          0
1800.02/1800.05	c   cmir             :       1.18          6          0          0          0          0
1800.02/1800.05	c   flowcover        :       2.47          6          0          0        371          0
1800.02/1800.05	c   clique           :       0.46          6          0          0         24          0
1800.02/1800.05	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.05	c   mcf              :       0.03          1          0          0          0          0
1800.02/1800.05	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.05	c Pricers            :       Time      Calls       Vars
1800.02/1800.05	c   problem variables:       0.00          0          0
1800.02/1800.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.05	c   relpscost        :     393.85      16288          0          6          0          0      32572
1800.02/1800.05	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.05	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.05	c   LP solutions     :       0.00          -          0
1800.02/1800.05	c   pseudo solutions :       0.00          -          0
1800.02/1800.05	c   oneopt           :       0.03          0          0
1800.02/1800.05	c   crossover        :       0.00          0          0
1800.02/1800.05	c   linesearchdiving :      79.25         18          0
1800.02/1800.05	c   coefdiving       :     179.72         19          0
1800.02/1800.05	c   fracdiving       :     155.46         19          0
1800.02/1800.05	c   feaspump         :       9.57         44          0
1800.02/1800.05	c   trivial          :       0.79          2          0
1800.02/1800.05	c   simplerounding   :       0.04      16262          0
1800.02/1800.05	c   zirounding       :       0.55       1000          0
1800.02/1800.05	c   rounding         :       1.40       1755          0
1800.02/1800.05	c   shifting         :       8.16        492          0
1800.02/1800.05	c   intshifting      :       0.24         12          0
1800.02/1800.05	c   twoopt           :       0.00          0          0
1800.02/1800.05	c   fixandinfer      :       0.00          0          0
1800.02/1800.05	c   pscostdiving     :     139.82         15          0
1800.02/1800.05	c   veclendiving     :      64.66         16          0
1800.02/1800.05	c   intdiving        :       0.00          0          0
1800.02/1800.05	c   actconsdiving    :       0.00          0          0
1800.02/1800.05	c   objpscostdiving  :      22.97          3          0
1800.02/1800.05	c   rootsoldiving    :       8.24          3          0
1800.02/1800.05	c   guideddiving     :       0.00          0          0
1800.02/1800.05	c   octane           :       0.00          0          0
1800.02/1800.05	c   rens             :       0.23          1          0
1800.02/1800.05	c   rins             :       0.00          0          0
1800.02/1800.05	c   localbranching   :       0.00          0          0
1800.02/1800.05	c   mutation         :       0.00          0          0
1800.02/1800.05	c   dins             :       0.00          0          0
1800.02/1800.05	c   undercover       :       0.00          0          0
1800.02/1800.05	c   nlp              :       0.01          0          0
1800.02/1800.05	c   trysol           :       5.92        526          0
1800.02/1800.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.05	c   primal LP        :       0.01          0          0       0.00       0.00
1800.02/1800.05	c   dual LP          :     502.76      16262     629252      38.69    1251.60
1800.02/1800.05	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.05	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.05	c   diving/probing LP:     469.47      31900     304231       9.54     648.03
1800.02/1800.05	c   strong branching :     391.97       7513     426916      56.82    1089.15
1800.02/1800.05	c     (at root node) :          -         18      12026     668.11          -
1800.02/1800.05	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.05	c B&B Tree           :
1800.02/1800.05	c   number of runs   :          1
1800.02/1800.05	c   nodes            :      16296
1800.02/1800.05	c   nodes (total)    :      16296
1800.02/1800.05	c   nodes left       :      16277
1800.02/1800.05	c   max depth        :        309
1800.02/1800.05	c   max depth (total):        309
1800.02/1800.05	c   backtracks       :        133 (0.8%)
1800.02/1800.05	c   delayed cutoffs  :          0
1800.02/1800.05	c   repropagations   :         78 (301 domain reductions, 0 cutoffs)
1800.02/1800.05	c   avg switch length:       2.22
1800.02/1800.05	c   switching time   :       6.20
1800.02/1800.05	c Solution           :
1800.02/1800.05	c   Solutions found  :          0 (0 improvements)
1800.02/1800.05	c   Primal Bound     :          -
1800.02/1800.05	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.05	c   Gap              :   infinite
1800.02/1800.05	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.05	c   Root Iterations  :       9105
1800.62/1800.64	c Time complete: 1800.66.

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-2693146-1277916652/watcher-2693146-1277916652 -o /tmp/evaluation-result-2693146-1277916652/solver-2693146-1277916652 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693146-1277916652.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 2.00 3/176 14036
/proc/meminfo: memFree=31238588/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=11004 CPUtime=0
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 1676 0 0 0 0 0 0 0 25 0 1 0 132961785 11268096 1596 4089446400 4194304 9819077 140736658545760 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14036/statm: 2751 1596 392 1374 0 1372 0

[startup+0.0711761 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14036
/proc/meminfo: memFree=31238588/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=27808 CPUtime=0.06
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 5870 0 0 0 6 0 0 0 25 0 1 0 132961785 28475392 5790 4089446400 4194304 9819077 140736658545760 18446744073709551615 8586811 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14036/statm: 6952 5790 392 1374 0 5573 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27808

[startup+0.101845 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14036
/proc/meminfo: memFree=31238588/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=31772 CPUtime=0.09
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 6869 0 0 0 9 0 0 0 25 0 1 0 132961785 32534528 6789 4089446400 4194304 9819077 140736658545760 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14036/statm: 7943 6789 392 1374 0 6564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31772

[startup+0.301138 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14036
/proc/meminfo: memFree=31238588/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=61896 CPUtime=0.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 14448 0 0 0 28 1 0 0 25 0 1 0 132961785 63381504 14339 4089446400 4194304 9819077 140736658545760 18446744073709551615 8080923 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14036/statm: 15474 14339 392 1374 0 14095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61896

[startup+0.701068 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14036
/proc/meminfo: memFree=31238588/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=192436 CPUtime=0.69
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 46244 0 0 0 63 6 0 0 25 0 1 0 132961785 197054464 45718 4089446400 4194304 9819077 140736658545760 18446744073709551615 4332299 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 48109 45718 463 1374 0 46730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 192436

[startup+1.50093 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14037
/proc/meminfo: memFree=31052704/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=205084 CPUtime=1.49
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 49297 0 0 0 142 7 0 0 25 0 1 0 132961785 210006016 48771 4089446400 4194304 9819077 140736658545760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 51437 48937 491 1374 0 50058 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205084

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14037
/proc/meminfo: memFree=31021208/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=228884 CPUtime=3.09
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 56687 0 0 0 297 12 0 0 25 0 1 0 132961785 234377216 54619 4089446400 4194304 9819077 140736658545760 18446744073709551615 4332871 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 57221 54619 495 1374 0 55842 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 228884

[startup+6.30111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14037
/proc/meminfo: memFree=31008900/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=242556 CPUtime=6.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 66676 0 0 0 608 21 0 0 25 0 1 0 132961785 248377344 58000 4089446400 4194304 9819077 140736658545760 18446744073709551615 5968632 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 60639 58000 539 1374 0 59260 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 242556

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14038
/proc/meminfo: memFree=30987264/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=282496 CPUtime=12.69
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 88496 0 0 0 1243 26 0 0 25 0 1 0 132961785 289275904 65932 4089446400 4194304 9819077 140736658545760 18446744073709551615 6043682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 70624 65932 678 1374 0 69245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 282496

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14038
/proc/meminfo: memFree=30959384/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=304804 CPUtime=25.49
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 106422 0 0 0 2511 38 0 0 25 0 1 0 132961785 312119296 70198 4089446400 4194304 9819077 140736658545760 18446744073709551615 7291592 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 76201 70198 709 1374 0 74822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 304804

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14038
/proc/meminfo: memFree=30948556/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=319688 CPUtime=51.09
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 230884 0 0 0 5051 58 0 0 25 0 1 0 132961785 327360512 71203 4089446400 4194304 9819077 140736658545760 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 79922 71203 736 1374 0 78543 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 319688

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14040
/proc/meminfo: memFree=30937752/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=304772 CPUtime=102.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 547995 0 0 0 10127 103 0 0 25 0 1 0 132961785 312086528 70294 4089446400 4194304 9819077 140736658545760 18446744073709551615 6190584 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 76193 70294 736 1374 0 74814 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 304772

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14042
/proc/meminfo: memFree=30920988/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=325080 CPUtime=162.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 1009582 0 0 0 16066 163 0 0 25 0 1 0 132961785 332881920 72205 4089446400 4194304 9819077 140736658545760 18446744073709551615 6674455 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 81270 72205 736 1374 0 79891 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 325080

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14043
/proc/meminfo: memFree=30914512/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=312020 CPUtime=222.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 1939875 0 0 0 21944 285 0 0 25 0 1 0 132961785 319508480 72241 4089446400 4194304 9819077 140736658545760 18446744073709551615 6198327 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 78005 72241 736 1374 0 76626 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 312020

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14044
/proc/meminfo: memFree=30900356/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=313292 CPUtime=282.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 2903112 0 0 0 27818 411 0 0 25 0 1 0 132961785 320811008 72384 4089446400 4194304 9819077 140736658545760 18446744073709551615 6367313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 78323 72384 736 1374 0 76944 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 313292

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14046
/proc/meminfo: memFree=30886816/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=310308 CPUtime=342.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 4101337 0 0 0 33671 559 0 0 25 0 1 0 132961785 317755392 72539 4089446400 4194304 9819077 140736658545760 18446744073709551615 7228008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 77577 72539 736 1374 0 76198 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 310308

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14048
/proc/meminfo: memFree=30872412/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=316020 CPUtime=402.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 5521046 0 0 0 39489 740 0 0 25 0 1 0 132961785 323604480 73205 4089446400 4194304 9819077 140736658545760 18446744073709551615 7311729 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 79005 73205 736 1374 0 77626 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 316020

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14050
/proc/meminfo: memFree=30847588/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=317556 CPUtime=462.29
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 6479748 0 0 0 45367 862 0 0 25 0 1 0 132961785 325177344 73332 4089446400 4194304 9819077 140736658545760 18446744073709551615 8647013 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 79389 73332 751 1374 0 78010 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 317556

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14051
/proc/meminfo: memFree=30813584/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=334336 CPUtime=522.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 7562693 0 0 0 51231 999 0 0 25 0 1 0 132961785 342360064 74538 4089446400 4194304 9819077 140736658545760 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 83584 74538 751 1374 0 82205 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 334336

[startup+582.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 14052
/proc/meminfo: memFree=30791244/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=319556 CPUtime=582.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 8673348 0 0 0 57087 1143 0 0 25 0 1 0 132961785 327225344 74142 4089446400 4194304 9819077 140736658545760 18446744073709551615 7290977 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 79889 74142 753 1374 0 78510 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 319556

[startup+642.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 14063
/proc/meminfo: memFree=30770968/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=339748 CPUtime=642.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 10269316 0 0 0 62893 1338 0 0 25 0 1 0 132961785 347901952 76006 4089446400 4194304 9819077 140736658545760 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 84937 76006 753 1374 0 83558 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 339748

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14071
/proc/meminfo: memFree=30604836/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=382572 CPUtime=942.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 16389964 0 0 0 92111 2120 0 0 25 0 1 0 132961785 391753728 86560 4089446400 4194304 9819077 140736658545760 18446744073709551615 7312541 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 95643 86560 745 1374 0 94264 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 382572

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14073
/proc/meminfo: memFree=30557812/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=379252 CPUtime=1002.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 17720965 0 0 0 97934 2296 0 0 25 0 1 0 132961785 388354048 88836 4089446400 4194304 9819077 140736658545760 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 94813 88836 745 1374 0 93434 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 379252

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14075
/proc/meminfo: memFree=30527160/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=386904 CPUtime=1062.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 19220130 0 0 0 103739 2492 0 0 25 0 1 0 132961785 396189696 90886 4089446400 4194304 9819077 140736658545760 18446744073709551615 6628233 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 96726 90886 745 1374 0 95347 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 386904

[startup+1122.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 14076
/proc/meminfo: memFree=30482004/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=395504 CPUtime=1122.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 20516894 0 0 0 109577 2654 0 0 25 0 1 0 132961785 404996096 93044 4089446400 4194304 9819077 140736658545760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 98876 93044 745 1374 0 97497 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 395504

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 14077
/proc/meminfo: memFree=30435852/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=406948 CPUtime=1182.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 21937960 0 0 0 115397 2834 0 0 25 0 1 0 132961785 416714752 95837 4089446400 4194304 9819077 140736658545760 18446744073709551615 6581318 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 101737 95837 745 1374 0 100358 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 406948

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14079
/proc/meminfo: memFree=30403592/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=419888 CPUtime=1242.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 23356276 0 0 0 121218 3013 0 0 25 0 1 0 132961785 429965312 99073 4089446400 4194304 9819077 140736658545760 18446744073709551615 6581360 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14036/statm: 104972 99073 745 1374 0 103593 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 419888

[startup+1302.3 s]
/proc/loadavg: 1.95 2.00 1.99 3/177 14155
/proc/meminfo: memFree=30848688/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=440560 CPUtime=1302.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 24789039 0 0 0 127032 3199 0 0 25 0 1 0 132961785 451133440 101228 4089446400 4194304 9819077 140736658545760 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 110140 101228 745 1374 0 108761 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 440560

[startup+1362.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/177 14157
/proc/meminfo: memFree=30834524/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=435776 CPUtime=1362.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 26024378 0 0 0 132853 3377 0 0 25 0 1 0 132961785 446234624 103036 4089446400 4194304 9819077 140736658545760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 108944 103036 745 1374 0 107565 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 435776

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14158
/proc/meminfo: memFree=30822344/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=445124 CPUtime=1422.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 27195558 0 0 0 138685 3546 0 0 25 0 1 0 132961785 455806976 105414 4089446400 4194304 9819077 140736658545760 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 111281 105414 745 1374 0 109902 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 445124

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14159
/proc/meminfo: memFree=30812404/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=451204 CPUtime=1482.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 28446623 0 0 0 144513 3718 0 0 25 0 1 0 132961785 462032896 106865 4089446400 4194304 9819077 140736658545760 18446744073709551615 6628798 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 112801 106865 745 1374 0 111422 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 451204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14161
/proc/meminfo: memFree=30796384/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=456888 CPUtime=1542.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 29661952 0 0 0 150342 3889 0 0 25 0 1 0 132961785 467853312 109281 4089446400 4194304 9819077 140736658545760 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 112480 109217 745 1374 0 111101 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 456888

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14163
/proc/meminfo: memFree=30773172/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=479488 CPUtime=1602.3
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 31018916 0 0 0 156152 4078 0 0 25 0 1 0 132961785 490995712 110891 4089446400 4194304 9819077 140736658545760 18446744073709551615 6670053 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 119953 110912 745 1374 0 118574 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 479488

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14165
/proc/meminfo: memFree=30750212/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=478708 CPUtime=1662.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 32416865 0 0 0 161952 4279 0 0 25 0 1 0 132961785 490196992 113704 4089446400 4194304 9819077 140736658545760 18446744073709551615 6391459 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 119677 113704 745 1374 0 118298 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 478708

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14166
/proc/meminfo: memFree=30717444/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=491800 CPUtime=1722.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 33724846 0 0 0 167763 4468 0 0 25 0 1 0 132961785 503603200 116979 4089446400 4194304 9819077 140736658545760 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 122950 116979 745 1374 0 121571 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 491800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14167
/proc/meminfo: memFree=30692500/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=510716 CPUtime=1782.31
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 34974932 0 0 0 173586 4645 0 0 25 0 1 0 132961785 522973184 118587 4089446400 4194304 9819077 140736658545760 18446744073709551615 7290891 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 127679 118589 745 1374 0 126300 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 510716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14168
/proc/meminfo: memFree=30682700/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=496088 CPUtime=1800.02
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 35275571 0 0 0 175313 4689 0 0 25 0 1 0 132961785 507994112 118158 4089446400 4194304 9819077 140736658545760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14036/statm: 124022 118158 745 1374 0 122643 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 496088

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14168
/proc/meminfo: memFree=30682700/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=339828 CPUtime=1800.21
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 35276509 0 0 0 175331 4690 0 0 25 0 1 0 132961785 347983872 79383 4089446400 4194304 9819077 140736658545760 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14036/statm: 84957 79383 746 1374 0 83578 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 339828

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14169
/proc/meminfo: memFree=31050228/32951132 swapFree=67111528/67111528
[pid=14036] ppid=14034 vsize=104724 CPUtime=1800.62
/proc/14036/stat : 14036 (pbscip.linux.x8) R 14034 14036 13334 0 -1 4202496 35276509 0 0 0 175371 4691 0 0 25 0 1 0 132961785 107237376 24797 4089446400 4194304 9819077 140736658545760 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14036/statm: 26181 24797 746 1374 0 24802 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 104724

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.67
CPU user time (s): 1753.75
CPU system time (s): 46.9209
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 511304

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

runsolver used 2.95455 second user time and 6.08507 second system time

The end

Launcher Data

Begin job on node131 at 2010-06-30 18:50:52
IDJOB=2693146
IDBENCH=79076
IDSOLVER=1205
FILE ID=node131/2693146-1277916652
PBS_JOBID= 11197294
Free space on /tmp= 74132 MiB

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

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

MD5SUM BENCH= 6c5df40b176000d7248c596dfbe96e3b
RANDOM SEED=1027005757

node131.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.836
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.67
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.836
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	: 5332.75
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.836
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.836
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.82
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.836
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.76
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.836
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.83
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.836
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.75
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.836
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31239000 kB
Buffers:        202984 kB
Cached:        1146784 kB
SwapCached:          0 kB
Active:         753804 kB
Inactive:       815040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31239000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7840 kB
Writeback:           0 kB
AnonPages:      218692 kB
Mapped:          17732 kB
Slab:            80948 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   370472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74128 MiB
End job on node131 at 2010-06-30 19:20:54