Trace number 3485510

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
SCIP spx 2 2011-06-10 (fixed)SAT-38 1797.31 1797.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
MD5SUM9984e76947bf9addca42277d72ff7107
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved YES
Number of variables760
Total number of constraints41314
Number of constraints which are clauses41314
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3485510-1307765516.opb>
0.09/0.19	c original problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41314 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
0.19/0.28	o 0
0.19/0.28	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.28	c presolving:
0.38/0.46	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 41314 upgd conss, 82628 impls, 0 clqs
0.89/0.99	c    (1.0s) probing: 101/760 (13.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.99	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.89/0.99	c presolving (2 rounds):
0.89/0.99	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.99	c  82628 implications, 0 cliques
0.89/0.99	c presolved problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41314 constraints
0.89/0.99	c   41314 constraints of type <setppc>
0.89/0.99	c transformed objective value is always integral (scale: 1)
0.89/0.99	c Presolving Time: 0.77
0.89/0.99	c - non default parameters ----------------------------------------------------------------------
0.89/0.99	c # SCIP version 2.0.1.4
0.89/0.99	c 
0.89/0.99	c # frequency for displaying node information lines
0.89/0.99	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.99	c display/freq = 10000
0.89/0.99	c 
0.89/0.99	c # maximal time in seconds to run
0.89/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.99	c limits/time = 1797
0.89/0.99	c 
0.89/0.99	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.99	c limits/memory = 13950
0.89/0.99	c 
0.89/0.99	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.99	c # [type: int, range: [1,2], default: 1]
0.89/0.99	c timing/clocktype = 2
0.89/0.99	c 
0.89/0.99	c # belongs reading time to solving time?
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c timing/reading = TRUE
0.89/0.99	c 
0.89/0.99	c # should presolving try to simplify inequalities
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c constraints/linear/simplifyinequalities = TRUE
0.89/0.99	c 
0.89/0.99	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c constraints/indicator/addCouplingCons = TRUE
0.89/0.99	c 
0.89/0.99	c # should presolving try to simplify knapsacks
0.89/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.99	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.99	c 
0.89/0.99	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.99	c separating/rapidlearning/freq = 0
0.89/0.99	c 
0.89/0.99	c -----------------------------------------------------------------------------------------------
0.89/0.99	c start solving
0.89/0.99	c 
1.49/1.50	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.50	c t 1.5s|     1 |     0 |   760 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 | 0.000000e+00 | 100.00%
1.49/1.53	o -1
1.49/1.53	c R 1.5s|     1 |     0 |   760 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-1.000000e+00 |  99.74%
1.49/1.55	o -2
1.49/1.55	c s 1.6s|     1 |     0 |   760 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-2.000000e+00 |  99.47%
2.09/2.19	c   2.2s|     1 |     0 |  1053 |     - |  48M|   0 | 709 | 760 |  41k| 760 |  41k|   6 |   0 |   0 |-3.545000e+02 |-2.000000e+00 |  99.44%
2.09/2.20	o -27
2.09/2.20	c b 2.2s|     1 |     0 |  1053 |     - |  48M|   0 | 709 | 760 |  41k| 760 |  41k|   6 |   0 |   0 |-3.545000e+02 |-2.700000e+01 |  92.38%
2.99/3.08	c   3.1s|     1 |     0 |  1336 |     - |  48M|   0 | 659 | 760 |  41k| 760 |  41k|  26 |   0 |   0 |-3.295000e+02 |-2.700000e+01 |  91.81%
4.09/4.12	c   4.1s|     1 |     0 |  1566 |     - |  48M|   0 | 606 | 760 |  41k| 760 |  41k|  51 |   0 |   0 |-3.030000e+02 |-2.700000e+01 |  91.09%
5.29/5.33	c   5.3s|     1 |     0 |  1808 |     - |  48M|   0 | 576 | 760 |  41k| 760 |  41k|  61 |   0 |   0 |-2.880000e+02 |-2.700000e+01 |  90.62%
6.50/6.54	c   6.5s|     1 |     0 |  1988 |     - |  48M|   0 | 541 | 760 |  41k| 760 |  41k|  74 |   0 |   0 |-2.705000e+02 |-2.700000e+01 |  90.02%
7.89/7.92	c   7.9s|     1 |     0 |  2248 |     - |  48M|   0 | 505 | 760 |  41k| 760 |  41k|  86 |   0 |   0 |-2.520000e+02 |-2.700000e+01 |  89.29%
9.39/9.45	c   9.5s|     1 |     0 |  2818 |     - |  48M|   0 | 454 | 760 |  41k| 760 |  41k| 102 |   0 |   0 |-2.270000e+02 |-2.700000e+01 |  88.11%
10.79/10.80	c  10.8s|     1 |     0 |  3247 |     - |  48M|   0 | 428 | 760 |  41k| 760 |  41k| 116 |   0 |   0 |-2.140000e+02 |-2.700000e+01 |  87.38%
12.19/12.29	c  12.3s|     1 |     0 |  4150 |     - |  48M|   0 | 388 | 760 |  41k| 760 |  41k| 132 |   0 |   0 |-1.935000e+02 |-2.700000e+01 |  86.05%
13.69/13.74	c  13.7s|     1 |     0 |  4772 |     - |  48M|   0 | 354 | 760 |  41k| 760 |  41k| 149 |   0 |   0 |-1.770000e+02 |-2.700000e+01 |  84.75%
14.20/14.26	c  14.3s|     1 |     0 |  5109 |     - |  48M|   0 | 340 | 760 |  41k| 760 |  41k| 159 |   0 |   0 |-1.692500e+02 |-2.700000e+01 |  84.05%
15.09/15.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.09/15.14	c  15.1s|     1 |     0 |  6202 |     - |  48M|   0 | 304 | 760 |  41k| 760 |  41k| 174 |   0 |   0 |-1.505000e+02 |-2.700000e+01 |  82.06%
15.79/15.80	c  15.8s|     1 |     0 |  6882 |     - |  48M|   0 | 281 | 760 |  41k| 760 |  41k| 185 |   0 |   0 |-1.403000e+02 |-2.700000e+01 |  80.76%
16.29/16.31	c  16.3s|     1 |     0 |  7337 |     - |  48M|   0 | 265 | 760 |  41k| 760 |  41k| 196 |   0 |   0 |-1.303000e+02 |-2.700000e+01 |  79.28%
17.29/17.31	c  17.3s|     1 |     0 |  8721 |     - |  48M|   0 | 229 | 760 |  41k| 760 |  41k| 210 |   0 |   0 |-1.145000e+02 |-2.700000e+01 |  76.42%
17.69/17.79	c  17.8s|     1 |     0 |  9102 |     - |  49M|   0 | 222 | 760 |  41k| 760 |  41k| 226 |   0 |   0 |-1.051667e+02 |-2.700000e+01 |  74.33%
18.29/18.30	c  18.3s|     1 |     0 |  9582 |     - |  49M|   0 | 212 | 760 |  41k| 760 |  41k| 236 |   0 |   0 |-9.891667e+01 |-2.700000e+01 |  72.70%
18.99/19.02	c  19.0s|     1 |     0 | 10582 |     - |  49M|   0 | 197 | 760 |  41k| 760 |  41k| 247 |   0 |   0 |-9.191667e+01 |-2.700000e+01 |  70.63%
19.49/19.53	c  19.5s|     1 |     0 | 11002 |     - |  49M|   0 | 160 | 760 |  41k| 760 |  41k| 256 |   0 |   0 |-7.850000e+01 |-2.700000e+01 |  65.61%
19.89/19.99	c  20.0s|     1 |     0 | 11386 |     - |  49M|   0 | 136 | 760 |  41k| 760 |  41k| 263 |   0 |   0 |-6.725000e+01 |-2.700000e+01 |  59.85%
20.29/20.38	c  20.4s|     1 |     0 | 12030 |     - |  49M|   0 | 141 | 760 |  41k| 760 |  41k| 273 |   0 |   0 |-6.375000e+01 |-2.700000e+01 |  57.65%
20.69/20.70	c  20.7s|     1 |     0 | 12331 |     - |  49M|   0 | 104 | 760 |  41k| 760 |  41k| 283 |   0 |   0 |-5.200000e+01 |-2.700000e+01 |  48.08%
21.19/21.25	c  21.2s|     1 |     0 | 13293 |     - |  49M|   0 |  94 | 760 |  41k| 760 |  41k| 293 |   0 |   0 |-4.800000e+01 |-2.700000e+01 |  43.75%
21.49/21.56	c  21.6s|     1 |     0 | 13619 |     - |  49M|   0 | 113 | 760 |  41k| 760 |  41k| 301 |   0 |   0 |-4.100000e+01 |-2.700000e+01 |  34.15%
21.69/21.77	c  21.8s|     1 |     0 | 13709 |     - |  49M|   0 | 114 | 760 |  41k| 760 |  41k| 315 |   0 |   0 |-4.100000e+01 |-2.700000e+01 |  34.15%
21.89/21.99	c  22.0s|     1 |     0 | 13801 |     - |  49M|   0 | 130 | 760 |  41k| 760 |  41k| 332 |   0 |   0 |-4.100000e+01 |-2.700000e+01 |  34.15%
22.19/22.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.19/22.26	c  22.3s|     1 |     0 | 13949 |     - |  49M|   0 | 123 | 760 |  41k| 760 |  41k| 347 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
22.79/22.89	c  22.9s|     1 |     0 | 14759 |     - |  49M|   0 | 103 | 760 |  41k| 760 |  41k| 361 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
23.10/23.11	c  23.1s|     1 |     0 | 14829 |     - |  49M|   0 | 133 | 760 |  41k| 760 |  41k| 368 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
23.69/23.73	c  23.7s|     1 |     0 | 14907 |     - |  49M|   0 | 145 | 760 |  41k| 760 |  41k| 381 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
28.29/28.33	c  28.3s|     1 |     0 | 14969 |     - |  49M|   0 | 148 | 760 |  41k| 760 |  41k| 386 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
32.79/32.88	c  32.9s|     1 |     0 | 15036 |     - |  49M|   0 | 145 | 760 |  41k| 760 |  41k| 396 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
37.49/37.57	c  37.6s|     1 |     0 | 15148 |     - |  49M|   0 | 142 | 760 |  41k| 760 |  41k| 401 |   0 |   0 |-4.000000e+01 |-2.700000e+01 |  32.50%
48.49/48.56	c  48.6s|     1 |     2 | 15148 |     - |  49M|   0 | 142 | 760 |  41k| 760 |  41k| 401 |   0 |  24 |-4.000000e+01 |-2.700000e+01 |  32.50%
69.40/69.42	o -29
69.40/69.42	c c69.4s|    15 |    13 | 16492 |  96.0 |  50M|  14 |   - | 760 |  41k| 760 |  41k| 401 |   0 | 298 |-4.000000e+01 |-2.900000e+01 |  27.50%
110.69/110.71	o -31
110.69/110.71	c v 111s|    51 |    45 | 19051 |  78.1 |  52M|  16 |   - | 760 |  41k| 760 |  41k| 401 |   0 | 897 |-4.000000e+01 |-3.100000e+01 |  22.50%
124.10/124.13	o -34
124.10/124.13	c o 124s|    63 |    57 | 19893 |  76.5 |  52M|  17 |   0 | 760 |  41k| 760 |  41k| 401 |   0 |1097 |-4.000000e+01 |-3.400000e+01 |  15.00%
284.30/284.30	o -35
284.30/284.30	c o 284s|  2513 |  1746 |160124 |  57.7 |  95M|  52 |   0 | 760 |  41k| 760 |  41k| 401 |   0 |1780 |-4.000000e+01 |-3.500000e+01 |  12.50%
389.51/389.59	o -36
389.51/389.59	c p 390s|  3784 |  2328 |267271 |  66.6 | 113M|  52 |   - | 760 |  41k| 760 |  41k| 401 |   0 |2192 |-4.000000e+01 |-3.600000e+01 |  10.00%
630.02/630.02	o -37
630.02/630.02	c l 630s|  8449 |  3431 |537172 |  61.8 | 149M|  57 |   - | 760 |  41k| 760 |  41k| 401 |   0 |2892 |-4.000000e+01 |-3.700000e+01 |   7.50%
703.42/703.44	c   703s| 10000 |  3906 |609652 |  59.5 | 160M|  57 |   - | 760 |  41k| 760 |  41k| 401 |   0 |3281 |-4.000000e+01 |-3.700000e+01 |   7.50%
1103.05/1103.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.05/1103.06	c  1103s| 20000 |  7368 |  1044k|  51.5 | 231M|  57 | 101 | 760 |  41k| 760 |  41k| 401 |   0 |4494 |-4.000000e+01 |-3.700000e+01 |   7.50%
1463.46/1463.49	c  1463s| 30000 | 10456 |  1459k|  48.1 | 293M|  57 |   - | 760 |  41k| 760 |  41k| 401 |   0 |5270 |-4.000000e+01 |-3.700000e+01 |   7.50%
1756.87/1756.87	o -38
1756.87/1756.87	c *1757s| 39328 |  5173 |  1812k|  45.7 | 209M|  61 |   - | 760 |  41k| 760 |  41k| 401 |   0 |5690 |-4.000000e+01 |-3.800000e+01 |   5.00%
1778.88/1778.88	c  1779s| 40000 |  5241 |  1834k|  45.5 | 211M|  61 |   - | 760 |  41k| 760 |  41k| 401 |   0 |5791 |-4.000000e+01 |-3.800000e+01 |   5.00%
1797.08/1797.00	c 
1797.08/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.08/1797.00	c Solving Time (sec) : 1797.01
1797.08/1797.00	c Solving Nodes      : 40638
1797.08/1797.00	c Primal Bound       : -3.80000000000000e+01 (663 solutions)
1797.08/1797.00	c Dual Bound         : -4.00000000000000e+01
1797.08/1797.00	c Gap                : 5.00 %
1797.08/1797.01	s SATISFIABLE
1797.08/1797.01	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1797.08/1797.01	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1797.08/1797.01	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
1797.08/1797.01	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1797.08/1797.01	v -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1797.08/1797.01	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1797.08/1797.01	v -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 
1797.08/1797.01	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 
1797.08/1797.01	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 
1797.08/1797.01	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 
1797.08/1797.01	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1797.08/1797.01	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 
1797.08/1797.01	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1797.08/1797.01	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1797.08/1797.01	v -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 
1797.08/1797.01	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 
1797.08/1797.01	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 
1797.08/1797.01	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1797.08/1797.01	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 
1797.08/1797.01	v -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 
1797.08/1797.01	v -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 
1797.08/1797.01	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1797.08/1797.01	v -x482 x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 
1797.08/1797.01	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 
1797.08/1797.01	v -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 
1797.08/1797.01	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 
1797.08/1797.01	v -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 
1797.08/1797.01	v -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 -x607 
1797.08/1797.01	v -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 -x628 
1797.08/1797.01	v -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 
1797.08/1797.01	v -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 x666 -x667 -x668 -x669 -x670 
1797.08/1797.01	v -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 
1797.08/1797.01	v -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 x710 -x711 -x712 
1797.08/1797.01	v -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 
1797.08/1797.01	v -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 
1797.08/1797.01	v -x755 -x756 -x757 -x758 -x759 -x760 
1797.08/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.08/1797.01	c Total Time         :    1797.01
1797.08/1797.01	c   solving          :    1797.01
1797.08/1797.01	c   presolving       :       0.77 (included in solving)
1797.08/1797.01	c   reading          :       0.19 (included in solving)
1797.08/1797.01	c Original Problem   :
1797.08/1797.01	c   Problem name     : HOME/instance-3485510-1307765516.opb
1797.08/1797.01	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.08/1797.01	c   Constraints      : 41314 initial, 41314 maximal
1797.08/1797.01	c Presolved Problem  :
1797.08/1797.01	c   Problem name     : t_HOME/instance-3485510-1307765516.opb
1797.08/1797.01	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.08/1797.01	c   Constraints      : 41314 initial, 41314 maximal
1797.08/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.08/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   probing          :       0.49          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   linear           :       0.16          0          0          0          0          0          0          0          0          0
1797.08/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.08/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.08/1797.01	c   integral         :          0          0          0      28165          0        667          0         53        956          0          0      55280
1797.08/1797.01	c   setppc           :      41314         33      94510          1         32        662          0          0     791800          0          0          0
1797.08/1797.01	c   countsols        :          0          0          0          1          1        665          0          0          0          0          0          0
1797.08/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.08/1797.01	c   integral         :     291.35       0.00       0.00     291.34       0.00       0.01       0.00
1797.08/1797.01	c   setppc           :      15.27       0.10      14.52       0.00       0.00       0.65       0.00
1797.08/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.08/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.08/1797.01	c   vbounds          :          0          0          0          0
1797.08/1797.01	c   rootredcost      :          7          0          0          0
1797.08/1797.01	c   pseudoobj        :      94436          0          0          0
1797.08/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.08/1797.01	c   vbounds          :       0.03       0.03       0.00
1797.08/1797.01	c   rootredcost      :       0.03       0.03       0.00
1797.08/1797.01	c   pseudoobj        :       1.81       1.81       0.00
1797.08/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.08/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.08/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.08/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.08/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.08/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.08/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.08/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.08/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.08/1797.01	c   cut pool         :       0.00         32          -          -         84          -    (maximal pool size: 1045)
1797.08/1797.01	c   redcost          :       0.53      28362          0        179          0          0
1797.08/1797.01	c   impliedbounds    :       0.01         33          0          0          0          0
1797.08/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.08/1797.01	c   gomory           :      17.92         33          0          0      15008          0
1797.08/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.08/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.08/1797.01	c   strongcg         :       2.45         20          0          0      10000          0
1797.08/1797.01	c   cmir             :       3.01         10          0          0          0          0
1797.08/1797.01	c   flowcover        :       3.54         10          0          0          0          0
1797.08/1797.01	c   clique           :       0.40         33          0          0        289          0
1797.08/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.08/1797.01	c   mcf              :       0.02          1          0          0          0          0
1797.08/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.08/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.08/1797.01	c Pricers            :       Time      Calls       Vars
1797.08/1797.01	c   problem variables:       0.00          0          0
1797.08/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.08/1797.01	c   relpscost        :     291.30      28164         53        956          0          0      55280
1797.08/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.08/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.08/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.08/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.08/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.08/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.08/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.08/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.08/1797.01	c   LP solutions     :       0.06          -          1
1797.08/1797.01	c   pseudo solutions :       0.00          -          0
1797.08/1797.01	c   feaspump         :       0.00          0          0
1797.08/1797.01	c   oneopt           :       0.07          9          1
1797.08/1797.01	c   crossover        :       3.12         18          3
1797.08/1797.01	c   guideddiving     :      65.34        186          6
1797.08/1797.01	c   veclendiving     :      50.62        186         10
1797.08/1797.01	c   linesearchdiving :      21.08        187         13
1797.08/1797.01	c   coefdiving       :      48.95        187          8
1797.08/1797.01	c   fracdiving       :      67.93        187         11
1797.08/1797.01	c   pscostdiving     :      22.76        187         20
1797.08/1797.01	c   objpscostdiving  :      29.91         94        173
1797.08/1797.01	c   rootsoldiving    :      18.54         94        104
1797.08/1797.01	c   trivial          :       0.01          2          1
1797.08/1797.01	c   shiftandpropagate:       0.00          0          0
1797.08/1797.01	c   simplerounding   :       0.45      28197         81
1797.08/1797.01	c   zirounding       :      27.25      11401        228
1797.08/1797.01	c   rounding         :      13.00       7671          1
1797.08/1797.01	c   shifting         :       4.00       1970          1
1797.08/1797.01	c   intshifting      :       0.00          0          0
1797.08/1797.01	c   twoopt           :       0.00          0          0
1797.08/1797.01	c   fixandinfer      :       0.00          0          0
1797.08/1797.01	c   clique           :       0.00          0          0
1797.08/1797.01	c   intdiving        :       0.00          0          0
1797.08/1797.01	c   actconsdiving    :       0.00          0          0
1797.08/1797.01	c   octane           :       0.00          0          0
1797.08/1797.01	c   rens             :       0.60          1          1
1797.08/1797.01	c   rins             :       0.00          0          0
1797.08/1797.01	c   localbranching   :       0.00          0          0
1797.08/1797.01	c   mutation         :       0.00          0          0
1797.08/1797.01	c   dins             :       0.00          0          0
1797.08/1797.01	c   vbounds          :       0.00          0          0
1797.08/1797.01	c   undercover       :       0.00          0          0
1797.08/1797.01	c   subnlp           :       0.01          0          0
1797.08/1797.01	c   trysol           :       0.02          0          0
1797.08/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.08/1797.01	c   primal LP        :       0.04          0          0       0.00       0.00
1797.08/1797.01	c   dual LP          :     938.68      41141    1524949      37.07    1624.57
1797.08/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.08/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.08/1797.01	c   diving/probing LP:     272.14      20542     328570      16.00    1207.35
1797.08/1797.01	c   strong branching :     288.65       5841     378630      64.82    1311.71
1797.08/1797.01	c     (at root node) :          -         24      17894     745.58          -
1797.08/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.08/1797.01	c B&B Tree           :
1797.08/1797.01	c   number of runs   :          1
1797.08/1797.01	c   nodes            :      40638
1797.08/1797.01	c   nodes (total)    :      40638
1797.08/1797.01	c   nodes left       :       5297
1797.08/1797.01	c   max depth        :         61
1797.08/1797.01	c   max depth (total):         61
1797.08/1797.01	c   backtracks       :       5808 (14.3%)
1797.08/1797.01	c   delayed cutoffs  :          0
1797.08/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.08/1797.01	c   avg switch length:       6.09
1797.08/1797.01	c   switching time   :      37.46
1797.08/1797.01	c Solution           :
1797.08/1797.01	c   Solutions found  :        663 (11 improvements)
1797.08/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.28 seconds, depth 0, found by <trivial>)
1797.08/1797.01	c   Primal Bound     : -3.80000000000000e+01   (in run 1, after 39328 nodes, 1756.81 seconds, depth 33, found by <relaxation>)
1797.08/1797.01	c   Dual Bound       : -4.00000000000000e+01
1797.08/1797.01	c   Gap              :       5.00 %
1797.08/1797.01	c   Root Dual Bound  : -4.00000000000000e+01
1797.08/1797.01	c   Root Iterations  :      15148
1797.27/1797.22	c Time complete: 1797.3.

Verifier Data

OK	-38

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485510-1307765516/watcher-3485510-1307765516 -o /tmp/evaluation-result-3485510-1307765516/solver-3485510-1307765516 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485510-1307765516.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 3/177 21928
/proc/meminfo: memFree=31461648/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=10444 CPUtime=0 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 1614 0 0 0 0 0 0 0 25 0 1 0 888148333 10694656 1568 33554432000 4194304 8979876 140734387338704 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 2611 1568 366 1169 0 1438 0

[startup+0.009555 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21928
/proc/meminfo: memFree=31461648/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=10764 CPUtime=0 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 1689 0 0 0 0 0 0 0 25 0 1 0 888148333 11022336 1643 33554432000 4194304 8979876 140734387338704 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 2691 1643 366 1169 0 1518 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.100541 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21928
/proc/meminfo: memFree=31461648/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=17420 CPUtime=0.09 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 3372 0 0 0 9 0 0 0 25 0 1 0 888148333 17838080 3326 33554432000 4194304 8979876 140734387338704 18446744073709551615 4446992 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 4355 3326 366 1169 0 3182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17420

[startup+0.300497 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21928
/proc/meminfo: memFree=31461648/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=65884 CPUtime=0.29 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 15213 0 0 0 28 1 0 0 25 0 1 0 888148333 67465216 15092 33554432000 4194304 8979876 140734387338704 18446744073709551615 18446744073699065961 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 16471 15092 491 1169 0 15298 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65884

[startup+0.700427 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21928
/proc/meminfo: memFree=31461648/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=85356 CPUtime=0.69 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 22736 0 0 0 67 2 0 0 25 0 1 0 888148333 87404544 19941 33554432000 4194304 8979876 140734387338704 18446744073709551615 4318144 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 21339 19941 516 1169 0 20166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85356

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21929
/proc/meminfo: memFree=31382820/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=143912 CPUtime=1.49 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 36656 0 0 0 145 4 0 0 18 0 1 0 888148333 147365888 32816 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 35978 32816 806 1169 0 34805 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143912

[startup+3.10095 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21929
/proc/meminfo: memFree=31330492/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=144768 CPUtime=3.09 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 38296 0 0 0 305 4 0 0 21 0 1 0 888148333 148242432 34209 33554432000 4194304 8979876 140734387338704 18446744073709551615 5903839 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 36192 34209 815 1169 0 35019 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144768

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21929
/proc/meminfo: memFree=31325768/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=144768 CPUtime=6.29 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 38423 0 0 0 623 6 0 0 25 0 1 0 888148333 148242432 34328 33554432000 4194304 8979876 140734387338704 18446744073709551615 6293633 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 36192 34328 810 1169 0 35019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144768

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21929
/proc/meminfo: memFree=31320424/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=148612 CPUtime=12.7 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 39786 0 0 0 1262 8 0 0 25 0 1 0 888148333 152178688 35612 33554432000 4194304 8979876 140734387338704 18446744073709551615 6282925 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 37153 35612 731 1169 0 35980 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 148612

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21929
/proc/meminfo: memFree=31318652/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=149160 CPUtime=25.49 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 40548 0 0 0 2533 16 0 0 25 0 1 0 888148333 152739840 36081 33554432000 4194304 8979876 140734387338704 18446744073709551615 7841556 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 37290 36081 739 1169 0 36117 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149160

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21930
/proc/meminfo: memFree=31319432/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=150176 CPUtime=51.09 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 51539 0 0 0 5059 50 0 0 25 0 1 0 888148333 153780224 35852 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 37544 35852 722 1169 0 36371 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150176

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21931
/proc/meminfo: memFree=31318340/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=150176 CPUtime=102.3 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 51641 0 0 0 10147 83 0 0 25 0 1 0 888148333 153780224 35954 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 37544 35954 722 1169 0 36371 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150176

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21933
/proc/meminfo: memFree=31284028/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=180696 CPUtime=162.3 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 64030 0 0 0 16104 126 0 0 25 0 1 0 888148333 185032704 44136 33554432000 4194304 8979876 140734387338704 18446744073709551615 7179659 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 45174 44136 723 1169 0 44001 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 180696

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21935
/proc/meminfo: memFree=31281492/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=184576 CPUtime=222.3 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 79587 0 0 0 22052 178 0 0 25 0 1 0 888148333 189005824 44429 33554432000 4194304 8979876 140734387338704 18446744073709551615 7179778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 46144 44429 729 1169 0 44971 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 184576

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 21936
/proc/meminfo: memFree=31270144/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=194776 CPUtime=282.3 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 82363 0 0 0 28017 213 0 0 25 0 1 0 888148333 199450624 47201 33554432000 4194304 8979876 140734387338704 18446744073709551615 5537669 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 48694 47201 729 1169 0 47521 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 194776

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21938
/proc/meminfo: memFree=31253456/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=212584 CPUtime=342.3 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 98666 0 0 0 33973 257 0 0 25 0 1 0 888148333 217686016 51447 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 53146 51447 729 1169 0 51973 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 212584

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 21939
/proc/meminfo: memFree=31241368/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=224140 CPUtime=402.31 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 113281 0 0 0 39941 290 0 0 25 0 1 0 888148333 229519360 54470 33554432000 4194304 8979876 140734387338704 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 56035 54470 735 1169 0 54862 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 224140

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21941
/proc/meminfo: memFree=31231036/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=236988 CPUtime=462.31 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 127993 0 0 0 45905 326 0 0 25 0 1 0 888148333 242675712 57276 33554432000 4194304 8979876 140734387338704 18446744073709551615 7031245 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 59247 57276 736 1169 0 58074 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 236988

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21943
/proc/meminfo: memFree=31218316/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=248864 CPUtime=522.32 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 142924 0 0 0 51872 360 0 0 25 0 1 0 888148333 254836736 60439 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 62216 60439 734 1169 0 61043 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 248864

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21944
/proc/meminfo: memFree=31204128/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=261844 CPUtime=582.31 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 157715 0 0 0 57838 393 0 0 25 0 1 0 888148333 268128256 63788 33554432000 4194304 8979876 140734387338704 18446744073709551615 7164468 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 65461 63788 729 1169 0 64288 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 261844

[startup+642.301 s]

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

/proc/meminfo: memFree=31264820/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=339700 CPUtime=1122.34 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 242529 0 0 0 111366 868 0 0 25 0 1 0 888148333 347852800 83382 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 84925 83382 731 1169 0 83752 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 339700

[startup+1182.3 s]
/proc/loadavg: 1.00 1.15 1.53 2/172 21984
/proc/meminfo: memFree=31256596/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=348848 CPUtime=1182.34 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 256624 0 0 0 117304 930 0 0 25 0 1 0 888148333 357220352 85520 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 87212 85520 730 1169 0 86039 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 348848

[startup+1242.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/172 21986
/proc/meminfo: memFree=31244664/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=360280 CPUtime=1242.34 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 259516 0 0 0 123253 981 0 0 25 0 1 0 888148333 368926720 88402 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 90070 88402 729 1169 0 88897 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 360280

[startup+1302.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/172 21987
/proc/meminfo: memFree=31234960/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=369192 CPUtime=1302.35 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 261926 0 0 0 129203 1032 0 0 25 0 1 0 888148333 378052608 90812 33554432000 4194304 8979876 140734387338704 18446744073709551615 7047806 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 92298 90812 729 1169 0 91125 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 369192

[startup+1362.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/172 21989
/proc/meminfo: memFree=31226864/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=377228 CPUtime=1362.36 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 263939 0 0 0 135157 1079 0 0 25 0 1 0 888148333 386281472 92825 33554432000 4194304 8979876 140734387338704 18446744073709551615 7057424 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 94307 92825 729 1169 0 93134 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 377228

[startup+1422.31 s]
/proc/loadavg: 1.00 1.06 1.40 2/172 21991
/proc/meminfo: memFree=31210072/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=394028 CPUtime=1422.36 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 279781 0 0 0 141102 1134 0 0 25 0 1 0 888148333 403484672 97020 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 98507 97020 733 1169 0 97334 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 394028

[startup+1482.3 s]
/proc/loadavg: 1.00 1.05 1.37 2/172 21992
/proc/meminfo: memFree=31204464/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=399636 CPUtime=1482.36 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 281236 0 0 0 147054 1182 0 0 25 0 1 0 888148333 409227264 98430 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 99909 98430 729 1169 0 98736 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 399636

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/172 21994
/proc/meminfo: memFree=31191520/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=414940 CPUtime=1542.36 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 284606 0 0 0 152999 1237 0 0 25 0 1 0 888148333 424898560 101798 33554432000 4194304 8979876 140734387338704 18446744073709551615 7046359 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 103735 101798 749 1169 0 102562 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 414940

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/172 21995
/proc/meminfo: memFree=31178084/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=425552 CPUtime=1602.36 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 287859 0 0 0 158949 1287 0 0 25 0 1 0 888148333 435765248 105015 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 106388 105015 729 1169 0 105215 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 425552

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/172 21997
/proc/meminfo: memFree=31164784/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=438344 CPUtime=1662.36 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 291127 0 0 0 164899 1337 0 0 25 0 1 0 888148333 448864256 108281 33554432000 4194304 8979876 140734387338704 18446744073709551615 7146128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 109586 108281 729 1169 0 108413 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 438344

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.28 2/172 21999
/proc/meminfo: memFree=31155580/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=447884 CPUtime=1722.37 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 293449 0 0 0 170849 1388 0 0 25 0 1 0 888148333 458633216 110598 33554432000 4194304 8979876 140734387338704 18446744073709551615 7047452 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 111971 110598 731 1169 0 110798 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 447884

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/172 22000
/proc/meminfo: memFree=31153292/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450820 CPUtime=1782.37 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 316816 0 0 0 176787 1450 0 0 25 0 1 0 888148333 461639680 111178 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 112705 111178 732 1169 0 111532 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 450820

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.01 1.26 2/172 22000
/proc/meminfo: memFree=31152796/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450820 CPUtime=1785.57 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 316891 0 0 0 177104 1453 0 0 25 0 1 0 888148333 461639680 111251 33554432000 4194304 8979876 140734387338704 18446744073709551615 7180030 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 112705 111251 730 1169 0 111532 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (KiB) 450820

[startup+1791.91 s]
/proc/loadavg: 1.00 1.01 1.26 2/172 22000
/proc/meminfo: memFree=31152540/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450956 CPUtime=1791.98 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 316996 0 0 0 177739 1459 0 0 25 0 1 0 888148333 461778944 111353 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 112739 111353 740 1169 0 111566 0
Current children cumulated CPU time (s) 1791.98
Current children cumulated vsize (KiB) 450956

[startup+1795.1 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 22001
/proc/meminfo: memFree=31152416/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450956 CPUtime=1795.18 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 317043 0 0 0 178056 1462 0 0 25 0 1 0 888148333 461778944 111397 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 112739 111397 737 1169 0 111566 0
Current children cumulated CPU time (s) 1795.18
Current children cumulated vsize (KiB) 450956

[startup+1795.9 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 22001
/proc/meminfo: memFree=31152416/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450956 CPUtime=1795.97 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 317052 0 0 0 178135 1462 0 0 25 0 1 0 888148333 461778944 111405 33554432000 4194304 8979876 140734387338704 18446744073709551615 6546868 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 112739 111405 736 1169 0 111566 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (KiB) 450956

[startup+1796.7 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 22001
/proc/meminfo: memFree=31152292/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450956 CPUtime=1796.78 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 317083 0 0 0 178215 1463 0 0 25 0 1 0 888148333 461778944 111436 33554432000 4194304 8979876 140734387338704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21928/statm: 112739 111436 736 1169 0 111566 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (KiB) 450956

[startup+1797.1 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 22001
/proc/meminfo: memFree=31152292/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=450956 CPUtime=1797.18 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 317086 0 0 0 178255 1463 0 0 18 0 1 0 888148333 461778944 111439 33554432000 4194304 8979876 140734387338704 18446744073709551615 6778220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 112739 111439 739 1169 0 111566 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 450956

[startup+1797.2 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 22001
/proc/meminfo: memFree=31152292/32950928 swapFree=67053888/67111528
[pid=21928] ppid=21926 vsize=432624 CPUtime=1797.27 cores=1,3,5,7
/proc/21928/stat : 21928 (scip-2.0.1.4_2.) R 21926 21928 16800 0 -1 4202496 317086 0 0 0 178264 1463 0 0 18 0 1 0 888148333 443006976 107075 33554432000 4194304 8979876 140734387338704 18446744073709551615 6778286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21928/statm: 108156 107075 739 1169 0 106983 0
Current children cumulated CPU time (s) 1797.27
Current children cumulated vsize (KiB) 432624

Child status: 0
Real time (s): 1797.23
CPU time (s): 1797.31
CPU user time (s): 1782.66
CPU system time (s): 14.6518
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 488552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.66
system time used= 14.6518
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317091
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= 10
involuntary context switches= 1237

runsolver used 2.72358 second user time and 6.79997 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 06:11:56
IDJOB=3485510
IDBENCH=2243
IDSOLVER=1977
FILE ID=node149/3485510-1307765516
RUNJOBID= node149-1307750177-16819
PBS_JOBID= 13550841
Free space on /tmp= 73952 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485510-1307765516/watcher-3485510-1307765516 -o /tmp/evaluation-result-3485510-1307765516/solver-3485510-1307765516 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485510-1307765516.opb -t 1800 -m 15500

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

MD5SUM BENCH= 9984e76947bf9addca42277d72ff7107
RANDOM SEED=447334455

node149.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31461580 kB
Buffers:        128516 kB
Cached:        1055260 kB
SwapCached:      23592 kB
Active:         438288 kB
Inactive:       895468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31461580 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           17492 kB
Writeback:           0 kB
AnonPages:      145880 kB
Mapped:          12720 kB
Slab:            90572 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   326732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73952 MiB
End job on node149 at 2011-06-11 06:41:54