Trace number 2693601

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.42 1800.38

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-25s.smv--soft-33-100-0.wbo
MD5SUM24165b373ac62bb316922f56a500ddfe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.099984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5072
Total number of constraints12829
Number of soft constraints8490
Number of constraints which are clauses11721
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1108
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 429589
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 429588
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-2693601-1277912823.wbo>
0.09/0.15	c original problem has 22052 variables (13562 bin, 0 int, 0 impl, 8490 cont) and 21320 constraints
0.09/0.15	c problem read
0.09/0.15	c presolving settings loaded
0.09/0.15	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.19/0.28	c presolving:
0.29/0.33	c (round 1) 29 del vars, 3 del conss, 0 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 18846 impls, 0 clqs
0.29/0.34	c (round 2) 30 del vars, 60 del conss, 0 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 18846 impls, 0 clqs
0.29/0.37	c (round 3) 31 del vars, 60 del conss, 8489 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 18846 impls, 0 clqs
0.39/0.43	c (round 4) 31 del vars, 60 del conss, 8489 chg bounds, 554 chg sides, 1108 chg coeffs, 4283 upgd conss, 18846 impls, 0 clqs
0.79/0.83	c    (0.6s) probing: 187/13532 (1.4%) - 0 fixings, 0 aggregations, 1 implications, 0 bound changes
0.79/0.83	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.79/0.83	c presolving (5 rounds):
0.79/0.83	c  31 deleted vars, 60 deleted constraints, 8489 tightened bounds, 0 added holes, 554 changed sides, 1108 changed coefficients
0.79/0.83	c  18851 implications, 0 cliques
0.79/0.83	c presolved problem has 22021 variables (13532 bin, 0 int, 0 impl, 8489 cont) and 21260 constraints
0.79/0.83	c    8489 constraints of type <indicator>
0.79/0.83	c       1 constraints of type <varbound>
0.79/0.83	c     386 constraints of type <knapsack>
0.79/0.83	c    8488 constraints of type <linear>
0.79/0.83	c    3896 constraints of type <logicor>
0.79/0.83	c transformed objective value is always integral (scale: 1)
0.79/0.83	c Presolving Time: 0.58
0.79/0.83	c - non default parameters ----------------------------------------------------------------------
0.79/0.83	c # SCIP version 1.2.1.2
0.79/0.83	c 
0.79/0.83	c # frequency for displaying node information lines
0.79/0.83	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.83	c display/freq = 10000
0.79/0.83	c 
0.79/0.83	c # maximal time in seconds to run
0.79/0.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.83	c limits/time = 1799.86
0.79/0.83	c 
0.79/0.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.83	c limits/memory = 3420
0.79/0.83	c 
0.79/0.83	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.79/0.83	c # [type: int, range: [-1,2147483647], default: 1]
0.79/0.83	c lp/solvefreq = -1
0.79/0.83	c 
0.79/0.83	c # should presolving try to simplify inequalities
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/linear/simplifyinequalities = TRUE
0.79/0.83	c 
0.79/0.83	c # should presolving try to simplify knapsacks
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.83	c 
0.79/0.83	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.83	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.83	c separating/rapidlearning/freq = 0
0.79/0.83	c 
0.79/0.83	c -----------------------------------------------------------------------------------------------
0.79/0.83	c start solving
0.79/0.84	c 
0.79/0.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.88	c   0.7s|     1 |     2 |     0 |     - |  68M|   0 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
59.59/59.66	c  59.3s| 10000 | 10001 |     0 |   0.0 |  76M| 137 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
125.90/125.92	c   125s| 20000 | 20001 |     0 |   0.0 |  83M| 137 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
191.99/192.02	c   191s| 30000 | 30001 |     0 |   0.0 |  91M| 137 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
257.89/257.91	c   257s| 40000 | 40001 |     0 |   0.0 |  98M| 137 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
323.41/323.45	c   322s| 50000 | 50001 |     0 |   0.0 | 105M| 153 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
388.40/388.47	c   387s| 60000 | 60001 |     0 |   0.0 | 112M| 153 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
453.40/453.45	c   452s| 70000 | 70001 |     0 |   0.0 | 119M| 153 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
517.21/517.29	c   515s| 80000 | 80001 |     0 |   0.0 | 126M| 179 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
582.31/582.31	c   580s| 90000 | 90001 |     0 |   0.0 | 133M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
647.71/647.72	c   645s|100000 |100001 |     0 |   0.0 | 139M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
713.31/713.38	c   711s|110000 |110001 |     0 |   0.0 | 146M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
779.31/779.37	c   777s|120000 |120001 |     0 |   0.0 | 153M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
864.90/864.92	c   862s|130000 |130001 |     0 |   0.0 | 159M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
948.01/948.03	c   944s|140000 |140001 |     0 |   0.0 | 166M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1030.72/1030.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.72/1030.75	c  1026s|150000 |150001 |     0 |   0.0 | 172M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1113.72/1113.78	c  1109s|160000 |160001 |     0 |   0.0 | 179M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1199.02/1199.07	c  1193s|170000 |170001 |     0 |   0.0 | 185M| 183 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1284.02/1284.05	c  1278s|180000 |180001 |     0 |   0.0 | 192M| 187 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1369.43/1369.45	c  1362s|190000 |190001 |     0 |   0.0 | 198M| 195 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1454.43/1454.45	c  1447s|200000 |200001 |     0 |   0.0 | 204M| 219 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1541.33/1541.30	c  1533s|210000 |210001 |     0 |   0.0 | 211M| 219 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1627.43/1627.47	c  1619s|220000 |220001 |     0 |   0.0 | 218M| 219 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1713.23/1713.20	c  1704s|230000 |230001 |     0 |   0.0 | 224M| 219 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.73/1798.71	c  1789s|240000 |240001 |     0 |   0.0 | 231M| 219 |   - |  22k|  21k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1789.84
1800.04/1800.01	c Solving Nodes      : 240157
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s UNKNOWN
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1789.84
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2693601-1277912823.wbo
1800.04/1800.01	c   Variables        : 22052 (13562 binary, 0 integer, 0 implicit integer, 8490 continuous)
1800.04/1800.01	c   Constraints      : 21320 initial, 21320 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2693601-1277912823.wbo
1800.04/1800.01	c   Variables        : 22021 (13532 binary, 0 integer, 0 implicit integer, 8489 continuous)
1800.04/1800.01	c   Constraints      : 21260 initial, 21260 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.01          2          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0         28          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.37          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.04/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.12          0          1          0       8489          0         59        554       1108
1800.04/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       8489          0     747244          0     240159          0      12336          0          0          0
1800.04/1800.01	c   varbound         :          1          0     747244          0     240159          0          0          0          0          0
1800.04/1800.01	c   knapsack         :        386          0     747244          0     240159          0         18          0          0          0
1800.04/1800.01	c   linear           :       8488          0     747244          0     240159          0      12336          0          0          0
1800.04/1800.01	c   logicor          :       3896          0     575575          0     240159          0    1276536          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0     240157          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :     478.79       0.00     154.65       0.00     324.14
1800.04/1800.01	c   varbound         :       0.41       0.00       0.19       0.00       0.22
1800.04/1800.01	c   knapsack         :      10.94       0.00       9.97       0.00       0.97
1800.04/1800.01	c   linear           :     149.59       0.00     149.02       0.00       0.57
1800.04/1800.01	c   logicor          :     226.91       0.00       6.76       0.00     220.15
1800.04/1800.01	c   countsols        :       0.05       0.00       0.00       0.00       0.05
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.13          2          0          0
1800.04/1800.01	c   rootredcost      :       0.11          0          0          0
1800.04/1800.01	c   pseudoobj        :     253.23     746871          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :     648.72     240157          0          0          0          0     480314
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.07          0          0
1800.04/1800.01	c   trivial          :       0.05          2          0
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.17          0          0
1800.04/1800.01	c   trysol           :       0.05          1          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     240157
1800.04/1800.01	c   nodes (total)    :     240157
1800.04/1800.01	c   nodes left       :     240158
1800.04/1800.01	c   max depth        :        219
1800.04/1800.01	c   max depth (total):        219
1800.04/1800.01	c   backtracks       :       2419 (1.0%)
1800.04/1800.01	c   delayed cutoffs  :          0
1800.04/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.01	c   avg switch length:       2.46
1800.04/1800.01	c   switching time   :      10.37
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          0 (0 improvements)
1800.04/1800.01	c   Primal Bound     :          -
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0
1800.34/1800.37	c Time complete: 1800.41.

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-2693601-1277912823/watcher-2693601-1277912823 -o /tmp/evaluation-result-2693601-1277912823/solver-2693601-1277912823 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693601-1277912823.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.07 2.08 4/196 17230
/proc/meminfo: memFree=30662564/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=8168 CPUtime=0
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 1546 0 0 0 0 0 0 0 25 0 1 0 132577011 8364032 1469 4089446400 4194304 7136930 140736771602640 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17230/statm: 2042 1469 275 719 0 1321 0

[startup+0.074868 s]
/proc/loadavg: 2.02 2.07 2.08 4/196 17230
/proc/meminfo: memFree=30662564/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=25536 CPUtime=0.06
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 5857 0 0 0 6 0 0 0 25 0 1 0 132577011 26148864 5780 4089446400 4194304 7136930 140736771602640 18446744073709551615 6166816 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17230/statm: 6384 5780 275 719 0 5663 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25536

[startup+0.100863 s]
/proc/loadavg: 2.02 2.07 2.08 4/196 17230
/proc/meminfo: memFree=30662564/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=30336 CPUtime=0.09
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 7060 0 0 0 9 0 0 0 25 0 1 0 132577011 31064064 6983 4089446400 4194304 7136930 140736771602640 18446744073709551615 4240582 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17230/statm: 7584 6983 275 719 0 6863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30336

[startup+0.300827 s]
/proc/loadavg: 2.02 2.07 2.08 4/196 17230
/proc/meminfo: memFree=30662564/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=89584 CPUtime=0.29
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 21627 0 0 0 27 2 0 0 25 0 1 0 132577011 91734016 21160 4089446400 4194304 7136930 140736771602640 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 22396 21160 342 719 0 21675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89584

[startup+0.700757 s]
/proc/loadavg: 2.02 2.07 2.08 4/196 17230
/proc/meminfo: memFree=30662564/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=96912 CPUtime=0.69
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 26102 0 0 0 65 4 0 0 25 0 1 0 132577011 99237888 23015 4089446400 4194304 7136930 140736771602640 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 24228 23015 406 719 0 23507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96912

[startup+1.50062 s]
/proc/loadavg: 2.02 2.07 2.08 3/197 17231
/proc/meminfo: memFree=30569432/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=99448 CPUtime=1.49
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 26794 0 0 0 144 5 0 0 25 0 1 0 132577011 101834752 23511 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 24862 23511 424 719 0 24141 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99448

[startup+3.10033 s]
/proc/loadavg: 2.02 2.07 2.08 3/197 17231
/proc/meminfo: memFree=30568440/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=99708 CPUtime=3.09
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 26879 0 0 0 303 6 0 0 25 0 1 0 132577011 102100992 23578 4089446400 4194304 7136930 140736771602640 18446744073709551615 5507443 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 24927 23578 406 719 0 24206 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99708

[startup+6.30076 s]
/proc/loadavg: 2.02 2.06 2.08 3/197 17231
/proc/meminfo: memFree=30566676/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=100364 CPUtime=6.29
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 27045 0 0 0 622 7 0 0 25 0 1 0 132577011 102772736 23744 4089446400 4194304 7136930 140736771602640 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 25091 23744 406 719 0 24370 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100364

[startup+12.7006 s]
/proc/loadavg: 2.02 2.06 2.08 3/197 17231
/proc/meminfo: memFree=30561960/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=101452 CPUtime=12.69
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 27307 0 0 0 1260 9 0 0 25 0 1 0 132577011 103886848 24006 4089446400 4194304 7136930 140736771602640 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 25363 24006 406 719 0 24642 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101452

[startup+25.5003 s]
/proc/loadavg: 2.02 2.06 2.08 3/197 17231
/proc/meminfo: memFree=30553456/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=103832 CPUtime=25.49
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 27907 0 0 0 2536 13 0 0 25 0 1 0 132577011 106323968 24606 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 25958 24606 406 719 0 25237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103832

[startup+51.1007 s]
/proc/loadavg: 2.01 2.05 2.07 3/197 17232
/proc/meminfo: memFree=30545596/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=107520 CPUtime=51.09
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 28839 0 0 0 5087 22 0 0 25 0 1 0 132577011 110100480 25538 4089446400 4194304 7136930 140736771602640 18446744073709551615 4414743 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 26880 25538 406 719 0 26159 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107520

[startup+102.307 s]
/proc/loadavg: 2.00 2.04 2.07 3/197 17233
/proc/meminfo: memFree=30519516/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=116000 CPUtime=102.3
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 31016 0 0 0 10193 37 0 0 25 0 1 0 132577011 118784000 27715 4089446400 4194304 7136930 140736771602640 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 29000 27715 406 719 0 28279 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116000

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.06 3/197 17235
/proc/meminfo: memFree=30484376/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=121520 CPUtime=162.29
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 32397 0 0 0 16173 56 0 0 25 0 1 0 132577011 124436480 29096 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 30380 29096 406 719 0 29659 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 121520

[startup+222.301 s]
/proc/loadavg: 2.37 2.14 2.10 3/197 17237
/proc/meminfo: memFree=30467968/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=130928 CPUtime=222.3
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 34805 0 0 0 22154 76 0 0 25 0 1 0 132577011 134070272 31504 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 32732 31504 406 719 0 32011 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130928

[startup+282.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/197 17239
/proc/meminfo: memFree=30461464/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=138252 CPUtime=282.3
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 36673 0 0 0 28136 94 0 0 25 0 1 0 132577011 141570048 33372 4089446400 4194304 7136930 140736771602640 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 34563 33372 406 719 0 33842 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138252

[startup+342.301 s]
/proc/loadavg: 2.26 2.17 2.11 3/197 17240
/proc/meminfo: memFree=30454600/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=143544 CPUtime=342.3
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 38027 0 0 0 34115 115 0 0 25 0 1 0 132577011 146989056 34726 4089446400 4194304 7136930 140736771602640 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 35886 34726 406 719 0 35165 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143544

[startup+402.301 s]
/proc/loadavg: 2.09 2.14 2.10 3/197 17241
/proc/meminfo: memFree=30447064/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=150560 CPUtime=402.3
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 39829 0 0 0 40098 132 0 0 25 0 1 0 132577011 154173440 36528 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697388 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 37640 36528 406 719 0 36919 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 150560

[startup+462.3 s]
/proc/loadavg: 2.03 2.11 2.09 3/197 17243
/proc/meminfo: memFree=30438712/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=160488 CPUtime=462.31
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 41841 0 0 0 46079 152 0 0 25 0 1 0 132577011 164339712 38540 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 40122 38540 406 719 0 39401 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 160488

[startup+522.301 s]
/proc/loadavg: 2.01 2.09 2.08 3/197 17245
/proc/meminfo: memFree=30434448/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=164624 CPUtime=522.3
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 42879 0 0 0 52059 171 0 0 25 0 1 0 132577011 168574976 39578 4089446400 4194304 7136930 140736771602640 18446744073709551615 4834565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 41156 39578 406 719 0 40435 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 164624

[startup+582.301 s]
/proc/loadavg: 2.00 2.07 2.08 3/197 17247
/proc/meminfo: memFree=30427456/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=171364 CPUtime=582.31
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 44631 0 0 0 58039 192 0 0 25 0 1 0 132577011 175476736 41330 4089446400 4194304 7136930 140736771602640 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 42841 41330 406 719 0 42120 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 171364

[startup+642.301 s]
/proc/loadavg: 2.00 2.05 2.07 3/197 17248
/proc/meminfo: memFree=30416992/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=175468 CPUtime=642.31
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 45693 0 0 0 64021 210 0 0 25 0 1 0 132577011 179679232 42392 4089446400 4194304 7136930 140736771602640 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17230/statm: 43867 42392 406 719 0 43146 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 175468

[startup+702.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/179 17295
/proc/meminfo: memFree=30598432/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=201324 CPUtime=942.31
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 52312 0 0 0 93864 367 0 0 25 0 1 0 132577011 206155776 49011 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 50331 49011 406 719 0 49610 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 201324

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 17296
/proc/meminfo: memFree=30594024/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=205184 CPUtime=1002.31
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 53306 0 0 0 99822 409 0 0 25 0 1 0 132577011 210108416 50005 4089446400 4194304 7136930 140736771602640 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 51296 50005 406 719 0 50575 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 205184

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/179 17298
/proc/meminfo: memFree=30590256/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=210204 CPUtime=1062.32
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 54589 0 0 0 105776 456 0 0 25 0 1 0 132577011 215248896 51288 4089446400 4194304 7136930 140736771602640 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 52551 51288 406 719 0 51830 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 210204

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/179 17300
/proc/meminfo: memFree=30579156/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=214428 CPUtime=1122.32
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 55640 0 0 0 111733 499 0 0 25 0 1 0 132577011 219574272 52339 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 53607 52339 406 719 0 52886 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 214428

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/179 17302
/proc/meminfo: memFree=30567692/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=218728 CPUtime=1182.32
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 56775 0 0 0 117686 546 0 0 25 0 1 0 132577011 223977472 53474 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 54682 53474 406 719 0 53961 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 218728

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 17303
/proc/meminfo: memFree=30559436/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=228436 CPUtime=1242.32
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 59231 0 0 0 123646 586 0 0 25 0 1 0 132577011 233918464 55930 4089446400 4194304 7136930 140736771602640 18446744073709551615 4826969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 57109 55930 406 719 0 56388 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 228436

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 17304
/proc/meminfo: memFree=30558760/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=231408 CPUtime=1302.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 59998 0 0 0 129601 632 0 0 25 0 1 0 132577011 236961792 56697 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 57852 56697 406 719 0 57131 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 231408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17306
/proc/meminfo: memFree=30546168/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=237456 CPUtime=1362.32
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 61537 0 0 0 135550 682 0 0 25 0 1 0 132577011 243154944 58236 4089446400 4194304 7136930 140736771602640 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 59364 58236 406 719 0 58643 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 237456

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17308
/proc/meminfo: memFree=30542880/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=240804 CPUtime=1422.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 62402 0 0 0 141508 725 0 0 25 0 1 0 132577011 246583296 59101 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 60201 59101 406 719 0 59480 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 240804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17310
/proc/meminfo: memFree=30535880/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=247740 CPUtime=1482.32
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 63138 0 0 0 147462 770 0 0 25 0 1 0 132577011 253685760 59837 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 61935 59837 406 719 0 61214 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 247740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17311
/proc/meminfo: memFree=30527260/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=254620 CPUtime=1542.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 64887 0 0 0 153417 816 0 0 25 0 1 0 132577011 260730880 61586 4089446400 4194304 7136930 140736771602640 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 63655 61586 406 719 0 62934 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 254620

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 17312
/proc/meminfo: memFree=30517304/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=258264 CPUtime=1602.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 65823 0 0 0 159370 863 0 0 25 0 1 0 132577011 264462336 62522 4089446400 4194304 7136930 140736771602640 18446744073709551615 4643192 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 64566 62522 406 719 0 63845 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 258264

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 17314
/proc/meminfo: memFree=30513540/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=262132 CPUtime=1662.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 66818 0 0 0 165326 907 0 0 25 0 1 0 132577011 268423168 63517 4089446400 4194304 7136930 140736771602640 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 65533 63517 406 719 0 64812 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 262132

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17316
/proc/meminfo: memFree=30504680/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=267524 CPUtime=1722.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 68194 0 0 0 171283 950 0 0 25 0 1 0 132577011 273944576 64893 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 66881 64893 406 719 0 66160 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 267524

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17318
/proc/meminfo: memFree=30497560/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=271520 CPUtime=1782.33
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 69219 0 0 0 177237 996 0 0 25 0 1 0 132577011 278036480 65918 4089446400 4194304 7136930 140736771602640 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 67880 65918 406 719 0 67159 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 271520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17318
/proc/meminfo: memFree=30496172/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=272544 CPUtime=1800.04
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 69484 0 0 0 178997 1007 0 0 25 0 1 0 132577011 279085056 66183 4089446400 4194304 7136930 140736771602640 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17230/statm: 68136 66183 406 719 0 67415 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 272544

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.01 2.00 3/179 17318
/proc/meminfo: memFree=30496172/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=269000 CPUtime=1800.23
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 69556 0 0 0 179016 1007 0 0 18 0 1 0 132577011 275456000 65304 4089446400 4194304 7136930 140736771602640 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17230/statm: 67250 65304 413 719 0 66529 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 269000

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17318
/proc/meminfo: memFree=30496172/32951124 swapFree=67111528/67111528
[pid=17230] ppid=17228 vsize=164128 CPUtime=1800.34
/proc/17230/stat : 17230 (pbscip.linux.x8) R 17228 17230 16986 0 -1 4202496 69556 0 0 0 179026 1008 0 0 18 0 1 0 132577011 168067072 39100 4089446400 4194304 7136930 140736771602640 18446744073709551615 5950479 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17230/statm: 41032 39100 413 719 0 40311 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 164128

Child status: 0
Real time (s): 1800.38
CPU time (s): 1800.42
CPU user time (s): 1790.33
CPU system time (s): 10.0865
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 272544

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

runsolver used 2.69259 second user time and 5.96109 second system time

The end

Launcher Data

Begin job on node146 at 2010-06-30 17:47:04
IDJOB=2693601
IDBENCH=79001
IDSOLVER=1206
FILE ID=node146/2693601-1277912823
PBS_JOBID= 11197264
Free space on /tmp= 74176 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-25s.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-2693601-1277912823/watcher-2693601-1277912823 -o /tmp/evaluation-result-2693601-1277912823/solver-2693601-1277912823 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693601-1277912823.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 24165b373ac62bb316922f56a500ddfe
RANDOM SEED=600565176

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30663092 kB
Buffers:        202024 kB
Cached:        1326716 kB
SwapCached:          0 kB
Active:        1028096 kB
Inactive:      1113620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30663092 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3588 kB
Writeback:           0 kB
AnonPages:      613040 kB
Mapped:          20372 kB
Slab:            82980 kB
PageTables:       6108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1659032 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= 74168 MiB
End job on node146 at 2010-06-30 18:17:06