Trace number 2665284

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-14 1800.14 1800.87

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1590.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665284-1276666320.opb>
0.00/0.02	c original problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4980 impls, 100 clqs
0.19/0.22	c    (0.1s) probing: 101/710 (14.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.22	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (2 rounds):
0.19/0.22	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  4980 implications, 100 cliques
0.19/0.22	c presolved problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.19/0.22	c     100 constraints of type <setppc>
0.19/0.22	c     610 constraints of type <and>
0.19/0.22	c       1 constraints of type <linear>
0.19/0.22	c      50 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.12
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 1.2.1.2
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1799.99
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 1620
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c heuristics/undercover/freq = 0
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	c 
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c t 0.1s|     1 |     0 |   124 |     - |3488k|   0 | 100 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.19/0.25	o -1
0.19/0.25	c R 0.1s|     1 |     0 |   124 |     - |3496k|   0 | 100 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e-00 |  96.00%
0.29/0.38	o -2
0.29/0.38	c u 0.2s|     1 |     0 |   124 |     - |3509k|   0 | 100 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.79/0.84	o -7
0.79/0.84	c y 0.6s|     1 |     0 |   124 |     - |4195k|   0 | 100 | 710 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
0.89/0.91	c   0.7s|     1 |     0 |   413 |     - |3610k|   0 | 280 | 710 | 859 | 710 |1372 |   1 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
1.19/1.20	c   0.9s|     1 |     0 |   936 |     - |3908k|   0 | 252 | 710 | 859 | 710 |1379 |   8 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
1.59/1.65	c   1.4s|     1 |     0 |  1512 |     - |4235k|   0 | 424 | 710 | 859 | 710 |1387 |  16 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
2.29/2.33	c   2.0s|     1 |     0 |  1693 |     - |5693k|   0 | 430 | 710 | 859 | 710 |1421 |  50 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
2.99/3.05	c   2.8s|     1 |     0 |  1875 |     - |6832k|   0 | 431 | 710 | 859 | 710 |1432 |  61 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
3.79/3.82	c   3.5s|     1 |     0 |  2028 |     - |7997k|   0 | 436 | 710 | 859 | 710 |1447 |  76 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
4.58/4.64	c   4.3s|     1 |     0 |  2205 |     - |8494k|   0 | 435 | 710 | 859 | 710 |1459 |  88 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
8.89/8.90	c   8.6s|     1 |     2 |  2205 |     - |8494k|   0 | 435 | 710 | 859 | 710 |1459 |  88 |   0 |  11 |-2.500000e+01 |-7.000000e+00 |  72.00%
17.97/18.06	o -8
17.97/18.06	c R17.5s|    12 |    11 |  6315 | 373.6 |8330k|  11 | 102 | 710 | 859 | 710 | 726 | 480 |   0 | 169 |-2.500000e+01 |-8.000000e+00 |  68.00%
36.28/36.35	o -11
36.28/36.35	c f35.4s|    40 |    40 | 25985 | 609.7 |8539k|  14 |   - | 710 | 867 | 710 |1070 |1921 |   8 | 330 |-2.500000e+01 |-1.100000e+01 |  56.00%
55.06/55.10	o -12
55.06/55.10	c v53.8s|   160 |   149 | 74701 | 455.9 |8773k|  18 |   - | 710 | 870 | 710 | 803 |5720 |  11 | 425 |-2.375106e+01 |-1.200000e+01 |  49.48%
85.85/85.99	o -13
85.85/85.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.85/85.99	c l83.6s|   227 |   186 |172110 | 751.8 |8982k|  18 |   - | 710 | 898 | 710 | 781 |7630 |  39 | 525 |-2.263869e+01 |-1.300000e+01 |  42.58%
132.14/132.25	o -14
132.14/132.25	c * 128s|   551 |   264 |318316 | 574.7 |9226k|  36 |   - | 710 | 941 | 710 | 979 |  11k|  82 | 875 |-2.187529e+01 |-1.400000e+01 |  36.00%
516.49/516.70	c   508s| 10000 |  1121 |  1611k| 161.0 |  13M|  42 | 145 | 710 | 938 | 710 | 953 |  57k| 150 |3806 |-1.944657e+01 |-1.400000e+01 |  28.01%
845.26/845.61	c   829s| 20000 |  1671 |  2765k| 138.2 |  16M|  46 |   - | 710 | 952 | 710 | 922 |  95k| 211 |5560 |-1.886256e+01 |-1.400000e+01 |  25.78%
1153.54/1154.02	c  1130s| 30000 |  2082 |  3916k| 130.5 |  18M|  46 | 142 | 710 | 962 | 710 | 800 | 134k| 244 |6521 |-1.850915e+01 |-1.400000e+01 |  24.36%
1467.72/1468.36	c  1437s| 40000 |  2392 |  5065k| 126.6 |  20M|  46 | 159 | 710 | 966 | 710 | 896 | 174k| 277 |7764 |-1.819665e+01 |-1.400000e+01 |  23.06%
1768.08/1768.87	c  1730s| 50000 |  2548 |  6171k| 123.4 |  21M|  46 |   - | 710 | 972 | 710 | 947 | 210k| 306 |8963 |-1.797722e+01 |-1.400000e+01 |  22.12%
1800.08/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.81	c 
1800.08/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.81	c Solving Time (sec) : 1761.56
1800.08/1800.81	c Solving Nodes      : 51115
1800.08/1800.81	c Primal Bound       : -1.40000000000000e+01 (16 solutions)
1800.08/1800.81	c Dual Bound         : -1.79469114760405e+01
1800.08/1800.81	c Gap                : 21.99 %
1800.08/1800.81	s SATISFIABLE
1800.08/1800.81	v -x98 -x89 -x90 -x56 -x96 -x76 -x55 x95 -x79 x92 -x71 -x75 -x88 -x54 -x65 -x57 x53 -x74 x81 -x83 -x80 -x52 x82 -x70 -x67 x61 -x59 
1800.08/1800.81	v -x69 -x62 x73 -x77 -x64 -x60 -x91 -x51 x99 -x97 -x85 -x68 -x58 x63 -x72 x100 -x93 x86 -x94 -x66 x78 x87 x84 -x50 -x49 -x48 
1800.08/1800.81	v -x47 x46 -x45 -x44 -x43 -x42 x41 x40 x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 x24 -x23 -x22 x21 
1800.08/1800.81	v -x20 -x19 -x18 x17 x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1800.08/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.81	c Solving Time       :    1761.56
1800.08/1800.81	c Original Problem   :
1800.08/1800.81	c   Problem name     : HOME/instance-2665284-1276666320.opb
1800.08/1800.81	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.81	c   Constraints      : 761 initial, 761 maximal
1800.08/1800.81	c Presolved Problem  :
1800.08/1800.81	c   Problem name     : t_HOME/instance-2665284-1276666320.opb
1800.08/1800.81	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.81	c   Constraints      : 761 initial, 977 maximal
1800.08/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.81	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   and              :       0.08          0          0          0          0          0          0          0          0
1800.08/1800.81	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   integral         :          0          0          0      27792          0         80       2204          0          0      53824
1800.08/1800.81	c   setppc           :        100          7     200342          1          0         98     112770          0          0          0
1800.08/1800.81	c   and              :        610      59851     200245          1          0        134    1471852     214062          0          0
1800.08/1800.81	c   linear           :          1+         8     200109          1          0          2       6855          0          0          0
1800.08/1800.81	c   logicor          :         50+         7      48280          1          0          0      43721          0          0          0
1800.08/1800.81	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.08/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.81	c   integral         :     224.28       0.00       0.00     224.28       0.00
1800.08/1800.81	c   setppc           :       0.95       0.00       0.95       0.00       0.00
1800.08/1800.81	c   and              :      18.28      10.94       7.34       0.00       0.00
1800.08/1800.81	c   linear           :       2.08       0.00       2.08       0.00       0.00
1800.08/1800.81	c   logicor          :       0.75       0.00       0.75       0.00       0.00
1800.08/1800.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.81	c   vbounds          :       0.18          2          0          0
1800.08/1800.81	c   rootredcost      :       0.12          6          0          0
1800.08/1800.81	c   pseudoobj        :       1.36     200852          5         14
1800.08/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.81	c   propagation      :       0.02        239        239        269        6.9          1       49.0          -
1800.08/1800.81	c   infeasible LP    :       0.01         32         32         83       27.9          0        0.0          0
1800.08/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.81	c   applied globally :          -          -          -        308        9.3          -          -          -
1800.08/1800.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.81	c   cut pool         :       0.00          6          -          -          5          -    (maximal pool size: 943)
1800.08/1800.81	c   redcost          :       3.12      62376          0     249172          0          0
1800.08/1800.81	c   impliedbounds    :       0.00          7          0          0         96          0
1800.08/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.81	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.81	c   gomory           :       1.41          7          0          0        201          0
1800.08/1800.81	c   strongcg         :       1.29          7          0          0       1840          0
1800.08/1800.81	c   cmir             :       0.15          7          0          0         22          0
1800.08/1800.81	c   flowcover        :       0.14          7          0          0         36          0
1800.08/1800.81	c   clique           :       0.02          7          0          0         38          0
1800.08/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.81	c   mcf              :       0.01          1          0          0          0          0
1800.08/1800.81	c   rapidlearning    :       0.29          1          0          0          0         98
1800.08/1800.81	c Pricers            :       Time      Calls       Vars
1800.08/1800.81	c   problem variables:       0.00          0          0
1800.08/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.82	c   relpscost        :     224.22      27791         80       2204          0          0      53824
1800.08/1800.82	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.82	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.82	c   LP solutions     :       0.00          -          1
1800.08/1800.82	c   pseudo solutions :       0.00          -          0
1800.08/1800.82	c   feaspump         :       0.01          0          0
1800.08/1800.82	c   oneopt           :       0.12          6          0
1800.08/1800.82	c   crossover        :       0.44          8          2
1800.08/1800.82	c   objpscostdiving  :      14.50         29          0
1800.08/1800.82	c   pscostdiving     :      11.04         68          0
1800.08/1800.82	c   veclendiving     :      18.72         69          1
1800.08/1800.82	c   coefdiving       :      17.81         69          0
1800.08/1800.82	c   linesearchdiving :      12.16         69          1
1800.08/1800.82	c   guideddiving     :      18.28         69          0
1800.08/1800.82	c   fracdiving       :      17.35         69          1
1800.08/1800.82	c   rootsoldiving    :       3.65         35          0
1800.08/1800.82	c   trivial          :       0.01          2          3
1800.08/1800.82	c   simplerounding   :       0.10          0          0
1800.08/1800.82	c   zirounding       :       0.12       1000          0
1800.08/1800.82	c   rounding         :       7.79      15432          2
1800.08/1800.82	c   shifting         :       1.98       1996          3
1800.08/1800.82	c   intshifting      :       0.01          0          0
1800.08/1800.82	c   twoopt           :       0.00          0          0
1800.08/1800.82	c   fixandinfer      :       0.00          0          0
1800.08/1800.82	c   intdiving        :       0.00          0          0
1800.08/1800.82	c   actconsdiving    :       0.00          0          0
1800.08/1800.82	c   octane           :       0.00          0          0
1800.08/1800.82	c   rens             :       0.00          0          0
1800.08/1800.82	c   rins             :       0.00          0          0
1800.08/1800.82	c   localbranching   :       0.00          0          0
1800.08/1800.82	c   mutation         :       0.00          0          0
1800.08/1800.82	c   dins             :       0.00          0          0
1800.08/1800.82	c   undercover       :       0.10          1          1
1800.08/1800.82	c   nlp              :       0.05          0          0
1800.08/1800.82	c   trysol           :       0.08          0          0
1800.08/1800.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.82	c   primal LP        :     150.36          0          0       0.00       0.00
1800.08/1800.82	c   dual LP          :    1185.08      83267    5860718      70.38    4945.42
1800.08/1800.82	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.82	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.82	c   diving/probing LP:     103.81      27521     429392      15.60    4136.33
1800.08/1800.82	c   strong branching :     220.63       9103    1199356     131.75    5436.05
1800.08/1800.82	c     (at root node) :          -         11       9065     824.09          -
1800.08/1800.82	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.82	c B&B Tree           :
1800.08/1800.82	c   number of runs   :          1
1800.08/1800.82	c   nodes            :      51115
1800.08/1800.82	c   nodes (total)    :      51115
1800.08/1800.82	c   nodes left       :       2569
1800.08/1800.82	c   max depth        :         46
1800.08/1800.82	c   max depth (total):         46
1800.08/1800.82	c   backtracks       :       7268 (14.2%)
1800.08/1800.82	c   delayed cutoffs  :          1
1800.08/1800.82	c   repropagations   :       2335 (1601 domain reductions, 0 cutoffs)
1800.08/1800.82	c   avg switch length:       4.28
1800.08/1800.82	c   switching time   :     160.25
1800.08/1800.82	c Solution           :
1800.08/1800.82	c   Solutions found  :         16 (9 improvements)
1800.08/1800.82	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.08/1800.82	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 551 nodes, 128.38 seconds, depth 19, found by <relaxation>)
1800.08/1800.82	c   Dual Bound       : -1.79469114760405e+01
1800.08/1800.82	c   Gap              :      21.99 %
1800.08/1800.82	c   Root Dual Bound  : -2.50000000000000e+01
1800.08/1800.82	c   Root Iterations  :       2205
1800.08/1800.86	c Time complete: 1800.14.

Verifier Data

OK	-14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665284-1276666320/watcher-2665284-1276666320 -o /tmp/evaluation-result-2665284-1276666320/solver-2665284-1276666320 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665284-1276666320.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: 1.06 1.01 1.00 3/106 10462
/proc/meminfo: memFree=1784296/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=9288 CPUtime=0
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 1058 0 0 0 0 0 0 0 18 0 1 0 42235468 9510912 979 1992294400 4194304 9819077 140734544296736 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10462/statm: 2322 990 371 1374 0 943 0

[startup+0.0909469 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 10462
/proc/meminfo: memFree=1784296/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=14872 CPUtime=0.08
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3083 0 0 0 5 3 0 0 20 0 1 0 42235468 15228928 2394 1992294400 4194304 9819077 140734544296736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 3718 2394 478 1374 0 2339 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14872

[startup+0.100948 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 10462
/proc/meminfo: memFree=1784296/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=14872 CPUtime=0.09
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3083 0 0 0 6 3 0 0 20 0 1 0 42235468 15228928 2394 1992294400 4194304 9819077 140734544296736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 3718 2394 478 1374 0 2339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14872

[startup+0.300984 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 10462
/proc/meminfo: memFree=1784296/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=32240 CPUtime=0.29
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 8743 0 0 0 19 10 0 0 20 0 1 0 42235468 33013760 6172 1992294400 4194304 9819077 140734544296736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 8060 6172 647 1374 0 6681 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32240

[startup+0.701059 s]
/proc/loadavg: 1.06 1.01 1.00 3/106 10462
/proc/meminfo: memFree=1784296/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=32620 CPUtime=0.69
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 18526 0 0 0 46 23 0 0 20 0 1 0 42235468 33402880 6357 1992294400 4194304 9819077 140734544296736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 8155 6357 710 1374 0 6776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32620

[startup+1.50121 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 10463
/proc/meminfo: memFree=1765688/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=35944 CPUtime=1.49
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 21277 0 0 0 124 25 0 0 23 0 1 0 42235468 36806656 7359 1992294400 4194304 9819077 140734544296736 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 8986 7359 712 1374 0 7607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35944

[startup+3.1005 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 10463
/proc/meminfo: memFree=1757132/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=39624 CPUtime=3.09
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 23113 0 0 0 283 26 0 0 25 0 1 0 42235468 40574976 8213 1992294400 4194304 9819077 140734544296736 18446744073709551615 5755328 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 9906 8213 712 1374 0 8527 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39624

[startup+6.30109 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 10463
/proc/meminfo: memFree=1750312/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=45928 CPUtime=6.28
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 30120 0 0 0 599 29 0 0 25 0 1 0 42235468 47030272 9020 1992294400 4194304 9819077 140734544296736 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 11482 9020 718 1374 0 10103 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45928

[startup+12.7013 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 10463
/proc/meminfo: memFree=1750312/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=43384 CPUtime=12.68
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 48203 0 0 0 1230 38 0 0 25 0 1 0 42235468 44425216 8925 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 10846 8925 731 1374 0 9467 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43384

[startup+25.5006 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 10463
/proc/meminfo: memFree=1750312/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=44568 CPUtime=25.48
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 91299 0 0 0 2482 66 0 0 25 0 1 0 42235468 45637632 8979 1992294400 4194304 9819077 140734544296736 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 11142 8979 731 1374 0 9763 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44568

[startup+51.1014 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 10465
/proc/meminfo: memFree=1750436/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=42372 CPUtime=51.06
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 179433 0 0 0 4986 120 0 0 25 0 1 0 42235468 43388928 8933 1992294400 4194304 9819077 140734544296736 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 10593 8933 732 1374 0 9214 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 42372

[startup+102.309 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 10465
/proc/meminfo: memFree=1749320/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=43244 CPUtime=102.26
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 419322 0 0 0 9942 284 0 0 25 0 1 0 42235468 44281856 9247 1992294400 4194304 9819077 140734544296736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 10811 9247 732 1374 0 9432 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43244

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10467
/proc/meminfo: memFree=1745104/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=45708 CPUtime=162.23
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 642990 0 0 0 15782 441 0 0 25 0 1 0 42235468 46804992 10245 1992294400 4194304 9819077 140734544296736 18446744073709551615 7263152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 11427 10245 742 1374 0 10048 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 45708

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10469
/proc/meminfo: memFree=1742500/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=48264 CPUtime=222.2
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 651909 0 0 0 21741 479 0 0 25 0 1 0 42235468 49422336 10883 1992294400 4194304 9819077 140734544296736 18446744073709551615 7290959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12066 10883 743 1374 0 10687 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 48264

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10471
/proc/meminfo: memFree=1742376/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=48264 CPUtime=282.17
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 656941 0 0 0 27698 519 0 0 25 0 1 0 42235468 49422336 10915 1992294400 4194304 9819077 140734544296736 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12066 10915 749 1374 0 10687 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 48264

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10471
/proc/meminfo: memFree=1742260/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=49192 CPUtime=342.15
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 663010 0 0 0 33657 558 0 0 25 0 1 0 42235468 50372608 10921 1992294400 4194304 9819077 140734544296736 18446744073709551615 6656806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12298 10921 749 1374 0 10919 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 49192

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10473
/proc/meminfo: memFree=1742260/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=48500 CPUtime=402.13
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 678185 0 0 0 39604 609 0 0 25 0 1 0 42235468 49664000 10974 1992294400 4194304 9819077 140734544296736 18446744073709551615 7292350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12125 10974 749 1374 0 10746 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 48500

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10475
/proc/meminfo: memFree=1742012/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=49444 CPUtime=462.11
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 776831 0 0 0 45501 710 0 0 25 0 1 0 42235468 50630656 10996 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12361 10996 749 1374 0 10982 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 49444

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10477
/proc/meminfo: memFree=1742012/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=49932 CPUtime=522.09
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 925735 0 0 0 51381 828 0 0 25 0 1 0 42235468 51130368 11046 1992294400 4194304 9819077 140734544296736 18446744073709551615 7292298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12483 11046 749 1374 0 11104 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 49932

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10479
/proc/meminfo: memFree=1741640/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=50516 CPUtime=582.06
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 1119583 0 0 0 57245 961 0 0 25 0 1 0 42235468 51728384 11075 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12629 11075 749 1374 0 11250 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 50516

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10479
/proc/meminfo: memFree=1740896/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=51532 CPUtime=642.04
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 1344760 0 0 0 63093 1111 0 0 25 0 1 0 42235468 52768768 11372 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 12883 11372 749 1374 0 11504 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 51532

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10485
/proc/meminfo: memFree=1738168/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=53020 CPUtime=821.97
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 1952067 0 0 0 80660 1537 0 0 25 0 1 0 42235468 54292480 11936 1992294400 4194304 9819077 140734544296736 18446744073709551615 7212342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 13255 11936 749 1374 0 11876 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 53020

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10487
/proc/meminfo: memFree=1738044/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=54028 CPUtime=881.95
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 2163687 0 0 0 86513 1682 0 0 25 0 1 0 42235468 55324672 11968 1992294400 4194304 9819077 140734544296736 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 13507 11968 749 1374 0 12128 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 54028

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10487
/proc/meminfo: memFree=1737672/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=54532 CPUtime=941.92
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 2382254 0 0 0 92362 1830 0 0 25 0 1 0 42235468 55840768 12037 1992294400 4194304 9819077 140734544296736 18446744073709551615 8656404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 13633 12037 749 1374 0 12254 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 54532

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10489
/proc/meminfo: memFree=1736928/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=54948 CPUtime=1001.9
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 2575516 0 0 0 98217 1973 0 0 25 0 1 0 42235468 56266752 12179 1992294400 4194304 9819077 140734544296736 18446744073709551615 6387468 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 13737 12179 749 1374 0 12358 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 54948

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10491
/proc/meminfo: memFree=1736804/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=55116 CPUtime=1061.87
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 2779375 0 0 0 104072 2115 0 0 25 0 1 0 42235468 56438784 12214 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 13779 12214 749 1374 0 12400 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 55116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10493
/proc/meminfo: memFree=1736060/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=55752 CPUtime=1121.85
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 2993809 0 0 0 109922 2263 0 0 25 0 1 0 42235468 57090048 12365 1992294400 4194304 9819077 140734544296736 18446744073709551615 7292241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 13938 12365 749 1374 0 12559 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 55752

[startup+1182.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/107 10495
/proc/meminfo: memFree=1735316/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=56580 CPUtime=1181.82
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3214274 0 0 0 115766 2416 0 0 25 0 1 0 42235468 57937920 12629 1992294400 4194304 9819077 140734544296736 18446744073709551615 7311758 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10462/statm: 14145 12629 749 1374 0 12766 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 56580

[startup+1242.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 10495
/proc/meminfo: memFree=1734448/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=57376 CPUtime=1241.8
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3429812 0 0 0 121614 2566 0 0 25 0 1 0 42235468 58753024 12764 1992294400 4194304 9819077 140734544296736 18446744073709551615 7289918 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 14344 12765 749 1374 0 12965 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 57376

[startup+1302.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 10497
/proc/meminfo: memFree=1733084/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=58884 CPUtime=1301.79
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3596136 0 0 0 127477 2702 0 0 25 0 1 0 42235468 60297216 13108 1992294400 4194304 9819077 140734544296736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 14721 13108 749 1374 0 13342 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 58884

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10499
/proc/meminfo: memFree=1732836/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=58632 CPUtime=1361.75
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3772786 0 0 0 133337 2838 0 0 25 0 1 0 42235468 60039168 13102 1992294400 4194304 9819077 140734544296736 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 14658 13102 749 1374 0 13279 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 58632

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10501
/proc/meminfo: memFree=1732340/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=58828 CPUtime=1421.74
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 3971380 0 0 0 139200 2974 0 0 25 0 1 0 42235468 60239872 13256 1992294400 4194304 9819077 140734544296736 18446744073709551615 7291738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 14707 13256 749 1374 0 13328 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 58828

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10503
/proc/meminfo: memFree=1731968/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=59400 CPUtime=1481.72
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 4156562 0 0 0 145055 3117 0 0 25 0 1 0 42235468 60825600 13370 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 14850 13370 749 1374 0 13471 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 59400

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10503
/proc/meminfo: memFree=1730976/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=60388 CPUtime=1541.69
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 4343710 0 0 0 150914 3255 0 0 25 0 1 0 42235468 61837312 13594 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 15097 13594 749 1374 0 13718 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 60388

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10505
/proc/meminfo: memFree=1730852/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=61100 CPUtime=1601.66
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 4544859 0 0 0 156767 3399 0 0 25 0 1 0 42235468 62566400 13703 1992294400 4194304 9819077 140734544296736 18446744073709551615 7295968 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 15275 13703 749 1374 0 13896 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 61100

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10507
/proc/meminfo: memFree=1730604/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=61012 CPUtime=1661.64
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 4767510 0 0 0 162614 3550 0 0 25 0 1 0 42235468 62476288 13686 1992294400 4194304 9819077 140734544296736 18446744073709551615 7316133 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 15253 13686 749 1374 0 13874 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 61012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10509
/proc/meminfo: memFree=1729612/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=61784 CPUtime=1721.61
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 4949893 0 0 0 168479 3682 0 0 25 0 1 0 42235468 63266816 14003 1992294400 4194304 9819077 140734544296736 18446744073709551615 7296194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 15446 14004 749 1374 0 14067 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 61784

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10520
/proc/meminfo: memFree=1728620/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=62228 CPUtime=1781.57
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 5116711 0 0 0 174346 3811 0 0 25 0 1 0 42235468 63721472 14115 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 15557 14115 749 1374 0 14178 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 62228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10520
/proc/meminfo: memFree=1728496/2059040 swapFree=4140132/4192956
[pid=10462] ppid=10460 vsize=62812 CPUtime=1800.08
/proc/10462/stat : 10462 (pbscip.linux.x8) R 10460 10462 10348 0 -1 4202496 5173635 0 0 0 176156 3852 0 0 25 0 1 0 42235468 64319488 14216 1992294400 4194304 9819077 140734544296736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10462/statm: 15703 14216 749 1374 0 14324 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 62812

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

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

Child status: 0
Real time (s): 1800.87
CPU time (s): 1800.14
CPU user time (s): 1761.61
CPU system time (s): 38.5311
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 64800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.61
system time used= 38.5311
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5173665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 23999

runsolver used 2.91156 second user time and 8.5727 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-16 07:32:00
IDJOB=2665284
IDBENCH=48227
IDSOLVER=1168
FILE ID=node007/2665284-1276666320
PBS_JOBID= 11172512
Free space on /tmp= 62488 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665284-1276666320/watcher-2665284-1276666320 -o /tmp/evaluation-result-2665284-1276666320/solver-2665284-1276666320 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665284-1276666320.opb -t 1800 -m 1800

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=1575177077

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1784824 kB
Buffers:         64688 kB
Cached:         116912 kB
SwapCached:       7044 kB
Active:         112892 kB
Inactive:        82916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1784824 kB
SwapTotal:     4192956 kB
SwapFree:      4140132 kB
Dirty:            6208 kB
Writeback:           0 kB
AnonPages:       12048 kB
Mapped:          13000 kB
Slab:            56684 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181008 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= 62480 MiB
End job on node007 at 2010-06-16 08:02:03