Trace number 1870564

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT-4 0.755884 0.756634

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_10_4_5.opb
MD5SUM9031daf4c6715fe6246dcc322bb303d7
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-4
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -4
Optimality of the best value was proved YES
Number of variables20
Total number of constraints31
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 10
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 10
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)92
Sum of products size (including duplicates)184
Number of different products46
Sum of products size92

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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1870564-1245212146.opb>
0.00/0.01	c original problem has 66 variables (66 bin, 0 int, 0 impl, 0 cont) and 77 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30 upgd conss, 388 impls, 20 clqs
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  2742 implications, 20 cliques
0.00/0.03	c presolved problem has 66 variables (66 bin, 0 int, 0 impl, 0 cont) and 77 constraints
0.00/0.03	c      20 constraints of type <setppc>
0.00/0.03	c      46 constraints of type <and>
0.00/0.03	c       1 constraints of type <linear>
0.00/0.03	c      10 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c OPT-NLC
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = c 1620
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = c 1791
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = c 10000
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving problem
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |   170 | 465k|   0 |  47 |  66 |  77 |  77 |  66 | 123 |   0 |   0 |   0 |-5.000000e+00 |      --      |    Inf 
0.00/0.04	o -1
0.00/0.04	c R 0.0s|     1 |     0 |   170 | 467k|   0 |  47 |  66 |  77 |  77 |  66 | 123 |   0 |   0 |   0 |-5.000000e+00 |-1.000000e+00 |  80.00%
0.04/0.05	c   0.0s|     1 |     0 |   190 | 562k|   0 |  38 |  66 |  77 |  77 |  66 | 149 |  26 |   0 |   0 |-5.000000e+00 |-1.000000e+00 |  80.00%
0.04/0.07	c   0.1s|     1 |     0 |   226 | 633k|   0 |  38 |  66 |  77 |  77 |  66 | 154 |  31 |   0 |   0 |-5.000000e+00 |-1.000000e+00 |  80.00%
0.04/0.09	c   0.1s|     1 |     0 |   279 | 667k|   0 |  37 |  66 |  77 |  77 |  66 | 159 |  36 |   0 |   0 |-4.966690e+00 |-1.000000e+00 |  79.87%
0.09/0.11	c   0.1s|     1 |     0 |   316 | 703k|   0 |  36 |  66 |  77 |  77 |  66 | 170 |  47 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.09/0.13	c   0.1s|     1 |     0 |   356 | 757k|   0 |  35 |  66 |  77 |  77 |  66 | 183 |  60 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.09/0.15	c   0.1s|     1 |     0 |   392 | 827k|   0 |  35 |  66 |  77 |  77 |  66 | 189 |  66 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.09/0.18	c   0.2s|     1 |     0 |   434 | 908k|   0 |  30 |  66 |  77 |  77 |  66 | 193 |  70 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.19/0.20	c   0.2s|     1 |     0 |   458 | 962k|   0 |  25 |  66 |  77 |  77 |  66 | 200 |  77 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.19/0.21	o -1
0.19/0.21	c s 0.2s|     1 |     0 |   458 | 963k|   0 |  25 |  66 |  77 |  77 |  66 | 200 |  77 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.19/0.23	c   0.2s|     1 |     0 |   481 | 994k|   0 |  29 |  66 |  77 |  77 |  66 | 204 |  81 |   0 |   0 |-4.500000e+00 |-1.000000e+00 |  77.78%
0.29/0.30	o -3
0.29/0.30	c E 0.3s|     1 |     0 |   481 | 995k|   0 |  29 |  66 |  77 |  77 |  66 | 204 |  81 |   0 |   0 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.29/0.31	c   0.3s|     1 |     0 |   481 | 995k|   0 |  29 |  66 |  77 |  77 |  66 | 204 |  81 |   0 |   0 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.29/0.33	c   0.3s|     1 |     0 |   522 |1041k|   0 |  29 |  66 |  77 |  77 |  66 | 206 |  83 |   0 |   0 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.49/0.59	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.59	c   0.6s|     1 |     0 |   603 |1001k|   0 |  23 |  66 |  61 |  61 |  66 | 123 |  83 |   0 |  22 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.59/0.60	c   0.6s|     1 |     0 |   638 |1043k|   0 |  25 |  66 |  61 |  61 |  66 | 133 |  93 |   0 |  22 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.59/0.62	c   0.6s|     1 |     2 |   638 |1044k|   0 |  25 |  66 |  61 |  61 |  66 | 133 |  93 |   0 |  30 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.59/0.62	c (run 1, node 1) restarting after 17 global fixings of integer variables
0.59/0.62	c 
0.59/0.62	(restart) converted 14 cuts from the global cut pool into linear constraints
0.59/0.62	c 
0.59/0.62	presolving:
0.59/0.62	c (round 1) 17 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c (round 2) 17 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 4 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c (round 3) 17 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 7 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c (round 4) 17 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 9 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c (round 5) 17 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 11 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c (round 6) 17 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 13 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c (round 7) 17 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 15 chg coeffs, 14 upgd conss, 2744 impls, 28 clqs
0.59/0.63	c presolving (8 rounds):
0.59/0.63	c  17 deleted vars, 3 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 15 changed coefficients
0.59/0.63	c  2744 implications, 28 cliques
0.59/0.63	c presolved problem has 49 variables (49 bin, 0 int, 0 impl, 0 cont) and 72 constraints
0.59/0.63	c       2 constraints of type <knapsack>
0.59/0.63	c      27 constraints of type <setppc>
0.59/0.63	c      32 constraints of type <and>
0.59/0.63	c       1 constraints of type <linear>
0.59/0.63	c      10 constraints of type <logicor>
0.59/0.63	c transformed objective value is always integral (scale: 1)
0.59/0.63	c Presolving Time: 0.01
0.59/0.63	c 
0.59/0.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.63	c   0.6s|     1 |     0 |   684 | 450k|   0 |  19 |  49 |  72 |  72 |  49 | 103 |   0 |   0 |  30 |-4.500000e+00 |-3.000000e+00 |  33.33%
0.59/0.64	c   0.6s|     1 |     0 |   722 | 458k|   0 |  28 |  49 |  72 |  72 |  49 | 104 |   2 |   0 |  30 |-4.445904e+00 |-3.000000e+00 |  32.52%
0.59/0.67	c   0.6s|     1 |     0 |   752 | 433k|   0 |  23 |  49 |  60 |  60 |  49 | 104 |   2 |   0 |  44 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.59/0.68	c   0.6s|     1 |     0 |   752 | 430k|   0 |   - |  49 |  60 |  60 |  49 | 104 |   2 |   0 |  60 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.59/0.68	c (run 2, node 1) restarting after 17 global fixings of integer variables
0.59/0.68	c 
0.59/0.68	(restart) converted 2 cuts from the global cut pool into linear constraints
0.59/0.68	c 
0.59/0.68	presolving:
0.59/0.68	c (round 1) 17 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 3 chg coeffs, 2 upgd conss, 2754 impls, 11 clqs
0.59/0.68	c (round 2) 17 del vars, 8 del conss, 0 chg bounds, 1 chg sides, 10 chg coeffs, 2 upgd conss, 2754 impls, 11 clqs
0.59/0.68	c (round 3) 17 del vars, 8 del conss, 0 chg bounds, 1 chg sides, 15 chg coeffs, 2 upgd conss, 2754 impls, 11 clqs
0.59/0.68	c (round 4) 17 del vars, 8 del conss, 0 chg bounds, 1 chg sides, 19 chg coeffs, 2 upgd conss, 2754 impls, 11 clqs
0.59/0.68	c (round 5) 17 del vars, 8 del conss, 0 chg bounds, 1 chg sides, 22 chg coeffs, 2 upgd conss, 2754 impls, 11 clqs
0.59/0.68	c (round 6) 17 del vars, 8 del conss, 0 chg bounds, 1 chg sides, 23 chg coeffs, 2 upgd conss, 2754 impls, 11 clqs
0.59/0.68	c presolving (7 rounds):
0.59/0.68	c  17 deleted vars, 8 deleted constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 23 changed coefficients
0.59/0.68	c  2754 implications, 11 cliques
0.59/0.68	c presolved problem has 32 variables (32 bin, 0 int, 0 impl, 0 cont) and 55 constraints
0.59/0.68	c       4 constraints of type <knapsack>
0.59/0.68	c      20 constraints of type <setppc>
0.59/0.68	c      22 constraints of type <and>
0.59/0.68	c       1 constraints of type <linear>
0.59/0.68	c       8 constraints of type <logicor>
0.59/0.68	c transformed objective value is always integral (scale: 1)
0.59/0.68	c Presolving Time: 0.02
0.59/0.68	c 
0.59/0.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.69	c   0.6s|     1 |     0 |   800 | 415k|   0 |  19 |  32 |  55 |  55 |  32 |  71 |   0 |   0 |  60 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.59/0.69	c   0.6s|     1 |     0 |   814 | 436k|   0 |  23 |  32 |  54 |  54 |  32 |  75 |   6 |   0 |  60 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.69/0.72	c   0.7s|     1 |     0 |   822 | 434k|   0 |  20 |  32 |  53 |  53 |  32 |  75 |   6 |   0 |  81 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.69/0.72	c   0.7s|     1 |     2 |   822 | 434k|   0 |  20 |  32 |  53 |  53 |  32 |  75 |   6 |   0 |  83 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.69/0.72	c (run 3, node 1) restarting after 3 global fixings of integer variables
0.69/0.72	c 
0.69/0.72	(restart) converted 3 cuts from the global cut pool into linear constraints
0.69/0.72	c 
0.69/0.72	presolving:
0.69/0.72	c (round 1) 3 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 3 upgd conss, 2760 impls, 8 clqs
0.69/0.73	c (round 2) 3 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 2 chg coeffs, 3 upgd conss, 2760 impls, 8 clqs
0.69/0.73	c presolving (3 rounds):
0.69/0.73	c  3 deleted vars, 1 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 2 changed coefficients
0.69/0.73	c  2760 implications, 8 cliques
0.69/0.73	c presolved problem has 29 variables (29 bin, 0 int, 0 impl, 0 cont) and 55 constraints
0.69/0.73	c       5 constraints of type <knapsack>
0.69/0.73	c      18 constraints of type <setppc>
0.69/0.73	c      22 constraints of type <and>
0.69/0.73	c       1 constraints of type <linear>
0.69/0.73	c       9 constraints of type <logicor>
0.69/0.73	c transformed objective value is always integral (scale: 1)
0.69/0.73	c Presolving Time: 0.02
0.69/0.73	c 
0.69/0.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.73	c   0.7s|     1 |     0 |   874 | 422k|   0 |  20 |  29 |  55 |  55 |  29 |  68 |   0 |   0 |  83 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.69/0.73	c   0.7s|     1 |     0 |   876 | 435k|   0 |  21 |  29 |  55 |  55 |  29 |  69 |   1 |   0 |  83 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.69/0.74	c   0.7s|     1 |     2 |   876 | 436k|   0 |  21 |  29 |  55 |  55 |  29 |  69 |   1 |   0 | 102 |-4.000000e+00 |-3.000000e+00 |  25.00%
0.69/0.74	o -4
0.69/0.74	c * 0.7s|     2 |     0 |   889 | 437k|   1 |   - |  29 |  55 |  45 |  29 |  38 |   5 |   0 | 102 |-4.000000e+00 |-4.000000e+00 |   0.00%
0.69/0.74	c 
0.69/0.74	c SCIP Status        : problem is solved [optimal solution found]
0.69/0.74	c Solving Time (sec) : 0.69
0.69/0.74	c Solving Nodes      : 2 (total of 5 nodes in 4 runs)
0.69/0.74	c Primal Bound       : -4.00000000000000e+00 (9 solutions)
0.69/0.74	c Dual Bound         : -4.00000000000000e+00
0.69/0.74	c Gap                : 0.00 %
0.69/0.74	c NODE         2
0.69/0.74	c DUAL BOUND   -4
0.69/0.74	c PRIMAL BOUND -4
0.69/0.74	c GAP          0
0.69/0.74	s OPTIMUM FOUND
0.69/0.74	v x18 -x15 -x11 x19 -x14 -x12 -x20 -x17 x13 x16 x10 -x9 -x8 x7 -x6 -x5 x4 -x3 x2 -x1 
0.69/0.74	c SCIP Status        : problem is solved [optimal solution found]
0.69/0.74	c Solving Time       :       0.69
0.69/0.74	c Original Problem   :
0.69/0.74	c   Problem name     : HOME/instance-1870564-1245212146.opb
0.69/0.74	c   Variables        : 66 (66 binary, 0 integer, 0 implicit integer, 0 continuous)
0.69/0.74	c   Constraints      : 77 initial, 77 maximal
0.69/0.74	c Presolved Problem  :
0.69/0.74	c   Problem name     : t_HOME/instance-1870564-1245212146.opb
0.69/0.74	c   Variables        : 29 (29 binary, 0 integer, 0 implicit integer, 0 continuous)
0.69/0.74	c   Constraints      : 55 initial, 55 maximal
0.69/0.74	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
0.69/0.74	c   trivial          :       0.00         37          0          0          0          0          0          0          0
0.69/0.74	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
0.69/0.74	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
0.69/0.74	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
0.69/0.74	c   implics          :       0.00          0          0          0          0          0          0          0          0
0.69/0.74	c   probing          :       0.01          0          0          0          0          0          0          0          0
0.69/0.74	c   knapsack         :       0.00          0          0          0          0          0          0          1         40
0.69/0.74	c   setppc           :       0.00          0          0          0          0          0          9          0          0
0.69/0.74	c   and              :       0.00          0          0          0          0          0          0          0          0
0.69/0.74	c   linear           :       0.00          0          0          0          0          0          0          0          0
0.69/0.74	c   logicor          :       0.00          0          0          0          0          0          3          0          0
0.69/0.74	c   root node        :          -         37          -          -         37          -          -          -          -
0.69/0.74	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
0.69/0.74	c   integral         :          0          0          0          8          0          0         15          0          0          6
0.69/0.74	c   knapsack         :          5          3         11          0          0          0          0          0          0          0
0.69/0.74	c   setppc           :         18         14        230          1          0          0          0          0          0          0
0.69/0.74	c   and              :         22         16        230          1          0          0         25         16          0          0
0.69/0.74	c   linear           :          1         14        230          1          0          0          0          0          0          0
0.69/0.74	c   logicor          :          9         14        137          1          0          0          1          0          0          0
0.69/0.74	c   countsols        :          0          0          0          1          0          0          0          0          0          0
0.69/0.74	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
0.69/0.74	c   integral         :       0.34       0.00       0.00       0.34       0.00
0.69/0.74	c   knapsack         :       0.00       0.00       0.00       0.00       0.00
0.69/0.74	c   setppc           :       0.00       0.00       0.00       0.00       0.00
0.69/0.74	c   and              :       0.00       0.00       0.00       0.00       0.00
0.69/0.74	c   linear           :       0.00       0.00       0.00       0.00       0.00
0.69/0.74	c   logicor          :       0.00       0.00       0.00       0.00       0.00
0.69/0.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00
0.69/0.74	c Propagators        :       Time      Calls    Cutoffs    DomReds
0.69/0.74	c   rootredcost      :       0.00          0          0          0
0.69/0.74	c   pseudoobj        :       0.00         23          0          0
0.69/0.74	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
0.69/0.74	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
0.69/0.74	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
0.69/0.74	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
0.69/0.74	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
0.69/0.74	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
0.69/0.74	c   applied globally :          -          -          -          0        0.0          -          -          -
0.69/0.74	c   applied locally  :          -          -          -          0        0.0          -          -          -
0.69/0.74	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
0.69/0.74	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 15)
0.69/0.74	c   redcost          :       0.00         16          0          2          0          0
0.69/0.74	c   impliedbounds    :       0.00         14          0          0         87          0
0.69/0.74	c   intobj           :       0.00          0          0          0          0          0
0.69/0.74	c   gomory           :       0.07         14          0          0        261          0
0.69/0.74	c   strongcg         :       0.06         14          0          0        965          0
0.69/0.74	c   cmir             :       0.00         13          0          0          8          0
0.69/0.74	c   flowcover        :       0.06         13          0          0         16          0
0.69/0.74	c   clique           :       0.01         14          0          0         76          0
0.69/0.74	c   zerohalf         :       0.00          0          0          0          0          0
0.69/0.74	c   mcf              :       0.00          4          0          0          0          0
0.69/0.74	c Pricers            :       Time      Calls       Vars
0.69/0.74	c   problem variables:       0.00          0          0
0.69/0.74	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
0.69/0.74	c   relpscost        :       0.34          7          0         15          0          0          6
0.69/0.74	c   pscost           :       0.00          0          0          0          0          0          0
0.69/0.74	c   inference        :       0.00          0          0          0          0          0          0
0.69/0.74	c   mostinf          :       0.00          0          0          0          0          0          0
0.69/0.74	c   leastinf         :       0.00          0          0          0          0          0          0
0.69/0.74	c   fullstrong       :       0.00          0          0          0          0          0          0
0.69/0.74	c   allfullstrong    :       0.00          0          0          0          0          0          0
0.69/0.74	c   random           :       0.00          0          0          0          0          0          0
0.69/0.74	c Primal Heuristics  :       Time      Calls      Found
0.69/0.74	c   LP solutions     :       0.00          -          1
0.69/0.74	c   pseudo solutions :       0.00          -          0
0.69/0.74	c   oneopt           :       0.00          1          0
0.69/0.75	c   simplerounding   :       0.00          0          0
0.69/0.75	c   rounding         :       0.00         22          1
0.69/0.75	c   shifting         :       0.00         21          6
0.69/0.75	c   intshifting      :       0.00          0          0
0.69/0.75	c   fixandinfer      :       0.00          0          0
0.69/0.75	c   feaspump         :       0.00          0          0
0.69/0.75	c   coefdiving       :       0.00          0          0
0.69/0.75	c   pscostdiving     :       0.00          0          0
0.69/0.75	c   fracdiving       :       0.00          0          0
0.69/0.75	c   veclendiving     :       0.00          0          0
0.69/0.75	c   intdiving        :       0.00          0          0
0.69/0.75	c   actconsdiving    :       0.00          0          0
0.69/0.75	c   objpscostdiving  :       0.00          0          0
0.69/0.75	c   rootsoldiving    :       0.00          0          0
0.69/0.75	c   linesearchdiving :       0.00          0          0
0.69/0.75	c   guideddiving     :       0.00          0          0
0.69/0.75	c   octane           :       0.00          0          0
0.69/0.75	c   rens             :       0.07          1          1
0.69/0.75	c   rins             :       0.00          0          0
0.69/0.75	c   localbranching   :       0.00          0          0
0.69/0.75	c   mutation         :       0.00          0          0
0.69/0.75	c   crossover        :       0.00          0          0
0.69/0.75	c   dins             :       0.00          0          0
0.69/0.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
0.69/0.75	c   primal LP        :       0.00          0          0       0.00          -
0.69/0.75	c   dual LP          :       0.06         23        889      38.65   14816.67
0.69/0.75	c   barrier LP       :       0.00          0          0       0.00          -
0.69/0.75	c   diving/probing LP:       0.00          0          0       0.00          -
0.69/0.75	c   strong branching :       0.34        102       5030      49.31   14794.12
0.69/0.75	c     (at root node) :          -        102       5030      49.31          -
0.69/0.75	c   conflict analysis:       0.00          0          0       0.00          -
0.69/0.75	c B&B Tree           :
0.69/0.75	c   number of runs   :          4
0.69/0.75	c   nodes            :          2
0.69/0.75	c   nodes (total)    :          5
0.69/0.75	c   nodes left       :          0
0.69/0.75	c   max depth        :          1
0.69/0.75	c   max depth (total):          1
0.69/0.75	c   backtracks       :          0 (0.0%)
0.69/0.75	c   delayed cutoffs  :          0
0.69/0.75	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
0.69/0.75	c   avg switch length:       2.00
0.69/0.75	c   switching time   :       0.00
0.69/0.75	c Solution           :
0.69/0.75	c   Solutions found  :          9 (4 improvements)
0.69/0.75	c   Primal Bound     : -4.00000000000000e+00   (in run 4, after 2 nodes, 0.69 seconds, depth 1, found by <relaxation>)
0.69/0.75	c   Dual Bound       : -4.00000000000000e+00
0.69/0.75	c   Gap              :       0.00 %
0.69/0.75	c   Root Dual Bound  : -4.00000000000000e+00
0.69/0.75	c Time complete: 0.75.

Verifier Data

OK	-4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870564-1245212146/watcher-1870564-1245212146 -o /tmp/evaluation-result-1870564-1245212146/solver-1870564-1245212146 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870564-1245212146.opb 

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.00 1.00 1.00 3/64 2582
/proc/meminfo: memFree=1804316/2055920 swapFree=4181368/4192956
[pid=2582] ppid=2580 vsize=4328 CPUtime=0
/proc/2582/stat : 2582 (pbscip.linux.x8) R 2580 2582 2258 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 188811794 4431872 463 1992294400 4194304 7823515 548682068736 18446744073709551615 6863653 0 0 4096 0 0 0 0 17 1 0 0
/proc/2582/statm: 1162 473 307 886 0 272 0

[startup+0.0453799 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2582
/proc/meminfo: memFree=1804316/2055920 swapFree=4181368/4192956
[pid=2582] ppid=2580 vsize=12904 CPUtime=0.04
/proc/2582/stat : 2582 (pbscip.linux.x8) R 2580 2582 2258 0 -1 4194304 2759 0 0 0 3 1 0 0 18 0 1 0 188811794 13213696 2387 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2582/statm: 3226 2387 543 886 0 2336 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12904

[startup+0.101389 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2582
/proc/meminfo: memFree=1804316/2055920 swapFree=4181368/4192956
[pid=2582] ppid=2580 vsize=13588 CPUtime=0.09
/proc/2582/stat : 2582 (pbscip.linux.x8) R 2580 2582 2258 0 -1 4194304 2956 0 0 0 8 1 0 0 18 0 1 0 188811794 13914112 2584 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2582/statm: 3397 2584 564 886 0 2507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13588

[startup+0.301423 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2582
/proc/meminfo: memFree=1804316/2055920 swapFree=4181368/4192956
[pid=2582] ppid=2580 vsize=22168 CPUtime=0.29
/proc/2582/stat : 2582 (pbscip.linux.x8) R 2580 2582 2258 0 -1 4194304 4809 0 0 0 27 2 0 0 19 0 1 0 188811794 22700032 4436 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2582/statm: 5542 4436 572 886 0 4652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22168

[startup+0.70149 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2582
/proc/meminfo: memFree=1804316/2055920 swapFree=4181368/4192956
[pid=2582] ppid=2580 vsize=14252 CPUtime=0.69
/proc/2582/stat : 2582 (pbscip.linux.x8) R 2580 2582 2258 0 -1 4194304 4825 0 0 0 65 4 0 0 22 0 1 0 188811794 14594048 2820 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2582/statm: 3563 2820 577 886 0 2673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14252

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

Child status: 0
Real time (s): 0.756634
CPU time (s): 0.755884
CPU user time (s): 0.701893
CPU system time (s): 0.053991
CPU usage (%): 99.9009
Max. virtual memory (cumulated for all children) (KiB): 22168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.701893
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4832
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= 2

runsolver used 0.004999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-17 06:15:46
IDJOB=1870564
IDBENCH=48281
IDSOLVER=683
FILE ID=node43/1870564-1245212146
PBS_JOBID= 9368381
Free space on /tmp= 66192 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_10_4_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870564-1245212146/watcher-1870564-1245212146 -o /tmp/evaluation-result-1870564-1245212146/solver-1870564-1245212146 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870564-1245212146.opb

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

MD5SUM BENCH= 9031daf4c6715fe6246dcc322bb303d7
RANDOM SEED=848919326

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.281
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.281
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804732 kB
Buffers:         59016 kB
Cached:         130656 kB
SwapCached:       5352 kB
Active:          82936 kB
Inactive:       114556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804732 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            9836 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            39664 kB
Committed_AS:   181336 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66184 MiB
End job on node43 at 2009-06-17 06:15:47