Trace number 3732402

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT5 10.8593 10.863

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-9sym.b.opb
MD5SUM62bf49287e0493f2a3b22f3319db306d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.092985
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables309
Total number of constraints963
Number of constraints which are clauses963
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 constraint4
Maximum length of a constraint87
Number of terms in the objective function 309
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 309
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 309
Number of bits of the biggest sum of numbers9
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3732402-1338691200.opb>
0.00/0.02	c original problem has 309 variables (309 bin, 0 int, 0 impl, 0 cont) and 963 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 309
0.00/0.03	o 294
0.00/0.03	c feasible solution found by trivial heuristic, objective value  2.940000e+02
0.00/0.03	c presolving:
0.00/0.06	c (round 1) 0 del vars, 4 del conss, 0 chg bounds, 3 chg sides, 0 chg coeffs, 959 upgd conss, 0 impls, 0 clqs
0.06/0.07	c    (0.0s) probing: 101/309 (32.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.06/0.07	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.06/0.07	c presolving (2 rounds):
0.06/0.07	c  0 deleted vars, 4 deleted constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 0 changed coefficients
0.06/0.07	c  0 implications, 0 cliques
0.06/0.07	c presolved problem has 309 variables (309 bin, 0 int, 0 impl, 0 cont) and 959 constraints
0.06/0.07	c     959 constraints of type <logicor>
0.06/0.07	c transformed objective value is always integral (scale: 1)
0.06/0.07	c Presolving Time: 0.04
0.06/0.07	c - non default parameters ----------------------------------------------------------------------
0.06/0.07	c # SCIP version 1.2.1.3
0.06/0.07	c 
0.06/0.07	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.06/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.07	c conflict/interconss = 0
0.06/0.07	c 
0.06/0.07	c # should binary conflicts be preferred?
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c conflict/preferbinary = TRUE
0.06/0.07	c 
0.06/0.07	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.06/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.07	c constraints/agelimit = 1
0.06/0.07	c 
0.06/0.07	c # should enforcement of pseudo solution be disabled?
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/disableenfops = TRUE
0.06/0.07	c 
0.06/0.07	c # frequency for displaying node information lines
0.06/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.07	c display/freq = 10000
0.06/0.07	c 
0.06/0.07	c # maximal time in seconds to run
0.06/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.07	c limits/time = 1789.98
0.06/0.07	c 
0.06/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.07	c limits/memory = 13950
0.06/0.07	c 
0.06/0.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.06/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.07	c lp/solvefreq = 0
0.06/0.07	c 
0.06/0.07	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.06/0.07	c # [type: char, range: {lafpsqd}, default: l]
0.06/0.07	c lp/pricing = a
0.06/0.07	c 
0.06/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.06/0.07	c # [type: int, range: [1,2], default: 1]
0.06/0.07	c timing/clocktype = 2
0.06/0.07	c 
0.06/0.07	c # should presolving try to simplify inequalities
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/linear/simplifyinequalities = TRUE
0.06/0.07	c 
0.06/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/indicator/addCouplingCons = TRUE
0.06/0.07	c 
0.06/0.07	c # should presolving try to simplify knapsacks
0.06/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.07	c 
0.06/0.07	c # priority of node selection rule <dfs> in standard mode
0.06/0.07	c # [type: int, range: [-536870912,536870911], default: 0]
0.06/0.07	c nodeselection/dfs/stdpriority = 1000000
0.06/0.07	c 
0.06/0.07	c -----------------------------------------------------------------------------------------------
0.06/0.07	c start solving
0.06/0.07	c 
0.06/0.07	o 291
0.06/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.06/0.07	c t 0.0s|     1 |     0 |     0 |     - |2449k|   0 |   - | 309 | 959 |   0 |   0 |   0 |   0 |   0 |      --      | 2.910000e+02 |    Inf 
0.06/0.08	o 14
0.06/0.08	c b 0.1s|     1 |     0 |     0 |     - |3879k|   0 |   - | 309 | 959 | 309 | 959 |   0 |   0 |   0 |      --      | 1.400000e+01 |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |    97 |     - |3876k|   0 |  16 | 309 | 959 | 309 | 959 |   0 |   0 |   0 | 4.083333e+00 | 1.400000e+01 | 242.86%
0.06/0.08	o 12
0.06/0.08	c b 0.1s|     1 |     0 |    97 |     - |3893k|   0 |  16 | 309 | 959 | 309 | 959 |   0 |   0 |   0 | 4.083333e+00 | 1.200000e+01 | 193.88%
0.09/0.19	c   0.2s|     1 |     0 |   109 |     - |4117k|   0 |  23 | 309 | 959 | 309 | 960 |   1 |   0 |   0 | 4.218750e+00 | 1.200000e+01 | 184.44%
0.29/0.30	c   0.3s|     1 |     0 |   124 |     - |4471k|   0 |  28 | 309 | 959 | 309 | 961 |   2 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
0.39/0.46	c   0.4s|     1 |     0 |   132 |     - |4843k|   0 |  23 | 309 | 959 | 309 | 962 |   3 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
0.59/0.60	c   0.6s|     1 |     0 |   148 |     - |4989k|   0 |  25 | 309 | 959 | 309 | 963 |   4 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
0.68/0.74	c   0.7s|     1 |     0 |   156 |     - |5040k|   0 |  25 | 309 | 959 | 309 | 964 |   5 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
0.78/0.86	c   0.8s|     1 |     0 |   180 |     - |5071k|   0 |  33 | 309 | 959 | 309 | 965 |   6 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
0.89/0.99	c   1.0s|     1 |     0 |   208 |     - |5120k|   0 |  39 | 309 | 959 | 309 | 966 |   7 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
1.09/1.11	c   1.1s|     1 |     0 |   233 |     - |5149k|   0 |  37 | 309 | 959 | 309 | 967 |   8 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
1.09/1.14	o 6
1.09/1.14	c E 1.1s|     1 |     0 |   233 |     - |5153k|   0 |  37 | 309 | 959 | 309 | 967 |   8 |   0 |   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
1.09/1.15	c   1.1s|     1 |     0 |   233 |     - |5153k|   0 |  37 | 309 | 959 | 309 | 967 |   8 |   0 |   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
1.19/1.29	c   1.3s|     1 |     0 |   233 |     - |5153k|   0 |  37 | 309 | 959 | 309 | 868 |   8 |   0 |   0 | 5.000000e+00 | 6.000000e+00 |  20.00%
1.49/1.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.59	c   1.6s|     1 |     0 |   321 |     - |5122k|   0 |  34 | 309 | 938 | 309 | 868 |   8 |   0 |  15 | 5.000000e+00 | 6.000000e+00 |  20.00%
1.69/1.71	c   1.7s|     1 |     0 |   348 |     - |5125k|   0 |  40 | 309 | 938 | 309 | 869 |   9 |   0 |  15 | 5.000000e+00 | 6.000000e+00 |  20.00%
1.89/1.94	c   1.9s|     1 |     0 |   392 |     - |5124k|   0 |  41 | 309 | 936 | 309 | 869 |   9 |   0 |  24 | 5.000000e+00 | 6.000000e+00 |  20.00%
1.99/2.05	c   2.0s|     1 |     0 |   421 |     - |5128k|   0 |  36 | 309 | 936 | 309 | 870 |  10 |   0 |  24 | 5.000000e+00 | 6.000000e+00 |  20.00%
2.39/2.42	c   2.4s|     1 |     0 |   476 |     - |5122k|   0 |  46 | 309 | 928 | 309 | 870 |  10 |   0 |  37 | 5.000000e+00 | 6.000000e+00 |  20.00%
2.59/2.67	c   2.6s|     1 |     0 |   512 |     - |5121k|   0 |  47 | 309 | 925 | 309 | 870 |  10 |   0 |  43 | 5.000000e+00 | 6.000000e+00 |  20.00%
2.88/2.91	c   2.9s|     1 |     0 |   538 |     - |5120k|   0 |  47 | 309 | 923 | 309 | 870 |  10 |   0 |  48 | 5.000000e+00 | 6.000000e+00 |  20.00%
3.08/3.12	c   3.1s|     1 |     0 |   573 |     - |5108k|   0 |  44 | 309 | 917 | 309 | 870 |  10 |   0 |  53 | 5.000000e+00 | 6.000000e+00 |  20.00%
3.30/3.36	c   3.3s|     1 |     0 |   585 |     - |5107k|   0 |  42 | 309 | 915 | 309 | 867 |  10 |   0 |  59 | 5.000000e+00 | 6.000000e+00 |  20.00%
3.39/3.46	c   3.4s|     1 |     0 |   633 |     - |5117k|   0 |  43 | 309 | 915 | 309 | 868 |  11 |   0 |  59 | 5.000000e+00 | 6.000000e+00 |  20.00%
3.59/3.60	c   3.6s|     1 |     0 |   633 |     - |5117k|   0 |   - | 309 | 915 | 309 | 868 |  11 |   0 |  65 | 5.000000e+00 | 6.000000e+00 |  20.00%
3.59/3.60	c (run 1, node 1) restarting after 66 global fixings of integer variables
3.59/3.60	c 
3.59/3.60	c (restart) converted 8 cuts from the global cut pool into linear constraints
3.59/3.60	c 
3.59/3.60	c presolving:
3.59/3.60	c (round 1) 66 del vars, 196 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
3.59/3.62	c presolving (2 rounds):
3.59/3.62	c  66 deleted vars, 196 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.59/3.62	c  0 implications, 0 cliques
3.59/3.62	c presolved problem has 243 variables (243 bin, 0 int, 0 impl, 0 cont) and 727 constraints
3.59/3.62	c       8 constraints of type <knapsack>
3.59/3.62	c     719 constraints of type <logicor>
3.59/3.62	c transformed objective value is always integral (scale: 1)
3.59/3.62	c Presolving Time: 0.06
3.59/3.62	c 
3.59/3.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.59/3.63	c   3.6s|     1 |     0 |   739 |     - |3588k|   0 |  39 | 243 | 727 | 243 | 727 |   0 |   0 |  65 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.09/4.13	c   4.1s|     1 |     0 |   763 |     - |3588k|   0 |  39 | 243 | 727 | 243 | 727 |   0 |   0 |  83 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.18/4.28	c   4.3s|     1 |     0 |   783 |     - |3587k|   0 |  44 | 243 | 723 | 243 | 727 |   0 |   0 |  91 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.39/4.43	c   4.4s|     1 |     0 |   796 |     - |3586k|   0 |  45 | 243 | 722 | 243 | 727 |   0 |   0 |  98 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.49/4.59	c   4.6s|     1 |     0 |   806 |     - |3584k|   0 |  44 | 243 | 719 | 243 | 727 |   0 |   0 | 106 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.68/4.71	c   4.7s|     1 |     0 |   818 |     - |3584k|   0 |  37 | 243 | 717 | 243 | 727 |   0 |   0 | 112 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.79/4.83	c   4.8s|     1 |     0 |   826 |     - |3584k|   0 |  37 | 243 | 716 | 243 | 727 |   0 |   0 | 118 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.89/4.92	c   4.9s|     1 |     0 |   835 |     - |3581k|   0 |  36 | 243 | 707 | 243 | 727 |   0 |   0 | 125 | 5.000000e+00 | 6.000000e+00 |  20.00%
4.99/5.05	c   5.0s|     1 |     0 |   845 |     - |3579k|   0 |  33 | 243 | 697 | 243 | 727 |   0 |   0 | 133 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.09/5.12	c   5.1s|     1 |     0 |   852 |     - |3569k|   0 |  26 | 243 | 680 | 243 | 727 |   0 |   0 | 138 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.09/5.19	c   5.2s|     1 |     0 |   852 |     - |3569k|   0 |   - | 243 | 680 | 243 | 727 |   0 |   0 | 143 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.09/5.19	c (run 2, node 1) restarting after 50 global fixings of integer variables
5.09/5.19	c 
5.19/5.20	c presolving:
5.19/5.20	c (round 1) 50 del vars, 115 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
5.19/5.21	c presolving (2 rounds):
5.19/5.21	c  50 deleted vars, 115 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.19/5.21	c  0 implications, 0 cliques
5.19/5.21	c presolved problem has 193 variables (193 bin, 0 int, 0 impl, 0 cont) and 565 constraints
5.19/5.21	c       8 constraints of type <knapsack>
5.19/5.21	c     557 constraints of type <logicor>
5.19/5.21	c transformed objective value is always integral (scale: 1)
5.19/5.21	c Presolving Time: 0.07
5.19/5.21	c 
5.19/5.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.19/5.21	c   5.2s|     1 |     0 |   938 |     - |3194k|   0 |  32 | 193 | 565 | 193 | 565 |   0 |   0 | 143 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.39/5.49	c   5.5s|     1 |     0 |   959 |     - |3194k|   0 |  39 | 193 | 565 | 193 | 565 |   0 |   0 | 156 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.58/5.63	c   5.6s|     1 |     0 |   977 |     - |3194k|   0 |  40 | 193 | 564 | 193 | 565 |   0 |   0 | 167 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.68/5.76	c   5.7s|     1 |     0 |   997 |     - |3194k|   0 |  38 | 193 | 564 | 193 | 565 |   0 |   0 | 178 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.78/5.87	c   5.8s|     1 |     0 |  1012 |     - |3193k|   0 |  31 | 193 | 558 | 193 | 565 |   0 |   0 | 186 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.89/5.94	c   5.9s|     1 |     0 |  1025 |     - |3192k|   0 |  34 | 193 | 554 | 193 | 565 |   0 |   0 | 192 | 5.000000e+00 | 6.000000e+00 |  20.00%
5.99/6.02	c   6.0s|     1 |     0 |  1035 |     - |3191k|   0 |  33 | 193 | 546 | 193 | 565 |   0 |   0 | 199 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.09/6.13	c   6.1s|     1 |     0 |  1046 |     - |3186k|   0 |  32 | 193 | 532 | 193 | 565 |   0 |   0 | 208 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.19/6.20	c   6.2s|     1 |     0 |  1046 |     - |3186k|   0 |   - | 193 | 532 | 193 | 565 |   0 |   0 | 214 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.19/6.20	c (run 3, node 1) restarting after 40 global fixings of integer variables
6.19/6.20	c 
6.19/6.20	c presolving:
6.19/6.21	c (round 1) 40 del vars, 85 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
6.19/6.21	c (round 2) 40 del vars, 89 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
6.19/6.21	c presolving (3 rounds):
6.19/6.21	c  40 deleted vars, 89 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.19/6.21	c  0 implications, 0 cliques
6.19/6.21	c presolved problem has 153 variables (153 bin, 0 int, 0 impl, 0 cont) and 443 constraints
6.19/6.21	c       8 constraints of type <knapsack>
6.19/6.21	c     435 constraints of type <logicor>
6.19/6.21	c transformed objective value is always integral (scale: 1)
6.19/6.21	c Presolving Time: 0.08
6.19/6.21	c 
6.19/6.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.19/6.21	c   6.2s|     1 |     0 |  1099 |     - |2931k|   0 |  31 | 153 | 443 | 153 | 443 |   0 |   0 | 214 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.19/6.27	c   6.2s|     1 |     0 |  1176 |     - |2939k|   0 |  35 | 153 | 443 | 153 | 444 |   1 |   0 | 214 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.50/6.52	c   6.5s|     1 |     0 |  1196 |     - |2938k|   0 |  36 | 153 | 441 | 153 | 444 |   1 |   0 | 234 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.50/6.60	c   6.6s|     1 |     0 |  1215 |     - |2937k|   0 |  36 | 153 | 437 | 153 | 444 |   1 |   0 | 240 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.69/6.73	c   6.7s|     1 |     0 |  1237 |     - |2935k|   0 |  25 | 153 | 434 | 153 | 444 |   1 |   0 | 250 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.79/6.84	c   6.8s|     1 |     0 |  1261 |     - |2935k|   0 |  21 | 153 | 434 | 153 | 444 |   1 |   0 | 258 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.89/6.91	c   6.9s|     1 |     0 |  1267 |     - |2935k|   0 |  26 | 153 | 434 | 153 | 444 |   1 |   0 | 263 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.89/6.96	c   6.9s|     1 |     0 |  1271 |     - |2924k|   0 |  20 | 153 | 408 | 153 | 444 |   1 |   0 | 268 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.89/6.96	c   6.9s|     1 |     2 |  1271 |     - |2925k|   0 |  20 | 153 | 408 | 153 | 444 |   1 |   0 | 268 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.89/6.96	c (run 4, node 1) restarting after 25 global fixings of integer variables
6.89/6.96	c 
6.89/6.96	c (restart) converted 1 cuts from the global cut pool into linear constraints
6.89/6.96	c 
6.89/6.96	c presolving:
6.89/6.97	c (round 1) 25 del vars, 60 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
6.89/6.97	c presolving (2 rounds):
6.89/6.97	c  25 deleted vars, 60 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.89/6.97	c  0 implications, 0 cliques
6.89/6.97	c presolved problem has 128 variables (128 bin, 0 int, 0 impl, 0 cont) and 349 constraints
6.89/6.97	c       9 constraints of type <knapsack>
6.89/6.97	c     340 constraints of type <logicor>
6.89/6.97	c transformed objective value is always integral (scale: 1)
6.89/6.97	c Presolving Time: 0.08
6.89/6.97	c 
6.89/6.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.89/6.97	c   6.9s|     1 |     0 |  1339 |     - |2788k|   0 |  30 | 128 | 349 | 128 | 349 |   0 |   0 | 268 | 5.000000e+00 | 6.000000e+00 |  20.00%
6.99/7.02	c   7.0s|     1 |     0 |  1356 |     - |2806k|   0 |  28 | 128 | 349 | 128 | 350 |   1 |   0 | 268 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.09/7.14	c   7.1s|     1 |     0 |  1378 |     - |2806k|   0 |  27 | 128 | 349 | 128 | 350 |   1 |   0 | 290 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.18/7.20	c   7.2s|     1 |     0 |  1393 |     - |2806k|   0 |  23 | 128 | 349 | 128 | 350 |   1 |   0 | 301 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.18/7.22	c   7.2s|     1 |     0 |  1398 |     - |2805k|   0 |  24 | 128 | 347 | 128 | 350 |   1 |   0 | 305 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.18/7.24	c   7.2s|     1 |     0 |  1403 |     - |2805k|   0 |  23 | 128 | 347 | 128 | 350 |   1 |   0 | 309 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.18/7.24	c   7.2s|     1 |     2 |  1403 |     - |2806k|   0 |  23 | 128 | 347 | 128 | 350 |   1 |   0 | 309 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.18/7.24	c (run 5, node 1) restarting after 14 global fixings of integer variables
7.18/7.24	c 
7.18/7.24	c (restart) converted 1 cuts from the global cut pool into linear constraints
7.18/7.24	c 
7.18/7.24	c presolving:
7.18/7.24	c (round 1) 14 del vars, 45 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
7.18/7.24	c (round 2) 14 del vars, 46 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 0 clqs
7.18/7.24	c presolving (3 rounds):
7.18/7.24	c  14 deleted vars, 46 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.18/7.24	c  0 implications, 0 cliques
7.18/7.24	c presolved problem has 114 variables (114 bin, 0 int, 0 impl, 0 cont) and 302 constraints
7.18/7.24	c      10 constraints of type <knapsack>
7.18/7.24	c     292 constraints of type <logicor>
7.18/7.24	c transformed objective value is always integral (scale: 1)
7.18/7.24	c Presolving Time: 0.09
7.18/7.24	c 
7.18/7.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.18/7.25	c   7.2s|     1 |     0 |  1446 |     - |2713k|   0 |  21 | 114 | 302 | 114 | 302 |   0 |   0 | 309 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.28/7.38	c   7.4s|     1 |     0 |  1448 |     - |2713k|   0 |  20 | 114 | 302 | 114 | 302 |   0 |   0 | 330 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.28/7.39	c   7.4s|     1 |     0 |  1449 |     - |2713k|   0 |  20 | 114 | 302 | 114 | 302 |   0 |   0 | 331 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.28/7.39	c   7.4s|     1 |     0 |  1452 |     - |2713k|   0 |  20 | 114 | 302 | 114 | 302 |   0 |   0 | 332 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.28/7.39	c   7.4s|     1 |     0 |  1454 |     - |2713k|   0 |  20 | 114 | 302 | 114 | 302 |   0 |   0 | 334 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.39/7.40	c   7.4s|     1 |     0 |  1458 |     - |2713k|   0 |  22 | 114 | 302 | 114 | 302 |   0 |   0 | 336 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.39/7.42	c   7.4s|     1 |     0 |  1462 |     - |2713k|   0 |  20 | 114 | 302 | 114 | 302 |   0 |   0 | 341 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.39/7.43	c   7.4s|     1 |     0 |  1465 |     - |2713k|   0 |  24 | 114 | 302 | 114 | 302 |   0 |   0 | 343 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.39/7.46	c   7.4s|     1 |     0 |  1468 |     - |2713k|   0 |  21 | 114 | 302 | 114 | 302 |   0 |   0 | 348 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.39/7.46	c   7.4s|     1 |     2 |  1468 |     - |2714k|   0 |  21 | 114 | 302 | 114 | 302 |   0 |   0 | 348 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.39/7.46	c (run 6, node 1) restarting after 14 global fixings of integer variables
7.39/7.46	c 
7.39/7.46	c presolving:
7.39/7.46	c (round 1) 14 del vars, 53 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
7.39/7.46	c presolving (2 rounds):
7.39/7.46	c  14 deleted vars, 53 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.39/7.46	c  0 implications, 0 cliques
7.39/7.46	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 249 constraints
7.39/7.46	c      10 constraints of type <knapsack>
7.39/7.46	c     239 constraints of type <logicor>
7.39/7.46	c transformed objective value is always integral (scale: 1)
7.39/7.46	c Presolving Time: 0.09
7.39/7.46	c 
7.39/7.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.39/7.47	c   7.4s|     1 |     0 |  1520 |     - |2638k|   0 |  23 | 100 | 249 | 100 | 249 |   0 |   0 | 348 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.49/7.58	c   7.6s|     1 |     0 |  1523 |     - |2638k|   0 |  21 | 100 | 249 | 100 | 249 |   0 |   0 | 371 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.49/7.58	c   7.6s|     1 |     0 |  1524 |     - |2638k|   0 |  21 | 100 | 249 | 100 | 249 |   0 |   0 | 372 | 5.000000e+00 | 6.000000e+00 |  20.00%
7.49/7.58	c   7.6s|     1 |     2 |  1524 |     - |2638k|   0 |  21 | 100 | 249 | 100 | 249 |   0 |   0 | 373 | 5.000000e+00 | 6.000000e+00 |  20.00%
8.98/9.08	c   9.1s| 10000 |    12 |  1524 |   0.0 |2687k|  53 |   - | 100 | 254 |   0 |   0 |   0 |3550 | 373 | 5.000000e+00 | 6.000000e+00 |  20.00%
10.59/10.68	c  10.7s| 20000 |    10 |  1524 |   0.0 |2693k|  53 |   - | 100 | 264 |   0 |   0 |   0 |7990 | 373 | 5.000000e+00 | 6.000000e+00 |  20.00%
10.79/10.85	o 5
10.79/10.85	c *10.8s| 21164 |     0 |  1524 |   0.0 |2702k|  53 |   - | 100 | 269 |   0 |   0 |   0 |8514 | 373 | 5.000000e+00 | 5.000000e+00 |   0.00%
10.79/10.85	c 
10.79/10.85	c SCIP Status        : problem is solved [optimal solution found]
10.79/10.85	c Solving Time (sec) : 10.83
10.79/10.85	c Solving Nodes      : 21164 (total of 21170 nodes in 7 runs)
10.79/10.85	c Primal Bound       : +5.00000000000000e+00 (9 solutions)
10.79/10.85	c Dual Bound         : +5.00000000000000e+00
10.79/10.85	c Gap                : 0.00 %
10.79/10.85	s OPTIMUM FOUND
10.79/10.85	v -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 
10.79/10.85	v -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 
10.79/10.85	v -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 
10.79/10.85	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 -x227 -x226 
10.79/10.85	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
10.79/10.85	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
10.79/10.85	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
10.79/10.85	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 -x146 -x145 -x144 -x143 -x142 
10.79/10.85	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
10.79/10.85	v -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 
10.79/10.85	v -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
10.79/10.85	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
10.79/10.85	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 
10.79/10.85	v -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
10.79/10.85	c SCIP Status        : problem is solved [optimal solution found]
10.79/10.85	c Solving Time       :      10.83
10.79/10.85	c Original Problem   :
10.79/10.85	c   Problem name     : HOME/instance-3732402-1338691200.opb
10.79/10.85	c   Variables        : 309 (309 binary, 0 integer, 0 implicit integer, 0 continuous)
10.79/10.85	c   Constraints      : 963 initial, 963 maximal
10.79/10.85	c Presolved Problem  :
10.79/10.85	c   Problem name     : t_HOME/instance-3732402-1338691200.opb
10.79/10.85	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
10.79/10.85	c   Constraints      : 249 initial, 367 maximal
10.79/10.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
10.79/10.85	c   trivial          :       0.00        209          0          0          0          0          0          0          0
10.79/10.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
10.79/10.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
10.79/10.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
10.79/10.85	c   implics          :       0.00          0          0          0          0          0          0          0          0
10.79/10.85	c   probing          :       0.00          0          0          0          0          0          0          0          0
10.79/10.85	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
10.79/10.85	c   linear           :       0.02          0          0          0          0          0          4          3          0
10.79/10.85	c   logicor          :       0.05          0          0          0          0          0        559          0          0
10.79/10.85	c   root node        :          -        215          -          -        215          -          -          -          -
10.79/10.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
10.79/10.85	c   integral         :          0          0          0         50          0          0        187          0          0          8
10.79/10.85	c   knapsack         :         10          6      48822          0          0       3188          0          0          0          0
10.79/10.85	c   logicor          :        239+        22      26583          0          1       7757      32932          0          0          0
10.79/10.85	c   countsols        :          0          0          0          0          1          0          0          0          0          0
10.79/10.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
10.79/10.85	c   integral         :       5.07       0.00       0.00       5.07       0.00
10.79/10.85	c   knapsack         :       1.89       0.12       1.76       0.00       0.00
10.79/10.85	c   logicor          :       0.27       0.00       0.27       0.00       0.00
10.79/10.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00
10.79/10.85	c Propagators        :       Time      Calls    Cutoffs    DomReds
10.79/10.85	c   vbounds          :       0.01          8          0          0
10.79/10.85	c   rootredcost      :       0.00          0          0          0
10.79/10.85	c   pseudoobj        :       0.52      48993        152     505577
10.79/10.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
10.79/10.85	c   propagation      :       0.12       7909       7905       7905       10.6        613        9.7          -
10.79/10.85	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
10.79/10.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
10.79/10.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
10.79/10.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
10.79/10.85	c   applied globally :          -          -          -       8513       10.5          -          -          -
10.79/10.85	c   applied locally  :          -          -          -          1       31.0          -          -          -
10.79/10.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
10.79/10.85	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
10.79/10.85	c   redcost          :       0.00         22          0         26          0          0
10.79/10.85	c   impliedbounds    :       0.00         22          0          0          0          0
10.79/10.85	c   intobj           :       0.00          0          0          0          0          0
10.79/10.85	c   cgmip            :       0.00          0          0          0          0          0
10.79/10.85	c   gomory           :       1.00         22          0          0       1500          0
10.79/10.85	c   strongcg         :       0.88         22          0          0       1999          0
10.79/10.85	c   cmir             :       0.07         16          0          0          0          0
10.79/10.85	c   flowcover        :       0.11         16          0          0          0          0
10.79/10.85	c   clique           :       0.00          7          0          0          0          0
10.79/10.85	c   zerohalf         :       0.00          0          0          0          0          0
10.79/10.85	c   mcf              :       0.00          7          0          0          0          0
10.79/10.85	c   rapidlearning    :       0.00          0          0          0          0          0
10.79/10.85	c Pricers            :       Time      Calls       Vars
10.79/10.85	c   problem variables:       0.00          0          0
10.79/10.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
10.79/10.85	c   relpscost        :       5.07         50          0        187          0          0          8
10.79/10.85	c   pscost           :       0.00          0          0          0          0          0          0
10.79/10.85	c   inference        :       0.06      12546          0          0          0          0      25092
10.79/10.85	c   mostinf          :       0.00          0          0          0          0          0          0
10.79/10.85	c   leastinf         :       0.00          0          0          0          0          0          0
10.79/10.85	c   fullstrong       :       0.00          0          0          0          0          0          0
10.79/10.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
10.79/10.85	c   random           :       0.00          0          0          0          0          0          0
10.79/10.85	c Primal Heuristics  :       Time      Calls      Found
10.79/10.85	c   LP solutions     :       0.00          -          0
10.79/10.85	c   pseudo solutions :       0.00          -          1
10.79/10.85	c   crossover        :       0.00          0          0
10.79/10.85	c   oneopt           :       0.01          4          2
10.79/10.85	c   trivial          :       0.00          2          4
10.79/10.85	c   simplerounding   :       0.00          0          0
10.79/10.85	c   zirounding       :       0.00          2          0
10.79/10.85	c   rounding         :       0.00         63          0
10.79/10.85	c   shifting         :       0.00         63          1
10.79/10.85	c   intshifting      :       0.00          0          0
10.79/10.85	c   twoopt           :       0.00          0          0
10.79/10.85	c   fixandinfer      :       0.00          0          0
10.79/10.85	c   feaspump         :       0.00          0          0
10.79/10.85	c   coefdiving       :       0.00          0          0
10.79/10.85	c   pscostdiving     :       0.00          0          0
10.79/10.85	c   fracdiving       :       0.00          0          0
10.79/10.85	c   veclendiving     :       0.00          0          0
10.79/10.85	c   intdiving        :       0.00          0          0
10.79/10.85	c   actconsdiving    :       0.00          0          0
10.79/10.85	c   objpscostdiving  :       0.00          0          0
10.79/10.85	c   rootsoldiving    :       0.00          0          0
10.79/10.85	c   linesearchdiving :       0.00          0          0
10.79/10.85	c   guideddiving     :       0.00          0          0
10.79/10.85	c   octane           :       0.00          0          0
10.79/10.85	c   rens             :       0.03          1          1
10.79/10.85	c   rins             :       0.00          0          0
10.79/10.85	c   localbranching   :       0.00          0          0
10.79/10.85	c   mutation         :       0.00          0          0
10.79/10.85	c   dins             :       0.00          0          0
10.79/10.85	c   undercover       :       0.00          0          0
10.79/10.85	c   nlp              :       0.00          0          0
10.79/10.85	c   trysol           :       0.00          0          0
10.79/10.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
10.79/10.85	c   primal LP        :       0.00          0          0       0.00          -
10.79/10.85	c   dual LP          :       0.12         63       1524      24.19   13165.51
10.79/10.85	c   lex dual LP      :       0.00          0          0       0.00          -
10.79/10.85	c   barrier LP       :       0.00          0          0       0.00          -
10.79/10.85	c   diving/probing LP:       0.00          0          0       0.00          -
10.79/10.85	c   strong branching :       5.07        373      58134     155.86   11464.03
10.79/10.85	c     (at root node) :          -        373      58134     155.86          -
10.79/10.85	c   conflict analysis:       0.00          0          0       0.00          -
10.79/10.85	c B&B Tree           :
10.79/10.85	c   number of runs   :          7
10.79/10.85	c   nodes            :      21164
10.79/10.85	c   nodes (total)    :      21170
10.79/10.85	c   nodes left       :          0
10.79/10.85	c   max depth        :         53
10.79/10.85	c   max depth (total):         53
10.79/10.85	c   backtracks       :       9192 (43.4%)
10.79/10.85	c   delayed cutoffs  :       3904
10.79/10.85	c   repropagations   :      16796 (118697 domain reductions, 2481 cutoffs)
10.79/10.85	c   avg switch length:       3.00
10.79/10.85	c   switching time   :       0.40
10.79/10.85	c Solution           :
10.79/10.85	c   Solutions found  :          9 (7 improvements)
10.79/10.85	c   First Solution   : +3.09000000000000e+02   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
10.79/10.85	c   Primal Bound     : +5.00000000000000e+00   (in run 7, after 21164 nodes, 10.83 seconds, depth 32, found by <relaxation>)
10.79/10.85	c   Dual Bound       : +5.00000000000000e+00
10.79/10.85	c   Gap              :       0.00 %
10.79/10.85	c   Root Dual Bound  : +5.00000000000000e+00
10.79/10.85	c   Root Iterations  :       1524
10.79/10.86	c Time complete: 10.85.

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 12901
/proc/meminfo: memFree=28018096/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 1 0 335246807 9158656 1242 33554432000 4194304 8395647 140733924528160 140736116465016 7382157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 2236 1253 374 1026 0 1206 0

[startup+0.0712529 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 12901
/proc/meminfo: memFree=28018096/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=19024 CPUtime=0.06 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 4107 0 0 0 6 0 0 0 20 0 1 0 335246807 19480576 3699 33554432000 4194304 8395647 140733924528160 140736116465016 5093845 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 4756 3699 473 1026 0 3726 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19024

[startup+0.100258 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 12901
/proc/meminfo: memFree=28018096/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=23724 CPUtime=0.09 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 5424 0 0 0 9 0 0 0 20 0 1 0 335246807 24293376 4981 33554432000 4194304 8395647 140733924528160 140736116465016 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 6086 4998 570 1026 0 5056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23724

[startup+0.30026 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 12901
/proc/meminfo: memFree=28018096/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=32704 CPUtime=0.29 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 7698 0 0 0 28 1 0 0 20 0 1 0 335246807 33488896 7255 33554432000 4194304 8395647 140733924528160 140736116465016 7185488 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 8176 7255 588 1026 0 7146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32704

[startup+0.700253 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 12901
/proc/meminfo: memFree=28018096/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=39940 CPUtime=0.68 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 8940 0 0 0 67 1 0 0 20 0 1 0 335246807 40898560 8889 33554432000 4194304 8395647 140733924528160 140733924523400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 9985 8889 589 1026 0 8955 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 39940

[startup+1.50019 s]
/proc/loadavg: 2.12 2.03 2.01 3/178 12902
/proc/meminfo: memFree=27960820/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=44300 CPUtime=1.49 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12433 0 0 0 146 3 0 0 20 0 1 0 335246807 45363200 10069 33554432000 4194304 8395647 140733924528160 140733924523032 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 11075 10069 629 1026 0 10045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44300

[startup+3.10019 s]
/proc/loadavg: 2.12 2.03 2.01 3/178 12904
/proc/meminfo: memFree=27969908/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=44300 CPUtime=3.08 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12440 0 0 0 305 3 0 0 20 0 1 0 335246807 45363200 10076 33554432000 4194304 8395647 140733924528160 140733924523032 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 11075 10076 629 1026 0 10045 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44300

[startup+6.30019 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 12904
/proc/meminfo: memFree=27969536/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=46796 CPUtime=6.29 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12778 0 0 0 622 7 0 0 20 0 1 0 335246807 47919104 10393 33554432000 4194304 8395647 140733924528160 140733924523464 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 11699 10393 634 1026 0 10669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46796

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

[startup+7.90023 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 12942
/proc/meminfo: memFree=28023560/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=49512 CPUtime=7.88 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12841 0 0 0 779 9 0 0 20 0 1 0 335246807 50700288 10967 33554432000 4194304 8395647 140733924528160 140733924524344 4650860 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 12378 10967 636 1026 0 11348 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 49512

[startup+9.50022 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 12942
/proc/meminfo: memFree=27996768/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=49512 CPUtime=9.48 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12842 0 0 0 939 9 0 0 20 0 1 0 335246807 50700288 10968 33554432000 4194304 8395647 140733924528160 140733924524344 4911287 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 12378 10968 637 1026 0 11348 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 49512

[startup+10.3002 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 12942
/proc/meminfo: memFree=27980796/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=49512 CPUtime=10.29 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12842 0 0 0 1019 10 0 0 20 0 1 0 335246807 50700288 10968 33554432000 4194304 8395647 140733924528160 140733924523592 4911235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 12378 10968 637 1026 0 11348 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 49512

[startup+10.7002 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 12942
/proc/meminfo: memFree=27980796/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=49512 CPUtime=10.69 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12842 0 0 0 1059 10 0 0 20 0 1 0 335246807 50700288 10968 33554432000 4194304 8395647 140733924528160 140733924523592 6068937 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 12378 10968 637 1026 0 11348 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 49512

[startup+10.8002 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 12942
/proc/meminfo: memFree=27980796/32873648 swapFree=6864/6864
[pid=12901] ppid=12899 vsize=49512 CPUtime=10.79 cores=0,2,4,6
/proc/12901/stat : 12901 (pbscip.linux.x8) R 12899 12901 11712 0 -1 4202496 12842 0 0 0 1069 10 0 0 20 0 1 0 335246807 50700288 10968 33554432000 4194304 8395647 140733924528160 140733924523592 4911320 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12901/statm: 12378 10968 637 1026 0 11348 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 49512

Child status: 0
Real time (s): 10.863
CPU time (s): 10.8593
CPU user time (s): 10.7554
CPU system time (s): 0.103984
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 49512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7554
system time used= 0.103984
maximum resident set size= 49408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12846
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= 3
involuntary context switches= 31

runsolver used 0.052991 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-03 04:40:00
IDJOB=3732402
IDBENCH=2054
IDSOLVER=2326
FILE ID=node113/3732402-1338691200
RUNJOBID= node113-1338678627-11731
PBS_JOBID= 14636700
Free space on /tmp= 70968 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-9sym.b.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732402-1338691200/watcher-3732402-1338691200 -o /tmp/evaluation-result-3732402-1338691200/solver-3732402-1338691200 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3732402-1338691200.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 62bf49287e0493f2a3b22f3319db306d
RANDOM SEED=31170969

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28017724 kB
Buffers:          502620 kB
Cached:          3383772 kB
SwapCached:         2028 kB
Active:          1778364 kB
Inactive:        2190376 kB
Active(anon):      81512 kB
Inactive(anon):     1912 kB
Active(file):    1696852 kB
Inactive(file):  2188464 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             21304 kB
Writeback:             0 kB
AnonPages:         90224 kB
Mapped:            13848 kB
Shmem:                 0 kB
Slab:             750264 kB
SReclaimable:     193884 kB
SUnreclaim:       556380 kB
KernelStack:        1480 kB
PageTables:         3880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     204900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70960 MiB
End job on node113 at 2012-06-03 04:40:11