Trace number 2664180

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.72 1801.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUMd431323968e1ca4dc95d181076d01437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 154
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
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-2664180-1276397173.opb>
0.29/0.37	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.29/0.37	c problem read
0.29/0.37	c presolving settings loaded
0.29/0.37	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.39/0.44	c presolving:
0.69/0.70	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
1.19/1.20	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
5.40/5.44	c    (4.9s) probing: 885/1344 (65.8%) - 0 fixings, 0 aggregations, 5768 implications, 0 bound changes
5.40/5.44	c    (4.9s) probing aborted: 100/100 successive totally useless probings
5.40/5.44	c presolving (3 rounds):
5.40/5.44	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
5.40/5.44	c  14784 implications, 392 cliques
5.40/5.44	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
5.40/5.44	c    7496 constraints of type <knapsack>
5.40/5.44	c     392 constraints of type <setppc>
5.40/5.44	c    8208 constraints of type <logicor>
5.40/5.44	c transformed objective value is always integral (scale: 1)
5.40/5.44	c Presolving Time: 4.89
5.40/5.44	c - non default parameters ----------------------------------------------------------------------
5.40/5.44	c # SCIP version 1.2.1.2
5.40/5.44	c 
5.40/5.44	c # frequency for displaying node information lines
5.40/5.44	c # [type: int, range: [-1,2147483647], default: 100]
5.40/5.44	c display/freq = 10000
5.40/5.44	c 
5.40/5.44	c # maximal time in seconds to run
5.40/5.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.40/5.44	c limits/time = 1799.63
5.40/5.44	c 
5.40/5.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.40/5.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.40/5.44	c limits/memory = 1620
5.40/5.44	c 
5.40/5.44	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.40/5.44	c # [type: int, range: [-1,2147483647], default: 1]
5.40/5.44	c lp/solvefreq = -1
5.40/5.44	c 
5.40/5.44	c # should presolving try to simplify inequalities
5.40/5.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.40/5.44	c constraints/linear/simplifyinequalities = TRUE
5.40/5.44	c 
5.40/5.44	c # should presolving try to simplify knapsacks
5.40/5.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.40/5.44	c constraints/knapsack/simplifyinequalities = TRUE
5.40/5.44	c 
5.40/5.44	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.40/5.44	c # [type: int, range: [-1,2147483647], default: -1]
5.40/5.44	c separating/rapidlearning/freq = 0
5.40/5.44	c 
5.40/5.44	c -----------------------------------------------------------------------------------------------
5.40/5.44	c start solving
5.40/5.44	c 
5.40/5.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.40/5.45	c   4.9s|     1 |     2 |     0 |     - |  23M|   0 |   - |1344 |  16k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
57.88/57.99	c  57.2s| 10000 |  9842 |     0 |   0.0 |  27M| 165 |   - |1344 |  16k|   0 |   0 |   0 | 263 |   0 | 0.000000e+00 |      --      |    Inf 
111.46/111.58	c   111s| 20000 | 19797 |     0 |   0.0 |  32M| 165 |   - |1344 |  16k|   0 |   0 |   0 | 346 |   0 | 0.000000e+00 |      --      |    Inf 
165.55/165.67	c   164s| 30000 | 29667 |     0 |   0.0 |  38M| 165 |   - |1344 |  16k|   0 |   0 |   0 | 599 |   0 | 0.000000e+00 |      --      |    Inf 
220.83/220.96	c   219s| 40000 | 39523 |     0 |   0.0 |  45M| 165 |   - |1344 |  16k|   0 |   0 |   0 | 843 |   0 | 0.000000e+00 |      --      |    Inf 
276.22/276.37	c   274s| 50000 | 49341 |     0 |   0.0 |  51M| 165 |   - |1344 |  16k|   0 |   0 |   0 |1135 |   0 | 0.000000e+00 |      --      |    Inf 
331.20/331.36	c   329s| 60000 | 59235 |     0 |   0.0 |  59M| 165 |   - |1344 |  16k|   0 |   0 |   0 |1295 |   0 | 0.000000e+00 |      --      |    Inf 
386.38/386.54	c   384s| 70000 | 69174 |     0 |   0.0 |  66M| 190 |   - |1344 |  16k|   0 |   0 |   0 |1431 |   0 | 0.000000e+00 |      --      |    Inf 
440.77/440.93	c   438s| 80000 | 79131 |     0 |   0.0 |  72M| 190 |   - |1344 |  16k|   0 |   0 |   0 |1509 |   0 | 0.000000e+00 |      --      |    Inf 
494.95/495.16	c   492s| 90000 | 89097 |     0 |   0.0 |  78M| 190 |   - |1344 |  16k|   0 |   0 |   0 |1581 |   0 | 0.000000e+00 |      --      |    Inf 
550.04/550.28	c   547s|100000 | 99057 |     0 |   0.0 |  85M| 190 |   - |1344 |  16k|   0 |   0 |   0 |1677 |   0 | 0.000000e+00 |      --      |    Inf 
606.42/606.63	c   603s|110000 |108996 |     0 |   0.0 |  92M| 190 |   - |1344 |  16k|   0 |   0 |   0 |1779 |   0 | 0.000000e+00 |      --      |    Inf 
662.60/662.81	c   659s|120000 |118909 |     0 |   0.0 |  99M| 190 |   - |1344 |  16k|   0 |   0 |   0 |1914 |   0 | 0.000000e+00 |      --      |    Inf 
718.99/719.26	c   715s|130000 |128852 |     0 |   0.0 | 106M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2021 |   0 | 0.000000e+00 |      --      |    Inf 
775.77/776.00	c   771s|140000 |138747 |     0 |   0.0 | 113M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2227 |   0 | 0.000000e+00 |      --      |    Inf 
831.45/831.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.45/831.71	c   827s|150000 |148653 |     0 |   0.0 | 119M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2402 |   0 | 0.000000e+00 |      --      |    Inf 
886.73/887.08	c   882s|160000 |158600 |     0 |   0.0 | 125M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2501 |   0 | 0.000000e+00 |      --      |    Inf 
942.11/942.42	c   937s|170000 |168536 |     0 |   0.0 | 131M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2610 |   0 | 0.000000e+00 |      --      |    Inf 
998.09/998.41	c   992s|180000 |178472 |     0 |   0.0 | 137M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2716 |   0 | 0.000000e+00 |      --      |    Inf 
1055.06/1055.44	c  1049s|190000 |188421 |     0 |   0.0 | 144M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2801 |   0 | 0.000000e+00 |      --      |    Inf 
1110.56/1110.92	c  1104s|200000 |198365 |     0 |   0.0 | 150M| 190 |   - |1344 |  16k|   0 |   0 |   0 |2913 |   0 | 0.000000e+00 |      --      |    Inf 
1166.73/1167.13	c  1160s|210000 |208291 |     0 |   0.0 | 157M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3053 |   0 | 0.000000e+00 |      --      |    Inf 
1222.92/1223.37	c  1216s|220000 |218239 |     0 |   0.0 | 164M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3127 |   0 | 0.000000e+00 |      --      |    Inf 
1278.80/1279.25	c  1272s|230000 |228208 |     0 |   0.0 | 170M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3201 |   0 | 0.000000e+00 |      --      |    Inf 
1334.28/1334.79	c  1327s|240000 |238145 |     0 |   0.0 | 176M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3315 |   0 | 0.000000e+00 |      --      |    Inf 
1389.37/1389.87	c  1382s|250000 |248130 |     0 |   0.0 | 182M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3345 |   0 | 0.000000e+00 |      --      |    Inf 
1444.45/1444.90	c  1436s|260000 |258111 |     0 |   0.0 | 188M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3380 |   0 | 0.000000e+00 |      --      |    Inf 
1499.33/1499.87	c  1491s|270000 |268094 |     0 |   0.0 | 195M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3410 |   0 | 0.000000e+00 |      --      |    Inf 
1554.82/1555.33	c  1546s|280000 |278058 |     0 |   0.0 | 202M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3470 |   0 | 0.000000e+00 |      --      |    Inf 
1611.30/1611.82	c  1602s|290000 |287990 |     0 |   0.0 | 208M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3583 |   0 | 0.000000e+00 |      --      |    Inf 
1666.89/1667.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.89/1667.49	c  1658s|300000 |297896 |     0 |   0.0 | 214M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3749 |   0 | 0.000000e+00 |      --      |    Inf 
1723.67/1724.27	c  1714s|310000 |307767 |     0 |   0.0 | 221M| 190 |   - |1344 |  16k|   0 |   0 |   0 |3988 |   0 | 0.000000e+00 |      --      |    Inf 
1780.06/1780.60	c  1770s|320000 |317661 |     0 |   0.0 | 228M| 190 |   - |1344 |  16k|   0 |   0 |   0 |4182 |   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.61	c 
1800.06/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.61	c Solving Time (sec) : 1790.11
1800.06/1800.61	c Solving Nodes      : 323556
1800.06/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.61	c Gap                : infinite
1800.06/1800.61	s UNKNOWN
1800.06/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.61	c Solving Time       :    1790.11
1800.06/1800.61	c Original Problem   :
1800.06/1800.61	c   Problem name     : HOME/instance-2664180-1276397173.opb
1800.06/1800.61	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.61	c   Constraints      : 16096 initial, 16096 maximal
1800.06/1800.61	c Presolved Problem  :
1800.06/1800.61	c   Problem name     : t_HOME/instance-2664180-1276397173.opb
1800.06/1800.61	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.61	c   Constraints      : 16096 initial, 16341 maximal
1800.06/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.61	c   probing          :       3.83          0          0          0          0          0          0          0          0
1800.06/1800.61	c   knapsack         :       0.81          0          0          0          0          0          0      14784      22176
1800.06/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.61	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1800.06/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.61	c   knapsack         :       7496          0     538789          0     322585        126     270539          0          0          0
1800.06/1800.61	c   setppc           :        392          0     538663          0     322585        898    1462293          0          0          0
1800.06/1800.61	c   logicor          :       8208+         0     204046          0     322585        282     559967          0          0          0
1800.06/1800.61	c   countsols        :          0          0          0          0     322585          0          0          0          0          0
1800.06/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.61	c   knapsack         :     497.46       0.00     440.84       0.00      56.62
1800.06/1800.61	c   setppc           :      91.31       0.00      29.05       0.00      62.26
1800.06/1800.61	c   logicor          :     926.90       0.00      17.08       0.00     909.82
1800.06/1800.61	c   countsols        :       0.43       0.00       0.00       0.00       0.43
1800.06/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.61	c   vbounds          :       0.52          2          0          0
1800.06/1800.61	c   rootredcost      :       0.52          0          0          0
1800.06/1800.61	c   pseudoobj        :      24.62     536284          0          0
1800.06/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.61	c   propagation      :       0.12       1306       1306       6644       19.5         91        9.2          -
1800.06/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.61	c   applied globally :          -          -          -       4250       18.2          -          -          -
1800.06/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.61	c Pricers            :       Time      Calls       Vars
1800.06/1800.61	c   problem variables:       0.00          0          0
1800.06/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.61	c   inference        :     173.31     322585          0          0          0          0     645170
1800.06/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.61	c   LP solutions     :       0.00          -          0
1800.06/1800.62	c   pseudo solutions :       0.00          -          0
1800.06/1800.62	c   oneopt           :       0.21          0          0
1800.06/1800.62	c   trivial          :       0.01          2          0
1800.06/1800.62	c   simplerounding   :       0.00          0          0
1800.06/1800.62	c   zirounding       :       0.00          0          0
1800.06/1800.62	c   rounding         :       0.00          0          0
1800.06/1800.62	c   shifting         :       0.00          0          0
1800.06/1800.62	c   intshifting      :       0.00          0          0
1800.06/1800.62	c   twoopt           :       0.00          0          0
1800.06/1800.62	c   fixandinfer      :       0.00          0          0
1800.06/1800.62	c   feaspump         :       0.00          0          0
1800.06/1800.62	c   coefdiving       :       0.00          0          0
1800.06/1800.62	c   pscostdiving     :       0.00          0          0
1800.06/1800.62	c   fracdiving       :       0.00          0          0
1800.06/1800.62	c   veclendiving     :       0.00          0          0
1800.06/1800.62	c   intdiving        :       0.00          0          0
1800.06/1800.62	c   actconsdiving    :       0.00          0          0
1800.06/1800.62	c   objpscostdiving  :       0.00          0          0
1800.06/1800.62	c   rootsoldiving    :       0.00          0          0
1800.06/1800.62	c   linesearchdiving :       0.00          0          0
1800.06/1800.62	c   guideddiving     :       0.00          0          0
1800.06/1800.62	c   octane           :       0.00          0          0
1800.06/1800.62	c   rens             :       0.00          0          0
1800.06/1800.62	c   rins             :       0.00          0          0
1800.06/1800.62	c   localbranching   :       0.00          0          0
1800.06/1800.62	c   mutation         :       0.00          0          0
1800.06/1800.62	c   crossover        :       0.00          0          0
1800.06/1800.62	c   dins             :       0.00          0          0
1800.06/1800.62	c   undercover       :       0.00          0          0
1800.06/1800.62	c   nlp              :       0.41          0          0
1800.06/1800.62	c   trysol           :       0.12          0          0
1800.06/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.62	c B&B Tree           :
1800.06/1800.62	c   number of runs   :          1
1800.06/1800.62	c   nodes            :     323556
1800.06/1800.62	c   nodes (total)    :     323556
1800.06/1800.62	c   nodes left       :     321172
1800.06/1800.62	c   max depth        :        190
1800.06/1800.62	c   max depth (total):        190
1800.06/1800.62	c   backtracks       :       4581 (1.4%)
1800.06/1800.62	c   delayed cutoffs  :        443
1800.06/1800.62	c   repropagations   :       2654 (20933 domain reductions, 335 cutoffs)
1800.06/1800.62	c   avg switch length:       2.63
1800.06/1800.62	c   switching time   :      46.58
1800.06/1800.62	c Solution           :
1800.06/1800.62	c   Solutions found  :          0 (0 improvements)
1800.06/1800.62	c   Primal Bound     :          -
1800.06/1800.62	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.62	c   Gap              :   infinite
1800.06/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.62	c   Root Iterations  :          0
1800.64/1801.25	c Time complete: 1800.7.

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-2664180-1276397173/watcher-2664180-1276397173 -o /tmp/evaluation-result-2664180-1276397173/solver-2664180-1276397173 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664180-1276397173.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.06 1.74 2/106 21705
/proc/meminfo: memFree=1778568/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=6584 CPUtime=0
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 986 0 0 0 0 0 0 0 17 0 1 0 15318682 6742016 908 1992294400 4194304 7136930 140734477951472 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21705/statm: 1646 917 254 719 0 925 0

[startup+0.017424 s]
/proc/loadavg: 2.16 2.06 1.74 2/106 21705
/proc/meminfo: memFree=1778568/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=9288 CPUtime=0.01
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 1795 0 0 0 1 0 0 0 17 0 1 0 15318682 9510912 1717 1992294400 4194304 7136930 140734477951472 18446744073709551615 6341184 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21705/statm: 2322 1717 271 719 0 1601 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9288

[startup+0.100425 s]
/proc/loadavg: 2.16 2.06 1.74 2/106 21705
/proc/meminfo: memFree=1778568/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=11668 CPUtime=0.09
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 2389 0 0 0 8 1 0 0 17 0 1 0 15318682 11948032 2311 1992294400 4194304 7136930 140734477951472 18446744073709551615 6340032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21705/statm: 2917 2311 271 719 0 2196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11668

[startup+0.300444 s]
/proc/loadavg: 2.16 2.06 1.74 2/106 21705
/proc/meminfo: memFree=1778568/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=15772 CPUtime=0.29
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 3429 0 0 0 28 1 0 0 17 0 1 0 15318682 16150528 3351 1992294400 4194304 7136930 140734477951472 18446744073709551615 6340390 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21705/statm: 3943 3351 271 719 0 3222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15772

[startup+0.700481 s]
/proc/loadavg: 2.16 2.06 1.74 2/106 21705
/proc/meminfo: memFree=1778568/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=53076 CPUtime=0.69
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 14169 0 0 0 60 9 0 0 17 0 1 0 15318682 54349824 12457 1992294400 4194304 7136930 140734477951472 18446744073709551615 5958527 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 13269 12457 351 719 0 12548 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53076

[startup+1.50056 s]
/proc/loadavg: 2.16 2.06 1.74 2/107 21706
/proc/meminfo: memFree=1730324/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=53256 CPUtime=1.49
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 15510 0 0 0 137 12 0 0 18 0 1 0 15318682 54534144 12513 1992294400 4194304 7136930 140734477951472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 13314 12513 361 719 0 12593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53256

[startup+3.10071 s]
/proc/loadavg: 2.16 2.06 1.74 2/107 21706
/proc/meminfo: memFree=1728960/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=53516 CPUtime=3.09
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 16114 0 0 0 296 13 0 0 21 0 1 0 15318682 54800384 12603 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 13379 12603 374 719 0 12658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53516

[startup+6.30101 s]
/proc/loadavg: 2.06 2.04 1.73 2/107 21706
/proc/meminfo: memFree=1727596/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=55976 CPUtime=6.29
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 16751 0 0 0 613 16 0 0 25 0 1 0 15318682 57319424 13240 1992294400 4194304 7136930 140734477951472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 13994 13240 397 719 0 13273 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55976

[startup+12.7016 s]
/proc/loadavg: 1.98 2.02 1.73 2/107 21706
/proc/meminfo: memFree=1726604/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=55976 CPUtime=12.69
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 16755 0 0 0 1250 19 0 0 25 0 1 0 15318682 57319424 13244 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 13994 13244 397 719 0 13273 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55976

[startup+25.5008 s]
/proc/loadavg: 1.76 1.97 1.72 2/107 21706
/proc/meminfo: memFree=1725612/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=56916 CPUtime=25.48
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 17002 0 0 0 2524 24 0 0 25 0 1 0 15318682 58281984 13491 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 14229 13491 397 719 0 13508 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56916

[startup+51.1002 s]
/proc/loadavg: 1.50 1.89 1.70 2/107 21706
/proc/meminfo: memFree=1723752/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=58772 CPUtime=51.08
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 17484 0 0 0 5071 37 0 0 25 0 1 0 15318682 60182528 13973 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 14693 13973 397 719 0 13972 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58772

[startup+102.308 s]
/proc/loadavg: 1.22 1.75 1.66 2/107 21708
/proc/meminfo: memFree=1717924/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=64320 CPUtime=102.27
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 18888 0 0 0 10165 62 0 0 25 0 1 0 15318682 65863680 15377 1992294400 4194304 7136930 140734477951472 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 16080 15377 397 719 0 15359 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64320

[startup+162.301 s]
/proc/loadavg: 1.08 1.61 1.61 2/107 21710
/proc/meminfo: memFree=1710360/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=71672 CPUtime=162.25
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 20761 0 0 0 16131 94 0 0 25 0 1 0 15318682 73392128 17250 1992294400 4194304 7136930 140734477951472 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 17918 17250 397 719 0 17197 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 71672

[startup+222.3 s]
/proc/loadavg: 1.03 1.50 1.57 2/107 21712
/proc/meminfo: memFree=1702176/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=79516 CPUtime=222.23
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 22784 0 0 0 22097 126 0 0 25 0 1 0 15318682 81424384 19273 1992294400 4194304 7136930 140734477951472 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 19879 19273 397 719 0 19158 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79516

[startup+282.301 s]
/proc/loadavg: 1.01 1.41 1.53 2/107 21712
/proc/meminfo: memFree=1693992/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=87640 CPUtime=282.21
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 24835 0 0 0 28065 156 0 0 25 0 1 0 15318682 89743360 21324 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 21910 21324 397 719 0 21189 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 87640

[startup+342.301 s]
/proc/loadavg: 1.00 1.33 1.50 2/107 21714
/proc/meminfo: memFree=1685436/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=96120 CPUtime=342.19
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 26972 0 0 0 34030 189 0 0 25 0 1 0 15318682 98426880 23461 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 24030 23461 397 719 0 23309 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 96120

[startup+402.3 s]
/proc/loadavg: 1.00 1.27 1.46 2/107 21716
/proc/meminfo: memFree=1673036/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=110288 CPUtime=402.17
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 30039 0 0 0 39994 223 0 0 25 0 1 0 15318682 112934912 26528 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 27572 26528 397 719 0 26851 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 110288

[startup+462.301 s]
/proc/loadavg: 1.00 1.22 1.43 2/107 21718
/proc/meminfo: memFree=1663860/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=119308 CPUtime=462.16
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 32340 0 0 0 45960 256 0 0 25 0 1 0 15318682 122171392 28829 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 29827 28829 397 719 0 29106 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 119308

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.40 2/107 21720
/proc/meminfo: memFree=1658776/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=124208 CPUtime=522.14
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 33592 0 0 0 51928 286 0 0 25 0 1 0 15318682 127188992 30081 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 31052 30081 397 719 0 30331 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 124208

[startup+582.3 s]
/proc/loadavg: 1.00 1.14 1.37 2/107 21720
/proc/meminfo: memFree=1648236/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=134436 CPUtime=582.13
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 36192 0 0 0 57893 320 0 0 25 0 1 0 15318682 137662464 32681 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 33609 32681 397 719 0 32888 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 134436

[startup+642.301 s]
/proc/loadavg: 1.00 1.11 1.35 2/107 21722
/proc/meminfo: memFree=1639556/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=142688 CPUtime=642.12
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 38320 0 0 0 63859 353 0 0 25 0 1 0 15318682 146112512 34809 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 35672 34809 397 719 0 34951 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 142688

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.04 1.24 2/107 21739
/proc/meminfo: memFree=1597768/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=183256 CPUtime=942.01
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 48653 0 0 0 93691 510 0 0 25 0 1 0 15318682 187654144 45142 1992294400 4194304 7136930 140734477951472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 45814 45142 397 719 0 45093 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 183256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.23 2/107 21741
/proc/meminfo: memFree=1588964/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=192076 CPUtime=1001.98
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 50859 0 0 0 99658 540 0 0 25 0 1 0 15318682 196685824 47348 1992294400 4194304 7136930 140734477951472 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 48019 47348 397 719 0 47298 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 192076

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.21 2/107 21743
/proc/meminfo: memFree=1584376/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=196476 CPUtime=1061.96
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 52023 0 0 0 105622 574 0 0 25 0 1 0 15318682 201191424 48512 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 49119 48512 397 719 0 48398 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 196476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/107 21745
/proc/meminfo: memFree=1578424/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=206412 CPUtime=1121.95
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 53506 0 0 0 111588 607 0 0 25 0 1 0 15318682 211365888 49995 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 51603 49995 397 719 0 50882 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 206412

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/107 21745
/proc/meminfo: memFree=1571728/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=212776 CPUtime=1181.93
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 55163 0 0 0 117554 639 0 0 25 0 1 0 15318682 217882624 51652 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 53194 51652 397 719 0 52473 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 212776

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 21747
/proc/meminfo: memFree=1563668/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=220484 CPUtime=1241.9
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 57133 0 0 0 123518 672 0 0 25 0 1 0 15318682 225775616 53622 1992294400 4194304 7136930 140734477951472 18446744073709551615 4414763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 55121 53622 397 719 0 54400 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 220484

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 21749
/proc/meminfo: memFree=1555236/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=228832 CPUtime=1301.89
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 59234 0 0 0 129488 701 0 0 25 0 1 0 15318682 234323968 55723 1992294400 4194304 7136930 140734477951472 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 57208 55723 397 719 0 56487 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 228832

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 21751
/proc/meminfo: memFree=1548664/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=235504 CPUtime=1361.87
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 60966 0 0 0 135456 731 0 0 25 0 1 0 15318682 241156096 57455 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 58876 57455 397 719 0 58155 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 235504

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 21753
/proc/meminfo: memFree=1542340/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=241268 CPUtime=1421.87
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 62433 0 0 0 141425 762 0 0 25 0 1 0 15318682 247058432 58922 1992294400 4194304 7136930 140734477951472 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 60317 58922 397 719 0 59596 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 241268

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 21753
/proc/meminfo: memFree=1532544/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=250780 CPUtime=1481.84
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 64865 0 0 0 147389 795 0 0 25 0 1 0 15318682 256798720 61354 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 62695 61354 397 719 0 61974 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 250780

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 21755
/proc/meminfo: memFree=1524112/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=259160 CPUtime=1541.82
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 66978 0 0 0 153356 826 0 0 25 0 1 0 15318682 265379840 63467 1992294400 4194304 7136930 140734477951472 18446744073709551615 5121846 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 64790 63467 397 719 0 64069 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 259160

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 21757
/proc/meminfo: memFree=1514688/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=268320 CPUtime=1601.8
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 69331 0 0 0 159323 857 0 0 25 0 1 0 15318682 274759680 65820 1992294400 4194304 7136930 140734477951472 18446744073709551615 4697135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 67080 65820 397 719 0 66359 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 268320

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 21759
/proc/meminfo: memFree=1507868/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=275028 CPUtime=1661.78
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 71034 0 0 0 165290 888 0 0 25 0 1 0 15318682 281628672 67523 1992294400 4194304 7136930 140734477951472 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 68757 67523 397 719 0 68036 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 275028

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 21764
/proc/meminfo: memFree=1500056/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=282220 CPUtime=1721.77
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 72869 0 0 0 171256 921 0 0 25 0 1 0 15318682 288993280 69358 1992294400 4194304 7136930 140734477951472 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 70555 69358 397 719 0 69834 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 282220

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 21764
/proc/meminfo: memFree=1492368/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=289992 CPUtime=1781.76
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 74825 0 0 0 177226 950 0 0 25 0 1 0 15318682 296951808 71314 1992294400 4194304 7136930 140734477951472 18446744073709551615 5902320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 72498 71314 397 719 0 71777 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 289992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 21766
/proc/meminfo: memFree=1491128/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=291056 CPUtime=1800.06
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 75105 0 0 0 179046 960 0 0 25 0 1 0 15318682 298041344 71594 1992294400 4194304 7136930 140734477951472 18446744073709551615 4697133 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21705/statm: 72764 71594 397 719 0 72043 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 291056

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 21766
/proc/meminfo: memFree=1491128/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=286412 CPUtime=1800.45
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 75110 0 0 0 179084 961 0 0 25 0 1 0 15318682 293285888 70438 1992294400 4194304 7136930 140734477951472 18446744073709551615 6166190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21705/statm: 71603 70438 402 719 0 70882 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 286412

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 21766
/proc/meminfo: memFree=1491128/2059040 swapFree=4135852/4192956
[pid=21705] ppid=21703 vsize=222768 CPUtime=1800.64
/proc/21705/stat : 21705 (pbscip.linux.x8) R 21703 21705 14916 0 -1 4202496 75110 0 0 0 179103 961 0 0 25 0 1 0 15318682 228114432 54529 1992294400 4194304 7136930 140734477951472 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21705/statm: 55692 54273 402 719 0 54971 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 222768

Child status: 0
Real time (s): 1801.26
CPU time (s): 1800.72
CPU user time (s): 1791.07
CPU system time (s): 9.64653
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 291056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.07
system time used= 9.64653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75117
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= 5
involuntary context switches= 13766

runsolver used 2.89156 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-13 04:46:14
IDJOB=2664180
IDBENCH=2006
IDSOLVER=1167
FILE ID=node015/2664180-1276397173
PBS_JOBID= 11173255
Free space on /tmp= 62548 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
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-2664180-1276397173/watcher-2664180-1276397173 -o /tmp/evaluation-result-2664180-1276397173/solver-2664180-1276397173 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664180-1276397173.opb -t 1800 -m 1800

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=703825449

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1779096 kB
Buffers:         53428 kB
Cached:         145284 kB
SwapCached:      14552 kB
Active:         123096 kB
Inactive:        92924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1779096 kB
SwapTotal:     4192956 kB
SwapFree:      4135852 kB
Dirty:            4176 kB
Writeback:           0 kB
AnonPages:       11804 kB
Mapped:           9220 kB
Slab:            42068 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62544 MiB
End job on node015 at 2010-06-13 05:16:16