Trace number 2665318

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.57

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_5.opb
MD5SUM0619afe86d0e2ffb4ad28e9f2f441c24
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 benchmark1372.41
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)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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-2665318-1276671951.opb>
0.00/0.02	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 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.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4948 impls, 100 clqs
0.19/0.22	c    (0.1s) probing: 101/706 (14.3%) - 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  4948 implications, 100 cliques
0.19/0.22	c presolved problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 constraints
0.19/0.22	c     100 constraints of type <setppc>
0.19/0.22	c     606 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.10
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 |   123 |     - |3466k|   0 | 100 | 706 | 757 | 706 |1363 |   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 |   123 |     - |3471k|   0 | 100 | 706 | 757 | 706 |1363 |   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 |   123 |     - |3483k|   0 | 100 | 706 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.79/0.83	o -7
0.79/0.83	c y 0.5s|     1 |     0 |   123 |     - |4165k|   0 | 100 | 706 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
0.79/0.89	c   0.6s|     1 |     0 |   357 |     - |3595k|   0 | 164 | 706 | 838 | 706 |1364 |   1 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
1.19/1.20	c   0.9s|     1 |     0 |  1015 |     - |3787k|   0 | 265 | 706 | 838 | 706 |1371 |   8 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
1.59/1.62	c   1.3s|     1 |     0 |  1563 |     - |3960k|   0 | 370 | 706 | 838 | 706 |1376 |  13 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
2.10/2.19	c   1.9s|     1 |     0 |  1938 |     - |4433k|   0 | 400 | 706 | 838 | 706 |1386 |  23 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
2.79/2.82	c   2.5s|     1 |     0 |  2193 |     - |4804k|   0 | 407 | 706 | 838 | 706 |1405 |  42 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
3.39/3.40	c   3.1s|     1 |     0 |  2414 |     - |5926k|   0 | 416 | 706 | 838 | 706 |1419 |  56 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
7.88/7.91	c   7.5s|     1 |     2 |  2414 |     - |5926k|   0 | 416 | 706 | 838 | 706 |1419 |  56 |   0 |  11 |-2.500000e+01 |-7.000000e+00 |  72.00%
22.39/22.42	o -9
22.39/22.42	c R21.9s|    10 |     9 |  7617 | 578.1 |5759k|   9 |  95 | 706 | 838 | 706 | 803 | 485 |   0 | 220 |-2.500000e+01 |-9.000000e+00 |  64.00%
35.48/35.51	o -11
35.48/35.51	c p34.8s|    39 |    34 | 32313 | 786.8 |5909k|  13 |   - | 706 | 844 | 706 |1042 |2194 |   6 | 359 |-2.483129e+01 |-1.100000e+01 |  55.70%
72.17/72.28	o -12
72.17/72.28	c f70.9s|   160 |   148 |143003 | 884.2 |6453k|  19 |   - | 706 | 868 | 706 | 865 |6619 |  32 | 489 |-2.293508e+01 |-1.200000e+01 |  47.68%
125.76/125.88	o -13
125.76/125.88	c f 123s|   300 |   259 |304276 |1009.6 |6722k|  21 |   - | 706 | 911 | 706 | 930 |  11k|  76 | 848 |-2.180239e+01 |-1.300000e+01 |  40.37%
447.89/448.08	o -14
447.89/448.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.89/448.08	c * 437s|  8676 |   761 |  1425k| 164.1 |9097k|  43 |   - | 706 |1048 | 706 | 934 |  53k| 344 |3356 |-1.961178e+01 |-1.400000e+01 |  28.61%
500.77/500.93	c   488s| 10000 |   847 |  1598k| 159.7 |9669k|  43 |   - | 706 |1018 | 706 | 929 |  60k| 357 |3822 |-1.948687e+01 |-1.400000e+01 |  28.16%
855.68/855.95	c   835s| 20000 |  1367 |  2892k| 144.5 |  12M|  43 | 184 | 706 |1004 | 706 | 942 | 109k| 412 |5534 |-1.884965e+01 |-1.400000e+01 |  25.73%
1188.50/1188.81	c  1161s| 30000 |  1835 |  4113k| 137.0 |  15M|  54 | 157 | 706 |1013 | 706 | 902 | 153k| 445 |6763 |-1.846896e+01 |-1.400000e+01 |  24.20%
1512.93/1513.39	c  1478s| 40000 |  2098 |  5309k| 132.7 |  17M|  54 | 142 | 706 |1006 | 706 | 943 | 196k| 474 |8144 |-1.816239e+01 |-1.400000e+01 |  22.92%
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.52	c 
1800.06/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.52	c Solving Time (sec) : 1759.38
1800.06/1800.52	c Solving Nodes      : 49517
1800.06/1800.52	c Primal Bound       : -1.40000000000000e+01 (13 solutions)
1800.06/1800.52	c Dual Bound         : -1.79475210109400e+01
1800.06/1800.52	c Gap                : 21.99 %
1800.06/1800.53	s SATISFIABLE
1800.06/1800.53	v x92 -x75 x70 x69 -x90 -x54 -x96 -x81 -x57 -x86 x64 -x72 x91 -x62 x53 x94 -x93 -x89 -x58 -x59 -x78 x97 x84 -x52 -x98 -x68 -x63 -x55 
1800.06/1800.53	v x80 -x65 -x87 -x79 -x99 -x51 -x95 -x88 x85 -x67 -x60 -x56 x82 -x74 x100 -x71 -x83 -x77 -x73 -x61 -x66 x76 -x50 x49 x48 -x47 
1800.06/1800.53	v -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.06/1800.53	v -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 x2 -x1 
1800.06/1800.53	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.53	c Solving Time       :    1759.38
1800.06/1800.53	c Original Problem   :
1800.06/1800.53	c   Problem name     : HOME/instance-2665318-1276671951.opb
1800.06/1800.53	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.53	c   Constraints      : 757 initial, 757 maximal
1800.06/1800.53	c Presolved Problem  :
1800.06/1800.53	c   Problem name     : t_HOME/instance-2665318-1276671951.opb
1800.06/1800.53	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.53	c   Constraints      : 757 initial, 1058 maximal
1800.06/1800.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.53	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.53	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.53	c   and              :       0.07          0          0          0          0          0          0          0          0
1800.06/1800.53	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.53	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.53	c   integral         :          0          0          0      27087          0        101       2165          0          0      52344
1800.06/1800.53	c   setppc           :        100          6     190966          1          0        125     121464          0          0          0
1800.06/1800.53	c   and              :        606      58163     190840          1          0        199    1473954     232349          0          0
1800.06/1800.53	c   linear           :          1+         7     190637          1          0          7       3260          0          0          0
1800.06/1800.53	c   logicor          :         50+         6      48895          1          0          5      48523          0          0          0
1800.06/1800.53	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.06/1800.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.53	c   integral         :     219.96       0.00       0.00     219.96       0.00
1800.06/1800.53	c   setppc           :       1.16       0.00       1.16       0.00       0.00
1800.06/1800.53	c   and              :      16.94       9.52       7.42       0.00       0.00
1800.06/1800.53	c   linear           :       1.95       0.00       1.95       0.00       0.00
1800.06/1800.53	c   logicor          :       0.93       0.00       0.93       0.00       0.00
1800.06/1800.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.53	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.53	c   vbounds          :       0.09          2          0          0
1800.06/1800.53	c   rootredcost      :       0.09          6          0          0
1800.06/1800.53	c   pseudoobj        :       1.01     191360          3        175
1800.06/1800.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.53	c   propagation      :       0.01        339        339        505       17.3          2       18.5          -
1800.06/1800.53	c   infeasible LP    :       0.04         52         52         95       22.3          0        0.0          0
1800.06/1800.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.53	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.53	c   applied globally :          -          -          -        490       11.8          -          -          -
1800.06/1800.53	c   applied locally  :          -          -          -          3       76.7          -          -          -
1800.06/1800.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.53	c   cut pool         :       0.00          5          -          -          8          -    (maximal pool size: 541)
1800.06/1800.53	c   redcost          :       2.64      60315          0     187443          0          0
1800.06/1800.53	c   impliedbounds    :       0.00          6          0          0         44          0
1800.06/1800.53	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.53	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.53	c   gomory           :       0.83          6          0          0        214          0
1800.06/1800.53	c   strongcg         :       0.76          6          0          0       1360          0
1800.06/1800.53	c   cmir             :       0.10          6          0          0          9          0
1800.06/1800.53	c   flowcover        :       0.11          6          0          0         12          0
1800.06/1800.53	c   clique           :       0.01          6          0          0         30          0
1800.06/1800.53	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.53	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.53	c   rapidlearning    :       0.28          1          0          0          0         81
1800.06/1800.53	c Pricers            :       Time      Calls       Vars
1800.06/1800.53	c   problem variables:       0.00          0          0
1800.06/1800.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.53	c   relpscost        :     219.88      27086        101       2165          0          0      52344
1800.06/1800.53	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.53	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.53	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.53	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.53	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.53	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.53	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.53	c   LP solutions     :       0.01          -          1
1800.06/1800.53	c   pseudo solutions :       0.00          -          0
1800.06/1800.53	c   feaspump         :       0.00          0          0
1800.06/1800.53	c   oneopt           :       0.05          6          0
1800.06/1800.53	c   crossover        :       0.48         12          0
1800.06/1800.53	c   linesearchdiving :      10.46         70          0
1800.06/1800.53	c   veclendiving     :      16.21         70          0
1800.06/1800.53	c   guideddiving     :      15.17         70          0
1800.06/1800.53	c   coefdiving       :      16.91         71          0
1800.06/1800.53	c   pscostdiving     :      16.66         71          1
1800.06/1800.53	c   fracdiving       :      15.01         71          2
1800.06/1800.53	c   rootsoldiving    :       4.26         36          0
1800.06/1800.53	c   objpscostdiving  :      12.33         36          0
1800.06/1800.53	c   trivial          :       0.00          2          3
1800.06/1800.53	c   simplerounding   :       0.13          0          0
1800.06/1800.53	c   zirounding       :       0.18       1000          0
1800.06/1800.53	c   rounding         :       7.21      15276          2
1800.06/1800.53	c   shifting         :       1.83       1664          2
1800.06/1800.53	c   intshifting      :       0.00          0          0
1800.06/1800.53	c   twoopt           :       0.00          0          0
1800.06/1800.53	c   fixandinfer      :       0.00          0          0
1800.06/1800.53	c   intdiving        :       0.00          0          0
1800.06/1800.53	c   actconsdiving    :       0.00          0          0
1800.06/1800.53	c   octane           :       0.00          0          0
1800.06/1800.53	c   rens             :       0.00          0          0
1800.06/1800.53	c   rins             :       0.00          0          0
1800.06/1800.53	c   localbranching   :       0.00          0          0
1800.06/1800.53	c   mutation         :       0.00          0          0
1800.06/1800.53	c   dins             :       0.00          0          0
1800.06/1800.53	c   undercover       :       0.10          1          1
1800.06/1800.53	c   nlp              :       0.03          0          0
1800.06/1800.53	c   trysol           :       0.07          0          0
1800.06/1800.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.53	c   primal LP        :     140.95          0          0       0.00       0.00
1800.06/1800.53	c   dual LP          :    1207.64      80923    5993946      74.07    4963.35
1800.06/1800.53	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.53	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.53	c   diving/probing LP:      97.25      25530     409303      16.03    4208.77
1800.06/1800.53	c   strong branching :     216.71       9008    1174343     130.37    5418.96
1800.06/1800.53	c     (at root node) :          -         11       9874     897.64          -
1800.06/1800.53	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.53	c B&B Tree           :
1800.06/1800.53	c   number of runs   :          1
1800.06/1800.53	c   nodes            :      49517
1800.06/1800.53	c   nodes (total)    :      49517
1800.06/1800.53	c   nodes left       :       2231
1800.06/1800.53	c   max depth        :         54
1800.06/1800.53	c   max depth (total):         54
1800.06/1800.53	c   backtracks       :       6943 (14.0%)
1800.06/1800.53	c   delayed cutoffs  :          5
1800.06/1800.53	c   repropagations   :       3883 (2452 domain reductions, 0 cutoffs)
1800.06/1800.53	c   avg switch length:       4.35
1800.06/1800.53	c   switching time   :     151.53
1800.06/1800.53	c Solution           :
1800.06/1800.53	c   Solutions found  :         13 (9 improvements)
1800.06/1800.53	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.06/1800.53	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 8676 nodes, 436.97 seconds, depth 29, found by <relaxation>)
1800.06/1800.53	c   Dual Bound       : -1.79475210109400e+01
1800.06/1800.53	c   Gap              :      21.99 %
1800.06/1800.53	c   Root Dual Bound  : -2.50000000000000e+01
1800.06/1800.53	c   Root Iterations  :       2414
1800.06/1800.57	c Time complete: 1800.13.

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-2665318-1276671951/watcher-2665318-1276671951 -o /tmp/evaluation-result-2665318-1276671951/solver-2665318-1276671951 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665318-1276671951.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.72 1.92 1.59 3/106 14385
/proc/meminfo: memFree=1580976/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=9288 CPUtime=0
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 1068 0 0 0 0 0 0 0 20 0 1 0 8487808 9510912 988 1992294400 4194304 9819077 140737323076544 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14385/statm: 2322 999 371 1374 0 943 0

[startup+0.095808 s]
/proc/loadavg: 1.72 1.92 1.59 3/106 14385
/proc/meminfo: memFree=1580976/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=14872 CPUtime=0.08
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3093 0 0 0 4 4 0 0 20 0 1 0 8487808 15228928 2403 1992294400 4194304 9819077 140737323076544 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 3718 2403 478 1374 0 2339 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14872

[startup+0.100809 s]
/proc/loadavg: 1.72 1.92 1.59 3/106 14385
/proc/meminfo: memFree=1580976/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=14872 CPUtime=0.09
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3093 0 0 0 4 5 0 0 20 0 1 0 8487808 15228928 2403 1992294400 4194304 9819077 140737323076544 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 3718 2403 478 1374 0 2339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14872

[startup+0.300826 s]
/proc/loadavg: 1.72 1.92 1.59 3/106 14385
/proc/meminfo: memFree=1580976/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=32220 CPUtime=0.29
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 8745 0 0 0 17 12 0 0 20 0 1 0 8487808 32993280 6169 1992294400 4194304 9819077 140737323076544 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 8055 6169 647 1374 0 6676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32220

[startup+0.70086 s]
/proc/loadavg: 1.72 1.92 1.59 3/106 14385
/proc/meminfo: memFree=1580976/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=32744 CPUtime=0.69
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 18443 0 0 0 44 25 0 0 21 0 1 0 8487808 33529856 6434 1992294400 4194304 9819077 140737323076544 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 8186 6434 710 1374 0 6807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32744

[startup+1.50093 s]
/proc/loadavg: 1.72 1.92 1.59 2/107 14386
/proc/meminfo: memFree=1562368/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=29524 CPUtime=1.49
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 19502 0 0 0 121 28 0 0 23 0 1 0 8487808 30232576 5972 1992294400 4194304 9819077 140737323076544 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 7381 5972 712 1374 0 6002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29524

[startup+3.10107 s]
/proc/loadavg: 1.72 1.92 1.59 2/107 14386
/proc/meminfo: memFree=1557532/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=33068 CPUtime=3.09
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 20691 0 0 0 280 29 0 0 25 0 1 0 8487808 33861632 6777 1992294400 4194304 9819077 140737323076544 18446744073709551615 7311961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 8267 6777 712 1374 0 6888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33068

[startup+6.30035 s]
/proc/loadavg: 1.67 1.91 1.59 2/107 14386
/proc/meminfo: memFree=1553440/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=38656 CPUtime=6.29
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 28900 0 0 0 596 33 0 0 25 0 1 0 8487808 39583744 7365 1992294400 4194304 9819077 140737323076544 18446744073709551615 7304801 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 9664 7365 718 1374 0 8285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38656

[startup+12.7019 s]
/proc/loadavg: 1.61 1.89 1.58 2/107 14386
/proc/meminfo: memFree=1553564/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=35496 CPUtime=12.69
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 35589 0 0 0 1230 39 0 0 25 0 1 0 8487808 36347904 7319 1992294400 4194304 9819077 140737323076544 18446744073709551615 7226231 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 8874 7319 731 1374 0 7495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35496

[startup+25.501 s]
/proc/loadavg: 1.48 1.85 1.57 2/107 14386
/proc/meminfo: memFree=1553564/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=35872 CPUtime=25.48
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 47143 0 0 0 2495 53 0 0 25 0 1 0 8487808 36732928 7325 1992294400 4194304 9819077 140737323076544 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 9026 7326 732 1374 0 7647 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35872

[startup+51.1013 s]
/proc/loadavg: 1.31 1.78 1.56 2/107 14388
/proc/meminfo: memFree=1553564/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=34800 CPUtime=51.08
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 93781 0 0 0 5022 86 0 0 25 0 1 0 8487808 35635200 7342 1992294400 4194304 9819077 140737323076544 18446744073709551615 7290496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 8700 7342 732 1374 0 7321 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34800

[startup+102.309 s]
/proc/loadavg: 1.13 1.66 1.52 2/107 14388
/proc/meminfo: memFree=1553440/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=35304 CPUtime=102.28
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 276834 0 0 0 10010 218 0 0 25 0 1 0 8487808 36151296 7385 1992294400 4194304 9819077 140737323076544 18446744073709551615 7221424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 8826 7387 739 1374 0 7447 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 35304

[startup+162.301 s]
/proc/loadavg: 1.13 1.55 1.49 2/107 14390
/proc/meminfo: memFree=1552324/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=36740 CPUtime=162.25
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 536422 0 0 0 15846 379 0 0 25 0 1 0 8487808 37621760 7672 1992294400 4194304 9819077 140737323076544 18446744073709551615 7292317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 9185 7672 750 1374 0 7806 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36740

[startup+222.301 s]
/proc/loadavg: 1.12 1.46 1.46 2/107 14392
/proc/meminfo: memFree=1550464/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=38476 CPUtime=222.24
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 776702 0 0 0 21699 525 0 0 25 0 1 0 8487808 39399424 8097 1992294400 4194304 9819077 140737323076544 18446744073709551615 6519535 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 9619 8097 750 1374 0 8240 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 38476

[startup+282.301 s]
/proc/loadavg: 1.11 1.39 1.44 2/107 14394
/proc/meminfo: memFree=1549596/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=39340 CPUtime=282.22
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 1014648 0 0 0 27535 687 0 0 25 0 1 0 8487808 40284160 8311 1992294400 4194304 9819077 140737323076544 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 9835 8311 750 1374 0 8456 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 39340

[startup+342.301 s]
/proc/loadavg: 1.10 1.33 1.41 2/107 14396
/proc/meminfo: memFree=1547736/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=41376 CPUtime=342.21
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 1211181 0 0 0 33394 827 0 0 25 0 1 0 8487808 42369024 8813 1992294400 4194304 9819077 140737323076544 18446744073709551615 7295923 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 10344 8813 750 1374 0 8965 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 41376

[startup+402.301 s]
/proc/loadavg: 1.09 1.29 1.39 2/107 14396
/proc/meminfo: memFree=1546248/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=42880 CPUtime=402.19
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 1441488 0 0 0 39233 986 0 0 25 0 1 0 8487808 43909120 9269 1992294400 4194304 9819077 140737323076544 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 10720 9269 750 1374 0 9341 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 42880

[startup+462.301 s]
/proc/loadavg: 1.03 1.23 1.36 2/107 14398
/proc/meminfo: memFree=1544760/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=45888 CPUtime=462.18
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 1659125 0 0 0 45080 1138 0 0 25 0 1 0 8487808 46989312 9487 1992294400 4194304 9819077 140737323076544 18446744073709551615 7311865 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11472 9487 750 1374 0 10093 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 45888

[startup+522.302 s]
/proc/loadavg: 1.01 1.19 1.34 2/107 14400
/proc/meminfo: memFree=1544636/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=44228 CPUtime=522.16
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 1892774 0 0 0 50929 1287 0 0 25 0 1 0 8487808 45289472 9544 1992294400 4194304 9819077 140737323076544 18446744073709551615 7304801 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11057 9546 750 1374 0 9678 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 44228

[startup+582.301 s]
/proc/loadavg: 1.00 1.15 1.31 2/107 14402
/proc/meminfo: memFree=1543768/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=44516 CPUtime=582.15
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 2052925 0 0 0 56807 1408 0 0 25 0 1 0 8487808 45584384 9721 1992294400 4194304 9819077 140737323076544 18446744073709551615 6391616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11129 9721 750 1374 0 9750 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 44516

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.29 2/107 14404
/proc/meminfo: memFree=1543644/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=44756 CPUtime=642.14
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 2241748 0 0 0 62676 1538 0 0 25 0 1 0 8487808 45830144 9723 1992294400 4194304 9819077 140737323076544 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11189 9723 750 1374 0 9810 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 44756

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.05 1.22 2/107 14410
/proc/meminfo: memFree=1542280/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=46540 CPUtime=882.08
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3102150 0 0 0 86088 2120 0 0 25 0 1 0 8487808 47656960 10112 1992294400 4194304 9819077 140737323076544 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11635 10112 750 1374 0 10256 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 46540

[startup+942.301 s]
/proc/loadavg: 1.00 1.04 1.20 2/107 14410
/proc/meminfo: memFree=1541164/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=47428 CPUtime=942.06
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3316911 0 0 0 91938 2268 0 0 25 0 1 0 8487808 48566272 10386 1992294400 4194304 9819077 140737323076544 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11857 10386 750 1374 0 10478 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 47428

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.18 2/107 14412
/proc/meminfo: memFree=1540172/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=47732 CPUtime=1002.05
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3447526 0 0 0 97829 2376 0 0 25 0 1 0 8487808 48877568 10589 1992294400 4194304 9819077 140737323076544 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 11933 10589 750 1374 0 10554 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 47732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 14414
/proc/meminfo: memFree=1539800/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=48452 CPUtime=1062.04
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3594322 0 0 0 103714 2490 0 0 25 0 1 0 8487808 49614848 10717 1992294400 4194304 9819077 140737323076544 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12113 10717 750 1374 0 10734 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 48452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 14416
/proc/meminfo: memFree=1539552/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=48884 CPUtime=1122.02
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3759752 0 0 0 109584 2618 0 0 25 0 1 0 8487808 50057216 10755 1992294400 4194304 9819077 140737323076544 18446744073709551615 7311653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12221 10755 750 1374 0 10842 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 48884

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 14418
/proc/meminfo: memFree=1538808/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=50016 CPUtime=1182.01
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 3940882 0 0 0 115451 2750 0 0 25 0 1 0 8487808 51216384 10959 1992294400 4194304 9819077 140737323076544 18446744073709551615 8648451 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12504 10959 750 1374 0 11125 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 50016

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 14420
/proc/meminfo: memFree=1538188/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=50340 CPUtime=1241.99
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 4143163 0 0 0 121304 2895 0 0 25 0 1 0 8487808 51548160 11059 1992294400 4194304 9819077 140737323076544 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12585 11059 750 1374 0 11206 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 50340

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 14420
/proc/meminfo: memFree=1537816/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=50768 CPUtime=1301.99
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 4360184 0 0 0 127153 3046 0 0 25 0 1 0 8487808 51986432 11140 1992294400 4194304 9819077 140737323076544 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12692 11143 750 1374 0 11313 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 50768

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 14422
/proc/meminfo: memFree=1536824/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=51600 CPUtime=1361.96
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 4551232 0 0 0 133016 3180 0 0 25 0 1 0 8487808 52838400 11351 1992294400 4194304 9819077 140737323076544 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12900 11351 750 1374 0 11521 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 51600

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 14424
/proc/meminfo: memFree=1536700/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=51692 CPUtime=1421.96
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 4744401 0 0 0 138883 3313 0 0 25 0 1 0 8487808 52932608 11413 1992294400 4194304 9819077 140737323076544 18446744073709551615 7290214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12923 11413 750 1374 0 11544 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 51692

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 14426
/proc/meminfo: memFree=1536204/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=51784 CPUtime=1481.93
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 4959261 0 0 0 144735 3458 0 0 25 0 1 0 8487808 53026816 11479 1992294400 4194304 9819077 140737323076544 18446744073709551615 7286340 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 12946 11479 750 1374 0 11567 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 51784

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 14428
/proc/meminfo: memFree=1534840/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=52816 CPUtime=1541.92
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5066458 0 0 0 150628 3564 0 0 25 0 1 0 8487808 54083584 11916 1992294400 4194304 9819077 140737323076544 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13204 11916 750 1374 0 11825 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 52816

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.08 2/107 14431
/proc/meminfo: memFree=1534096/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=53380 CPUtime=1601.9
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5176268 0 0 0 156522 3668 0 0 25 0 1 0 8487808 54661120 11970 1992294400 4194304 9819077 140737323076544 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13345 11970 750 1374 0 11966 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 53380

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.08 2/107 14433
/proc/meminfo: memFree=1534096/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=53348 CPUtime=1661.89
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5311982 0 0 0 162408 3781 0 0 25 0 1 0 8487808 54628352 11984 1992294400 4194304 9819077 140737323076544 18446744073709551615 6205347 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13337 11986 750 1374 0 11958 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 53348

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 14435
/proc/meminfo: memFree=1533848/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=55864 CPUtime=1721.87
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5458219 0 0 0 168286 3901 0 0 25 0 1 0 8487808 57204736 12069 1992294400 4194304 9819077 140737323076544 18446744073709551615 6191199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13966 12069 750 1374 0 12587 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 55864

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 14437
/proc/meminfo: memFree=1533600/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=54232 CPUtime=1781.86
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5605733 0 0 0 174155 4031 0 0 25 0 1 0 8487808 55533568 12147 1992294400 4194304 9819077 140737323076544 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13558 12147 750 1374 0 12179 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 54232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 14437
/proc/meminfo: memFree=1533600/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=54232 CPUtime=1800.06
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5650833 0 0 0 175937 4069 0 0 25 0 1 0 8487808 55533568 12133 1992294400 4194304 9819077 140737323076544 18446744073709551615 4677756 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13558 12133 750 1374 0 12179 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 54232

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 14437
/proc/meminfo: memFree=1533600/2059040 swapFree=4192956/4192956
[pid=14385] ppid=14383 vsize=54232 CPUtime=1800.06
/proc/14385/stat : 14385 (pbscip.linux.x8) R 14383 14385 14360 0 -1 4202496 5650833 0 0 0 175937 4069 0 0 25 0 1 0 8487808 55533568 12133 1992294400 4194304 9819077 140737323076544 18446744073709551615 4677756 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14385/statm: 13558 12133 750 1374 0 12179 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 54232

Child status: 0
Real time (s): 1800.57
CPU time (s): 1800.14
CPU user time (s): 1759.43
CPU system time (s): 40.7038
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 56496

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

runsolver used 3.10953 second user time and 8.37273 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 09:05:51
IDJOB=2665318
IDBENCH=48261
IDSOLVER=1168
FILE ID=node041/2665318-1276671951
PBS_JOBID= 11172541
Free space on /tmp= 62084 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_5.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-2665318-1276671951/watcher-2665318-1276671951 -o /tmp/evaluation-result-2665318-1276671951/solver-2665318-1276671951 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665318-1276671951.opb -t 1800 -m 1800

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

MD5SUM BENCH= 0619afe86d0e2ffb4ad28e9f2f441c24
RANDOM SEED=72946355

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581380 kB
Buffers:        124940 kB
Cached:         210872 kB
SwapCached:          0 kB
Active:         136020 kB
Inactive:       259056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581380 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6340 kB
Writeback:           0 kB
AnonPages:       59288 kB
Mapped:          15380 kB
Slab:            60736 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179224 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= 62080 MiB
End job on node041 at 2010-06-16 09:35:54