Trace number 2693697

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.38 1800.33

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-22s.smv--soft-33-100-0.wbo
MD5SUM3ccb93ae8827142e7c54ff7ef98be667
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.111982
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5985
Total number of constraints15365
Number of soft constraints10251
Number of constraints which are clauses14013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1352
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 518757
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 518756
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
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: NONE] [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-2693697-1277914984.wbo>
0.09/0.17	c original problem has 26487 variables (16236 bin, 0 int, 0 impl, 10251 cont) and 25617 constraints
0.09/0.17	c problem read
0.09/0.17	c presolving settings loaded
0.09/0.17	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.29/0.31	c presolving:
0.29/0.37	c (round 1) 29 del vars, 7 del conss, 1 chg bounds, 676 chg sides, 1352 chg coeffs, 0 upgd conss, 23505 impls, 0 clqs
0.29/0.38	c (round 2) 31 del vars, 61 del conss, 2 chg bounds, 676 chg sides, 1352 chg coeffs, 0 upgd conss, 23505 impls, 0 clqs
0.29/0.38	c (round 3) 34 del vars, 65 del conss, 2 chg bounds, 676 chg sides, 1352 chg coeffs, 0 upgd conss, 23505 impls, 0 clqs
0.39/0.42	c (round 4) 38 del vars, 67 del conss, 10248 chg bounds, 676 chg sides, 1352 chg coeffs, 0 upgd conss, 23505 impls, 0 clqs
0.39/0.49	c (round 5) 40 del vars, 67 del conss, 10248 chg bounds, 676 chg sides, 1352 chg coeffs, 5059 upgd conss, 23505 impls, 0 clqs
0.79/0.86	c    (0.6s) probing: 159/16201 (1.0%) - 0 fixings, 0 aggregations, 8 implications, 0 bound changes
0.79/0.86	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.79/0.87	c presolving (6 rounds):
0.79/0.87	c  40 deleted vars, 67 deleted constraints, 10248 tightened bounds, 0 added holes, 676 changed sides, 1352 changed coefficients
0.79/0.87	c  23590 implications, 0 cliques
0.79/0.87	c presolved problem has 26447 variables (16201 bin, 0 int, 0 impl, 10246 cont) and 25550 constraints
0.79/0.87	c   10246 constraints of type <indicator>
0.79/0.87	c       1 constraints of type <varbound>
0.79/0.87	c     457 constraints of type <knapsack>
0.79/0.87	c   10245 constraints of type <linear>
0.79/0.87	c    4601 constraints of type <logicor>
0.79/0.87	c transformed objective value is always integral (scale: 1)
0.79/0.87	c Presolving Time: 0.51
0.79/0.87	c - non default parameters ----------------------------------------------------------------------
0.79/0.87	c # SCIP version 1.2.1.2
0.79/0.87	c 
0.79/0.87	c # frequency for displaying node information lines
0.79/0.87	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.87	c display/freq = 10000
0.79/0.87	c 
0.79/0.87	c # maximal time in seconds to run
0.79/0.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.87	c limits/time = 1799.84
0.79/0.87	c 
0.79/0.87	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.87	c limits/memory = 3420
0.79/0.87	c 
0.79/0.87	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.79/0.87	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.87	c lp/solvefreq = -1
0.79/0.87	c 
0.79/0.87	c # should presolving try to simplify inequalities
0.79/0.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.87	c constraints/linear/simplifyinequalities = TRUE
0.79/0.87	c 
0.79/0.87	c # should presolving try to simplify knapsacks
0.79/0.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.87	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.87	c 
0.79/0.87	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.87	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.87	c separating/rapidlearning/freq = 0
0.79/0.87	c 
0.79/0.87	c -----------------------------------------------------------------------------------------------
0.79/0.87	c start solving
0.79/0.87	c 
0.89/0.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.92	c   0.6s|     1 |     2 |     0 |     - |  81M|   0 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
64.19/64.23	c  63.4s| 10000 | 10001 |     0 |   0.0 |  90M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
134.79/134.86	c   133s| 20000 | 20001 |     0 |   0.0 |  97M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
205.80/205.89	c   204s| 30000 | 30001 |     0 |   0.0 | 104M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
277.20/277.27	c   275s| 40000 | 40001 |     0 |   0.0 | 112M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
348.90/348.93	c   346s| 50000 | 50001 |     0 |   0.0 | 118M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
420.80/420.82	c   417s| 60000 | 60001 |     0 |   0.0 | 125M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
492.60/492.69	c   488s| 70000 | 70001 |     0 |   0.0 | 132M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
564.51/564.56	c   560s| 80000 | 80001 |     0 |   0.0 | 139M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
636.01/636.06	c   630s| 90000 | 90001 |     0 |   0.0 | 145M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
707.91/707.97	c   702s|100000 |100001 |     0 |   0.0 | 152M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
780.52/780.51	c   774s|110000 |110001 |     0 |   0.0 | 159M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
852.81/852.82	c   845s|120000 |120001 |     0 |   0.0 | 165M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
925.02/925.09	c   917s|130000 |130001 |     0 |   0.0 | 172M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
997.32/997.33	c   989s|140000 |140001 |     0 |   0.0 | 179M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1069.52/1069.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.52/1069.52	c  1060s|150000 |150001 |     0 |   0.0 | 186M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1141.83/1141.88	c  1132s|160000 |160001 |     0 |   0.0 | 192M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1214.12/1214.13	c  1204s|170000 |170001 |     0 |   0.0 | 199M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1286.33/1286.31	c  1275s|180000 |180001 |     0 |   0.0 | 205M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1358.33/1358.35	c  1347s|190000 |190001 |     0 |   0.0 | 212M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1430.74/1430.72	c  1418s|200000 |200001 |     0 |   0.0 | 218M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1502.93/1502.98	c  1490s|210000 |210001 |     0 |   0.0 | 225M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1575.25/1575.29	c  1562s|220000 |220001 |     0 |   0.0 | 231M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1647.54/1647.55	c  1633s|230000 |230001 |     0 |   0.0 | 238M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1719.84/1719.82	c  1705s|240000 |240001 |     0 |   0.0 | 244M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1791.85/1791.90	c  1776s|250000 |250001 |     0 |   0.0 | 251M| 383 |   - |  26k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1784.38
1800.05/1800.01	c Solving Nodes      : 251124
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1784.38
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693697-1277914984.wbo
1800.05/1800.01	c   Variables        : 26487 (16236 binary, 0 integer, 0 implicit integer, 10251 continuous)
1800.05/1800.01	c   Constraints      : 25617 initial, 25617 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693697-1277914984.wbo
1800.05/1800.01	c   Variables        : 26447 (16201 binary, 0 integer, 0 implicit integer, 10246 continuous)
1800.05/1800.01	c   Constraints      : 25550 initial, 25550 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00         10          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0         25          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.34          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          5          0          0
1800.05/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.07          2          3          0      10248          0         62        676       1352
1800.05/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :      10246          0     815600          0     251124          0      20754          0          0          0
1800.05/1800.01	c   varbound         :          1          0     815600          0     251124          0          0          0          0          0
1800.05/1800.01	c   knapsack         :        457          0     815600          0     251124          0       6073          0          0          0
1800.05/1800.01	c   linear           :      10245          0     815600          0     251124          0      20754          0          0          0
1800.05/1800.01	c   logicor          :       4601          0     629540          0     251124          0    1332329          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0     251124          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :     478.35       0.00     159.34       0.00     319.01
1800.05/1800.01	c   varbound         :       0.14       0.00       0.08       0.00       0.06
1800.05/1800.01	c   knapsack         :      10.57       0.00      10.03       0.00       0.54
1800.05/1800.01	c   linear           :     158.06       0.00     157.87       0.00       0.19
1800.05/1800.01	c   logicor          :     218.64       0.00       5.99       0.00     212.65
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.01          2          0          0
1800.05/1800.01	c   rootredcost      :       0.00          0          0          0
1800.05/1800.01	c   pseudoobj        :     272.68     815277          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :     630.02     251124          0          0          0          0     502248
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.01          0          0
1800.05/1800.01	c   trivial          :       0.05          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.05          0          0
1800.05/1800.01	c   trysol           :       0.01          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     251124
1800.05/1800.01	c   nodes (total)    :     251124
1800.05/1800.01	c   nodes left       :     251125
1800.05/1800.01	c   max depth        :        383
1800.05/1800.01	c   max depth (total):        383
1800.05/1800.01	c   backtracks       :       1293 (0.5%)
1800.05/1800.01	c   delayed cutoffs  :          0
1800.05/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.01	c   avg switch length:       2.13
1800.05/1800.01	c   switching time   :       7.80
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0
1800.34/1800.32	c Time complete: 1800.37.

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-2693697-1277914984/watcher-2693697-1277914984 -o /tmp/evaluation-result-2693697-1277914984/solver-2693697-1277914984 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693697-1277914984.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.02 2.02 2.00 4/178 17029
/proc/meminfo: memFree=30472088/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=8480 CPUtime=0
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 1595 0 0 0 0 0 0 0 20 0 1 0 132793890 8683520 1518 4089446400 4194304 7136930 140734707009808 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17029/statm: 2120 1518 275 719 0 1399 0

[startup+0.0669269 s]
/proc/loadavg: 2.02 2.02 2.00 4/178 17029
/proc/meminfo: memFree=30472088/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=24372 CPUtime=0.05
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 5587 0 0 0 5 0 0 0 20 0 1 0 132793890 24956928 5510 4089446400 4194304 7136930 140734707009808 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17029/statm: 6093 5510 275 719 0 5372 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24372

[startup+0.10092 s]
/proc/loadavg: 2.02 2.02 2.00 4/178 17029
/proc/meminfo: memFree=30472088/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=30536 CPUtime=0.09
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 7151 0 0 0 8 1 0 0 20 0 1 0 132793890 31268864 7056 4089446400 4194304 7136930 140734707009808 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17029/statm: 7634 7056 275 719 0 6913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30536

[startup+0.300885 s]
/proc/loadavg: 2.02 2.02 2.00 4/178 17029
/proc/meminfo: memFree=30472088/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=101376 CPUtime=0.29
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 24405 0 0 0 26 3 0 0 20 0 1 0 132793890 103809024 23905 4089446400 4194304 7136930 140734707009808 18446744073709551615 4561133 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 25344 23905 317 719 0 24623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101376

[startup+0.700821 s]
/proc/loadavg: 2.02 2.02 2.00 4/178 17029
/proc/meminfo: memFree=30472088/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=112812 CPUtime=0.69
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 30475 0 0 0 57 12 0 0 21 0 1 0 132793890 115519488 26831 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 28203 26831 403 719 0 27482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112812

[startup+1.50068 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17030
/proc/meminfo: memFree=30367708/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=115728 CPUtime=1.49
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 31228 0 0 0 136 13 0 0 23 0 1 0 132793890 118505472 27367 4089446400 4194304 7136930 140734707009808 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 28932 27367 408 719 0 28211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115728

[startup+3.10035 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17030
/proc/meminfo: memFree=30365096/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=115988 CPUtime=3.09
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 31309 0 0 0 294 15 0 0 25 0 1 0 132793890 118771712 27446 4089446400 4194304 7136930 140734707009808 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 28997 27446 406 719 0 28276 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115988

[startup+6.30079 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17030
/proc/meminfo: memFree=30367760/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=116524 CPUtime=6.29
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 31446 0 0 0 611 18 0 0 25 0 1 0 132793890 119320576 27583 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 29131 27583 406 719 0 28410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116524

[startup+12.7006 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17031
/proc/meminfo: memFree=30365164/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=117328 CPUtime=12.69
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 31653 0 0 0 1243 26 0 0 25 0 1 0 132793890 120143872 27790 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 29332 27790 406 719 0 28611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117328

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17031
/proc/meminfo: memFree=30359548/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=120844 CPUtime=25.49
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 32522 0 0 0 2510 39 0 0 25 0 1 0 132793890 123744256 28659 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17029/statm: 30211 28659 406 719 0 29490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 120844

[startup+51.1006 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 17078
/proc/meminfo: memFree=30768280/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=124668 CPUtime=51.09
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 33497 0 0 0 5047 62 0 0 25 0 1 0 132793890 127660032 29634 4089446400 4194304 7136930 140734707009808 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 31167 29634 406 719 0 30446 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124668

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 17079
/proc/meminfo: memFree=30727500/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=130368 CPUtime=102.3
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 34931 0 0 0 10123 107 0 0 25 0 1 0 132793890 133496832 31068 4089446400 4194304 7136930 140734707009808 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 32592 31068 406 719 0 31871 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130368

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17081
/proc/meminfo: memFree=30715296/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=137396 CPUtime=162.29
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 36732 0 0 0 16074 155 0 0 25 0 1 0 132793890 140693504 32869 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 34349 32869 406 719 0 33628 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 137396

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17082
/proc/meminfo: memFree=30701620/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=143988 CPUtime=222.3
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 38396 0 0 0 22024 206 0 0 25 0 1 0 132793890 147443712 34533 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 35997 34533 406 719 0 35276 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 143988

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17084
/proc/meminfo: memFree=30686944/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=152208 CPUtime=282.3
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 40513 0 0 0 27973 257 0 0 25 0 1 0 132793890 155860992 36650 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 38052 36650 406 719 0 37331 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152208

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17086
/proc/meminfo: memFree=30680448/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=157072 CPUtime=342.3
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 41761 0 0 0 33923 307 0 0 25 0 1 0 132793890 160841728 37898 4089446400 4194304 7136930 140734707009808 18446744073709551615 4643192 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 39268 37898 406 719 0 38547 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157072

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17087
/proc/meminfo: memFree=30673208/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=161984 CPUtime=402.3
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 42988 0 0 0 39876 354 0 0 25 0 1 0 132793890 165871616 39125 4089446400 4194304 7136930 140734707009808 18446744073709551615 4834554 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 40496 39125 406 719 0 39775 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161984

[startup+462.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 17089
/proc/meminfo: memFree=30662256/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=173444 CPUtime=462.3
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 45395 0 0 0 45826 404 0 0 25 0 1 0 132793890 177606656 41532 4089446400 4194304 7136930 140734707009808 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 43361 41532 406 719 0 42640 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173444

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 17093
/proc/meminfo: memFree=30652524/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=177380 CPUtime=522.31
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 46410 0 0 0 51780 451 0 0 25 0 1 0 132793890 181637120 42547 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 44345 42547 406 719 0 43624 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 177380

[startup+582.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 17095
/proc/meminfo: memFree=30645384/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=183756 CPUtime=582.31
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 48038 0 0 0 57729 502 0 0 25 0 1 0 132793890 188166144 44175 4089446400 4194304 7136930 140734707009808 18446744073709551615 4834554 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 45939 44175 406 719 0 45218 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 183756

[startup+642.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17125
/proc/meminfo: memFree=30694592/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=191292 CPUtime=642.31
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 49967 0 0 0 63681 550 0 0 25 0 1 0 132793890 195883008 46104 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 47823 46104 406 719 0 47102 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 191292

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17133
/proc/meminfo: memFree=30658968/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=217812 CPUtime=942.32
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 56760 0 0 0 93430 802 0 0 25 0 1 0 132793890 223039488 52897 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 54453 52897 406 719 0 53732 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 217812

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17134
/proc/meminfo: memFree=30650764/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=222832 CPUtime=1002.31
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 58046 0 0 0 99378 853 0 0 25 0 1 0 132793890 228179968 54183 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 55708 54183 406 719 0 54987 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 222832

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 17136
/proc/meminfo: memFree=30638080/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=229588 CPUtime=1062.32
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 59768 0 0 0 105328 904 0 0 25 0 1 0 132793890 235098112 55905 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 57397 55905 406 719 0 56676 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 229588

[startup+1122.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 17137
/proc/meminfo: memFree=30625772/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=233908 CPUtime=1122.33
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 60881 0 0 0 111277 956 0 0 25 0 1 0 132793890 239521792 57018 4089446400 4194304 7136930 140734707009808 18446744073709551615 4407754 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 58477 57018 406 719 0 57756 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 233908

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17139
/proc/meminfo: memFree=30600684/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=239812 CPUtime=1182.32
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 62387 0 0 0 117223 1009 0 0 25 0 1 0 132793890 245567488 58524 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 59953 58524 406 719 0 59232 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 239812

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17141
/proc/meminfo: memFree=30555776/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=246888 CPUtime=1242.33
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 64188 0 0 0 123173 1060 0 0 25 0 1 0 132793890 252813312 60325 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 61722 60325 406 719 0 61001 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 246888

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17142
/proc/meminfo: memFree=30517312/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=251812 CPUtime=1302.33
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 65450 0 0 0 129120 1113 0 0 25 0 1 0 132793890 257855488 61587 4089446400 4194304 7136930 140734707009808 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 62953 61587 406 719 0 62232 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 251812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17144
/proc/meminfo: memFree=30495100/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=256836 CPUtime=1362.33
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 66741 0 0 0 135067 1166 0 0 25 0 1 0 132793890 263000064 62878 4089446400 4194304 7136930 140734707009808 18446744073709551615 4642088 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 64209 62878 406 719 0 63488 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 256836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17145
/proc/meminfo: memFree=30463448/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=266020 CPUtime=1422.34
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 68045 0 0 0 141015 1219 0 0 25 0 1 0 132793890 272404480 64182 4089446400 4194304 7136930 140734707009808 18446744073709551615 5892367 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 66505 64182 406 719 0 65784 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 266020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17147
/proc/meminfo: memFree=30445180/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=270532 CPUtime=1482.33
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 69205 0 0 0 146963 1270 0 0 25 0 1 0 132793890 277024768 65342 4089446400 4194304 7136930 140734707009808 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 67633 65342 406 719 0 66912 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 270532

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17149
/proc/meminfo: memFree=30414400/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=277788 CPUtime=1542.33
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 71052 0 0 0 152910 1323 0 0 25 0 1 0 132793890 284454912 67189 4089446400 4194304 7136930 140734707009808 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 69447 67189 406 719 0 68726 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 277788

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17150
/proc/meminfo: memFree=30388836/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=282160 CPUtime=1602.34
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 72176 0 0 0 158856 1378 0 0 25 0 1 0 132793890 288931840 68313 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 70540 68313 406 719 0 69819 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 282160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17152
/proc/meminfo: memFree=30367980/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=287780 CPUtime=1662.34
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 73613 0 0 0 164807 1427 0 0 25 0 1 0 132793890 294686720 69750 4089446400 4194304 7136930 140734707009808 18446744073709551615 5507387 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 71945 69750 406 719 0 71224 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 287780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17153
/proc/meminfo: memFree=30341176/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=292608 CPUtime=1722.34
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 74852 0 0 0 170753 1481 0 0 25 0 1 0 132793890 299630592 70989 4089446400 4194304 7136930 140734707009808 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 73152 70989 406 719 0 72431 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 292608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17155
/proc/meminfo: memFree=30316716/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=296608 CPUtime=1782.34
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 75884 0 0 0 176697 1537 0 0 25 0 1 0 132793890 303726592 72021 4089446400 4194304 7136930 140734707009808 18446744073709551615 4834679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 74152 72021 406 719 0 73431 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 296608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17155
/proc/meminfo: memFree=30312616/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=298408 CPUtime=1800.05
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 76345 0 0 0 178452 1553 0 0 25 0 1 0 132793890 305569792 72482 4089446400 4194304 7136930 140734707009808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17029/statm: 74602 72482 406 719 0 73881 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 298408

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/179 17155
/proc/meminfo: memFree=30312616/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=280260 CPUtime=1800.25
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 76352 0 0 0 178472 1553 0 0 25 0 1 0 132793890 286986240 67952 4089446400 4194304 7136930 140734707009808 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17029/statm: 70065 67952 413 719 0 69344 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 280260

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17155
/proc/meminfo: memFree=30312616/32951124 swapFree=67111528/67111528
[pid=17029] ppid=17027 vsize=164952 CPUtime=1800.34
/proc/17029/stat : 17029 (pbscip.linux.x8) R 17027 17029 15584 0 -1 4202496 76352 0 0 0 178481 1553 0 0 25 0 1 0 132793890 168910848 39134 4089446400 4194304 7136930 140734707009808 18446744073709551615 5961775 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17029/statm: 41238 39134 413 719 0 40517 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 164952

Child status: 0
Real time (s): 1800.33
CPU time (s): 1800.38
CPU user time (s): 1784.84
CPU system time (s): 15.5426
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 298408

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

runsolver used 3.15352 second user time and 6.68298 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 18:23:04
IDJOB=2693697
IDBENCH=79045
IDSOLVER=1206
FILE ID=node139/2693697-1277914984
PBS_JOBID= 11197246
Free space on /tmp= 74116 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-22s.smv--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693697-1277914984/watcher-2693697-1277914984 -o /tmp/evaluation-result-2693697-1277914984/solver-2693697-1277914984 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693697-1277914984.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3ccb93ae8827142e7c54ff7ef98be667
RANDOM SEED=144731243

node139.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.840
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.68
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.840
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.840
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.840
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.75
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.840
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.78
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.840
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.75
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.840
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.840
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:      30472616 kB
Buffers:        203304 kB
Cached:        1480292 kB
SwapCached:          0 kB
Active:        1329996 kB
Inactive:      1000560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30472616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3908 kB
Writeback:           0 kB
AnonPages:      647036 kB
Mapped:          17628 kB
Slab:            83180 kB
PageTables:       6220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   858428 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= 74116 MiB
End job on node139 at 2010-06-30 18:53:06