Trace number 3741353

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
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT-63 1796.78 1797.08

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-p6b.opb
MD5SUMf076140978d89a37e97e041a8b1e6b8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-63
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables462
Total number of constraints5852
Number of constraints which are clauses5852
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 462
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 462
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 462
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-3741353-1338774291.opb>
0.00/0.03	c original problem has 462 variables (462 bin, 0 int, 0 impl, 0 cont) and 5852 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.05/0.07	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5852 upgd conss, 11704 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/462 (21.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (2 rounds):
0.09/0.10	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  11704 implications, 0 cliques
0.09/0.10	c presolved problem has 462 variables (462 bin, 0 int, 0 impl, 0 cont) and 5852 constraints
0.09/0.10	c    5852 constraints of type <setppc>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.06
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 2.0.1.5
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1797
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 13950
0.09/0.10	c 
0.09/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.10	c # [type: int, range: [1,2], default: 1]
0.09/0.10	c timing/clocktype = 2
0.09/0.10	c 
0.09/0.10	c # belongs reading time to solving time?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c timing/reading = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/indicator/addCouplingCons = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c t 0.2s|     1 |     0 |   462 |     - |8182k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 | 0.000000e+00 | 100.00%
0.09/0.17	o -1
0.09/0.17	c R 0.2s|     1 |     0 |   462 |     - |8189k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-1.000000e+00 |  99.57%
0.09/0.18	o -2
0.09/0.18	c s 0.2s|     1 |     0 |   462 |     - |8193k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-2.000000e+00 |  99.13%
0.29/0.30	o -44
0.29/0.30	c y 0.3s|     1 |     0 |   462 |     - |8622k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-4.400000e+01 |  80.95%
0.29/0.35	c   0.3s|     1 |     0 |   655 |     - |8205k|   0 | 435 | 462 |5852 | 462 |5859 |   7 |   0 |   0 |-2.175000e+02 |-4.400000e+01 |  79.77%
0.39/0.46	c   0.5s|     1 |     0 |   835 |     - |8230k|   0 | 407 | 462 |5852 | 462 |5878 |  26 |   0 |   0 |-2.035000e+02 |-4.400000e+01 |  78.38%
0.49/0.59	c   0.6s|     1 |     0 |  1078 |     - |8248k|   0 | 376 | 462 |5852 | 462 |5893 |  41 |   0 |   0 |-1.880000e+02 |-4.400000e+01 |  76.60%
0.69/0.71	c   0.7s|     1 |     0 |  1353 |     - |8278k|   0 | 356 | 462 |5852 | 462 |5914 |  62 |   0 |   0 |-1.745000e+02 |-4.400000e+01 |  74.79%
0.79/0.84	c   0.8s|     1 |     0 |  1641 |     - |8338k|   0 | 335 | 462 |5852 | 462 |5936 |  84 |   0 |   0 |-1.645000e+02 |-4.400000e+01 |  73.25%
0.89/1.00	c   1.0s|     1 |     0 |  2125 |     - |8401k|   0 | 320 | 462 |5852 | 462 |5958 | 106 |   0 |   0 |-1.555000e+02 |-4.400000e+01 |  71.70%
1.19/1.20	c   1.2s|     1 |     0 |  2919 |     - |8475k|   0 | 293 | 462 |5852 | 462 |5977 | 125 |   0 |   0 |-1.465000e+02 |-4.400000e+01 |  69.97%
1.39/1.40	c   1.4s|     1 |     0 |  3516 |     - |8514k|   0 | 286 | 462 |5852 | 462 |5994 | 142 |   0 |   0 |-1.402500e+02 |-4.400000e+01 |  68.63%
1.59/1.60	c   1.6s|     1 |     0 |  4247 |     - |8557k|   0 | 273 | 462 |5852 | 462 |6015 | 163 |   0 |   0 |-1.322500e+02 |-4.400000e+01 |  66.73%
1.69/1.74	c   1.7s|     1 |     0 |  4536 |     - |8734k|   0 | 266 | 462 |5852 | 462 |6032 | 180 |   0 |   0 |-1.257500e+02 |-4.400000e+01 |  65.01%
1.89/1.90	c   1.9s|     1 |     0 |  5032 |     - |9023k|   0 | 280 | 462 |5852 | 462 |6048 | 196 |   0 |   0 |-1.220625e+02 |-4.400000e+01 |  63.95%
2.09/2.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.09/2.11	c   2.1s|     1 |     0 |  5892 |     - |9297k|   0 | 235 | 462 |5852 | 462 |6063 | 211 |   0 |   0 |-1.175000e+02 |-4.400000e+01 |  62.55%
2.19/2.25	c   2.2s|     1 |     0 |  6321 |     - |9348k|   0 | 243 | 462 |5852 | 462 |6079 | 227 |   0 |   0 |-1.147500e+02 |-4.400000e+01 |  61.66%
2.39/2.43	c   2.4s|     1 |     0 |  7204 |     - |9453k|   0 | 254 | 462 |5852 | 462 |6096 | 244 |   0 |   0 |-1.128056e+02 |-4.400000e+01 |  60.99%
2.59/2.61	c   2.6s|     1 |     0 |  7761 |     - |9962k|   0 | 232 | 462 |5852 | 462 |6112 | 260 |   0 |   0 |-1.106250e+02 |-4.400000e+01 |  60.23%
2.78/2.87	c   2.9s|     1 |     0 |  8607 |     - |  10M|   0 | 253 | 462 |5852 | 462 |6126 | 274 |   0 |   0 |-1.076667e+02 |-4.400000e+01 |  59.13%
3.09/3.15	c   3.1s|     1 |     0 |  9436 |     - |  11M|   0 | 243 | 462 |5852 | 462 |6102 | 289 |   0 |   0 |-1.047500e+02 |-4.400000e+01 |  58.00%
3.29/3.37	c   3.4s|     1 |     0 | 10194 |     - |  12M|   0 | 279 | 462 |5852 | 462 |6116 | 303 |   0 |   0 |-1.035714e+02 |-4.400000e+01 |  57.52%
3.59/3.66	c   3.7s|     1 |     0 | 10924 |     - |  13M|   0 | 280 | 462 |5852 | 462 |6129 | 316 |   0 |   0 |-1.025616e+02 |-4.400000e+01 |  57.10%
3.89/3.90	c   3.9s|     1 |     0 | 11483 |     - |  14M|   0 | 264 | 462 |5852 | 462 |6142 | 329 |   0 |   0 |-1.005714e+02 |-4.400000e+01 |  56.25%
4.29/4.37	c   4.4s|     1 |     0 | 13433 |     - |  14M|   0 | 283 | 462 |5852 | 462 |6156 | 343 |   0 |   0 |-9.904753e+01 |-4.400000e+01 |  55.58%
4.69/4.77	c   4.8s|     1 |     0 | 14924 |     - |  14M|   0 | 277 | 462 |5852 | 462 |6169 | 356 |   0 |   0 |-9.677488e+01 |-4.400000e+01 |  54.53%
5.49/5.57	c   5.6s|     1 |     0 | 15568 |     - |  14M|   0 | 268 | 462 |5852 | 462 |6124 | 364 |   0 |   0 |-9.583883e+01 |-4.400000e+01 |  54.09%
5.78/5.85	c   5.9s|     1 |     0 | 16125 |     - |  14M|   0 | 255 | 462 |5852 | 462 |6133 | 373 |   0 |   0 |-9.509750e+01 |-4.400000e+01 |  53.73%
6.09/6.11	c   6.1s|     1 |     0 | 16849 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6145 | 385 |   0 |   0 |-9.370140e+01 |-4.400000e+01 |  53.04%
6.50/6.54	c   6.5s|     1 |     0 | 17918 |     - |  15M|   0 | 263 | 462 |5852 | 462 |6160 | 400 |   0 |   0 |-9.169944e+01 |-4.400000e+01 |  52.02%
6.79/6.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.79/6.81	c   6.8s|     1 |     0 | 18658 |     - |  15M|   0 | 272 | 462 |5852 | 462 |6174 | 414 |   0 |   0 |-9.092804e+01 |-4.400000e+01 |  51.61%
7.59/7.63	c   7.6s|     1 |     0 | 19460 |     - |  15M|   0 | 270 | 462 |5852 | 462 |6182 | 422 |   0 |   0 |-9.031857e+01 |-4.400000e+01 |  51.28%
7.98/8.06	c   8.1s|     1 |     0 | 20456 |     - |  15M|   0 | 262 | 462 |5852 | 462 |6156 | 436 |   0 |   0 |-8.915611e+01 |-4.400000e+01 |  50.65%
8.49/8.53	c   8.5s|     1 |     0 | 21559 |     - |  15M|   0 | 279 | 462 |5852 | 462 |6171 | 451 |   0 |   0 |-8.785595e+01 |-4.400000e+01 |  49.92%
9.38/9.41	c   9.4s|     1 |     0 | 22739 |     - |  15M|   0 | 266 | 462 |5852 | 462 |6181 | 461 |   0 |   0 |-8.654930e+01 |-4.400000e+01 |  49.16%
10.18/10.22	c  10.2s|     1 |     0 | 23870 |     - |  15M|   0 | 259 | 462 |5852 | 462 |6194 | 474 |   0 |   0 |-8.531649e+01 |-4.400000e+01 |  48.43%
10.68/10.76	c  10.8s|     1 |     0 | 24617 |     - |  15M|   0 | 269 | 462 |5852 | 462 |6203 | 483 |   0 |   0 |-8.431172e+01 |-4.400000e+01 |  47.81%
11.68/11.79	c  11.8s|     1 |     0 | 25877 |     - |  15M|   0 | 277 | 462 |5852 | 462 |6212 | 492 |   0 |   0 |-8.307895e+01 |-4.400000e+01 |  47.04%
12.58/12.66	c  12.7s|     1 |     0 | 26342 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6179 | 499 |   0 |   0 |-8.272364e+01 |-4.400000e+01 |  46.81%
13.48/13.57	c  13.6s|     1 |     0 | 27118 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6188 | 508 |   0 |   0 |-8.215931e+01 |-4.400000e+01 |  46.45%
14.48/14.54	c  14.5s|     1 |     0 | 27938 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6195 | 515 |   0 |   0 |-8.139771e+01 |-4.400000e+01 |  45.94%
15.39/15.43	c  15.4s|     1 |     0 | 28420 |     - |  15M|   0 | 278 | 462 |5852 | 462 |6202 | 522 |   0 |   0 |-8.090788e+01 |-4.400000e+01 |  45.62%
16.28/16.31	c  16.3s|     1 |     0 | 28880 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6210 | 530 |   0 |   0 |-8.053657e+01 |-4.400000e+01 |  45.37%
17.18/17.27	c  17.3s|     1 |     0 | 29694 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6219 | 539 |   0 |   0 |-7.965404e+01 |-4.400000e+01 |  44.76%
18.28/18.30	c  18.3s|     1 |     0 | 30777 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6187 | 550 |   0 |   0 |-7.859822e+01 |-4.400000e+01 |  44.02%
19.27/19.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.27/19.31	c  19.3s|     1 |     0 | 31870 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6200 | 563 |   0 |   0 |-7.788029e+01 |-4.400000e+01 |  43.50%
20.38/20.47	c  20.5s|     1 |     0 | 33453 |     - |  15M|   0 | 265 | 462 |5852 | 462 |6214 | 577 |   0 |   0 |-7.691765e+01 |-4.400000e+01 |  42.80%
21.27/21.32	c  21.3s|     1 |     0 | 33851 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6219 | 582 |   0 |   0 |-7.663138e+01 |-4.400000e+01 |  42.58%
22.28/22.39	c  22.4s|     1 |     0 | 34990 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6230 | 593 |   0 |   0 |-7.574565e+01 |-4.400000e+01 |  41.91%
23.38/23.41	c  23.4s|     1 |     0 | 35938 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6236 | 599 |   0 |   0 |-7.502009e+01 |-4.400000e+01 |  41.35%
24.37/24.42	c  24.4s|     1 |     0 | 36718 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6220 | 607 |   0 |   0 |-7.467280e+01 |-4.400000e+01 |  41.08%
25.57/25.61	c  25.6s|     1 |     0 | 38211 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6228 | 615 |   0 |   0 |-7.373218e+01 |-4.400000e+01 |  40.32%
26.47/26.55	c  26.5s|     1 |     0 | 38848 |     - |  15M|   0 | 274 | 462 |5852 | 462 |6237 | 624 |   0 |   0 |-7.324559e+01 |-4.400000e+01 |  39.93%
27.48/27.51	c  27.5s|     1 |     0 | 39437 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6248 | 635 |   0 |   0 |-7.285734e+01 |-4.400000e+01 |  39.61%
28.37/28.46	c  28.5s|     1 |     0 | 40053 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6255 | 642 |   0 |   0 |-7.252279e+01 |-4.400000e+01 |  39.33%
29.37/29.40	c  29.4s|     1 |     0 | 40638 |     - |  15M|   0 | 283 | 462 |5852 | 462 |6267 | 654 |   0 |   0 |-7.192888e+01 |-4.400000e+01 |  38.83%
30.27/30.33	c  30.3s|     1 |     0 | 41082 |     - |  15M|   0 | 295 | 462 |5852 | 462 |6242 | 665 |   0 |   0 |-7.173710e+01 |-4.400000e+01 |  38.66%
31.27/31.30	c  31.3s|     1 |     0 | 41579 |     - |  15M|   0 | 287 | 462 |5852 | 462 |6249 | 672 |   0 |   0 |-7.147984e+01 |-4.400000e+01 |  38.44%
32.27/32.30	c  32.3s|     1 |     0 | 42207 |     - |  15M|   0 | 290 | 462 |5852 | 462 |6256 | 679 |   0 |   0 |-7.122844e+01 |-4.400000e+01 |  38.23%
33.07/33.19	c  33.2s|     1 |     0 | 42446 |     - |  15M|   0 | 294 | 462 |5852 | 462 |6264 | 687 |   0 |   0 |-7.111872e+01 |-4.400000e+01 |  38.13%
34.07/34.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.07/34.13	c  34.1s|     1 |     0 | 42623 |     - |  15M|   0 | 304 | 462 |5852 | 462 |6273 | 696 |   0 |   0 |-7.102292e+01 |-4.400000e+01 |  38.05%
34.96/35.08	c  35.1s|     1 |     0 | 42824 |     - |  15M|   0 | 315 | 462 |5852 | 462 |6282 | 705 |   0 |   0 |-7.082073e+01 |-4.400000e+01 |  37.87%
35.97/36.04	c  36.0s|     1 |     0 | 42979 |     - |  15M|   0 | 313 | 462 |5852 | 462 |6267 | 713 |   0 |   0 |-7.075131e+01 |-4.400000e+01 |  37.81%
36.87/36.98	c  37.0s|     1 |     0 | 43180 |     - |  15M|   0 | 314 | 462 |5852 | 462 |6274 | 720 |   0 |   0 |-7.068239e+01 |-4.400000e+01 |  37.75%
37.86/37.94	c  37.9s|     1 |     0 | 43391 |     - |  15M|   0 | 325 | 462 |5852 | 462 |6284 | 730 |   0 |   0 |-7.054726e+01 |-4.400000e+01 |  37.63%
38.77/38.89	c  38.9s|     1 |     0 | 43455 |     - |  15M|   0 | 328 | 462 |5852 | 462 |6293 | 739 |   0 |   0 |-7.049474e+01 |-4.400000e+01 |  37.58%
39.86/39.90	c  39.9s|     1 |     0 | 43645 |     - |  15M|   0 | 339 | 462 |5852 | 462 |6301 | 747 |   0 |   0 |-7.039652e+01 |-4.400000e+01 |  37.50%
40.87/40.93	c  40.9s|     1 |     0 | 43771 |     - |  15M|   0 | 349 | 462 |5852 | 462 |6309 | 755 |   0 |   0 |-7.035383e+01 |-4.400000e+01 |  37.46%
41.87/41.97	c  42.0s|     1 |     0 | 43852 |     - |  15M|   0 | 359 | 462 |5852 | 462 |6289 | 764 |   0 |   0 |-7.031354e+01 |-4.400000e+01 |  37.42%
42.87/43.00	c  43.0s|     1 |     0 | 43914 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6295 | 770 |   0 |   0 |-7.028726e+01 |-4.400000e+01 |  37.40%
43.97/44.03	c  44.0s|     1 |     0 | 43954 |     - |  15M|   0 | 372 | 462 |5852 | 462 |6301 | 776 |   0 |   0 |-7.027969e+01 |-4.400000e+01 |  37.39%
44.97/45.07	c  45.1s|     1 |     0 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |   0 |-7.027043e+01 |-4.400000e+01 |  37.38%
53.56/53.66	c  53.7s|     1 |     2 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |  36 |-7.027043e+01 |-4.400000e+01 |  37.38%
72.26/72.30	o -47
72.26/72.30	c c72.3s|     6 |     7 | 51369 |1476.2 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.700000e+01 |  33.00%
72.26/72.31	o -48
72.26/72.31	c c72.3s|     6 |     7 | 51377 |1477.8 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.800000e+01 |  31.57%
72.26/72.31	o -51
72.26/72.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.26/72.31	c c72.3s|     6 |     7 | 51380 |1478.4 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.100000e+01 |  27.29%
72.26/72.31	o -56
72.26/72.31	c c72.3s|     6 |     7 | 51388 |1480.0 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.600000e+01 |  20.17%
95.15/95.28	o -57
95.15/95.28	c p95.3s|    18 |    19 | 56756 | 751.1 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.700000e+01 |  18.67%
95.15/95.28	o -58
95.15/95.28	c p95.3s|    18 |    19 | 56759 | 751.2 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.800000e+01 |  17.24%
98.66/98.72	o -59
98.66/98.72	c v98.7s|    42 |    43 | 69666 | 626.3 |  17M|  13 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.900000e+01 |  15.81%
134.74/134.82	o -60
134.74/134.82	c l 135s|   131 |   132 |200068 |1200.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 295 |-7.000722e+01 |-6.000000e+01 |  14.29%
142.14/142.21	o -61
142.14/142.21	c l 142s|   141 |   140 |224534 |1289.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 304 |-7.000722e+01 |-6.100000e+01 |  12.87%
225.83/225.98	o -62
225.83/225.98	c l 226s|   439 |   408 |526073 |1100.7 |  18M|  17 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 412 |-6.996491e+01 |-6.200000e+01 |  11.38%
913.13/913.31	o -63
913.13/913.31	c * 913s|  7279 |  3633 |  3203k| 434.1 |  35M|  61 |   - | 462 |5852 | 462 |6231 | 781 |   0 |1242 |-6.910592e+01 |-6.300000e+01 |   8.84%
1099.70/1099.97	c  1100s| 10000 |  4644 |  3929k| 388.6 |  42M|  61 |   - | 462 |5852 | 462 |6231 | 781 |   0 |1498 |-6.900760e+01 |-6.300000e+01 |   8.71%
1746.59/1746.93	c  1747s| 20000 |  8406 |  6445k| 320.1 |  67M|  61 | 179 | 462 |5852 | 462 |6231 | 781 |   0 |2230 |-6.883042e+01 |-6.300000e+01 |   8.47%
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.01
1796.69/1797.01	c Solving Nodes      : 20917
1796.69/1797.01	c Primal Bound       : -6.30000000000000e+01 (538 solutions)
1796.69/1797.01	c Dual Bound         : -6.88183922500551e+01
1796.69/1797.01	c Gap                : 8.45 %
1796.69/1797.01	s SATISFIABLE
1796.69/1797.01	v -x462 -x461 x460 -x459 -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 x441 
1796.69/1797.01	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 x429 -x428 -x427 x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 
1796.69/1797.01	v -x418 -x417 -x416 -x415 -x414 -x413 x412 -x411 -x410 -x409 -x408 x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 
1796.69/1797.01	v -x397 -x396 -x395 -x394 -x393 x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 
1796.69/1797.01	v -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 
1796.69/1797.01	v x355 -x354 -x353 -x352 -x351 -x350 x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 -x334 
1796.69/1797.01	v -x333 -x332 -x331 -x330 -x329 x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1796.69/1797.01	v -x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 x303 -x302 x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1796.69/1797.01	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 -x275 -x274 -x273 -x272 -x271 
1796.69/1797.01	v -x270 -x269 -x268 x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 
1796.69/1797.01	v -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 
1796.69/1797.01	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 
1796.69/1797.01	v x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 x185 
1796.69/1797.01	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 
1796.69/1797.01	v -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 
1796.69/1797.01	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 
1796.69/1797.01	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 
1796.69/1797.01	v x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 x84 -x83 -x82 x81 -x80 -x79 -x78 x77 -x76 -x75 
1796.69/1797.01	v x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 x50 -x49 
1796.69/1797.01	v -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 
1796.69/1797.01	v -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Total Time         :    1797.01
1796.69/1797.01	c   solving          :    1797.01
1796.69/1797.01	c   presolving       :       0.06 (included in solving)
1796.69/1797.01	c   reading          :       0.03 (included in solving)
1796.69/1797.01	c Original Problem   :
1796.69/1797.01	c   Problem name     : HOME/instance-3741353-1338774291.opb
1796.69/1797.01	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 5852 initial, 5852 maximal
1796.69/1797.01	c Presolved Problem  :
1796.69/1797.01	c   Problem name     : t_HOME/instance-3741353-1338774291.opb
1796.69/1797.01	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 5852 initial, 5852 maximal
1796.69/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.69/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   integral         :          0          0          0      15526          0        542          0         13        342          0          0      30578
1796.69/1797.01	c   setppc           :       5852         69      95540          1          2        537          0          0     226392          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          1          2        540          0          0          0          0          0          0
1796.69/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.69/1797.01	c   integral         :     158.00       0.00       0.00     158.00       0.00       0.00       0.00
1796.69/1797.01	c   setppc           :       4.76       0.03       4.69       0.00       0.00       0.04       0.00
1796.69/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   rootredcost      :         11          0          0          0
1796.69/1797.01	c   pseudoobj        :      95763          0          0          0
1796.69/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.69/1797.01	c   vbounds          :       0.02       0.02       0.00
1796.69/1797.01	c   rootredcost      :       0.02       0.02       0.00
1796.69/1797.01	c   pseudoobj        :       0.77       0.77       0.00
1796.69/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.01	c   cut pool         :       0.09         68          -          -        111          -    (maximal pool size: 2745)
1796.69/1797.01	c   redcost          :       0.37      21952          0      81422          0          0
1796.69/1797.01	c   impliedbounds    :       0.01         69          0          0          0          0
1796.69/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.69/1797.01	c   gomory           :      34.20         69          0          0      17119          0
1796.69/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.69/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.69/1797.01	c   strongcg         :       0.58         20          0          0       9962          0
1796.69/1797.01	c   cmir             :       0.16         10          0          0          0          0
1796.69/1797.01	c   flowcover        :       0.14         10          0          0          0          0
1796.69/1797.01	c   clique           :       0.14         69          0          0        536          0
1796.69/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.69/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.69/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.69/1797.01	c   rapidlearning    :       0.06          1          0          0          0          0
1796.69/1797.01	c Pricers            :       Time      Calls       Vars
1796.69/1797.01	c   problem variables:       0.00          0          0
1796.69/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   relpscost        :     157.98      15525         13        342          0          0      30578
1796.69/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1796.69/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.69/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.69/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.69/1797.01	c   LP solutions     :       0.00          -          1
1796.69/1797.01	c   pseudo solutions :       0.00          -          0
1796.69/1797.01	c   feaspump         :       0.00          0          0
1796.69/1797.01	c   oneopt           :       0.01          8          0
1796.69/1797.01	c   crossover        :       1.71          6          2
1796.69/1797.01	c   guideddiving     :      66.19         58          1
1796.69/1797.01	c   fracdiving       :      64.98         67          6
1796.69/1797.01	c   objpscostdiving  :      88.72         49        120
1796.69/1797.01	c   rootsoldiving    :      63.42         95        137
1796.69/1797.01	c   pscostdiving     :      53.70        204         53
1796.69/1797.01	c   linesearchdiving :      60.31        204         88
1796.69/1797.01	c   veclendiving     :      70.80        204         21
1796.69/1797.01	c   coefdiving       :      64.66        205         42
1796.69/1797.01	c   trivial          :       0.00          2          1
1796.69/1797.01	c   shiftandpropagate:       0.00          0          0
1796.69/1797.01	c   simplerounding   :       0.29      15593         29
1796.69/1797.01	c   zirounding       :       0.92       1701         34
1796.69/1797.01	c   rounding         :       7.94       5525          1
1796.69/1797.01	c   shifting         :       2.12       1402          1
1796.69/1797.01	c   intshifting      :       0.00          0          0
1796.69/1797.01	c   twoopt           :       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00          0          0
1796.69/1797.01	c   clique           :       0.00          0          0
1796.69/1797.01	c   intdiving        :       0.00          0          0
1796.69/1797.01	c   actconsdiving    :       0.00          0          0
1796.69/1797.01	c   octane           :       0.00          0          0
1796.69/1797.01	c   rens             :       0.02          0          0
1796.69/1797.01	c   rins             :       0.00          0          0
1796.69/1797.01	c   localbranching   :       0.00          0          0
1796.69/1797.01	c   mutation         :       0.00          0          0
1796.69/1797.01	c   dins             :       0.00          0          0
1796.69/1797.01	c   vbounds          :       0.00          0          0
1796.69/1797.01	c   undercover       :       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.00          0          0
1796.69/1797.01	c   trysol           :       0.01          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.69/1797.01	c   primal LP        :       0.03          0          0       0.00       0.00
1796.69/1797.01	c   dual LP          :    1040.11      21208    4300493     202.78    4134.66
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.69/1797.01	c   diving/probing LP:     514.22      42922    2336218      54.43    4543.20
1796.69/1797.01	c   strong branching :     157.07       2313     574670     248.45    3658.69
1796.69/1797.01	c     (at root node) :          -         36      22166     615.72          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :      20917
1796.69/1797.01	c   nodes (total)    :      20917
1796.69/1797.01	c   nodes left       :       8677
1796.69/1797.01	c   max depth        :         61
1796.69/1797.01	c   max depth (total):         61
1796.69/1797.01	c   backtracks       :       3131 (15.0%)
1796.69/1797.01	c   delayed cutoffs  :          0
1796.69/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.69/1797.01	c   avg switch length:       4.45
1796.69/1797.01	c   switching time   :       2.96
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :        538 (15 improvements)
1796.69/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1796.69/1797.01	c   Primal Bound     : -6.30000000000000e+01   (in run 1, after 7279 nodes, 913.31 seconds, depth 40, found by <relaxation>)
1796.69/1797.01	c   Dual Bound       : -6.88183922500551e+01
1796.69/1797.01	c   Gap              :       8.45 %
1796.69/1797.01	c   Root Dual Bound  : -7.02704326923078e+01
1796.69/1797.01	c   Root Iterations  :      43988
1796.69/1797.07	c Time complete: 1796.77.

Verifier Data

OK	-63

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.56 1.89 1.96 2/173 3214
/proc/meminfo: memFree=30129796/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=10952 CPUtime=0 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 1602 0 0 0 0 0 0 0 20 0 1 0 343555022 11214848 1557 33554432000 4194304 9016284 140735351034096 140736730579624 7870589 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 2738 1562 340 1178 0 1556 0

[startup+0.068375 s]
/proc/loadavg: 1.56 1.89 1.96 2/173 3214
/proc/meminfo: memFree=30129796/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=25672 CPUtime=0.05 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 5434 0 0 0 5 0 0 0 20 0 1 0 343555022 26288128 5132 33554432000 4194304 9016284 140735351034096 140736730579624 6813403 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 6418 5155 486 1178 0 5236 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25672

[startup+0.100291 s]
/proc/loadavg: 1.56 1.89 1.96 2/173 3214
/proc/meminfo: memFree=30129796/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=28168 CPUtime=0.09 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 6082 0 0 0 9 0 0 0 20 0 1 0 343555022 28844032 5780 33554432000 4194304 9016284 140735351034096 140736730579624 4803015 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 7042 5780 507 1178 0 5860 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28168

[startup+0.300929 s]
/proc/loadavg: 1.56 1.89 1.96 2/173 3214
/proc/meminfo: memFree=30129796/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=58448 CPUtime=0.29 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 13756 0 0 0 27 2 0 0 20 0 1 0 343555022 59850752 13242 33554432000 4194304 9016284 140735351034096 140735351027496 4291246 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 14612 13242 659 1178 0 13430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58448

[startup+0.700202 s]
/proc/loadavg: 1.56 1.89 1.96 2/173 3214
/proc/meminfo: memFree=30129796/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=50364 CPUtime=0.69 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 13917 0 0 0 67 2 0 0 20 0 1 0 343555022 51572736 11585 33554432000 4194304 9016284 140735351034096 140735351029208 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 12591 11585 670 1178 0 11409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50364

[startup+1.50018 s]
/proc/loadavg: 1.56 1.89 1.96 3/177 3225
/proc/meminfo: memFree=29899000/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=50364 CPUtime=1.49 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 13942 0 0 0 146 3 0 0 20 0 1 0 343555022 51572736 11610 33554432000 4194304 9016284 140735351034096 140735351029256 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 12591 11610 673 1178 0 11409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50364

[startup+3.10021 s]
/proc/loadavg: 1.60 1.89 1.96 3/177 3225
/proc/meminfo: memFree=29583660/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=51768 CPUtime=3.09 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 14254 0 0 0 305 4 0 0 20 0 1 0 343555022 53010432 11922 33554432000 4194304 9016284 140735351034096 140735351029208 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 12942 11922 674 1178 0 11760 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51768

[startup+6.30095 s]
/proc/loadavg: 1.60 1.89 1.96 3/177 3225
/proc/meminfo: memFree=29375264/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=60572 CPUtime=6.29 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 16460 0 0 0 622 7 0 0 20 0 1 0 343555022 62025728 14109 33554432000 4194304 9016284 140735351034096 140735351028056 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 15143 14109 674 1178 0 13961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60572

[startup+12.701 s]
/proc/loadavg: 1.66 1.90 1.96 3/177 3225
/proc/meminfo: memFree=29083152/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=62176 CPUtime=12.69 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 16991 0 0 0 1259 10 0 0 20 0 1 0 343555022 63668224 14666 33554432000 4194304 9016284 140735351034096 140735351029208 6583221 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 15544 14666 674 1178 0 14362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62176

[startup+25.5002 s]
/proc/loadavg: 1.71 1.90 1.96 3/177 3225
/proc/meminfo: memFree=29079632/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=62176 CPUtime=25.47 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 17005 0 0 0 2531 16 0 0 20 0 1 0 343555022 63668224 14675 33554432000 4194304 9016284 140735351034096 140735351028008 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 15544 14675 674 1178 0 14362 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 62176

[startup+51.101 s]
/proc/loadavg: 1.81 1.91 1.96 3/177 3225
/proc/meminfo: memFree=29068184/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=62884 CPUtime=51.06 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 19306 0 0 0 5077 29 0 0 20 0 1 0 343555022 64393216 15045 33554432000 4194304 9016284 140735351034096 140735351027896 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3214/statm: 15721 15045 675 1178 0 14539 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 62884

[startup+102.306 s]
/proc/loadavg: 1.92 1.92 1.96 3/177 3226
/proc/meminfo: memFree=29011496/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=62884 CPUtime=102.26 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 19383 0 0 0 10168 58 0 0 20 0 1 0 343555022 64393216 15122 33554432000 4194304 9016284 140735351034096 140735351027960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 15721 15122 679 1178 0 14539 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 62884

[startup+162.3 s]
/proc/loadavg: 1.97 1.93 1.96 3/177 3226
/proc/meminfo: memFree=28980152/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=64040 CPUtime=162.24 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 19703 0 0 0 16131 93 0 0 20 0 1 0 343555022 65576960 15442 33554432000 4194304 9016284 140735351034096 140735351028184 5863208 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 16010 15442 680 1178 0 14828 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 64040

[startup+222.301 s]
/proc/loadavg: 2.04 1.96 1.97 3/177 3226
/proc/meminfo: memFree=28967536/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=64404 CPUtime=222.23 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 24312 0 0 0 22096 127 0 0 20 0 1 0 343555022 65949696 15447 33554432000 4194304 9016284 140735351034096 140735351028008 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 16101 15447 687 1178 0 14919 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64404

[startup+282.3 s]
/proc/loadavg: 2.01 1.96 1.97 3/177 3226
/proc/meminfo: memFree=28933340/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=66504 CPUtime=282.23 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 24856 0 0 0 28059 164 0 0 20 0 1 0 343555022 68100096 15991 33554432000 4194304 9016284 140735351034096 140735351028264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 16626 15991 687 1178 0 15444 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 66504

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.97 3/178 3229
/proc/meminfo: memFree=28914656/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=67196 CPUtime=342.22 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 25003 0 0 0 34023 199 0 0 20 0 1 0 343555022 68808704 16138 33554432000 4194304 9016284 140735351034096 140735351027720 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 16799 16138 687 1178 0 15617 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 67196

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/177 3230
/proc/meminfo: memFree=28884828/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=68512 CPUtime=402.21 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 25412 0 0 0 39988 233 0 0 20 0 1 0 343555022 70156288 16546 33554432000 4194304 9016284 140735351034096 140735351027992 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 17128 16546 687 1178 0 15946 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 68512

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/177 3230
/proc/meminfo: memFree=28843068/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=69328 CPUtime=462.19 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 25565 0 0 0 45954 265 0 0 20 0 1 0 343555022 70991872 16699 33554432000 4194304 9016284 140735351034096 140735351028264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 17332 16699 687 1178 0 16150 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 69328

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/177 3230
/proc/meminfo: memFree=28828340/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=73428 CPUtime=522.19 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 26624 0 0 0 51921 298 0 0 20 0 1 0 343555022 75190272 17758 33554432000 4194304 9016284 140735351034096 140735351027960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 18357 17758 687 1178 0 17175 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 73428

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/177 3230
/proc/meminfo: memFree=28804932/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=74852 CPUtime=582.18 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 26958 0 0 0 57884 334 0 0 20 0 1 0 343555022 76648448 18092 33554432000 4194304 9016284 140735351034096 140735351027960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 18713 18092 687 1178 0 17531 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 74852

[startup+642.301 s]

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

/proc/meminfo: memFree=28586480/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=90508 CPUtime=1122.09 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 40238 0 0 0 111519 690 0 0 20 0 1 0 343555022 92680192 21998 33554432000 4194304 9016284 140735351034096 140735351028264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 22627 21998 690 1178 0 21445 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 90508

[startup+1182.3 s]
/proc/loadavg: 2.01 1.99 1.97 3/177 3258
/proc/meminfo: memFree=28556720/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=92596 CPUtime=1182.09 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 40773 0 0 0 117477 732 0 0 20 0 1 0 343555022 94818304 22533 33554432000 4194304 9016284 140735351034096 140735351028008 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 23149 22533 690 1178 0 21967 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 92596

[startup+1242.3 s]
/proc/loadavg: 2.07 2.00 1.98 3/177 3258
/proc/meminfo: memFree=28514312/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=93976 CPUtime=1242.07 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 41092 0 0 0 123438 769 0 0 20 0 1 0 343555022 96231424 22852 33554432000 4194304 9016284 140735351034096 140735351027960 7214141 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 23494 22852 690 1178 0 22312 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 93976

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 1.98 3/177 3259
/proc/meminfo: memFree=28394684/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=96696 CPUtime=1302.07 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 46269 0 0 0 129397 810 0 0 20 0 1 0 343555022 99016704 23555 33554432000 4194304 9016284 140735351034096 140735351027784 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 24174 23555 690 1178 0 22992 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 96696

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/177 3259
/proc/meminfo: memFree=28323784/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=98060 CPUtime=1362.06 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 46628 0 0 0 135363 843 0 0 20 0 1 0 343555022 100413440 23914 33554432000 4194304 9016284 140735351034096 140735351027896 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 24515 23914 690 1178 0 23333 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 98060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3259
/proc/meminfo: memFree=28296036/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=101020 CPUtime=1422.06 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 47274 0 0 0 141327 879 0 0 20 0 1 0 343555022 103444480 24560 33554432000 4194304 9016284 140735351034096 140735351027960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 25255 24560 690 1178 0 24073 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 101020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 3259
/proc/meminfo: memFree=28217448/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=104716 CPUtime=1482.03 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 48125 0 0 0 147287 916 0 0 20 0 1 0 343555022 107229184 25411 33554432000 4194304 9016284 140735351034096 140735351028008 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 26179 25411 690 1178 0 24997 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 104716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3262
/proc/meminfo: memFree=28175448/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=104716 CPUtime=1542.03 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 48205 0 0 0 153252 951 0 0 20 0 1 0 343555022 107229184 25491 33554432000 4194304 9016284 140735351034096 140735351027960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 26179 25491 690 1178 0 24997 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 104716

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/176 3262
/proc/meminfo: memFree=28134696/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=107356 CPUtime=1602.02 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 48857 0 0 0 159212 990 0 0 20 0 1 0 343555022 109932544 26143 33554432000 4194304 9016284 140735351034096 140735351027864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 26839 26143 690 1178 0 25657 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 107356

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 3263
/proc/meminfo: memFree=28060812/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=107684 CPUtime=1662.01 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 53472 0 0 0 165172 1029 0 0 20 0 1 0 343555022 110268416 26224 33554432000 4194304 9016284 140735351034096 140735351028424 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 26921 26224 690 1178 0 25739 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 107684

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.99 3/177 3263
/proc/meminfo: memFree=28028996/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=110892 CPUtime=1722 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 54330 0 0 0 171130 1070 0 0 20 0 1 0 343555022 113553408 27069 33554432000 4194304 9016284 140735351034096 140735351028008 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 27723 27069 690 1178 0 26541 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 110892

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27991176/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=113672 CPUtime=1781.99 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59519 0 0 0 177098 1101 0 0 20 0 1 0 343555022 116400128 27725 33554432000 4194304 9016284 140735351034096 140735351027272 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28418 27725 690 1178 0 27236 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 113672

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27988324/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=113672 CPUtime=1785.19 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59520 0 0 0 177416 1103 0 0 20 0 1 0 343555022 116400128 27726 33554432000 4194304 9016284 140735351034096 140735351027960 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28418 27726 690 1178 0 27236 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 113672

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27984976/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=114344 CPUtime=1791.59 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59717 0 0 0 178053 1106 0 0 20 0 1 0 343555022 117088256 27923 33554432000 4194304 9016284 140735351034096 140735351028056 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28586 27923 690 1178 0 27404 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 114344

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27982868/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=114344 CPUtime=1794.8 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59727 0 0 0 178371 1109 0 0 20 0 1 0 343555022 117088256 27933 33554432000 4194304 9016284 140735351034096 140735351027864 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28586 27933 690 1178 0 27404 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 114344

[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27982868/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=114344 CPUtime=1795.59 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59727 0 0 0 178450 1109 0 0 20 0 1 0 343555022 117088256 27933 33554432000 4194304 9016284 140735351034096 140735351028008 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28586 27933 690 1178 0 27404 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 114344

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27980884/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=114868 CPUtime=1796.39 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59831 0 0 0 178529 1110 0 0 20 0 1 0 343555022 117624832 28037 33554432000 4194304 9016284 140735351034096 140735351028264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28717 28037 690 1178 0 27535 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 114868

[startup+1796.9 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27980884/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=114868 CPUtime=1796.59 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59835 0 0 0 178549 1110 0 0 20 0 1 0 343555022 117624832 28041 33554432000 4194304 9016284 140735351034096 140735351028264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28717 28041 690 1178 0 27535 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 114868

[startup+1797 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 3263
/proc/meminfo: memFree=27980884/32873648 swapFree=6860/6860
[pid=3214] ppid=3212 vsize=114868 CPUtime=1796.69 cores=0,2,4,6
/proc/3214/stat : 3214 (scip-2.0.1.4b_2) R 3212 3214 22552 0 -1 4202496 59838 0 0 0 178559 1110 0 0 20 0 1 0 343555022 117624832 28044 33554432000 4194304 9016284 140735351034096 140735351028264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3214/statm: 28717 28044 690 1178 0 27535 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 114868

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.78
CPU user time (s): 1785.67
CPU system time (s): 11.1063
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 131996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.67
system time used= 11.1063
maximum resident set size= 128196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59845
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= 25
involuntary context switches= 2030

runsolver used 3.67944 second user time and 9.8615 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 03:44:51
IDJOB=3741353
IDBENCH=89841
IDSOLVER=2329
FILE ID=node124/3741353-1338774291
RUNJOBID= node124-1338774291-3196
PBS_JOBID= 14636791
Free space on /tmp= 70708 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.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-3741353-1338774291/watcher-3741353-1338774291 -o /tmp/evaluation-result-3741353-1338774291/solver-3741353-1338774291 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741353-1338774291.opb -t 1800 -m 15500

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=1583047013

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30131168 kB
Buffers:          243280 kB
Cached:          1700440 kB
SwapCached:         8264 kB
Active:           483684 kB
Inactive:        1473784 kB
Active(anon):       7740 kB
Inactive(anon):     8240 kB
Active(file):     475944 kB
Inactive(file):  1465544 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091600 kB
Dirty:             22948 kB
Writeback:             0 kB
AnonPages:         10580 kB
Mapped:             8216 kB
Shmem:                 0 kB
Slab:             646460 kB
SReclaimable:      90928 kB
SUnreclaim:       555532 kB
KernelStack:        1376 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70668 MiB
End job on node124 at 2012-06-04 04:14:49