Trace number 3486409

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 NameAnswerCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)SAT 1797.1 1797.06

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 benchmark1797.1
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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3486409-1307795836.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.03/0.05	o 0
0.03/0.05	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.03/0.05	c presolving:
0.03/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.11	c    (0.1s) probing: 101/462 (21.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (2 rounds):
0.09/0.11	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.11	c  11704 implications, 0 cliques
0.09/0.11	c presolved problem has 462 variables (462 bin, 0 int, 0 impl, 0 cont) and 5852 constraints
0.09/0.11	c    5852 constraints of type <setppc>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.07
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1797
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.09/0.17	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.17	c t 0.2s|     1 |     0 |   462 |     - |7759k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 | 0.000000e+00 | 100.00%
0.09/0.18	o -1
0.09/0.18	c R 0.2s|     1 |     0 |   462 |     - |7766k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-1.000000e+00 |  99.57%
0.09/0.19	o -2
0.09/0.19	c s 0.2s|     1 |     0 |   462 |     - |7771k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-2.000000e+00 |  99.13%
0.29/0.32	o -44
0.29/0.32	c y 0.3s|     1 |     0 |   462 |     - |8199k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-4.400000e+01 |  80.95%
0.29/0.37	c   0.4s|     1 |     0 |   655 |     - |7783k|   0 | 435 | 462 |5852 | 462 |5859 |   7 |   0 |   0 |-2.175000e+02 |-4.400000e+01 |  79.77%
0.49/0.50	c   0.5s|     1 |     0 |   835 |     - |7807k|   0 | 407 | 462 |5852 | 462 |5878 |  26 |   0 |   0 |-2.035000e+02 |-4.400000e+01 |  78.38%
0.59/0.63	c   0.6s|     1 |     0 |  1078 |     - |7826k|   0 | 376 | 462 |5852 | 462 |5893 |  41 |   0 |   0 |-1.880000e+02 |-4.400000e+01 |  76.60%
0.69/0.77	c   0.8s|     1 |     0 |  1353 |     - |7855k|   0 | 356 | 462 |5852 | 462 |5914 |  62 |   0 |   0 |-1.745000e+02 |-4.400000e+01 |  74.79%
0.89/0.91	c   0.9s|     1 |     0 |  1641 |     - |7915k|   0 | 335 | 462 |5852 | 462 |5936 |  84 |   0 |   0 |-1.645000e+02 |-4.400000e+01 |  73.25%
0.99/1.09	c   1.1s|     1 |     0 |  2125 |     - |7979k|   0 | 320 | 462 |5852 | 462 |5958 | 106 |   0 |   0 |-1.555000e+02 |-4.400000e+01 |  71.70%
1.19/1.29	c   1.3s|     1 |     0 |  2919 |     - |8053k|   0 | 293 | 462 |5852 | 462 |5977 | 125 |   0 |   0 |-1.465000e+02 |-4.400000e+01 |  69.97%
1.39/1.49	c   1.5s|     1 |     0 |  3516 |     - |8092k|   0 | 286 | 462 |5852 | 462 |5994 | 142 |   0 |   0 |-1.402500e+02 |-4.400000e+01 |  68.63%
1.69/1.71	c   1.7s|     1 |     0 |  4247 |     - |8135k|   0 | 273 | 462 |5852 | 462 |6015 | 163 |   0 |   0 |-1.322500e+02 |-4.400000e+01 |  66.73%
1.79/1.87	c   1.9s|     1 |     0 |  4536 |     - |8311k|   0 | 266 | 462 |5852 | 462 |6032 | 180 |   0 |   0 |-1.257500e+02 |-4.400000e+01 |  65.01%
1.99/2.04	c   2.0s|     1 |     0 |  5032 |     - |8601k|   0 | 280 | 462 |5852 | 462 |6048 | 196 |   0 |   0 |-1.220625e+02 |-4.400000e+01 |  63.95%
2.20/2.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.20/2.27	c   2.3s|     1 |     0 |  5892 |     - |8875k|   0 | 235 | 462 |5852 | 462 |6063 | 211 |   0 |   0 |-1.175000e+02 |-4.400000e+01 |  62.55%
2.39/2.42	c   2.4s|     1 |     0 |  6321 |     - |8926k|   0 | 243 | 462 |5852 | 462 |6079 | 227 |   0 |   0 |-1.147500e+02 |-4.400000e+01 |  61.66%
2.59/2.62	c   2.6s|     1 |     0 |  7204 |     - |9031k|   0 | 254 | 462 |5852 | 462 |6096 | 244 |   0 |   0 |-1.128056e+02 |-4.400000e+01 |  60.99%
2.79/2.82	c   2.8s|     1 |     0 |  7761 |     - |9540k|   0 | 232 | 462 |5852 | 462 |6112 | 260 |   0 |   0 |-1.106250e+02 |-4.400000e+01 |  60.23%
3.09/3.11	c   3.1s|     1 |     0 |  8607 |     - |  10M|   0 | 253 | 462 |5852 | 462 |6126 | 274 |   0 |   0 |-1.076667e+02 |-4.400000e+01 |  59.13%
3.39/3.41	c   3.4s|     1 |     0 |  9436 |     - |  11M|   0 | 243 | 462 |5852 | 462 |6102 | 289 |   0 |   0 |-1.047500e+02 |-4.400000e+01 |  58.00%
3.59/3.65	c   3.7s|     1 |     0 | 10194 |     - |  11M|   0 | 279 | 462 |5852 | 462 |6116 | 303 |   0 |   0 |-1.035714e+02 |-4.400000e+01 |  57.52%
3.89/3.97	c   4.0s|     1 |     0 | 10924 |     - |  12M|   0 | 280 | 462 |5852 | 462 |6129 | 316 |   0 |   0 |-1.025616e+02 |-4.400000e+01 |  57.10%
4.19/4.24	c   4.2s|     1 |     0 | 11483 |     - |  13M|   0 | 264 | 462 |5852 | 462 |6142 | 329 |   0 |   0 |-1.005714e+02 |-4.400000e+01 |  56.25%
4.69/4.72	c   4.7s|     1 |     0 | 13433 |     - |  14M|   0 | 283 | 462 |5852 | 462 |6156 | 343 |   0 |   0 |-9.904753e+01 |-4.400000e+01 |  55.58%
5.09/5.12	c   5.1s|     1 |     0 | 14924 |     - |  14M|   0 | 277 | 462 |5852 | 462 |6169 | 356 |   0 |   0 |-9.677488e+01 |-4.400000e+01 |  54.53%
5.89/5.93	c   5.9s|     1 |     0 | 15568 |     - |  14M|   0 | 268 | 462 |5852 | 462 |6124 | 364 |   0 |   0 |-9.583883e+01 |-4.400000e+01 |  54.09%
6.19/6.24	c   6.2s|     1 |     0 | 16125 |     - |  14M|   0 | 255 | 462 |5852 | 462 |6133 | 373 |   0 |   0 |-9.509750e+01 |-4.400000e+01 |  53.73%
6.49/6.52	c   6.5s|     1 |     0 | 16849 |     - |  14M|   0 | 271 | 462 |5852 | 462 |6145 | 385 |   0 |   0 |-9.370140e+01 |-4.400000e+01 |  53.04%
6.99/7.00	c   7.0s|     1 |     0 | 17918 |     - |  14M|   0 | 263 | 462 |5852 | 462 |6160 | 400 |   0 |   0 |-9.169944e+01 |-4.400000e+01 |  52.02%
7.19/7.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.19/7.29	c   7.3s|     1 |     0 | 18658 |     - |  15M|   0 | 272 | 462 |5852 | 462 |6174 | 414 |   0 |   0 |-9.092804e+01 |-4.400000e+01 |  51.61%
8.19/8.20	c   8.2s|     1 |     0 | 19460 |     - |  15M|   0 | 270 | 462 |5852 | 462 |6182 | 422 |   0 |   0 |-9.031857e+01 |-4.400000e+01 |  51.28%
8.59/8.68	c   8.7s|     1 |     0 | 20456 |     - |  15M|   0 | 262 | 462 |5852 | 462 |6156 | 436 |   0 |   0 |-8.915611e+01 |-4.400000e+01 |  50.65%
9.19/9.21	c   9.2s|     1 |     0 | 21559 |     - |  15M|   0 | 279 | 462 |5852 | 462 |6171 | 451 |   0 |   0 |-8.785595e+01 |-4.400000e+01 |  49.92%
10.19/10.21	c  10.2s|     1 |     0 | 22739 |     - |  15M|   0 | 266 | 462 |5852 | 462 |6181 | 461 |   0 |   0 |-8.654930e+01 |-4.400000e+01 |  49.16%
11.09/11.11	c  11.1s|     1 |     0 | 23870 |     - |  15M|   0 | 259 | 462 |5852 | 462 |6194 | 474 |   0 |   0 |-8.531649e+01 |-4.400000e+01 |  48.43%
11.59/11.65	c  11.6s|     1 |     0 | 24617 |     - |  15M|   0 | 269 | 462 |5852 | 462 |6203 | 483 |   0 |   0 |-8.431172e+01 |-4.400000e+01 |  47.81%
12.69/12.74	c  12.7s|     1 |     0 | 25877 |     - |  15M|   0 | 277 | 462 |5852 | 462 |6212 | 492 |   0 |   0 |-8.307895e+01 |-4.400000e+01 |  47.04%
13.69/13.73	c  13.7s|     1 |     0 | 26342 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6179 | 499 |   0 |   0 |-8.272364e+01 |-4.400000e+01 |  46.81%
14.69/14.76	c  14.8s|     1 |     0 | 27118 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6188 | 508 |   0 |   0 |-8.215931e+01 |-4.400000e+01 |  46.45%
15.79/15.85	c  15.8s|     1 |     0 | 27938 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6195 | 515 |   0 |   0 |-8.139771e+01 |-4.400000e+01 |  45.94%
16.79/16.85	c  16.8s|     1 |     0 | 28420 |     - |  15M|   0 | 278 | 462 |5852 | 462 |6202 | 522 |   0 |   0 |-8.090788e+01 |-4.400000e+01 |  45.62%
17.78/17.81	c  17.8s|     1 |     0 | 28880 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6210 | 530 |   0 |   0 |-8.053657e+01 |-4.400000e+01 |  45.37%
18.70/18.79	c  18.8s|     1 |     0 | 29694 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6219 | 539 |   0 |   0 |-7.965404e+01 |-4.400000e+01 |  44.76%
19.89/19.92	c  19.9s|     1 |     0 | 30777 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6187 | 550 |   0 |   0 |-7.859822e+01 |-4.400000e+01 |  44.02%
20.99/21.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.99/21.07	c  21.1s|     1 |     0 | 31870 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6200 | 563 |   0 |   0 |-7.788029e+01 |-4.400000e+01 |  43.50%
22.28/22.35	c  22.4s|     1 |     0 | 33453 |     - |  15M|   0 | 265 | 462 |5852 | 462 |6214 | 577 |   0 |   0 |-7.691765e+01 |-4.400000e+01 |  42.80%
23.19/23.29	c  23.3s|     1 |     0 | 33851 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6219 | 582 |   0 |   0 |-7.663138e+01 |-4.400000e+01 |  42.58%
24.28/24.36	c  24.4s|     1 |     0 | 34990 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6230 | 593 |   0 |   0 |-7.574565e+01 |-4.400000e+01 |  41.91%
25.29/25.39	c  25.4s|     1 |     0 | 35938 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6236 | 599 |   0 |   0 |-7.502009e+01 |-4.400000e+01 |  41.35%
26.30/26.39	c  26.4s|     1 |     0 | 36718 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6220 | 607 |   0 |   0 |-7.467280e+01 |-4.400000e+01 |  41.08%
27.50/27.58	c  27.6s|     1 |     0 | 38211 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6228 | 615 |   0 |   0 |-7.373218e+01 |-4.400000e+01 |  40.32%
28.49/28.53	c  28.5s|     1 |     0 | 38848 |     - |  15M|   0 | 274 | 462 |5852 | 462 |6237 | 624 |   0 |   0 |-7.324559e+01 |-4.400000e+01 |  39.93%
29.39/29.49	c  29.5s|     1 |     0 | 39437 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6248 | 635 |   0 |   0 |-7.285734e+01 |-4.400000e+01 |  39.61%
30.39/30.44	c  30.4s|     1 |     0 | 40053 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6255 | 642 |   0 |   0 |-7.252279e+01 |-4.400000e+01 |  39.33%
31.28/31.39	c  31.4s|     1 |     0 | 40638 |     - |  15M|   0 | 283 | 462 |5852 | 462 |6267 | 654 |   0 |   0 |-7.192888e+01 |-4.400000e+01 |  38.83%
32.29/32.33	c  32.3s|     1 |     0 | 41082 |     - |  15M|   0 | 295 | 462 |5852 | 462 |6242 | 665 |   0 |   0 |-7.173710e+01 |-4.400000e+01 |  38.66%
33.29/33.30	c  33.3s|     1 |     0 | 41579 |     - |  15M|   0 | 287 | 462 |5852 | 462 |6249 | 672 |   0 |   0 |-7.147984e+01 |-4.400000e+01 |  38.44%
34.28/34.31	c  34.3s|     1 |     0 | 42207 |     - |  15M|   0 | 290 | 462 |5852 | 462 |6256 | 679 |   0 |   0 |-7.122844e+01 |-4.400000e+01 |  38.23%
35.19/35.20	c  35.2s|     1 |     0 | 42446 |     - |  15M|   0 | 294 | 462 |5852 | 462 |6264 | 687 |   0 |   0 |-7.111872e+01 |-4.400000e+01 |  38.13%
36.09/36.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.09/36.15	c  36.1s|     1 |     0 | 42623 |     - |  15M|   0 | 304 | 462 |5852 | 462 |6273 | 696 |   0 |   0 |-7.102292e+01 |-4.400000e+01 |  38.05%
37.09/37.11	c  37.1s|     1 |     0 | 42824 |     - |  15M|   0 | 315 | 462 |5852 | 462 |6282 | 705 |   0 |   0 |-7.082073e+01 |-4.400000e+01 |  37.87%
37.99/38.09	c  38.1s|     1 |     0 | 42979 |     - |  15M|   0 | 313 | 462 |5852 | 462 |6267 | 713 |   0 |   0 |-7.075131e+01 |-4.400000e+01 |  37.81%
38.98/39.04	c  39.0s|     1 |     0 | 43180 |     - |  15M|   0 | 314 | 462 |5852 | 462 |6274 | 720 |   0 |   0 |-7.068239e+01 |-4.400000e+01 |  37.75%
39.99/40.02	c  40.0s|     1 |     0 | 43391 |     - |  15M|   0 | 325 | 462 |5852 | 462 |6284 | 730 |   0 |   0 |-7.054726e+01 |-4.400000e+01 |  37.63%
40.88/40.97	c  41.0s|     1 |     0 | 43455 |     - |  15M|   0 | 328 | 462 |5852 | 462 |6293 | 739 |   0 |   0 |-7.049474e+01 |-4.400000e+01 |  37.58%
41.89/41.99	c  42.0s|     1 |     0 | 43645 |     - |  15M|   0 | 339 | 462 |5852 | 462 |6301 | 747 |   0 |   0 |-7.039652e+01 |-4.400000e+01 |  37.50%
42.99/43.03	c  43.0s|     1 |     0 | 43771 |     - |  15M|   0 | 349 | 462 |5852 | 462 |6309 | 755 |   0 |   0 |-7.035383e+01 |-4.400000e+01 |  37.46%
44.00/44.08	c  44.1s|     1 |     0 | 43852 |     - |  15M|   0 | 359 | 462 |5852 | 462 |6289 | 764 |   0 |   0 |-7.031354e+01 |-4.400000e+01 |  37.42%
45.09/45.12	c  45.1s|     1 |     0 | 43914 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6295 | 770 |   0 |   0 |-7.028726e+01 |-4.400000e+01 |  37.40%
46.10/46.16	c  46.2s|     1 |     0 | 43954 |     - |  15M|   0 | 372 | 462 |5852 | 462 |6301 | 776 |   0 |   0 |-7.027969e+01 |-4.400000e+01 |  37.39%
47.19/47.21	c  47.2s|     1 |     0 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |   0 |-7.027043e+01 |-4.400000e+01 |  37.38%
55.79/55.84	c  55.8s|     1 |     2 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |  36 |-7.027043e+01 |-4.400000e+01 |  37.38%
74.58/74.62	o -47
74.58/74.62	c c74.6s|     6 |     7 | 51369 |1476.2 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.700000e+01 |  33.00%
74.58/74.62	o -48
74.58/74.62	c c74.6s|     6 |     7 | 51377 |1477.8 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.800000e+01 |  31.57%
74.58/74.62	o -51
74.58/74.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.58/74.62	c c74.6s|     6 |     7 | 51380 |1478.4 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.100000e+01 |  27.29%
74.58/74.63	o -56
74.58/74.63	c c74.6s|     6 |     7 | 51388 |1480.0 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.600000e+01 |  20.17%
97.69/97.73	o -57
97.69/97.73	c p97.7s|    18 |    19 | 56756 | 751.1 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.700000e+01 |  18.67%
97.69/97.74	o -58
97.69/97.74	c p97.7s|    18 |    19 | 56759 | 751.2 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.800000e+01 |  17.24%
101.19/101.21	o -59
101.19/101.21	c v 101s|    42 |    43 | 69666 | 626.3 |  16M|  13 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.900000e+01 |  15.81%
137.59/137.60	o -60
137.59/137.60	c l 138s|   131 |   132 |200068 |1200.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 295 |-7.000722e+01 |-6.000000e+01 |  14.29%
144.99/145.04	o -61
144.99/145.04	c l 145s|   141 |   140 |224534 |1289.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 304 |-7.000722e+01 |-6.100000e+01 |  12.87%
228.99/229.09	o -62
228.99/229.09	c l 229s|   439 |   408 |526073 |1100.7 |  18M|  17 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 412 |-6.996491e+01 |-6.200000e+01 |  11.38%
921.50/921.53	o -63
921.50/921.53	c * 922s|  7279 |  3633 |  3203k| 434.1 |  35M|  61 |   - | 462 |5852 | 462 |6231 | 781 |   0 |1242 |-6.910592e+01 |-6.300000e+01 |   8.84%
1123.81/1123.88	c  1124s| 10000 |  4732 |  3983k| 394.0 |  42M|  61 | 162 | 462 |5852 | 462 |6231 | 781 |   0 |1508 |-6.901482e+01 |-6.300000e+01 |   8.72%
1794.23/1794.27	c  1794s| 20000 |  8526 |  6594k| 327.6 |  67M|  61 | 227 | 462 |5852 | 462 |6231 | 781 |   0 |2258 |-6.883059e+01 |-6.300000e+01 |   8.47%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 20051
1797.03/1797.00	c Primal Bound       : -6.30000000000000e+01 (557 solutions)
1797.03/1797.00	c Dual Bound         : -6.88305868563806e+01
1797.03/1797.00	c Gap                : 8.47 %
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	v -x462 -x461 x460 -x459 -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 x441 
1797.03/1797.00	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 x429 -x428 -x427 x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 
1797.03/1797.00	v -x418 -x417 -x416 -x415 -x414 -x413 x412 -x411 -x410 -x409 -x408 x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 
1797.03/1797.00	v -x397 -x396 -x395 -x394 -x393 x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 
1797.03/1797.00	v -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 
1797.03/1797.00	v x355 -x354 -x353 -x352 -x351 -x350 x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 -x334 
1797.03/1797.00	v -x333 -x332 -x331 -x330 -x329 x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1797.03/1797.00	v -x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 x303 -x302 x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1797.03/1797.00	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 -x275 -x274 -x273 -x272 -x271 
1797.03/1797.00	v -x270 -x269 -x268 x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 
1797.03/1797.00	v -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 
1797.03/1797.00	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 
1797.03/1797.00	v x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 x185 
1797.03/1797.00	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 
1797.03/1797.00	v -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 
1797.03/1797.00	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 
1797.03/1797.00	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 
1797.03/1797.00	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 
1797.03/1797.00	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 
1797.03/1797.00	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 
1797.03/1797.00	v -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.07 (included in solving)
1797.03/1797.00	c   reading          :       0.03 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3486409-1307795836.opb
1797.03/1797.00	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 5852 initial, 5852 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3486409-1307795836.opb
1797.03/1797.00	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 5852 initial, 5852 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.03          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0      14990          0        561          0         12        305          0          0      29578
1797.03/1797.00	c   setppc           :       5852         69      91669          1          2        556          0          0     220353          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          1          2        559          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     158.31       0.00       0.00     158.31       0.00       0.00       0.00
1797.03/1797.00	c   setppc           :       4.33       0.03       4.26       0.00       0.00       0.04       0.00
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :         11          0          0          0
1797.03/1797.00	c   pseudoobj        :      91877          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.02       0.02       0.00
1797.03/1797.00	c   rootredcost      :       0.02       0.02       0.00
1797.03/1797.00	c   pseudoobj        :       0.75       0.75       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.08         68          -          -        111          -    (maximal pool size: 2745)
1797.03/1797.00	c   redcost          :       0.34      20981          0      76212          0          0
1797.03/1797.00	c   impliedbounds    :       0.01         69          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :      35.62         69          0          0      17119          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.63         20          0          0       9962          0
1797.03/1797.00	c   cmir             :       0.17         10          0          0          0          0
1797.03/1797.00	c   flowcover        :       0.15         10          0          0          0          0
1797.03/1797.00	c   clique           :       0.14         69          0          0        536          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.07          1          0          0          0          0
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     158.29      14989         12        305          0          0      29578
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          1
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   feaspump         :       0.00          0          0
1797.03/1797.00	c   oneopt           :       0.01          8          0
1797.03/1797.00	c   crossover        :       0.46         11          3
1797.03/1797.00	c   guideddiving     :      68.56         54          1
1797.03/1797.00	c   fracdiving       :      66.04         61          6
1797.03/1797.00	c   rootsoldiving    :      67.98         98        147
1797.03/1797.00	c   veclendiving     :      71.03        198         21
1797.03/1797.00	c   linesearchdiving :      60.70        198         88
1797.03/1797.00	c   pscostdiving     :      51.99        199         53
1797.03/1797.00	c   coefdiving       :      61.73        199         42
1797.03/1797.00	c   trivial          :       0.00          2          1
1797.03/1797.00	c   shiftandpropagate:       0.00          0          0
1797.03/1797.00	c   simplerounding   :       0.29      15057         29
1797.03/1797.00	c   zirounding       :       0.94       1701         34
1797.03/1797.00	c   rounding         :       7.90       5409          1
1797.03/1797.00	c   shifting         :       2.18       1395          1
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :      89.33         56        128
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.00          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.00          0          0
1797.03/1797.00	c   trysol           :       0.01          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.03          0          0       0.00       0.00
1797.03/1797.00	c   dual LP          :    1036.50      20307    4256317     209.60    4106.42
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:     518.75      41775    2348445      56.22    4527.16
1797.03/1797.00	c   strong branching :     157.44       2265     573205     253.07    3640.83
1797.03/1797.00	c     (at root node) :          -         36      22166     615.72          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :      20051
1797.03/1797.00	c   nodes (total)    :      20051
1797.03/1797.00	c   nodes left       :       8543
1797.03/1797.00	c   max depth        :         61
1797.03/1797.00	c   max depth (total):         61
1797.03/1797.00	c   backtracks       :       3036 (15.1%)
1797.03/1797.00	c   delayed cutoffs  :          0
1797.03/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.03/1797.00	c   avg switch length:       4.45
1797.03/1797.00	c   switching time   :       2.52
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :        557 (15 improvements)
1797.03/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1797.03/1797.00	c   Primal Bound     : -6.30000000000000e+01   (in run 1, after 7279 nodes, 921.53 seconds, depth 40, found by <relaxation>)
1797.03/1797.00	c   Dual Bound       : -6.88305868563806e+01
1797.03/1797.00	c   Gap              :       8.47 %
1797.03/1797.00	c   Root Dual Bound  : -7.02704326923078e+01
1797.03/1797.00	c   Root Iterations  :      43988
1797.03/1797.06	c Time complete: 1797.09.

Verifier Data

OK	-63

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 24889
/proc/meminfo: memFree=30026124/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=10256 CPUtime=0 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 1524 0 0 0 0 0 0 0 25 0 1 0 10328388 10502144 1478 33554432000 4194304 8979876 140733684364512 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24889/statm: 2564 1495 358 1169 0 1391 0

[startup+0.0457909 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 24889
/proc/meminfo: memFree=30026124/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=22432 CPUtime=0.03 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 4342 0 0 0 3 0 0 0 25 0 1 0 10328388 22970368 4296 33554432000 4194304 8979876 140733684364512 18446744073709551615 4321587 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 5608 4296 449 1169 0 4435 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22432

[startup+0.100778 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 24889
/proc/meminfo: memFree=30026124/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=27968 CPUtime=0.09 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 6112 0 0 0 8 1 0 0 25 0 1 0 10328388 28639232 5748 33554432000 4194304 8979876 140733684364512 18446744073709551615 5537787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 6992 5748 516 1169 0 5819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27968

[startup+0.300772 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 24889
/proc/meminfo: memFree=30026124/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=53916 CPUtime=0.29 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 12673 0 0 0 27 2 0 0 25 0 1 0 10328388 55209984 12181 33554432000 4194304 8979876 140733684364512 18446744073709551615 4445508 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 13479 12181 722 1169 0 12306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53916

[startup+0.700669 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 24889
/proc/meminfo: memFree=30026124/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=38672 CPUtime=0.69 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 13867 0 0 0 67 2 0 0 25 0 1 0 10328388 39600128 8642 33554432000 4194304 8979876 140733684364512 18446744073709551615 6282925 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 9668 8642 702 1169 0 8495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38672

[startup+1.50052 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24890
/proc/meminfo: memFree=29993388/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=39540 CPUtime=1.49 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 14174 0 0 0 146 3 0 0 25 0 1 0 10328388 40488960 8932 33554432000 4194304 8979876 140733684364512 18446744073709551615 5541828 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 9885 8932 687 1169 0 8712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39540

[startup+3.10013 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24890
/proc/meminfo: memFree=29989172/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=48592 CPUtime=3.09 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 16340 0 0 0 305 4 0 0 25 0 1 0 10328388 49758208 11043 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 12148 11043 696 1169 0 10975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48592

[startup+6.30068 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24890
/proc/meminfo: memFree=29970460/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=59548 CPUtime=6.29 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 19134 0 0 0 623 6 0 0 25 0 1 0 10328388 60977152 13783 33554432000 4194304 8979876 140733684364512 18446744073709551615 6543892 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 14887 13783 687 1169 0 13714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59548

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24890
/proc/meminfo: memFree=29965416/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=61260 CPUtime=12.69 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 19628 0 0 0 1260 9 0 0 25 0 1 0 10328388 62730240 14272 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24889/statm: 15315 14272 715 1169 0 14142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61260

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24890
/proc/meminfo: memFree=29963596/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=61620 CPUtime=25.49 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 19739 0 0 0 2534 15 0 0 25 0 1 0 10328388 63098880 14354 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24889/statm: 15405 14354 686 1169 0 14232 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61620

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24890
/proc/meminfo: memFree=29944808/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=61888 CPUtime=51.08 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 20660 0 0 0 5080 28 0 0 25 0 1 0 10328388 63373312 14464 33554432000 4194304 8979876 140733684364512 18446744073709551615 7164657 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 15472 14464 690 1169 0 14299 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61888

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24892
/proc/meminfo: memFree=29897344/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=62400 CPUtime=102.29 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 20776 0 0 0 10173 56 0 0 25 0 1 0 10328388 63897600 14580 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 15600 14580 692 1169 0 14427 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62400

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24894
/proc/meminfo: memFree=29874096/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=63656 CPUtime=162.29 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 21148 0 0 0 16140 89 0 0 25 0 1 0 10328388 65183744 14952 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 15914 14952 694 1169 0 14741 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63656

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24895
/proc/meminfo: memFree=29857176/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=63224 CPUtime=222.28 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 25091 0 0 0 22103 125 0 0 25 0 1 0 10328388 64741376 14796 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 15806 14796 698 1169 0 14633 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 63224

[startup+282.301 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 24896
/proc/meminfo: memFree=29820776/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=66216 CPUtime=282.3 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 25849 0 0 0 28071 159 0 0 25 0 1 0 10328388 67805184 15554 33554432000 4194304 8979876 140733684364512 18446744073709551615 4455404 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 16554 15554 698 1169 0 15381 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 66216

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 24898
/proc/meminfo: memFree=29809192/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=66880 CPUtime=342.29 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 26759 0 0 0 34034 195 0 0 25 0 1 0 10328388 68485120 15644 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 16720 15644 698 1169 0 15547 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 66880

[startup+402.301 s]
/proc/loadavg: 2.09 2.02 1.98 3/178 24900
/proc/meminfo: memFree=29783596/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=67716 CPUtime=402.29 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 31213 0 0 0 39998 231 0 0 25 0 1 0 10328388 69341184 15884 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 16929 15884 703 1169 0 15756 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 67716

[startup+462.301 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 24902
/proc/meminfo: memFree=29754028/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=68820 CPUtime=462.3 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 31499 0 0 0 45962 268 0 0 25 0 1 0 10328388 70471680 16170 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 17205 16170 703 1169 0 16032 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68820

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 24903
/proc/meminfo: memFree=29742664/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=72572 CPUtime=522.3 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 36636 0 0 0 51924 306 0 0 25 0 1 0 10328388 74313728 17157 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 18143 17157 703 1169 0 16970 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 72572

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24904
/proc/meminfo: memFree=29714584/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=74364 CPUtime=582.3 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 37050 0 0 0 57883 347 0 0 25 0 1 0 10328388 76148736 17571 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 18591 17571 703 1169 0 17418 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 74364

[startup+642.3 s]

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

/proc/meminfo: memFree=29503644/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=89024 CPUtime=1122.31 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 61013 0 0 0 111540 691 0 0 25 0 1 0 10328388 91160576 21278 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 22256 21278 703 1169 0 21083 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 89024

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 24923
/proc/meminfo: memFree=29466604/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=92332 CPUtime=1182.31 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 65815 0 0 0 117502 729 0 0 25 0 1 0 10328388 94547968 22074 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 23083 22074 703 1169 0 21910 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 92332

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24925
/proc/meminfo: memFree=29427924/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=93672 CPUtime=1242.31 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 66150 0 0 0 123466 765 0 0 25 0 1 0 10328388 95920128 22409 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 23418 22409 703 1169 0 22245 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 93672

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 24927
/proc/meminfo: memFree=29309452/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=95392 CPUtime=1302.32 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 66596 0 0 0 129427 805 0 0 25 0 1 0 10328388 97681408 22855 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 23848 22855 703 1169 0 22675 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 95392

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24929
/proc/meminfo: memFree=29234980/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=97460 CPUtime=1362.32 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 67170 0 0 0 135390 842 0 0 25 0 1 0 10328388 99799040 23429 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 24365 23429 703 1169 0 23192 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 97460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24930
/proc/meminfo: memFree=29211860/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=98692 CPUtime=1422.32 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 71299 0 0 0 141355 877 0 0 25 0 1 0 10328388 101060608 23670 33554432000 4194304 8979876 140733684364512 18446744073709551615 7146011 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 24673 23670 703 1169 0 23500 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 98692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24940
/proc/meminfo: memFree=29135368/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=102408 CPUtime=1482.33 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 72240 0 0 0 147319 914 0 0 25 0 1 0 10328388 104865792 24611 33554432000 4194304 8979876 140733684364512 18446744073709551615 7146128 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 25602 24611 703 1169 0 24429 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 102408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24942
/proc/meminfo: memFree=29091648/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=103544 CPUtime=1542.32 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 72527 0 0 0 153281 951 0 0 25 0 1 0 10328388 106029056 24898 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 25886 24898 703 1169 0 24713 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 103544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24944
/proc/meminfo: memFree=29052400/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=105748 CPUtime=1602.33 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 73058 0 0 0 159243 990 0 0 25 0 1 0 10328388 108285952 25429 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 26437 25429 703 1169 0 25264 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 105748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24946
/proc/meminfo: memFree=28977084/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=109112 CPUtime=1662.33 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 73812 0 0 0 165203 1030 0 0 25 0 1 0 10328388 111730688 26183 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 27278 26183 703 1169 0 26105 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 109112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24947
/proc/meminfo: memFree=28948752/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=111804 CPUtime=1722.33 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 74441 0 0 0 171168 1065 0 0 25 0 1 0 10328388 114487296 26811 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 27951 26811 703 1169 0 26778 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 111804

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24948
/proc/meminfo: memFree=28912860/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113132 CPUtime=1782.33 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78767 0 0 0 177128 1105 0 0 25 0 1 0 10328388 115847168 27074 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28283 27074 703 1169 0 27110 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 113132

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 24948
/proc/meminfo: memFree=28911620/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113132 CPUtime=1785.53 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78816 0 0 0 177446 1107 0 0 25 0 1 0 10328388 115847168 27123 33554432000 4194304 8979876 140733684364512 18446744073709551615 7184851 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28283 27123 703 1169 0 27110 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 113132

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24957
/proc/meminfo: memFree=30902168/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113716 CPUtime=1791.94 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78953 0 0 0 178082 1112 0 0 25 0 1 0 10328388 116445184 27260 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28429 27260 703 1169 0 27256 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 113716

[startup+1795.1 s]
/proc/loadavg: 1.92 1.98 1.99 2/172 24974
/proc/meminfo: memFree=30930496/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113716 CPUtime=1795.13 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78959 0 0 0 178400 1113 0 0 25 0 1 0 10328388 116445184 27266 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28429 27266 703 1169 0 27256 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 113716

[startup+1795.9 s]
/proc/loadavg: 1.92 1.98 1.99 2/172 24974
/proc/meminfo: memFree=30930496/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113716 CPUtime=1795.92 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78962 0 0 0 178479 1113 0 0 25 0 1 0 10328388 116445184 27269 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28429 27269 703 1169 0 27256 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 113716

[startup+1796.7 s]
/proc/loadavg: 1.92 1.98 1.99 2/172 24974
/proc/meminfo: memFree=30930868/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113716 CPUtime=1796.73 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78962 0 0 0 178559 1114 0 0 25 0 1 0 10328388 116445184 27269 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28429 27269 703 1169 0 27256 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 113716

[startup+1796.9 s]
/proc/loadavg: 1.92 1.98 1.99 2/172 24974
/proc/meminfo: memFree=30930868/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113716 CPUtime=1796.93 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78962 0 0 0 178579 1114 0 0 25 0 1 0 10328388 116445184 27269 33554432000 4194304 8979876 140733684364512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28429 27269 703 1169 0 27256 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 113716

[startup+1797 s]
/proc/loadavg: 1.92 1.98 1.99 2/172 24974
/proc/meminfo: memFree=30930868/32950928 swapFree=67111528/67111528
[pid=24889] ppid=24887 vsize=113716 CPUtime=1797.03 cores=0,2,4,6
/proc/24889/stat : 24889 (scip-2.0.1.4_2.) R 24887 24889 23627 0 -1 4202496 78962 0 0 0 178589 1114 0 0 25 0 1 0 10328388 116445184 27269 33554432000 4194304 8979876 140733684364512 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24889/statm: 28429 27269 703 1169 0 27256 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 113716

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.1
CPU user time (s): 1785.95
CPU system time (s): 11.1473
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 113716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.95
system time used= 11.1473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78970
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= 5
involuntary context switches= 2603

runsolver used 2.6286 second user time and 5.54616 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 14:37:16
IDJOB=3486409
IDBENCH=89841
IDSOLVER=1977
FILE ID=node124/3486409-1307795836
RUNJOBID= node124-1307783027-23645
PBS_JOBID= 13550886
Free space on /tmp= 73816 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486409-1307795836/watcher-3486409-1307795836 -o /tmp/evaluation-result-3486409-1307795836/solver-3486409-1307795836 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486409-1307795836.opb -t 1800 -m 15500

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=1773795292

node124.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.855
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.71
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.855
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.855
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.82
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.855
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.77
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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30026676 kB
Buffers:        128652 kB
Cached:        1583304 kB
SwapCached:          0 kB
Active:        1716008 kB
Inactive:      1042736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30026676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           42844 kB
Writeback:           0 kB
AnonPages:     1046484 kB
Mapped:          18428 kB
Slab:           101660 kB
PageTables:       5784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1201980 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= 73824 MiB
End job on node124 at 2011-06-11 15:07:13