Trace number 2665422

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 solver? (TO) 1800.08 1800.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2665422-1276421338.opb>
0.09/0.10	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 5250 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.14	c presolving:
0.09/0.16	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1998 impls, 0 clqs
0.19/0.23	c (round 2) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5232 upgd conss, 1998 impls, 0 clqs
0.19/0.25	c (round 3) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5249 upgd conss, 1998 impls, 0 clqs
0.19/0.29	c    (0.1s) probing: 101/1999 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.29	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.29	c presolving (4 rounds):
0.19/0.29	c  1 deleted vars, 1 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.29	c  1998 implications, 0 cliques
0.19/0.29	c presolved problem has 1999 variables (1999 bin, 0 int, 0 impl, 0 cont) and 5249 constraints
0.19/0.29	c    5249 constraints of type <logicor>
0.19/0.29	c transformed objective value is always integral (scale: 1)
0.19/0.29	c Presolving Time: 0.13
0.19/0.29	c - non default parameters ----------------------------------------------------------------------
0.19/0.29	c # SCIP version 1.2.1.2
0.19/0.29	c 
0.19/0.29	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.29	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.29	c conflict/interconss = 0
0.19/0.29	c 
0.19/0.29	c # should binary conflicts be preferred?
0.19/0.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29	c conflict/preferbinary = TRUE
0.19/0.29	c 
0.19/0.29	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.29	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.29	c constraints/agelimit = 1
0.19/0.29	c 
0.19/0.29	c # should enforcement of pseudo solution be disabled?
0.19/0.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29	c constraints/disableenfops = TRUE
0.19/0.29	c 
0.19/0.29	c # frequency for displaying node information lines
0.19/0.29	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.29	c display/freq = 10000
0.19/0.29	c 
0.19/0.29	c # maximal time in seconds to run
0.19/0.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29	c limits/time = 1799.9
0.19/0.29	c 
0.19/0.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29	c limits/memory = 1620
0.19/0.29	c 
0.19/0.29	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.29	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.29	c lp/solvefreq = 0
0.19/0.29	c 
0.19/0.29	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.19/0.29	c # [type: char, range: {lafpsqd}, default: l]
0.19/0.29	c lp/pricing = a
0.19/0.29	c 
0.19/0.29	c # should presolving try to simplify inequalities
0.19/0.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29	c constraints/linear/simplifyinequalities = TRUE
0.19/0.29	c 
0.19/0.29	c # should presolving try to simplify knapsacks
0.19/0.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.29	c 
0.19/0.29	c # priority of node selection rule <dfs> in standard mode
0.19/0.29	c # [type: int, range: [-536870912,536870911], default: 0]
0.19/0.29	c nodeselection/dfs/stdpriority = 1000000
0.19/0.29	c 
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c start solving
0.19/0.30	c 
26.69/26.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.69/26.76	c  26.4s|     1 |     0 | 11809 |     - |  11M|   0 |1979 |1999 |5249 |1999 |5249 |   0 |   0 |   0 | 6.656667e+02 |      --      |    Inf 
73.86/73.95	c  73.1s|     1 |     2 | 11809 |     - |  11M|   0 |1979 |1999 |5249 |1999 |5249 |   0 |   0 |  17 | 6.656667e+02 |      --      |    Inf 
117.86/117.95	c   116s| 10000 |    76 | 11809 |   0.0 |  12M|  96 |   - |1999 |5364 |   0 |   0 |   0 |6417 |  17 | 6.664917e+02 |      --      |    Inf 
162.94/163.00	c   160s| 20000 |    74 | 11809 |   0.0 |  12M|  96 |   - |1999 |5445 |   0 |   0 |   0 |  13k|  17 | 6.664917e+02 |      --      |    Inf 
208.94/209.02	c   204s| 30000 |    70 | 11809 |   0.0 |  12M|  96 |   - |1999 |5546 |   0 |   0 |   0 |  20k|  17 | 6.664917e+02 |      --      |    Inf 
254.92/255.04	c   249s| 40000 |    70 | 11809 |   0.0 |  12M|  96 |   - |1999 |5636 |   0 |   0 |   0 |  26k|  17 | 6.664917e+02 |      --      |    Inf 
300.21/300.38	c   293s| 50000 |    68 | 11809 |   0.0 |  12M|  96 |   - |1999 |5797 |   0 |   0 |   0 |  33k|  17 | 6.664917e+02 |      --      |    Inf 
344.29/344.49	c   336s| 60000 |    66 | 11809 |   0.0 |  12M|  96 |   - |1999 |5884 |   0 |   0 |   0 |  40k|  17 | 6.664917e+02 |      --      |    Inf 
389.08/389.25	c   379s| 70000 |    64 | 11809 |   0.0 |  12M|  96 |   - |1999 |6155 |   0 |   0 |   0 |  47k|  17 | 6.664917e+02 |      --      |    Inf 
434.28/434.50	c   423s| 80000 |    63 | 11809 |   0.0 |  12M|  96 |   - |1999 |6140 |   0 |   0 |   0 |  53k|  17 | 6.664917e+02 |      --      |    Inf 
479.06/479.27	c   467s| 90000 |    66 | 11809 |   0.0 |  12M|  96 |   - |1999 |6216 |   0 |   0 |   0 |  60k|  17 | 6.664917e+02 |      --      |    Inf 
523.84/524.07	c   510s|100000 |    64 | 11809 |   0.0 |  12M|  96 |   - |1999 |6316 |   0 |   0 |   0 |  67k|  17 | 6.664917e+02 |      --      |    Inf 
569.12/569.40	c   554s|110000 |    71 | 11809 |   0.0 |  12M|  96 |   - |1999 |6340 |   0 |   0 |   0 |  74k|  17 | 6.664917e+02 |      --      |    Inf 
613.41/613.64	c   597s|120000 |    68 | 11809 |   0.0 |  12M|  96 |   - |1999 |6497 |   0 |   0 |   0 |  81k|  17 | 6.664917e+02 |      --      |    Inf 
657.90/658.16	c   641s|130000 |    69 | 11809 |   0.0 |  12M|  96 |   - |1999 |6611 |   0 |   0 |   0 |  87k|  17 | 6.664917e+02 |      --      |    Inf 
702.29/702.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.29/702.57	c   684s|140000 |    69 | 11809 |   0.0 |  12M|  96 |   - |1999 |6689 |   0 |   0 |   0 |  94k|  17 | 6.664917e+02 |      --      |    Inf 
748.17/748.49	c   728s|150000 |    61 | 11809 |   0.0 |  12M|  96 |   - |1999 |6805 |   0 |   0 |   0 | 101k|  17 | 6.664917e+02 |      --      |    Inf 
792.87/793.11	c   772s|160000 |    68 | 11809 |   0.0 |  12M|  96 |   - |1999 |6906 |   0 |   0 |   0 | 108k|  17 | 6.664917e+02 |      --      |    Inf 
837.35/837.61	c   815s|170000 |    64 | 11809 |   0.0 |  12M|  96 |   - |1999 |7089 |   0 |   0 |   0 | 115k|  17 | 6.664917e+02 |      --      |    Inf 
882.44/882.78	c   859s|180000 |    66 | 11809 |   0.0 |  12M|  96 |   - |1999 |7219 |   0 |   0 |   0 | 122k|  17 | 6.664917e+02 |      --      |    Inf 
927.83/928.16	c   903s|190000 |    67 | 11809 |   0.0 |  12M|  96 |   - |1999 |7222 |   0 |   0 |   0 | 129k|  17 | 6.664917e+02 |      --      |    Inf 
972.52/972.85	c   946s|200000 |    66 | 11809 |   0.0 |  12M|  96 |   - |1999 |7654 |   0 |   0 |   0 | 136k|  17 | 6.664917e+02 |      --      |    Inf 
1017.80/1018.18	c   991s|210000 |    65 | 11809 |   0.0 |  12M|  96 |   - |1999 |7532 |   0 |   0 |   0 | 142k|  17 | 6.664917e+02 |      --      |    Inf 
1062.59/1062.96	c  1034s|220000 |    67 | 11809 |   0.0 |  13M|  96 |   - |1999 |7675 |   0 |   0 |   0 | 150k|  17 | 6.664917e+02 |      --      |    Inf 
1108.09/1108.44	c  1078s|230000 |    63 | 11809 |   0.0 |  13M|  96 |   - |1999 |7731 |   0 |   0 |   0 | 156k|  17 | 6.664917e+02 |      --      |    Inf 
1153.27/1153.60	c  1122s|240000 |    63 | 11809 |   0.0 |  13M|  96 |   - |1999 |7824 |   0 |   0 |   0 | 163k|  17 | 6.664917e+02 |      --      |    Inf 
1198.86/1199.29	c  1167s|250000 |    65 | 11809 |   0.0 |  13M|  96 |   - |1999 |7921 |   0 |   0 |   0 | 170k|  17 | 6.664917e+02 |      --      |    Inf 
1245.65/1246.09	c  1212s|260000 |    67 | 11809 |   0.0 |  13M|  96 |   - |1999 |7978 |   0 |   0 |   0 | 176k|  17 | 6.664917e+02 |      --      |    Inf 
1290.53/1290.95	c  1256s|270000 |    62 | 11809 |   0.0 |  13M|  96 |   - |1999 |8026 |   0 |   0 |   0 | 183k|  17 | 6.664917e+02 |      --      |    Inf 
1336.62/1337.01	c  1301s|280000 |    63 | 11809 |   0.0 |  13M|  96 |   - |1999 |8192 |   0 |   0 |   0 | 190k|  17 | 6.664917e+02 |      --      |    Inf 
1382.42/1382.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1382.42/1382.83	c  1345s|290000 |    60 | 11809 |   0.0 |  13M|  96 |   - |1999 |8330 |   0 |   0 |   0 | 196k|  17 | 6.664917e+02 |      --      |    Inf 
1426.81/1427.28	c  1388s|300000 |    65 | 11809 |   0.0 |  13M|  96 |   - |1999 |8414 |   0 |   0 |   0 | 203k|  17 | 6.664917e+02 |      --      |    Inf 
1471.30/1471.80	c  1432s|310000 |    64 | 11809 |   0.0 |  13M|  96 |   - |1999 |8448 |   0 |   0 |   0 | 210k|  17 | 6.664917e+02 |      --      |    Inf 
1516.39/1516.82	c  1475s|320000 |    62 | 11809 |   0.0 |  13M|  96 |   - |1999 |8599 |   0 |   0 |   0 | 216k|  17 | 6.664917e+02 |      --      |    Inf 
1561.48/1561.96	c  1519s|330000 |    62 | 11809 |   0.0 |  13M|  96 |   - |1999 |8914 |   0 |   0 |   0 | 223k|  17 | 6.664917e+02 |      --      |    Inf 
1606.56/1607.09	c  1563s|340000 |    62 | 11809 |   0.0 |  13M|  96 |   - |1999 |9170 |   0 |   0 |   0 | 230k|  17 | 6.664917e+02 |      --      |    Inf 
1652.35/1652.82	c  1607s|350000 |    63 | 11809 |   0.0 |  13M|  96 |   - |1999 |8913 |   0 |   0 |   0 | 237k|  17 | 6.664917e+02 |      --      |    Inf 
1697.34/1697.87	c  1651s|360000 |    68 | 11809 |   0.0 |  13M|  96 |   - |1999 |9035 |   0 |   0 |   0 | 244k|  17 | 6.664917e+02 |      --      |    Inf 
1743.13/1743.65	c  1696s|370000 |    64 | 11809 |   0.0 |  13M|  96 |   - |1999 |9244 |   0 |   0 |   0 | 251k|  17 | 6.664917e+02 |      --      |    Inf 
1789.32/1789.86	c  1740s|380000 |    62 | 11809 |   0.0 |  13M|  96 |   - |1999 |9340 |   0 |   0 |   0 | 257k|  17 | 6.664917e+02 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.50	c 
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time (sec) : 1750.75
1800.02/1800.50	c Solving Nodes      : 382310
1800.02/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.50	c Dual Bound         : +6.66491657896982e+02
1800.02/1800.50	c Gap                : infinite
1800.02/1800.50	s UNKNOWN
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time       :    1750.75
1800.02/1800.50	c Original Problem   :
1800.02/1800.50	c   Problem name     : HOME/instance-2665422-1276421338.opb
1800.02/1800.50	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.50	c   Constraints      : 5250 initial, 5250 maximal
1800.02/1800.50	c Presolved Problem  :
1800.02/1800.50	c   Problem name     : t_HOME/instance-2665422-1276421338.opb
1800.02/1800.50	c   Variables        : 1999 (1999 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.50	c   Constraints      : 5249 initial, 9478 maximal
1800.02/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.02/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.51	c   linear           :       0.04          0          0          0          0          0          1          0          0
1800.02/1800.51	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.02/1800.51	c   logicor          :       5249+         1    8481995          0          0     223411   55930683          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :      39.33       0.00       0.00      39.33       0.00
1800.02/1800.51	c   logicor          :     386.73       0.00     386.73       0.00       0.00
1800.02/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       4.36          2          0          0
1800.02/1800.51	c   rootredcost      :       4.09          0          0          0
1800.02/1800.51	c   pseudoobj        :     842.05    8817003          0          0
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :      62.59     223411     223393     223393       52.5      35836       17.1          -
1800.02/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -     259229       47.6          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.51	c   redcost          :       0.00          1          0          0          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          1          0          0          0          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       3.52          1          0          0          0          0
1800.02/1800.51	c   strongcg         :       3.62          1          0          0          0          0
1800.02/1800.51	c   cmir             :       0.05          1          0          0          0          0
1800.02/1800.51	c   flowcover        :       0.03          1          0          0          0          0
1800.02/1800.51	c   clique           :       0.01          1          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.01          1          0          0          0          0
1800.02/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :      39.33          1          0          0          0          0          2
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :     166.11     251767          0          0          0          0     503534
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       0.00          -          0
1800.02/1800.51	c   pseudo solutions :       0.00          -          0
1800.02/1800.51	c   oneopt           :       0.28          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   trivial          :       0.02          2          0
1800.02/1800.51	c   simplerounding   :       0.00          0          0
1800.02/1800.51	c   zirounding       :       0.00          1          0
1800.02/1800.51	c   rounding         :       0.00          1          0
1800.02/1800.51	c   shifting         :       0.02          1          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   feaspump         :       0.11          1          0
1800.02/1800.51	c   coefdiving       :       0.00          0          0
1800.02/1800.51	c   pscostdiving     :       0.00          0          0
1800.02/1800.51	c   fracdiving       :       0.00          0          0
1800.02/1800.51	c   veclendiving     :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :       0.00          0          0
1800.02/1800.51	c   rootsoldiving    :       0.00          0          0
1800.02/1800.51	c   linesearchdiving :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.01          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c   undercover       :       0.00          0          0
1800.02/1800.51	c   nlp              :       0.32          0          0
1800.02/1800.51	c   trysol           :       0.22          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.51	c   dual LP          :      26.21          1      11809   11809.00     450.55
1800.02/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:       0.08          0          0       0.00       0.00
1800.02/1800.51	c   strong branching :      39.33         17      17000    1000.00     432.24
1800.02/1800.51	c     (at root node) :          -         17      17000    1000.00          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :     382310
1800.02/1800.51	c   nodes (total)    :     382310
1800.02/1800.51	c   nodes left       :         68
1800.02/1800.51	c   max depth        :         96
1800.02/1800.51	c   max depth (total):         96
1800.02/1800.51	c   backtracks       :      97957 (25.6%)
1800.02/1800.51	c   delayed cutoffs  :     121159
1800.02/1800.51	c   repropagations   :     379739 (23854963 domain reductions, 92869 cutoffs)
1800.02/1800.51	c   avg switch length:       2.88
1800.02/1800.51	c   switching time   :     154.55
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          0 (0 improvements)
1800.02/1800.51	c   Primal Bound     :          -
1800.02/1800.51	c   Dual Bound       : +6.66491657896982e+02
1800.02/1800.51	c   Gap              :   infinite
1800.02/1800.51	c   Root Dual Bound  : +6.65666666666665e+02
1800.02/1800.51	c   Root Iterations  :      11809
1800.02/1800.55	c Time complete: 1800.06.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665422-1276421338/watcher-2665422-1276421338 -o /tmp/evaluation-result-2665422-1276421338/solver-2665422-1276421338 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665422-1276421338.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: 0.92 0.98 0.99 3/107 22112
/proc/meminfo: memFree=1757988/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=9288 CPUtime=0
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 1134 0 0 0 0 0 0 0 18 0 1 0 15789518 9510912 1054 1992294400 4194304 9819077 140735441078832 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22112/statm: 2322 1062 371 1374 0 943 0

[startup+0.018302 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 22112
/proc/meminfo: memFree=1757988/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=12364 CPUtime=0.01
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 2043 0 0 0 1 0 0 0 18 0 1 0 15789518 12660736 1962 1992294400 4194304 9819077 140735441078832 18446744073709551615 4361606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22112/statm: 3091 1964 388 1374 0 1712 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12364

[startup+0.101309 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 22112
/proc/meminfo: memFree=1757988/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=14744 CPUtime=0.09
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 2612 0 0 0 9 0 0 0 20 0 1 0 15789518 15097856 2531 1992294400 4194304 9819077 140735441078832 18446744073709551615 8585119 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22112/statm: 3686 2531 388 1374 0 2307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14744

[startup+0.301326 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 22112
/proc/meminfo: memFree=1757988/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=29732 CPUtime=0.29
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 8189 0 0 0 24 5 0 0 20 0 1 0 15789518 30445568 6148 1992294400 4194304 9819077 140735441078832 18446744073709551615 5440734 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 7433 6148 518 1374 0 6054 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29732

[startup+0.701362 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 22112
/proc/meminfo: memFree=1757988/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=40188 CPUtime=0.69
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 10907 0 0 0 63 6 0 0 20 0 1 0 15789518 41152512 7952 1992294400 4194304 9819077 140735441078832 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 10047 7952 629 1374 0 8668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40188

[startup+1.50143 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 22113
/proc/meminfo: memFree=1728344/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=40744 CPUtime=1.49
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 12304 0 0 0 142 7 0 0 23 0 1 0 15789518 41721856 8000 1992294400 4194304 9819077 140735441078832 18446744073709551615 6391502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 10186 8000 630 1374 0 8807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40744

[startup+3.10158 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 22113
/proc/meminfo: memFree=1727600/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=40836 CPUtime=3.09
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 14486 0 0 0 301 8 0 0 25 0 1 0 15789518 41816064 8040 1992294400 4194304 9819077 140735441078832 18446744073709551615 7302703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 10209 8040 630 1374 0 8830 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40836

[startup+6.30086 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 22113
/proc/meminfo: memFree=1726980/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=42088 CPUtime=6.29
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 18331 0 0 0 618 11 0 0 25 0 1 0 15789518 43098112 8250 1992294400 4194304 9819077 140735441078832 18446744073709551615 7312735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 10522 8250 630 1374 0 9143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42088

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.99 2/108 22113
/proc/meminfo: memFree=1726484/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=43608 CPUtime=12.69
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 26847 0 0 0 1253 16 0 0 25 0 1 0 15789518 44654592 8415 1992294400 4194304 9819077 140735441078832 18446744073709551615 7318464 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 10902 8415 630 1374 0 9523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43608

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/108 22113
/proc/meminfo: memFree=1725492/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=45624 CPUtime=25.48
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 47148 0 0 0 2522 26 0 0 25 0 1 0 15789518 46718976 8513 1992294400 4194304 9819077 140735441078832 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 11406 8513 630 1374 0 10027 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45624

[startup+51.1009 s]
/proc/loadavg: 0.97 0.98 0.99 2/108 22113
/proc/meminfo: memFree=1725120/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=58736 CPUtime=51.07
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 83826 0 0 0 5060 47 0 0 25 0 1 0 15789518 60145664 8752 1992294400 4194304 9819077 140735441078832 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 14684 8752 681 1374 0 13305 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58736

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/108 22115
/proc/meminfo: memFree=1718176/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=56244 CPUtime=102.27
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 132390 0 0 0 10073 154 0 0 25 0 1 0 15789518 57593856 10456 1992294400 4194304 9819077 140735441078832 18446744073709551615 4240266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 14061 10456 687 1374 0 12682 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56244

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22117
/proc/meminfo: memFree=1715820/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=58424 CPUtime=162.24
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 132952 0 0 0 15906 318 0 0 25 0 1 0 15789518 59826176 11018 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 14606 11018 687 1374 0 13227 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 58424

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22119
/proc/meminfo: memFree=1714952/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=59420 CPUtime=222.23
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133187 0 0 0 21736 487 0 0 25 0 1 0 15789518 60846080 11253 1992294400 4194304 9819077 140735441078832 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 14855 11253 687 1374 0 13476 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 59420

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22121
/proc/meminfo: memFree=1714332/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=60128 CPUtime=282.21
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133346 0 0 0 27559 662 0 0 25 0 1 0 15789518 61571072 11412 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507728 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15032 11412 687 1374 0 13653 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 60128

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22121
/proc/meminfo: memFree=1713712/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=60720 CPUtime=342.19
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133478 0 0 0 33391 828 0 0 25 0 1 0 15789518 62177280 11544 1992294400 4194304 9819077 140735441078832 18446744073709551615 4740383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15180 11544 687 1374 0 13801 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 60720

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22123
/proc/meminfo: memFree=1713464/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=61016 CPUtime=402.18
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133549 0 0 0 39222 996 0 0 25 0 1 0 15789518 62480384 11615 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15254 11615 687 1374 0 13875 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 61016

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22125
/proc/meminfo: memFree=1712968/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=61324 CPUtime=462.16
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133645 0 0 0 45051 1165 0 0 25 0 1 0 15789518 62795776 11711 1992294400 4194304 9819077 140735441078832 18446744073709551615 4659942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15331 11711 687 1374 0 13952 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 61324

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22127
/proc/meminfo: memFree=1712472/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=61768 CPUtime=522.14
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133740 0 0 0 50875 1339 0 0 25 0 1 0 15789518 63250432 11806 1992294400 4194304 9819077 140735441078832 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15442 11806 687 1374 0 14063 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 61768

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22132
/proc/meminfo: memFree=1711728/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=61904 CPUtime=582.11
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133774 0 0 0 56709 1502 0 0 25 0 1 0 15789518 63389696 11840 1992294400 4194304 9819077 140735441078832 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15476 11840 687 1374 0 14097 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 61904

[startup+642.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/108 22132
/proc/meminfo: memFree=1711604/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=62048 CPUtime=642.1
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 133820 0 0 0 62541 1669 0 0 25 0 1 0 15789518 63537152 11886 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15512 11886 687 1374 0 14133 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 62048

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22140
/proc/meminfo: memFree=1710860/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=62940 CPUtime=882.04
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134014 0 0 0 85852 2352 0 0 25 0 1 0 15789518 64450560 12080 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15735 12080 687 1374 0 14356 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 62940

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22140
/proc/meminfo: memFree=1710612/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=63240 CPUtime=942.03
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134074 0 0 0 91686 2517 0 0 25 0 1 0 15789518 64757760 12140 1992294400 4194304 9819077 140735441078832 18446744073709551615 6180452 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15810 12140 687 1374 0 14431 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 63240

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22142
/proc/meminfo: memFree=1710612/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=63372 CPUtime=1002.01
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134095 0 0 0 97520 2681 0 0 25 0 1 0 15789518 64892928 12161 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15843 12161 687 1374 0 14464 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 63372

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22144
/proc/meminfo: memFree=1710364/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=63512 CPUtime=1062
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134151 0 0 0 103356 2844 0 0 25 0 1 0 15789518 65036288 12217 1992294400 4194304 9819077 140735441078832 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15878 12217 687 1374 0 14499 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 63512

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22146
/proc/meminfo: memFree=1710240/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=63820 CPUtime=1121.98
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134198 0 0 0 109190 3008 0 0 25 0 1 0 15789518 65351680 12264 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15955 12264 687 1374 0 14576 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 63820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22148
/proc/meminfo: memFree=1709992/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=63956 CPUtime=1181.97
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134227 0 0 0 115024 3173 0 0 25 0 1 0 15789518 65490944 12293 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 15989 12293 687 1374 0 14610 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 63956

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22148
/proc/meminfo: memFree=1709372/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=64392 CPUtime=1241.95
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134307 0 0 0 120856 3339 0 0 25 0 1 0 15789518 65937408 12373 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16098 12373 687 1374 0 14719 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 64392

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22150
/proc/meminfo: memFree=1709372/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=64392 CPUtime=1301.94
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134337 0 0 0 126690 3504 0 0 25 0 1 0 15789518 65937408 12403 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16098 12403 687 1374 0 14719 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 64392

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22152
/proc/meminfo: memFree=1709124/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=64672 CPUtime=1361.92
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134386 0 0 0 132516 3676 0 0 25 0 1 0 15789518 66224128 12452 1992294400 4194304 9819077 140735441078832 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16168 12452 687 1374 0 14789 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 64672

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22154
/proc/meminfo: memFree=1709000/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=64832 CPUtime=1421.91
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134419 0 0 0 138349 3842 0 0 25 0 1 0 15789518 66387968 12485 1992294400 4194304 9819077 140735441078832 18446744073709551615 4660129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16208 12485 687 1374 0 14829 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 64832

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 22156
/proc/meminfo: memFree=1708876/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=64984 CPUtime=1481.89
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134443 0 0 0 144187 4002 0 0 25 0 1 0 15789518 66543616 12509 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16246 12509 687 1374 0 14867 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 64984

[startup+1542.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/108 22156
/proc/meminfo: memFree=1708628/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65280 CPUtime=1541.87
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134501 0 0 0 150009 4178 0 0 25 0 1 0 15789518 66846720 12567 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16320 12567 687 1374 0 14941 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 65280

[startup+1602.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/108 22158
/proc/meminfo: memFree=1708504/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65280 CPUtime=1601.86
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134503 0 0 0 155832 4354 0 0 25 0 1 0 15789518 66846720 12569 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16320 12569 687 1374 0 14941 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 65280

[startup+1662.3 s]
/proc/loadavg: 1.12 1.04 1.00 3/108 22160
/proc/meminfo: memFree=1708256/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65552 CPUtime=1661.85
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134574 0 0 0 161662 4523 0 0 25 0 1 0 15789518 67125248 12640 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16388 12640 687 1374 0 15009 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 65552

[startup+1722.3 s]
/proc/loadavg: 1.11 1.05 1.00 2/108 22162
/proc/meminfo: memFree=1708008/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65684 CPUtime=1721.83
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134599 0 0 0 167487 4696 0 0 25 0 1 0 15789518 67260416 12665 1992294400 4194304 9819077 140735441078832 18446744073709551615 5507425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16421 12665 687 1374 0 15042 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 65684

[startup+1782.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/108 22164
/proc/meminfo: memFree=1707760/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65684 CPUtime=1781.82
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134605 0 0 0 173314 4868 0 0 25 0 1 0 15789518 67260416 12671 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16421 12671 687 1374 0 15042 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 65684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.03 1.03 1.00 2/108 22164
/proc/meminfo: memFree=1707760/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65820 CPUtime=1800.02
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134614 0 0 0 175084 4918 0 0 25 0 1 0 15789518 67399680 12680 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16455 12680 687 1374 0 15076 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 65820

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.03 1.03 1.00 2/108 22164
/proc/meminfo: memFree=1707760/2059040 swapFree=4140108/4192956
[pid=22112] ppid=22110 vsize=65820 CPUtime=1800.02
/proc/22112/stat : 22112 (pbscip.linux.x8) R 22110 22112 22087 0 -1 4202496 134614 0 0 0 175084 4918 0 0 25 0 1 0 15789518 67399680 12680 1992294400 4194304 9819077 140735441078832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22112/statm: 16455 12680 687 1374 0 15076 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 65820

Child status: 0
Real time (s): 1800.56
CPU time (s): 1800.08
CPU user time (s): 1750.89
CPU system time (s): 49.1905
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 65820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1750.89
system time used= 49.1905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 5541

runsolver used 2.99354 second user time and 8.48571 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-13 11:28:58
IDJOB=2665422
IDBENCH=2075
IDSOLVER=1168
FILE ID=node025/2665422-1276421338
PBS_JOBID= 11173304
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.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-2665422-1276421338/watcher-2665422-1276421338 -o /tmp/evaluation-result-2665422-1276421338/solver-2665422-1276421338 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665422-1276421338.opb -t 1800 -m 1800

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

MD5SUM BENCH= 8fb889bdb08324a2b9780b5ff988846e
RANDOM SEED=135563778

node025.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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
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:       1758392 kB
Buffers:         63984 kB
Cached:         146028 kB
SwapCached:       6600 kB
Active:         140676 kB
Inactive:        82444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758392 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            6588 kB
Writeback:           0 kB
AnonPages:       10916 kB
Mapped:          12804 kB
Slab:            55728 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182852 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= 62532 MiB
End job on node025 at 2010-06-13 11:59:00