Trace number 3488976

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 E_2 2011-06-10 (fixed)SAT-34 1797.13 1797.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
MD5SUM366c883f3118f840e595e8bbe10351c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1797.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27856
Number of constraints which are clauses27856
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 595
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 595
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 595
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.5 [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-3488976-1307770492.opb>
0.09/0.14	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27856 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.09/0.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.19/0.28	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 27856 upgd conss, 55712 impls, 0 clqs
0.49/0.55	c    (0.6s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.55	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.55	c presolving (2 rounds):
0.49/0.55	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  55712 implications, 0 cliques
0.49/0.55	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27856 constraints
0.49/0.55	c   27856 constraints of type <setppc>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.39
0.49/0.55	c - non default parameters ----------------------------------------------------------------------
0.49/0.55	c # SCIP version 2.0.1.5
0.49/0.55	c 
0.49/0.55	c # frequency for displaying node information lines
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.55	c display/freq = 10000
0.49/0.55	c 
0.49/0.55	c # maximal time in seconds to run
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/time = 1797
0.49/0.55	c 
0.49/0.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/memory = 13950
0.49/0.55	c 
0.49/0.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.55	c # [type: int, range: [1,2], default: 1]
0.49/0.55	c timing/clocktype = 2
0.49/0.55	c 
0.49/0.55	c # belongs reading time to solving time?
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c timing/reading = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/linear/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/indicator/addCouplingCons = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c separating/rapidlearning/freq = 0
0.49/0.55	c 
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c start solving
0.49/0.55	c 
0.79/0.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.83	c t 0.8s|     1 |     0 |   598 |     - |  34M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 | 0.000000e+00 | 100.00%
0.79/0.85	o -1
0.79/0.85	c R 0.8s|     1 |     0 |   598 |     - |  34M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-1.000000e+00 |  99.66%
0.79/0.86	o -2
0.79/0.86	c s 0.9s|     1 |     0 |   598 |     - |  34M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-2.000000e+00 |  99.33%
1.19/1.28	c   1.3s|     1 |     0 |   778 |     - |  34M|   0 | 549 | 595 |  27k| 595 |  27k|   6 |   0 |   0 |-2.745000e+02 |-2.000000e+00 |  99.27%
1.19/1.29	o -25
1.19/1.29	c b 1.3s|     1 |     0 |   778 |     - |  34M|   0 | 549 | 595 |  27k| 595 |  27k|   6 |   0 |   0 |-2.745000e+02 |-2.500000e+01 |  90.89%
1.69/1.78	c   1.8s|     1 |     0 |   889 |     - |  34M|   0 | 500 | 595 |  27k| 595 |  27k|  30 |   0 |   0 |-2.500000e+02 |-2.500000e+01 |  90.00%
2.29/2.39	c   2.4s|     1 |     0 |  1097 |     - |  34M|   0 | 445 | 595 |  27k| 595 |  27k|  72 |   0 |   0 |-2.225000e+02 |-2.500000e+01 |  88.76%
2.99/3.06	c   3.1s|     1 |     0 |  1198 |     - |  35M|   0 | 413 | 595 |  27k| 595 |  27k|  83 |   0 |   0 |-2.065000e+02 |-2.500000e+01 |  87.89%
3.69/3.77	c   3.8s|     1 |     0 |  1439 |     - |  35M|   0 | 377 | 595 |  27k| 595 |  27k|  96 |   0 |   0 |-1.875000e+02 |-2.500000e+01 |  86.67%
4.40/4.48	c   4.5s|     1 |     0 |  1685 |     - |  35M|   0 | 340 | 595 |  27k| 595 |  27k| 107 |   0 |   0 |-1.675000e+02 |-2.500000e+01 |  85.07%
5.29/5.30	c   5.3s|     1 |     0 |  2275 |     - |  35M|   0 | 285 | 595 |  27k| 595 |  27k| 120 |   0 |   0 |-1.425000e+02 |-2.500000e+01 |  82.46%
6.30/6.38	c   6.4s|     1 |     0 |  3428 |     - |  35M|   0 | 250 | 595 |  27k| 595 |  27k| 138 |   0 |   0 |-1.250000e+02 |-2.500000e+01 |  80.00%
6.99/7.02	c   7.0s|     1 |     0 |  3601 |     - |  35M|   0 | 232 | 595 |  27k| 595 |  28k| 151 |   0 |   0 |-1.160000e+02 |-2.500000e+01 |  78.45%
7.69/7.76	c   7.8s|     1 |     0 |  4198 |     - |  35M|   0 | 204 | 595 |  27k| 595 |  28k| 163 |   0 |   0 |-1.020000e+02 |-2.500000e+01 |  75.49%
8.09/8.14	c   8.1s|     1 |     0 |  4758 |     - |  35M|   0 | 180 | 595 |  27k| 595 |  28k| 173 |   0 |   0 |-8.925000e+01 |-2.500000e+01 |  71.99%
8.39/8.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.39/8.45	c   8.5s|     1 |     0 |  5102 |     - |  35M|   0 | 164 | 595 |  27k| 595 |  28k| 185 |   0 |   0 |-7.725000e+01 |-2.500000e+01 |  67.64%
8.69/8.71	c   8.7s|     1 |     0 |  5292 |     - |  35M|   0 | 169 | 595 |  27k| 595 |  28k| 194 |   0 |   0 |-7.225000e+01 |-2.500000e+01 |  65.40%
8.99/9.04	c   9.0s|     1 |     0 |  5686 |     - |  35M|   0 | 135 | 595 |  27k| 595 |  28k| 205 |   0 |   0 |-6.675000e+01 |-2.500000e+01 |  62.55%
9.19/9.28	c   9.3s|     1 |     0 |  5857 |     - |  35M|   0 | 110 | 595 |  27k| 595 |  28k| 216 |   0 |   0 |-5.500000e+01 |-2.500000e+01 |  54.55%
9.59/9.69	c   9.7s|     1 |     0 |  6671 |     - |  35M|   0 |  90 | 595 |  27k| 595 |  28k| 228 |   0 |   0 |-4.500000e+01 |-2.500000e+01 |  44.44%
9.89/9.94	c   9.9s|     1 |     0 |  6799 |     - |  35M|   0 |  98 | 595 |  27k| 595 |  28k| 237 |   0 |   0 |-4.150000e+01 |-2.500000e+01 |  39.76%
10.29/10.35	c  10.3s|     1 |     0 |  7423 |     - |  35M|   0 | 114 | 595 |  27k| 595 |  28k| 249 |   0 |   0 |-3.600000e+01 |-2.500000e+01 |  30.56%
10.50/10.58	c  10.6s|     1 |     0 |  7503 |     - |  35M|   0 | 117 | 595 |  27k| 595 |  28k| 261 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
10.79/10.89	c  10.9s|     1 |     0 |  7724 |     - |  35M|   0 |  90 | 595 |  27k| 595 |  28k| 274 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
11.00/11.04	c  11.0s|     1 |     0 |  7803 |     - |  35M|   0 | 136 | 595 |  27k| 595 |  28k| 286 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
11.99/12.03	c  12.0s|     1 |     0 |  8021 |     - |  35M|   0 | 116 | 595 |  27k| 595 |  28k| 300 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
12.79/12.86	c  12.9s|     1 |     0 |  8526 |     - |  35M|   0 | 109 | 595 |  27k| 595 |  28k| 310 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
12.99/13.01	c  13.0s|     1 |     0 |  8589 |     - |  35M|   0 | 145 | 595 |  27k| 595 |  28k| 321 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
15.79/15.87	c  15.9s|     1 |     0 |  8648 |     - |  35M|   0 | 147 | 595 |  27k| 595 |  28k| 332 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
18.59/18.64	c  18.6s|     1 |     0 |  9123 |     - |  35M|   0 |  60 | 595 |  27k| 595 |  28k| 339 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
18.79/18.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.79/18.83	c  18.8s|     1 |     0 |  9217 |     - |  35M|   0 | 160 | 595 |  27k| 595 |  28k| 349 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
20.29/20.33	c  20.3s|     1 |     0 |  9262 |     - |  36M|   0 | 166 | 595 |  27k| 595 |  28k| 357 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
23.49/23.53	c  23.5s|     1 |     0 |  9445 |     - |  36M|   0 | 185 | 595 |  27k| 595 |  28k| 367 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
26.29/26.37	c  26.4s|     1 |     0 |  9733 |     - |  36M|   0 | 156 | 595 |  27k| 595 |  28k| 376 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
28.79/28.83	c  28.8s|     1 |     0 |  9879 |     - |  36M|   0 | 153 | 595 |  27k| 595 |  28k| 386 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
41.39/41.43	c  41.4s|     1 |     2 |  9879 |     - |  36M|   0 | 153 | 595 |  27k| 595 |  28k| 386 |   0 |  36 |-3.500000e+01 |-2.500000e+01 |  28.57%
54.90/54.93	o -26
54.90/54.93	c *54.9s|    12 |    10 | 10906 |  93.4 |  36M|  11 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 270 |-3.500000e+01 |-2.600000e+01 |  25.71%
73.09/73.18	o -27
73.09/73.18	c p73.2s|    36 |    30 | 12974 |  88.4 |  37M|  15 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 667 |-3.500000e+01 |-2.700000e+01 |  22.86%
81.09/81.12	o -28
81.09/81.12	c f81.1s|    49 |    35 | 13687 |  79.3 |  38M|  15 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 896 |-3.500000e+01 |-2.800000e+01 |  20.00%
110.59/110.63	o -30
110.59/110.63	c * 111s|   244 |   109 | 22792 |  53.1 |  39M|  20 |   - | 595 |  27k| 595 |  27k| 386 |   0 |1376 |-3.500000e+01 |-3.000000e+01 |  14.29%
142.40/142.46	o -31
142.40/142.46	c * 142s|  1664 |   404 | 56820 |  28.2 |  44M|  55 |   - | 595 |  27k| 595 |  27k| 386 |   0 |1631 |-3.500000e+01 |-3.100000e+01 |  11.43%
355.70/355.79	c   356s| 10000 |  3490 |369364 |  36.0 |  98M|  84 |  67 | 595 |  27k| 595 |  27k| 386 |   0 |2647 |-3.500000e+01 |-3.100000e+01 |  11.43%
397.89/397.97	o -32
397.89/397.97	c g 398s| 11756 |  2688 |426478 |  35.4 |  91M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |2931 |-3.500000e+01 |-3.200000e+01 |   8.57%
443.09/443.14	o -33
443.09/443.14	c * 443s| 14348 |  1756 |495345 |  33.8 |  77M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |3029 |-3.500000e+01 |-3.300000e+01 |   5.71%
546.20/546.23	c   546s| 20000 |  2226 |634391 |  31.2 |  87M|  84 |  81 | 595 |  27k| 595 |  27k| 386 |   0 |3577 |-3.500000e+01 |-3.300000e+01 |   5.71%
725.30/725.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
725.30/725.31	c   725s| 30000 |  3080 |896334 |  29.5 | 106M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |4563 |-3.500000e+01 |-3.300000e+01 |   5.71%
887.00/887.00	c   887s| 40000 |  3854 |  1166k|  28.9 | 124M|  84 |  38 | 595 |  27k| 595 |  27k| 386 |   0 |4789 |-3.500000e+01 |-3.300000e+01 |   5.71%
1060.42/1060.41	c  1060s| 50000 |  4450 |  1434k|  28.5 | 139M|  84 |  62 | 595 |  27k| 595 |  27k| 386 |   0 |5455 |-3.500000e+01 |-3.300000e+01 |   5.71%
1242.81/1242.81	c  1243s| 60000 |  5374 |  1727k|  28.6 | 159M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |6178 |-3.500000e+01 |-3.300000e+01 |   5.71%
1412.32/1412.36	c  1412s| 70000 |  6054 |  1986k|  28.2 | 176M|  84 |  81 | 595 |  27k| 595 |  27k| 386 |   0 |6871 |-3.500000e+01 |-3.300000e+01 |   5.71%
1596.72/1596.70	c  1597s| 80000 |  7200 |  2282k|  28.4 | 201M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |7643 |-3.500000e+01 |-3.300000e+01 |   5.71%
1762.72/1762.77	o -34
1762.72/1762.77	c *1763s| 89311 |   574 |  2558k|  28.5 |  58M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |8195 |-3.500000e+01 |-3.400000e+01 |   2.86%
1776.62/1776.68	c  1777s| 90000 |   533 |  2581k|  28.6 |  56M|  84 |  80 | 595 |  27k| 595 |  27k| 386 |   0 |8237 |-3.500000e+01 |-3.400000e+01 |   2.86%
1797.02/1797.01	c 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Solving Time (sec) : 1797.01
1797.02/1797.01	c Solving Nodes      : 91090
1797.02/1797.01	c Primal Bound       : -3.40000000000000e+01 (513 solutions)
1797.02/1797.01	c Dual Bound         : -3.50000000000000e+01
1797.02/1797.01	c Gap                : 2.86 %
1797.02/1797.01	s SATISFIABLE
1797.02/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.02/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.02/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 -x79 
1797.02/1797.01	v -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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/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.02/1797.01	v -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 
1797.02/1797.01	v -x441 -x442 -x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 
1797.02/1797.01	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 
1797.02/1797.01	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 
1797.02/1797.01	v -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 
1797.02/1797.01	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 
1797.02/1797.01	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 -x561 x562 -x563 -x564 -x565 -x566 
1797.02/1797.01	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 
1797.02/1797.01	v -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Total Time         :    1797.01
1797.02/1797.01	c   solving          :    1797.01
1797.02/1797.01	c   presolving       :       0.39 (included in solving)
1797.02/1797.01	c   reading          :       0.14 (included in solving)
1797.02/1797.01	c Original Problem   :
1797.02/1797.01	c   Problem name     : HOME/instance-3488976-1307770492.opb
1797.02/1797.01	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 27856 initial, 27856 maximal
1797.02/1797.01	c Presolved Problem  :
1797.02/1797.01	c   Problem name     : t_HOME/instance-3488976-1307770492.opb
1797.02/1797.01	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 27856 initial, 27856 maximal
1797.02/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   probing          :       0.25          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   linear           :       0.11          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   integral         :          0          0          0      52350          0        513          0        116       2310          0          0     102192
1797.02/1797.01	c   setppc           :      27856         31     149332          5          2        508          0          0    1483419          0          0          0
1797.02/1797.01	c   countsols        :          0          0          0          5          2        511          0          0          0          0          0          0
1797.02/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.01	c   integral         :     262.18       0.00       0.00     262.17       0.00       0.01       0.00
1797.02/1797.01	c   setppc           :      22.97       0.06      22.60       0.00       0.00       0.31       0.00
1797.02/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.01	c   vbounds          :          0          0          0          0
1797.02/1797.01	c   rootredcost      :          8          0          0          0
1797.02/1797.01	c   pseudoobj        :     149253          0          0          0
1797.02/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.01	c   vbounds          :       0.06       0.06       0.00
1797.02/1797.01	c   rootredcost      :       0.06       0.06       0.00
1797.02/1797.01	c   pseudoobj        :       2.35       2.35       0.00
1797.02/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.01	c   cut pool         :       0.00         30          -          -        122          -    (maximal pool size: 925)
1797.02/1797.01	c   redcost          :       0.68      52784          0        470          0          0
1797.02/1797.01	c   impliedbounds    :       0.01         31          0          0          0          0
1797.02/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.01	c   gomory           :      18.48         31          0          0      13858          0
1797.02/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.01	c   strongcg         :       1.68         20          0          0      10000          0
1797.02/1797.01	c   cmir             :       1.50         10          0          0          0          0
1797.02/1797.01	c   flowcover        :       1.83         10          0          0          0          0
1797.02/1797.01	c   clique           :       0.21         31          0          0        280          0
1797.02/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.01	c   mcf              :       0.01          1          0          0          0          0
1797.02/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.02/1797.01	c Pricers            :       Time      Calls       Vars
1797.02/1797.01	c   problem variables:       0.00          0          0
1797.02/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   relpscost        :     262.09      52345        116       2310          0          0     102192
1797.02/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.02/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.01	c   LP solutions     :       0.12          -          5
1797.02/1797.01	c   pseudo solutions :       0.00          -          0
1797.02/1797.01	c   feaspump         :       0.00          0          0
1797.02/1797.01	c   intshifting      :       0.00          0          0
1797.02/1797.01	c   oneopt           :       0.08         10          1
1797.02/1797.01	c   veclendiving     :       4.44         44          2
1797.02/1797.01	c   linesearchdiving :       3.30         44          0
1797.02/1797.01	c   guideddiving     :      11.15         44          1
1797.02/1797.01	c   coefdiving       :       7.89         45          1
1797.02/1797.01	c   pscostdiving     :       3.01         45          2
1797.02/1797.01	c   fracdiving       :      10.75         45          2
1797.02/1797.01	c   objpscostdiving  :       5.11         23         69
1797.02/1797.01	c   rootsoldiving    :       3.08         23         37
1797.02/1797.01	c   trivial          :       0.01          2          1
1797.02/1797.01	c   shiftandpropagate:       0.00          0          0
1797.02/1797.01	c   simplerounding   :       0.70      52376        113
1797.02/1797.01	c   zirounding       :      19.66      13451        269
1797.02/1797.01	c   rounding         :      11.18      10670          1
1797.02/1797.01	c   shifting         :       3.71       2982          1
1797.02/1797.01	c   twoopt           :       0.00          0          0
1797.02/1797.01	c   fixandinfer      :       0.00          0          0
1797.02/1797.01	c   clique           :       0.00          0          0
1797.02/1797.01	c   intdiving        :       0.00          0          0
1797.02/1797.01	c   actconsdiving    :       0.00          0          0
1797.02/1797.01	c   octane           :       0.00          0          0
1797.02/1797.01	c   rens             :       0.80          1          1
1797.02/1797.01	c   rins             :       0.00          0          0
1797.02/1797.01	c   localbranching   :       0.00          0          0
1797.02/1797.01	c   mutation         :       0.00          0          0
1797.02/1797.01	c   crossover        :       2.52         20          7
1797.02/1797.01	c   dins             :       0.00          0          0
1797.02/1797.01	c   vbounds          :       0.00          0          0
1797.02/1797.01	c   undercover       :       0.00          0          0
1797.02/1797.01	c   subnlp           :       0.04          0          0
1797.02/1797.01	c   trysol           :       0.03          0          0
1797.02/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.01	c   primal LP        :       0.03          0          0       0.00       0.00
1797.02/1797.01	c   dual LP          :    1211.32      92254    2546902      27.61    2102.58
1797.02/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.01	c   diving/probing LP:      41.17       4352      72059      16.56    1750.22
1797.02/1797.01	c   strong branching :     258.75       8261     458098      55.45    1770.44
1797.02/1797.01	c     (at root node) :          -         36      21315     592.08          -
1797.02/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.01	c B&B Tree           :
1797.02/1797.01	c   number of runs   :          1
1797.02/1797.01	c   nodes            :      91090
1797.02/1797.01	c   nodes (total)    :      91090
1797.02/1797.01	c   nodes left       :        495
1797.02/1797.01	c   max depth        :         84
1797.02/1797.01	c   max depth (total):         84
1797.02/1797.01	c   backtracks       :      10038 (11.0%)
1797.02/1797.01	c   delayed cutoffs  :          0
1797.02/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.02/1797.01	c   avg switch length:       4.32
1797.02/1797.01	c   switching time   :      39.72
1797.02/1797.01	c Solution           :
1797.02/1797.01	c   Solutions found  :        513 (12 improvements)
1797.02/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.16 seconds, depth 0, found by <trivial>)
1797.02/1797.01	c   Primal Bound     : -3.40000000000000e+01   (in run 1, after 89311 nodes, 1762.66 seconds, depth 28, found by <relaxation>)
1797.02/1797.01	c   Dual Bound       : -3.50000000000000e+01
1797.02/1797.01	c   Gap              :       2.86 %
1797.02/1797.01	c   Root Dual Bound  : -3.50000000000000e+01
1797.02/1797.01	c   Root Iterations  :       9879
1797.12/1797.10	c Time complete: 1797.13.

Verifier Data

OK	-34

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-3488976-1307770492/watcher-3488976-1307770492 -o /tmp/evaluation-result-3488976-1307770492/solver-3488976-1307770492 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488976-1307770492.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 2/177 21044
/proc/meminfo: memFree=31270588/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=12700 CPUtime=0 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 2167 0 0 0 0 0 0 0 25 0 1 0 888647897 13004800 2122 33554432000 4194304 9016284 140734970443952 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21044/statm: 3175 2122 353 1178 0 1993 0

[startup+0.0177829 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21044
/proc/meminfo: memFree=31270588/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=14552 CPUtime=0.01 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 2611 0 0 0 1 0 0 0 25 0 1 0 888647897 14901248 2566 33554432000 4194304 9016284 140734970443952 18446744073709551615 7870448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21044/statm: 3638 2566 360 1178 0 2456 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14552

[startup+0.100771 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21044
/proc/meminfo: memFree=31270588/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=21284 CPUtime=0.09 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 4322 0 0 0 9 0 0 0 25 0 1 0 888647897 21794816 4274 33554432000 4194304 9016284 140734970443952 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21044/statm: 5321 4274 360 1178 0 4139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21284

[startup+0.300741 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21044
/proc/meminfo: memFree=31270588/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=60304 CPUtime=0.29 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 15487 0 0 0 28 1 0 0 25 0 1 0 888647897 61751296 13716 33554432000 4194304 9016284 140734970443952 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 15076 13716 492 1178 0 13894 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60304

[startup+0.70067 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21044
/proc/meminfo: memFree=31270588/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=93640 CPUtime=0.69 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 23605 0 0 0 67 2 0 0 25 0 1 0 888647897 95887360 21298 33554432000 4194304 9016284 140734970443952 18446744073709551615 7082192 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 23410 21298 637 1178 0 22228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93640

[startup+1.50054 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21045
/proc/meminfo: memFree=31182772/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=100992 CPUtime=1.49 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 26442 0 0 0 146 3 0 0 25 0 1 0 888647897 103415808 23466 33554432000 4194304 9016284 140734970443952 18446744073709551615 6259834 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 25248 23466 814 1178 0 24066 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100992

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21045
/proc/meminfo: memFree=31177316/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=102412 CPUtime=3.09 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 27262 0 0 0 305 4 0 0 25 0 1 0 888647897 104869888 24143 33554432000 4194304 9016284 140734970443952 18446744073709551615 6922911 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 25603 24143 672 1178 0 24421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102412

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21045
/proc/meminfo: memFree=31173960/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=104188 CPUtime=6.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 27992 0 0 0 625 5 0 0 25 0 1 0 888647897 106688512 24862 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 26047 24862 664 1178 0 24865 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 104188

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21045
/proc/meminfo: memFree=31171256/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=107352 CPUtime=12.69 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 28228 0 0 0 1260 9 0 0 25 0 1 0 888647897 109928448 25098 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 26838 25098 666 1178 0 25656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107352

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21084
/proc/meminfo: memFree=31496988/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=113884 CPUtime=25.49 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 29832 0 0 0 2531 18 0 0 25 0 1 0 888647897 116617216 26701 33554432000 4194304 9016284 140734970443952 18446744073709551615 6578107 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 28471 26701 665 1178 0 27289 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113884

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21085
/proc/meminfo: memFree=31457784/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=145740 CPUtime=51.09 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 38208 0 0 0 5068 41 0 0 25 0 1 0 888647897 149237760 35037 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 36435 35037 692 1178 0 35253 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145740

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 4/178 21086
/proc/meminfo: memFree=31454556/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=145740 CPUtime=102.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 38208 0 0 0 10150 80 0 0 25 0 1 0 888647897 149237760 35037 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 36435 35037 692 1178 0 35253 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145740

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 21087
/proc/meminfo: memFree=31448868/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=143524 CPUtime=162.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 39777 0 0 0 16094 136 0 0 25 0 1 0 888647897 146968576 34823 33554432000 4194304 9016284 140734970443952 18446744073709551615 7180575 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 35881 34823 693 1178 0 34699 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 143524

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21089
/proc/meminfo: memFree=31429736/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=142928 CPUtime=222.29 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 45106 0 0 0 22039 190 0 0 25 0 1 0 888647897 146358272 34681 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 35732 34681 696 1178 0 34550 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 142928

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21091
/proc/meminfo: memFree=31403548/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=160264 CPUtime=282.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 75609 0 0 0 27984 246 0 0 25 0 1 0 888647897 164110336 38318 33554432000 4194304 9016284 140734970443952 18446744073709551615 6950077 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 40066 38318 696 1178 0 38884 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 160264

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21092
/proc/meminfo: memFree=31372264/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=178256 CPUtime=342.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 80030 0 0 0 33928 302 0 0 25 0 1 0 888647897 182534144 42736 33554432000 4194304 9016284 140734970443952 18446744073709551615 7091824 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 44564 42736 696 1178 0 43382 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178256

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21094
/proc/meminfo: memFree=31346164/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=187228 CPUtime=402.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 100684 0 0 0 39872 358 0 0 25 0 1 0 888647897 191721472 45016 33554432000 4194304 9016284 140734970443952 18446744073709551615 6524063 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 46807 45016 696 1178 0 45625 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 187228

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21095
/proc/meminfo: memFree=31328256/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=189760 CPUtime=462.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 138128 0 0 0 45815 415 0 0 25 0 1 0 888647897 194314240 45871 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 47440 45871 696 1178 0 46258 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 189760

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21097
/proc/meminfo: memFree=31318804/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=191872 CPUtime=522.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 157098 0 0 0 51760 470 0 0 25 0 1 0 888647897 196476928 46470 33554432000 4194304 9016284 140734970443952 18446744073709551615 7082034 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 47968 46470 696 1178 0 46786 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 191872

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21099
/proc/meminfo: memFree=31316292/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=191940 CPUtime=582.3 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 166253 0 0 0 57706 524 0 0 25 0 1 0 888647897 196546560 46509 33554432000 4194304 9016284 140734970443952 18446744073709551615 7213584 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 47985 46509 696 1178 0 46803 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 191940

[startup+642.301 s]

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

/proc/meminfo: memFree=31247284/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=226852 CPUtime=1062.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 193126 0 0 0 105268 963 0 0 25 0 1 0 888647897 232296448 55187 33554432000 4194304 9016284 140734970443952 18446744073709551615 7231912 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 56713 55187 696 1178 0 55531 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 226852

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21113
/proc/meminfo: memFree=31240796/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=231200 CPUtime=1122.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 194377 0 0 0 111215 1016 0 0 25 0 1 0 888647897 236748800 56438 33554432000 4194304 9016284 140734970443952 18446744073709551615 7080744 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 57800 56438 696 1178 0 56618 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 231200

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21115
/proc/meminfo: memFree=31230480/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=239948 CPUtime=1182.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 196236 0 0 0 117178 1053 0 0 25 0 1 0 888647897 245706752 58295 33554432000 4194304 9016284 140734970443952 18446744073709551615 7180791 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 59987 58295 696 1178 0 58805 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 239948

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21116
/proc/meminfo: memFree=31222268/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=245624 CPUtime=1242.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 197921 0 0 0 123140 1091 0 0 25 0 1 0 888647897 251518976 59980 33554432000 4194304 9016284 140734970443952 18446744073709551615 7213992 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 61406 59980 696 1178 0 60224 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 245624

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21118
/proc/meminfo: memFree=31214180/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=252960 CPUtime=1302.32 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 199799 0 0 0 129104 1128 0 0 25 0 1 0 888647897 259031040 61858 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 63240 61858 696 1178 0 62058 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 252960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21119
/proc/meminfo: memFree=31210940/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=255212 CPUtime=1362.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 209374 0 0 0 135064 1167 0 0 25 0 1 0 888647897 261337088 62417 33554432000 4194304 9016284 140734970443952 18446744073709551615 7180687 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 63803 62417 696 1178 0 62621 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 255212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21121
/proc/meminfo: memFree=31200500/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=261528 CPUtime=1422.32 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 211033 0 0 0 141029 1203 0 0 25 0 1 0 888647897 267804672 64073 33554432000 4194304 9016284 140734970443952 18446744073709551615 4347916 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 65382 64073 696 1178 0 64200 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 261528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21123
/proc/meminfo: memFree=31188924/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=269780 CPUtime=1482.32 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 213029 0 0 0 146987 1245 0 0 25 0 1 0 888647897 276254720 66060 33554432000 4194304 9016284 140734970443952 18446744073709551615 7080750 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 67445 66060 696 1178 0 66263 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 269780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21124
/proc/meminfo: memFree=31177736/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=278472 CPUtime=1542.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 215088 0 0 0 152946 1285 0 0 25 0 1 0 888647897 285155328 68119 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 69618 68119 696 1178 0 68436 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 278472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21135
/proc/meminfo: memFree=31164048/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=285720 CPUtime=1602.31 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 217016 0 0 0 158905 1326 0 0 25 0 1 0 888647897 292577280 70046 33554432000 4194304 9016284 140734970443952 18446744073709551615 6606506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 71430 70046 696 1178 0 70248 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 285720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21136
/proc/meminfo: memFree=31149992/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=296880 CPUtime=1662.32 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 219617 0 0 0 164863 1369 0 0 25 0 1 0 888647897 304005120 72647 33554432000 4194304 9016284 140734970443952 18446744073709551615 7055188 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 74220 72647 696 1178 0 73038 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 296880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21138
/proc/meminfo: memFree=31136208/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=303660 CPUtime=1722.32 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 221489 0 0 0 170821 1411 0 0 25 0 1 0 888647897 310947840 74519 33554432000 4194304 9016284 140734970443952 18446744073709551615 7180528 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21044/statm: 75915 74519 696 1178 0 74733 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 303660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31124360/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=313352 CPUtime=1782.32 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240790 0 0 0 176777 1455 0 0 25 0 1 0 888647897 320872448 76613 33554432000 4194304 9016284 140734970443952 18446744073709551615 7082192 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21044/statm: 78338 76613 696 1178 0 77156 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 313352

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31124348/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=313352 CPUtime=1785.52 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240848 0 0 0 177095 1457 0 0 25 0 1 0 888647897 320872448 76671 33554432000 4194304 9016284 140734970443952 18446744073709551615 7082000 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21044/statm: 78338 76671 696 1178 0 77156 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 313352

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31122360/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=313352 CPUtime=1791.93 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240987 0 0 0 177732 1461 0 0 25 0 1 0 888647897 320872448 76810 33554432000 4194304 9016284 140734970443952 18446744073709551615 7231721 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21044/statm: 78338 76810 696 1178 0 77156 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 313352

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31122068/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=313352 CPUtime=1795.13 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240989 0 0 0 178050 1463 0 0 25 0 1 0 888647897 320872448 76812 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21044/statm: 78338 76812 696 1178 0 77156 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 313352

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31122068/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=313352 CPUtime=1795.92 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240990 0 0 0 178129 1463 0 0 25 0 1 0 888647897 320872448 76813 33554432000 4194304 9016284 140734970443952 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21044/statm: 78338 76813 696 1178 0 77156 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 313352

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31121944/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=313352 CPUtime=1796.72 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240991 0 0 0 178209 1463 0 0 25 0 1 0 888647897 320872448 76814 33554432000 4194304 9016284 140734970443952 18446744073709551615 7213992 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21044/statm: 78338 76814 696 1178 0 77156 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 313352

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21143
/proc/meminfo: memFree=31121944/32950928 swapFree=67050648/67111528
[pid=21044] ppid=21042 vsize=228972 CPUtime=1797.12 cores=1,3,5,7
/proc/21044/stat : 21044 (scip-2.0.1.4b_2) R 21042 21044 19488 0 -1 4202496 240993 0 0 0 178248 1464 0 0 25 0 1 0 888647897 234467328 33814 33554432000 4194304 9016284 140734970443952 18446744073709551615 8107690 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21044/statm: 57243 33302 689 1178 0 56061 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 228972

Child status: 0
Real time (s): 1797.11
CPU time (s): 1797.13
CPU user time (s): 1782.48
CPU system time (s): 14.6518
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 342964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.48
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= 240998
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= 4
involuntary context switches= 3255

runsolver used 2.81857 second user time and 6.63999 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 07:34:52
IDJOB=3488976
IDBENCH=2273
IDSOLVER=1979
FILE ID=node126/3488976-1307770492
RUNJOBID= node126-1307759435-19507
PBS_JOBID= 13550866
Free space on /tmp= 74152 MiB

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

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

MD5SUM BENCH= 366c883f3118f840e595e8bbe10351c8
RANDOM SEED=245031866

node126.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.783
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.56
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.783
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.75
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31271272 kB
Buffers:        269864 kB
Cached:         768388 kB
SwapCached:      14888 kB
Active:         910688 kB
Inactive:       569996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31271272 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           17088 kB
Writeback:           0 kB
AnonPages:      439676 kB
Mapped:          12048 kB
Slab:           133364 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   643264 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= 74136 MiB
End job on node126 at 2011-06-11 08:04:49