Trace number 2666206

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 solverOPT4 4.00639 4.00966

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-rd73.b.opb
MD5SUMdfce4275740b480be21a5dfa4d39780e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.285955
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 variables220
Total number of constraints515
Number of constraints which are clauses515
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 constraint5
Maximum length of a constraint109
Number of terms in the objective function 220
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 220
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 220
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2666206-1276593215.opb>
0.00/0.03	c original problem has 220 variables (220 bin, 0 int, 0 impl, 0 cont) and 515 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 220
0.00/0.04	o 211
0.00/0.04	c feasible solution found by trivial heuristic, objective value  2.110000e+02
0.00/0.04	c presolving:
0.05/0.06	c (round 1) 0 del vars, 5 del conss, 0 chg bounds, 4 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.05/0.08	c (round 2) 0 del vars, 47 del conss, 0 chg bounds, 4 chg sides, 0 chg coeffs, 510 upgd conss, 0 impls, 0 clqs
0.05/0.09	c    (0.1s) probing: 101/220 (45.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.05/0.09	c presolving (3 rounds):
0.05/0.09	c  0 deleted vars, 47 deleted constraints, 0 tightened bounds, 0 added holes, 4 changed sides, 0 changed coefficients
0.05/0.09	c  0 implications, 0 cliques
0.05/0.09	c presolved problem has 220 variables (220 bin, 0 int, 0 impl, 0 cont) and 468 constraints
0.05/0.09	c     468 constraints of type <logicor>
0.05/0.09	c transformed objective value is always integral (scale: 1)
0.05/0.09	c Presolving Time: 0.04
0.05/0.09	c - non default parameters ----------------------------------------------------------------------
0.05/0.09	c # SCIP version 1.2.1.2
0.05/0.09	c 
0.05/0.09	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.05/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09	c conflict/interconss = 0
0.05/0.09	c 
0.05/0.09	c # should binary conflicts be preferred?
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c conflict/preferbinary = TRUE
0.05/0.09	c 
0.05/0.09	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.05/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.05/0.09	c constraints/agelimit = 1
0.05/0.09	c 
0.05/0.09	c # should enforcement of pseudo solution be disabled?
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/disableenfops = TRUE
0.05/0.09	c 
0.05/0.09	c # frequency for displaying node information lines
0.05/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.09	c display/freq = 10000
0.05/0.09	c 
0.05/0.09	c # maximal time in seconds to run
0.05/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09	c limits/time = 1799.98
0.05/0.09	c 
0.05/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09	c limits/memory = 1620
0.05/0.09	c 
0.05/0.09	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.05/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.09	c lp/solvefreq = 0
0.05/0.09	c 
0.05/0.09	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.05/0.09	c # [type: char, range: {lafpsqd}, default: l]
0.05/0.09	c lp/pricing = a
0.05/0.09	c 
0.05/0.09	c # should presolving try to simplify inequalities
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/linear/simplifyinequalities = TRUE
0.05/0.09	c 
0.05/0.09	c # should presolving try to simplify knapsacks
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.09	c 
0.05/0.09	c # priority of node selection rule <dfs> in standard mode
0.05/0.09	c # [type: int, range: [-536870912,536870911], default: 0]
0.05/0.09	c nodeselection/dfs/stdpriority = 1000000
0.05/0.09	c 
0.05/0.09	c -----------------------------------------------------------------------------------------------
0.05/0.09	c start solving
0.05/0.09	c 
0.05/0.09	o 189
0.05/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.09	c t 0.1s|     1 |     0 |     0 |     - |1501k|   0 |   - | 220 | 468 |   0 |   0 |   0 |   0 |   0 |      --      | 1.890000e+02 |    Inf 
0.09/0.10	o 9
0.09/0.10	c b 0.1s|     1 |     0 |     0 |     - |2168k|   0 |   - | 220 | 468 | 220 | 468 |   0 |   0 |   0 |      --      | 9.000000e+00 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    62 |     - |2165k|   0 |  25 | 220 | 468 | 220 | 468 |   0 |   0 |   0 | 3.023256e+00 | 9.000000e+00 | 197.69%
0.09/0.10	o 9
0.09/0.10	c s 0.1s|     1 |     0 |    62 |     - |2173k|   0 |  25 | 220 | 468 | 220 | 468 |   0 |   0 |   0 | 3.023256e+00 | 9.000000e+00 | 197.69%
0.09/0.10	o 6
0.09/0.10	c b 0.1s|     1 |     0 |    62 |     - |2178k|   0 |  25 | 220 | 468 | 220 | 468 |   0 |   0 |   0 | 3.023256e+00 | 6.000000e+00 |  98.46%
0.19/0.25	c   0.2s|     1 |     0 |   101 |     - |2319k|   0 |  43 | 220 | 468 | 220 | 469 |   1 |   0 |   0 | 3.333333e+00 | 6.000000e+00 |  80.00%
0.39/0.48	c   0.4s|     1 |     0 |   124 |     - |2554k|   0 |  43 | 220 | 468 | 220 | 470 |   2 |   0 |   0 | 3.333333e+00 | 6.000000e+00 |  80.00%
0.59/0.61	c   0.6s|     1 |     0 |   152 |     - |2777k|   0 |  39 | 220 | 468 | 220 | 471 |   3 |   0 |   0 | 3.333333e+00 | 6.000000e+00 |  80.00%
0.69/0.74	c   0.7s|     1 |     0 |   190 |     - |3002k|   0 |  25 | 220 | 468 | 220 | 472 |   4 |   0 |   0 | 3.333333e+00 | 6.000000e+00 |  80.00%
0.79/0.87	c   0.8s|     1 |     0 |   263 |     - |3080k|   0 |  48 | 220 | 468 | 220 | 473 |   5 |   0 |   0 | 3.333333e+00 | 6.000000e+00 |  80.00%
0.99/1.01	o 5
0.99/1.01	c E 0.9s|     1 |     0 |   263 |     - |3083k|   0 |  48 | 220 | 468 | 220 | 473 |   5 |   0 |   0 | 3.333333e+00 | 5.000000e+00 |  50.00%
0.99/1.02	c   0.9s|     1 |     0 |   263 |     - |3083k|   0 |  48 | 220 | 468 | 220 | 473 |   5 |   0 |   0 | 3.333333e+00 | 5.000000e+00 |  50.00%
0.99/1.10	c   1.0s|     1 |     0 |   263 |     - |3083k|   0 |  48 | 220 | 468 | 220 | 461 |   5 |   0 |   0 | 3.333333e+00 | 5.000000e+00 |  50.00%
1.39/1.41	c   1.3s|     1 |     0 |   390 |     - |3082k|   0 |  53 | 220 | 466 | 220 | 461 |   5 |   0 |   9 | 3.333333e+00 | 5.000000e+00 |  50.00%
1.49/1.55	c   1.4s|     1 |     0 |   467 |     - |3419k|   0 |  41 | 220 | 466 | 220 | 462 |   6 |   0 |   9 | 3.333333e+00 | 5.000000e+00 |  50.00%
1.79/1.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.88	c   1.8s|     1 |     0 |   487 |     - |3419k|   0 |  47 | 220 | 466 | 220 | 462 |   6 |   0 |  21 | 3.333333e+00 | 5.000000e+00 |  50.00%
1.99/2.07	c   1.9s|     1 |     0 |   501 |     - |3419k|   0 |  46 | 220 | 466 | 220 | 462 |   6 |   0 |  26 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.20/2.27	c   2.1s|     1 |     0 |   511 |     - |3419k|   0 |  44 | 220 | 466 | 220 | 462 |   6 |   0 |  32 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.29/2.34	c   2.2s|     1 |     0 |   585 |     - |3455k|   0 |  49 | 220 | 466 | 220 | 463 |   7 |   0 |  32 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.39/2.48	c   2.3s|     1 |     0 |   604 |     - |3455k|   0 |  46 | 220 | 466 | 220 | 463 |   7 |   0 |  39 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.49/2.55	c   2.4s|     1 |     0 |   668 |     - |3568k|   0 |  40 | 220 | 466 | 220 | 464 |   8 |   0 |  39 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.59/2.67	c   2.5s|     1 |     0 |   706 |     - |3567k|   0 |  42 | 220 | 465 | 220 | 464 |   8 |   0 |  44 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.69/2.80	c   2.6s|     1 |     0 |   765 |     - |3713k|   0 |  35 | 220 | 465 | 220 | 465 |   9 |   0 |  44 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.89/2.93	c   2.8s|     1 |     0 |   779 |     - |3713k|   0 |  32 | 220 | 465 | 220 | 465 |   9 |   0 |  52 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.99/3.02	c   2.9s|     1 |     0 |   832 |     - |3744k|   0 |  31 | 220 | 465 | 220 | 461 |  10 |   0 |  52 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.99/3.08	c   2.9s|     1 |     0 |   832 |     - |3744k|   0 |   - | 220 | 465 | 220 | 461 |  10 |   0 |  58 | 3.333333e+00 | 5.000000e+00 |  50.00%
2.99/3.08	c (run 1, node 1) restarting after 45 global fixings of integer variables
2.99/3.08	c 
2.99/3.08	c (restart) converted 5 cuts from the global cut pool into linear constraints
2.99/3.08	c 
2.99/3.09	c presolving:
2.99/3.09	c (round 1) 45 del vars, 106 del conss, 0 chg bounds, 0 chg sides, 18 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.09/3.10	c (round 2) 45 del vars, 106 del conss, 0 chg bounds, 0 chg sides, 18 chg coeffs, 5 upgd conss, 0 impls, 0 clqs
3.09/3.11	c presolving (3 rounds):
3.09/3.11	c  45 deleted vars, 106 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 18 changed coefficients
3.09/3.11	c  0 implications, 0 cliques
3.09/3.11	c presolved problem has 175 variables (175 bin, 0 int, 0 impl, 0 cont) and 364 constraints
3.09/3.11	c       5 constraints of type <knapsack>
3.09/3.11	c     359 constraints of type <logicor>
3.09/3.11	c transformed objective value is always integral (scale: 1)
3.09/3.11	c Presolving Time: 0.05
3.09/3.11	c 
3.09/3.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.12	c   3.0s|     1 |     0 |   868 |     - |2063k|   0 |  25 | 175 | 364 | 175 | 364 |   0 |   0 |  58 | 3.333333e+00 | 5.000000e+00 |  50.00%
3.20/3.24	c   3.1s|     1 |     0 |   883 |     - |2409k|   0 |  18 | 175 | 364 | 175 | 365 |   1 |   0 |  58 | 3.333333e+00 | 5.000000e+00 |  50.00%
3.29/3.34	c   3.2s|     1 |     0 |   905 |     - |2409k|   0 |  18 | 175 | 364 | 175 | 365 |   1 |   0 |  71 | 3.333333e+00 | 5.000000e+00 |  50.00%
3.39/3.40	c   3.2s|     1 |     0 |   931 |     - |2409k|   0 |  19 | 175 | 364 | 175 | 365 |   1 |   0 |  81 | 3.385992e+00 | 5.000000e+00 |  47.67%
3.39/3.43	c   3.2s|     1 |     0 |   951 |     - |2409k|   0 |  23 | 175 | 364 | 175 | 365 |   1 |   0 |  86 | 3.421232e+00 | 5.000000e+00 |  46.15%
3.39/3.45	c   3.3s|     1 |     0 |   963 |     - |2408k|   0 |  16 | 175 | 360 | 175 | 365 |   1 |   0 |  91 | 3.450915e+00 | 5.000000e+00 |  44.89%
3.39/3.47	c   3.3s|     1 |     0 |   971 |     - |2408k|   0 |  17 | 175 | 360 | 175 | 365 |   1 |   0 |  96 | 3.500000e+00 | 5.000000e+00 |  42.86%
3.39/3.48	c   3.3s|     1 |     0 |   979 |     - |2406k|   0 |  19 | 175 | 354 | 175 | 365 |   1 |   0 |  99 | 3.500000e+00 | 5.000000e+00 |  42.86%
3.49/3.51	c   3.3s|     1 |     0 |   989 |     - |2406k|   0 |  11 | 175 | 354 | 175 | 365 |   1 |   0 | 104 | 3.500000e+00 | 5.000000e+00 |  42.86%
3.49/3.51	c   3.3s|     1 |     0 |   990 |     - |2406k|   0 |  10 | 175 | 354 | 175 | 365 |   1 |   0 | 105 | 3.500000e+00 | 5.000000e+00 |  42.86%
3.49/3.51	c   3.3s|     1 |     2 |   990 |     - |2407k|   0 |  10 | 175 | 354 | 175 | 365 |   1 |   0 | 105 | 3.500000e+00 | 5.000000e+00 |  42.86%
3.49/3.51	c (run 2, node 1) restarting after 31 global fixings of integer variables
3.49/3.51	c 
3.49/3.52	c presolving:
3.49/3.52	c (round 1) 31 del vars, 67 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.49/3.53	c presolving (2 rounds):
3.49/3.53	c  31 deleted vars, 67 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.49/3.53	c  0 implications, 0 cliques
3.49/3.53	c presolved problem has 144 variables (144 bin, 0 int, 0 impl, 0 cont) and 287 constraints
3.49/3.53	c       5 constraints of type <knapsack>
3.49/3.53	c     282 constraints of type <logicor>
3.49/3.53	c transformed objective value is always integral (scale: 1)
3.49/3.53	c Presolving Time: 0.06
3.49/3.53	c 
3.49/3.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.54	c   3.4s|     1 |     0 |  1022 |     - |1904k|   0 |  11 | 144 | 287 | 144 | 287 |   0 |   0 | 105 | 3.500000e+00 | 5.000000e+00 |  42.86%
3.59/3.62	c   3.4s|     1 |     0 |  1055 |     - |1943k|   0 |  23 | 144 | 287 | 144 | 288 |   1 |   0 | 105 | 3.558104e+00 | 5.000000e+00 |  40.52%
3.59/3.65	c   3.5s|     1 |     0 |  1064 |     - |1943k|   0 |  36 | 144 | 287 | 144 | 288 |   1 |   0 | 112 | 3.569630e+00 | 5.000000e+00 |  40.07%
3.59/3.67	c   3.5s|     1 |     0 |  1069 |     - |1943k|   0 |  27 | 144 | 287 | 144 | 288 |   1 |   0 | 118 | 3.570990e+00 | 5.000000e+00 |  40.02%
3.59/3.69	c   3.5s|     1 |     0 |  1081 |     - |1943k|   0 |  21 | 144 | 287 | 144 | 288 |   1 |   0 | 123 | 3.589564e+00 | 5.000000e+00 |  39.29%
3.69/3.71	c   3.5s|     1 |     0 |  1093 |     - |1943k|   0 |  20 | 144 | 287 | 144 | 288 |   1 |   0 | 128 | 3.653846e+00 | 5.000000e+00 |  36.84%
3.69/3.73	c   3.5s|     1 |     0 |  1104 |     - |1943k|   0 |  12 | 144 | 287 | 144 | 288 |   1 |   0 | 139 | 3.700000e+00 | 5.000000e+00 |  35.14%
3.69/3.74	c   3.5s|     1 |     0 |  1104 |     - |1943k|   0 |   - | 144 | 287 | 144 | 288 |   1 |   0 | 146 | 3.700000e+00 | 5.000000e+00 |  35.14%
3.69/3.74	c (run 3, node 1) restarting after 29 global fixings of integer variables
3.69/3.74	c 
3.69/3.74	c (restart) converted 1 cuts from the global cut pool into linear constraints
3.69/3.74	c 
3.69/3.74	c presolving:
3.69/3.75	c (round 1) 29 del vars, 70 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
3.69/3.75	c (round 2) 29 del vars, 71 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
3.69/3.76	c presolving (3 rounds):
3.69/3.76	c  29 deleted vars, 71 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.69/3.76	c  0 implications, 0 cliques
3.69/3.76	c presolved problem has 115 variables (115 bin, 0 int, 0 impl, 0 cont) and 217 constraints
3.69/3.76	c       6 constraints of type <knapsack>
3.69/3.76	c     211 constraints of type <logicor>
3.69/3.76	c transformed objective value is always integral (scale: 1)
3.69/3.76	c Presolving Time: 0.07
3.69/3.76	c 
3.69/3.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.69/3.76	c   3.5s|     1 |     0 |  1129 |     - |1769k|   0 |  10 | 115 | 217 | 115 | 217 |   0 |   0 | 146 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.79/3.80	c   3.6s|     1 |     0 |  1134 |     - |1773k|   0 |   9 | 115 | 210 | 115 | 203 |   1 |   0 | 146 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.79/3.82	c   3.6s|     1 |     2 |  1134 |     - |1774k|   0 |   9 | 115 | 210 | 115 | 203 |   1 |   0 | 155 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.79/3.82	c (run 4, node 1) restarting after 11 global fixings of integer variables
3.79/3.82	c 
3.79/3.82	c (restart) converted 1 cuts from the global cut pool into linear constraints
3.79/3.82	c 
3.79/3.82	c presolving:
3.79/3.83	c (round 1) 11 del vars, 8 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 40 impls, 0 clqs
3.79/3.83	c presolving (2 rounds):
3.79/3.83	c  11 deleted vars, 8 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.79/3.83	c  40 implications, 0 cliques
3.79/3.83	c presolved problem has 104 variables (104 bin, 0 int, 0 impl, 0 cont) and 203 constraints
3.79/3.83	c       6 constraints of type <knapsack>
3.79/3.83	c     197 constraints of type <logicor>
3.79/3.83	c transformed objective value is always integral (scale: 1)
3.79/3.83	c Presolving Time: 0.08
3.79/3.83	c 
3.79/3.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.84	c   3.6s|     1 |     0 |  1172 |     - |1742k|   0 |  11 | 104 | 203 | 104 | 203 |   0 |   0 | 155 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.79/3.87	c   3.7s|     1 |     0 |  1183 |     - |1752k|   0 |  20 | 104 | 203 | 104 | 204 |   1 |   0 | 155 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.79/3.89	c   3.7s|     1 |     0 |  1195 |     - |1752k|   0 |  16 | 104 | 202 | 104 | 204 |   1 |   0 | 168 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.89/3.90	c   3.7s|     1 |     0 |  1201 |     - |1751k|   0 |   6 | 104 | 201 | 104 | 204 |   1 |   0 | 173 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.89/3.91	c   3.7s|     1 |     2 |  1201 |     - |1755k|   0 |   6 | 104 | 201 | 104 | 204 |   1 |   0 | 176 | 4.000000e+00 | 5.000000e+00 |  25.00%
3.89/3.99	o 4
3.89/3.99	c * 3.8s|   315 |     0 |  1201 |   0.0 |1793k|  56 |   - | 104 | 209 |   0 |   0 |   1 | 174 | 176 | 4.000000e+00 | 4.000000e+00 |   0.00%
3.89/3.99	c 
3.89/3.99	c SCIP Status        : problem is solved [optimal solution found]
3.89/3.99	c Solving Time (sec) : 3.77
3.89/3.99	c Solving Nodes      : 315 (total of 319 nodes in 5 runs)
3.89/3.99	c Primal Bound       : +4.00000000000000e+00 (11 solutions)
3.89/3.99	c Dual Bound         : +4.00000000000000e+00
3.89/3.99	c Gap                : 0.00 %
3.89/3.99	s OPTIMUM FOUND
3.89/3.99	v -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 
3.89/3.99	v -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 
3.89/3.99	v -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
3.89/3.99	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
3.89/3.99	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
3.89/3.99	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 
3.89/3.99	v -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 
3.89/3.99	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
3.89/3.99	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 
3.89/3.99	v x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
3.89/3.99	c SCIP Status        : problem is solved [optimal solution found]
3.89/3.99	c Solving Time       :       3.77
3.89/3.99	c Original Problem   :
3.89/3.99	c   Problem name     : HOME/instance-2666206-1276593215.opb
3.89/3.99	c   Variables        : 220 (220 binary, 0 integer, 0 implicit integer, 0 continuous)
3.89/3.99	c   Constraints      : 515 initial, 515 maximal
3.89/3.99	c Presolved Problem  :
3.89/3.99	c   Problem name     : t_HOME/instance-2666206-1276593215.opb
3.89/3.99	c   Variables        : 104 (104 binary, 0 integer, 0 implicit integer, 0 continuous)
3.89/3.99	c   Constraints      : 203 initial, 220 maximal
3.89/3.99	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
3.89/3.99	c   trivial          :       0.00        116          0          0          0          0          0          0          0
3.89/3.99	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
3.89/3.99	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
3.89/3.99	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
3.89/3.99	c   implics          :       0.00          0          0          0          0          0          0          0          0
3.89/3.99	c   probing          :       0.01          0          0          0          0          0          0          0          0
3.89/3.99	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
3.89/3.99	c   linear           :       0.02          0          0          0          0          0          5          4         18
3.89/3.99	c   logicor          :       0.03          0          0          0          0          0        294          0          0
3.89/3.99	c   root node        :          -        126          -          -        126          -          -          -          -
3.89/3.99	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
3.89/3.99	c   integral         :          0          0          0         27          0          0        109          0          0          6
3.89/3.99	c   knapsack         :          6          4        866          0          0         13          6          0          0          0
3.89/3.99	c   logicor          :        197+        18        667          0          0        143       1213          0          0          0
3.89/3.99	c   countsols        :          0          0          0          0          1          0          0          0          0          0
3.89/3.99	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
3.89/3.99	c   integral         :       1.65       0.00       0.00       1.65       0.00
3.89/3.99	c   knapsack         :       0.08       0.06       0.02       0.00       0.00
3.89/3.99	c   logicor          :       0.00       0.00       0.00       0.00       0.00
3.89/3.99	c   countsols        :       0.00       0.00       0.00       0.00       0.00
3.89/3.99	c Propagators        :       Time      Calls    Cutoffs    DomReds
3.89/3.99	c   vbounds          :       0.00          6          0          0
3.89/3.99	c   rootredcost      :       0.00          0          0          0
3.89/3.99	c   pseudoobj        :       0.04        902         10       4826
3.89/3.99	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
3.89/3.99	c   propagation      :       0.01        153        153        153       14.5         23        7.5          -
3.89/3.99	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
3.89/3.99	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
3.89/3.99	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
3.89/3.99	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
3.89/3.99	c   applied globally :          -          -          -        157       10.8          -          -          -
3.89/3.99	c   applied locally  :          -          -          -         17       36.4          -          -          -
3.89/3.99	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
3.89/3.99	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 2)
3.89/3.99	c   redcost          :       0.00         18          0         17          0          0
3.89/3.99	c   impliedbounds    :       0.00         18          0          0          0          0
3.89/3.99	c   intobj           :       0.00          0          0          0          0          0
3.89/3.99	c   cgmip            :       0.00          0          0          0          0          0
3.89/3.99	c   gomory           :       0.78         18          0          0       1609          0
3.89/3.99	c   strongcg         :       0.60         18          0          0       2575          0
3.89/3.99	c   cmir             :       0.05         14          0          0          0          0
3.89/3.99	c   flowcover        :       0.14         14          0          0          0          0
3.89/3.99	c   clique           :       0.00          5          0          0          0          0
3.89/3.99	c   zerohalf         :       0.00          0          0          0          0          0
3.89/3.99	c   mcf              :       0.01          5          0          0          0          0
3.89/3.99	c   rapidlearning    :       0.00          0          0          0          0          0
3.89/3.99	c Pricers            :       Time      Calls       Vars
3.89/3.99	c   problem variables:       0.00          0          0
3.89/3.99	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
3.89/3.99	c   relpscost        :       1.65         27          0        109          0          0          6
3.89/3.99	c   pscost           :       0.00          0          0          0          0          0          0
3.89/3.99	c   inference        :       0.01        230          0          0          0          0        460
3.89/3.99	c   mostinf          :       0.00          0          0          0          0          0          0
3.89/3.99	c   leastinf         :       0.00          0          0          0          0          0          0
3.89/3.99	c   fullstrong       :       0.00          0          0          0          0          0          0
3.89/3.99	c   allfullstrong    :       0.00          0          0          0          0          0          0
3.89/3.99	c   random           :       0.00          0          0          0          0          0          0
3.89/3.99	c Primal Heuristics  :       Time      Calls      Found
3.89/3.99	c   LP solutions     :       0.00          -          0
3.89/3.99	c   pseudo solutions :       0.00          -          1
3.89/3.99	c   crossover        :       0.00          0          0
3.89/3.99	c   oneopt           :       0.00          4          2
3.89/3.99	c   trivial          :       0.00          2          4
3.89/3.99	c   simplerounding   :       0.00          8          0
3.89/3.99	c   zirounding       :       0.00          2          0
3.89/3.99	c   rounding         :       0.01         41          0
3.89/3.99	c   shifting         :       0.03         41          3
3.89/3.99	c   intshifting      :       0.00          0          0
3.89/3.99	c   twoopt           :       0.00          0          0
3.89/3.99	c   fixandinfer      :       0.00          0          0
3.89/3.99	c   feaspump         :       0.00          0          0
3.89/3.99	c   coefdiving       :       0.00          0          0
3.89/3.99	c   pscostdiving     :       0.00          0          0
3.89/3.99	c   fracdiving       :       0.00          0          0
3.89/3.99	c   veclendiving     :       0.00          0          0
3.89/3.99	c   intdiving        :       0.00          0          0
3.89/3.99	c   actconsdiving    :       0.00          0          0
3.89/3.99	c   objpscostdiving  :       0.00          0          0
3.89/3.99	c   rootsoldiving    :       0.00          0          0
3.89/3.99	c   linesearchdiving :       0.00          0          0
3.89/3.99	c   guideddiving     :       0.00          0          0
3.89/3.99	c   octane           :       0.00          0          0
3.89/3.99	c   rens             :       0.06          1          1
3.89/3.99	c   rins             :       0.00          0          0
3.89/3.99	c   localbranching   :       0.00          0          0
3.89/3.99	c   mutation         :       0.00          0          0
3.89/3.99	c   dins             :       0.00          0          0
3.89/3.99	c   undercover       :       0.00          0          0
3.89/3.99	c   nlp              :       0.00          0          0
3.89/3.99	c   trysol           :       0.00          0          0
3.89/3.99	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
3.89/3.99	c   primal LP        :       0.00          0          0       0.00          -
3.89/3.99	c   dual LP          :       0.18         41       1201      29.29    6672.22
3.89/3.99	c   lex dual LP      :       0.00          0          0       0.00          -
3.89/3.99	c   barrier LP       :       0.00          0          0       0.00          -
3.89/3.99	c   diving/probing LP:       0.00          0          0       0.00          -
3.89/3.99	c   strong branching :       1.65        176      14177      80.55    8592.12
3.89/3.99	c     (at root node) :          -        176      14177      80.55          -
3.89/3.99	c   conflict analysis:       0.00          0          0       0.00          -
3.89/3.99	c B&B Tree           :
3.89/3.99	c   number of runs   :          5
3.89/3.99	c   nodes            :        315
3.89/3.99	c   nodes (total)    :        319
3.89/3.99	c   nodes left       :          0
3.89/3.99	c   max depth        :         56
3.89/3.99	c   max depth (total):         56
3.89/3.99	c   backtracks       :        100 (31.7%)
3.89/3.99	c   delayed cutoffs  :        116
3.89/3.99	c   repropagations   :        238 (2836 domain reductions, 83 cutoffs)
3.89/3.99	c   avg switch length:       2.65
3.89/3.99	c   switching time   :       0.01
3.89/3.99	c Solution           :
3.89/3.99	c   Solutions found  :         11 (8 improvements)
3.89/3.99	c   First Solution   : +2.20000000000000e+02   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
3.89/3.99	c   Primal Bound     : +4.00000000000000e+00   (in run 5, after 315 nodes, 3.77 seconds, depth 35, found by <relaxation>)
3.89/3.99	c   Dual Bound       : +4.00000000000000e+00
3.89/3.99	c   Gap              :       0.00 %
3.89/3.99	c   Root Dual Bound  : +4.00000000000000e+00
3.89/3.99	c   Root Iterations  :       1201
3.99/4.00	c Time complete: 4.

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

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


[startup+0 s]
/proc/loadavg: 2.50 2.17 1.95 3/106 550
/proc/meminfo: memFree=1827128/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=6084 CPUtime=0
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 491 0 0 0 0 0 0 0 25 0 1 0 32973361 6230016 411 1992294400 4194304 9819077 140735421343264 18446744073709551615 8857118 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/550/statm: 1521 416 310 1374 0 142 0

[startup+0.0531559 s]
/proc/loadavg: 2.50 2.17 1.95 3/106 550
/proc/meminfo: memFree=1827128/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=15004 CPUtime=0.05
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 2883 0 0 0 4 1 0 0 18 0 1 0 32973361 15364096 2449 1992294400 4194304 9819077 140735421343264 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 3751 2449 484 1374 0 2372 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15004

[startup+0.101165 s]
/proc/loadavg: 2.50 2.17 1.95 3/106 550
/proc/meminfo: memFree=1827128/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=17808 CPUtime=0.09
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 4187 0 0 0 7 2 0 0 18 0 1 0 32973361 18235392 3236 1992294400 4194304 9819077 140735421343264 18446744073709551615 5398922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 4452 3236 557 1374 0 3073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17808

[startup+0.301201 s]
/proc/loadavg: 2.50 2.17 1.95 3/106 550
/proc/meminfo: memFree=1827128/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=25756 CPUtime=0.29
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 5945 0 0 0 27 2 0 0 18 0 1 0 32973361 26374144 4931 1992294400 4194304 9819077 140735421343264 18446744073709551615 8494958 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 6439 4931 661 1374 0 5060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25756

[startup+0.701273 s]
/proc/loadavg: 2.50 2.17 1.95 3/106 550
/proc/meminfo: memFree=1827128/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=27804 CPUtime=0.69
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 6609 0 0 0 66 3 0 0 18 0 1 0 32973361 28471296 5500 1992294400 4194304 9819077 140735421343264 18446744073709551615 7311953 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 6951 5500 663 1374 0 5572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27804

[startup+1.50142 s]
/proc/loadavg: 2.50 2.17 1.95 2/107 551
/proc/meminfo: memFree=1793516/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=34060 CPUtime=1.49
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 14886 0 0 0 141 8 0 0 20 0 1 0 32973361 34877440 6950 1992294400 4194304 9819077 140735421343264 18446744073709551615 6032147 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 8515 6950 714 1374 0 7136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34060

[startup+3.10171 s]
/proc/loadavg: 2.38 2.15 1.95 2/107 551
/proc/meminfo: memFree=1801204/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=31384 CPUtime=3.09
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 23342 0 0 0 295 14 0 0 18 0 1 0 32973361 32137216 6257 1992294400 4194304 9819077 140735421343264 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 7846 6257 714 1374 0 6467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31384

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

[startup+3.50178 s]
/proc/loadavg: 2.38 2.15 1.95 2/107 551
/proc/meminfo: memFree=1802692/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=32556 CPUtime=3.49
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 26296 0 0 0 333 16 0 0 18 0 1 0 32973361 33337344 6772 1992294400 4194304 9819077 140735421343264 18446744073709551615 7816519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 8139 6772 719 1374 0 6760 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 32556

[startup+3.90185 s]
/proc/loadavg: 2.38 2.15 1.95 2/107 551
/proc/meminfo: memFree=1802692/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=34432 CPUtime=3.89
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 34058 0 0 0 370 19 0 0 18 0 1 0 32973361 35258368 7047 1992294400 4194304 9819077 140735421343264 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/550/statm: 8608 7047 719 1374 0 7229 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 34432

[startup+4.00187 s]
/proc/loadavg: 2.38 2.15 1.95 2/107 551
/proc/meminfo: memFree=1802692/2059040 swapFree=4140296/4192956
[pid=550] ppid=548 vsize=32172 CPUtime=3.99
/proc/550/stat : 550 (pbscip.linux.x8) R 548 550 32136 0 -1 4202496 34222 0 0 0 380 19 0 0 18 0 1 0 32973361 32944128 6787 1992294400 4194304 9819077 140735421343264 18446744073709551615 4333569 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/550/statm: 8043 6787 721 1374 0 6664 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 32172

Child status: 0
Real time (s): 4.00966
CPU time (s): 4.00639
CPU user time (s): 3.80542
CPU system time (s): 0.200969
CPU usage (%): 99.9184
Max. virtual memory (cumulated for all children) (KiB): 44532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.80542
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34226
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= 6
involuntary context switches= 8

runsolver used 0.009998 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-15 11:13:35
IDJOB=2666206
IDBENCH=2864
IDSOLVER=1168
FILE ID=node027/2666206-1276593215
PBS_JOBID= 11173539
Free space on /tmp= 62536 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-PB06/manquiho/logic_synthesis/normalized-rd73.b.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-2666206-1276593215/watcher-2666206-1276593215 -o /tmp/evaluation-result-2666206-1276593215/solver-2666206-1276593215 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666206-1276593215.opb -t 1800 -m 1800

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

MD5SUM BENCH= dfce4275740b480be21a5dfa4d39780e
RANDOM SEED=1264497585

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827532 kB
Buffers:         27956 kB
Cached:         123876 kB
SwapCached:       5748 kB
Active:          87996 kB
Inactive:        76908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827532 kB
SwapTotal:     4192956 kB
SwapFree:      4140296 kB
Dirty:            6520 kB
Writeback:           0 kB
AnonPages:       11632 kB
Mapped:          13100 kB
Slab:            44748 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node027 at 2010-06-15 11:13:39