Trace number 3479134

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO) 1800.12 1800.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.4]
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-3479134-1307649941.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.05	o 0
0.00/0.05	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.05	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.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 = 1800
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.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 |     - |7759k|   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 |     - |7766k|   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 |     - |7771k|   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 |     - |8199k|   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 |     - |7783k|   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 |     - |7807k|   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 |     - |7826k|   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 |     - |7855k|   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 |     - |7915k|   0 | 335 | 462 |5852 | 462 |5936 |  84 |   0 |   0 |-1.645000e+02 |-4.400000e+01 |  73.25%
0.88/1.00	c   1.0s|     1 |     0 |  2125 |     - |7979k|   0 | 320 | 462 |5852 | 462 |5958 | 106 |   0 |   0 |-1.555000e+02 |-4.400000e+01 |  71.70%
1.19/1.21	c   1.2s|     1 |     0 |  2919 |     - |8053k|   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 |     - |8092k|   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 |     - |8135k|   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 |     - |8311k|   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 |     - |8601k|   0 | 280 | 462 |5852 | 462 |6048 | 196 |   0 |   0 |-1.220625e+02 |-4.400000e+01 |  63.95%
2.09/2.12	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.12	c   2.1s|     1 |     0 |  5892 |     - |8875k|   0 | 235 | 462 |5852 | 462 |6063 | 211 |   0 |   0 |-1.175000e+02 |-4.400000e+01 |  62.55%
2.20/2.25	c   2.3s|     1 |     0 |  6321 |     - |8926k|   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 |     - |9031k|   0 | 254 | 462 |5852 | 462 |6096 | 244 |   0 |   0 |-1.128056e+02 |-4.400000e+01 |  60.99%
2.59/2.62	c   2.6s|     1 |     0 |  7761 |     - |9540k|   0 | 232 | 462 |5852 | 462 |6112 | 260 |   0 |   0 |-1.106250e+02 |-4.400000e+01 |  60.23%
2.79/2.89	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.17	c   3.2s|     1 |     0 |  9436 |     - |  11M|   0 | 243 | 462 |5852 | 462 |6102 | 289 |   0 |   0 |-1.047500e+02 |-4.400000e+01 |  58.00%
3.30/3.39	c   3.4s|     1 |     0 | 10194 |     - |  11M|   0 | 279 | 462 |5852 | 462 |6116 | 303 |   0 |   0 |-1.035714e+02 |-4.400000e+01 |  57.52%
3.59/3.68	c   3.7s|     1 |     0 | 10924 |     - |  12M|   0 | 280 | 462 |5852 | 462 |6129 | 316 |   0 |   0 |-1.025616e+02 |-4.400000e+01 |  57.10%
3.89/3.93	c   3.9s|     1 |     0 | 11483 |     - |  13M|   0 | 264 | 462 |5852 | 462 |6142 | 329 |   0 |   0 |-1.005714e+02 |-4.400000e+01 |  56.25%
4.29/4.40	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.79/4.80	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.59/5.60	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.79/5.89	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.14	c   6.1s|     1 |     0 | 16849 |     - |  14M|   0 | 271 | 462 |5852 | 462 |6145 | 385 |   0 |   0 |-9.370140e+01 |-4.400000e+01 |  53.04%
6.50/6.58	c   6.6s|     1 |     0 | 17918 |     - |  14M|   0 | 263 | 462 |5852 | 462 |6160 | 400 |   0 |   0 |-9.169944e+01 |-4.400000e+01 |  52.02%
6.79/6.85	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.85	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.67	c   7.7s|     1 |     0 | 19460 |     - |  15M|   0 | 270 | 462 |5852 | 462 |6182 | 422 |   0 |   0 |-9.031857e+01 |-4.400000e+01 |  51.28%
8.09/8.11	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.59	c   8.6s|     1 |     0 | 21559 |     - |  15M|   0 | 279 | 462 |5852 | 462 |6171 | 451 |   0 |   0 |-8.785595e+01 |-4.400000e+01 |  49.92%
9.49/9.51	c   9.5s|     1 |     0 | 22739 |     - |  15M|   0 | 266 | 462 |5852 | 462 |6181 | 461 |   0 |   0 |-8.654930e+01 |-4.400000e+01 |  49.16%
10.29/10.35	c  10.3s|     1 |     0 | 23870 |     - |  15M|   0 | 259 | 462 |5852 | 462 |6194 | 474 |   0 |   0 |-8.531649e+01 |-4.400000e+01 |  48.43%
10.79/10.90	c  10.9s|     1 |     0 | 24617 |     - |  15M|   0 | 269 | 462 |5852 | 462 |6203 | 483 |   0 |   0 |-8.431172e+01 |-4.400000e+01 |  47.81%
11.89/11.96	c  12.0s|     1 |     0 | 25877 |     - |  15M|   0 | 277 | 462 |5852 | 462 |6212 | 492 |   0 |   0 |-8.307895e+01 |-4.400000e+01 |  47.04%
12.79/12.87	c  12.9s|     1 |     0 | 26342 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6179 | 499 |   0 |   0 |-8.272364e+01 |-4.400000e+01 |  46.81%
13.79/13.82	c  13.8s|     1 |     0 | 27118 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6188 | 508 |   0 |   0 |-8.215931e+01 |-4.400000e+01 |  46.45%
14.79/14.81	c  14.8s|     1 |     0 | 27938 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6195 | 515 |   0 |   0 |-8.139771e+01 |-4.400000e+01 |  45.94%
15.69/15.74	c  15.7s|     1 |     0 | 28420 |     - |  15M|   0 | 278 | 462 |5852 | 462 |6202 | 522 |   0 |   0 |-8.090788e+01 |-4.400000e+01 |  45.62%
16.59/16.65	c  16.7s|     1 |     0 | 28880 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6210 | 530 |   0 |   0 |-8.053657e+01 |-4.400000e+01 |  45.37%
17.60/17.65	c  17.6s|     1 |     0 | 29694 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6219 | 539 |   0 |   0 |-7.965404e+01 |-4.400000e+01 |  44.76%
18.59/18.69	c  18.7s|     1 |     0 | 30777 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6187 | 550 |   0 |   0 |-7.859822e+01 |-4.400000e+01 |  44.02%
19.69/19.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.69/19.73	c  19.7s|     1 |     0 | 31870 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6200 | 563 |   0 |   0 |-7.788029e+01 |-4.400000e+01 |  43.50%
20.89/20.91	c  20.9s|     1 |     0 | 33453 |     - |  15M|   0 | 265 | 462 |5852 | 462 |6214 | 577 |   0 |   0 |-7.691765e+01 |-4.400000e+01 |  42.80%
21.79/21.80	c  21.8s|     1 |     0 | 33851 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6219 | 582 |   0 |   0 |-7.663138e+01 |-4.400000e+01 |  42.58%
22.79/22.89	c  22.9s|     1 |     0 | 34990 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6230 | 593 |   0 |   0 |-7.574565e+01 |-4.400000e+01 |  41.91%
23.89/23.94	c  23.9s|     1 |     0 | 35938 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6236 | 599 |   0 |   0 |-7.502009e+01 |-4.400000e+01 |  41.35%
24.89/24.97	c  25.0s|     1 |     0 | 36718 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6220 | 607 |   0 |   0 |-7.467280e+01 |-4.400000e+01 |  41.08%
26.09/26.19	c  26.2s|     1 |     0 | 38211 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6228 | 615 |   0 |   0 |-7.373218e+01 |-4.400000e+01 |  40.32%
27.09/27.16	c  27.2s|     1 |     0 | 38848 |     - |  15M|   0 | 274 | 462 |5852 | 462 |6237 | 624 |   0 |   0 |-7.324559e+01 |-4.400000e+01 |  39.93%
28.09/28.14	c  28.1s|     1 |     0 | 39437 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6248 | 635 |   0 |   0 |-7.285734e+01 |-4.400000e+01 |  39.61%
29.09/29.12	c  29.1s|     1 |     0 | 40053 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6255 | 642 |   0 |   0 |-7.252279e+01 |-4.400000e+01 |  39.33%
29.99/30.09	c  30.1s|     1 |     0 | 40638 |     - |  15M|   0 | 283 | 462 |5852 | 462 |6267 | 654 |   0 |   0 |-7.192888e+01 |-4.400000e+01 |  38.83%
30.99/31.05	c  31.1s|     1 |     0 | 41082 |     - |  15M|   0 | 295 | 462 |5852 | 462 |6242 | 665 |   0 |   0 |-7.173710e+01 |-4.400000e+01 |  38.66%
31.99/32.05	c  32.0s|     1 |     0 | 41579 |     - |  15M|   0 | 287 | 462 |5852 | 462 |6249 | 672 |   0 |   0 |-7.147984e+01 |-4.400000e+01 |  38.44%
33.00/33.08	c  33.1s|     1 |     0 | 42207 |     - |  15M|   0 | 290 | 462 |5852 | 462 |6256 | 679 |   0 |   0 |-7.122844e+01 |-4.400000e+01 |  38.23%
34.00/34.01	c  34.0s|     1 |     0 | 42446 |     - |  15M|   0 | 294 | 462 |5852 | 462 |6264 | 687 |   0 |   0 |-7.111872e+01 |-4.400000e+01 |  38.13%
34.89/34.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.89/34.98	c  35.0s|     1 |     0 | 42623 |     - |  15M|   0 | 304 | 462 |5852 | 462 |6273 | 696 |   0 |   0 |-7.102292e+01 |-4.400000e+01 |  38.05%
35.89/35.96	c  36.0s|     1 |     0 | 42824 |     - |  15M|   0 | 315 | 462 |5852 | 462 |6282 | 705 |   0 |   0 |-7.082073e+01 |-4.400000e+01 |  37.87%
36.89/36.97	c  37.0s|     1 |     0 | 42979 |     - |  15M|   0 | 313 | 462 |5852 | 462 |6267 | 713 |   0 |   0 |-7.075131e+01 |-4.400000e+01 |  37.81%
37.89/37.95	c  37.9s|     1 |     0 | 43180 |     - |  15M|   0 | 314 | 462 |5852 | 462 |6274 | 720 |   0 |   0 |-7.068239e+01 |-4.400000e+01 |  37.75%
38.89/38.95	c  39.0s|     1 |     0 | 43391 |     - |  15M|   0 | 325 | 462 |5852 | 462 |6284 | 730 |   0 |   0 |-7.054726e+01 |-4.400000e+01 |  37.63%
39.89/39.93	c  39.9s|     1 |     0 | 43455 |     - |  15M|   0 | 328 | 462 |5852 | 462 |6293 | 739 |   0 |   0 |-7.049474e+01 |-4.400000e+01 |  37.58%
40.89/40.98	c  41.0s|     1 |     0 | 43645 |     - |  15M|   0 | 339 | 462 |5852 | 462 |6301 | 747 |   0 |   0 |-7.039652e+01 |-4.400000e+01 |  37.50%
41.99/42.04	c  42.0s|     1 |     0 | 43771 |     - |  15M|   0 | 349 | 462 |5852 | 462 |6309 | 755 |   0 |   0 |-7.035383e+01 |-4.400000e+01 |  37.46%
43.09/43.11	c  43.1s|     1 |     0 | 43852 |     - |  15M|   0 | 359 | 462 |5852 | 462 |6289 | 764 |   0 |   0 |-7.031354e+01 |-4.400000e+01 |  37.42%
44.09/44.17	c  44.2s|     1 |     0 | 43914 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6295 | 770 |   0 |   0 |-7.028726e+01 |-4.400000e+01 |  37.40%
45.19/45.23	c  45.2s|     1 |     0 | 43954 |     - |  15M|   0 | 372 | 462 |5852 | 462 |6301 | 776 |   0 |   0 |-7.027969e+01 |-4.400000e+01 |  37.39%
46.29/46.32	c  46.3s|     1 |     0 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |   0 |-7.027043e+01 |-4.400000e+01 |  37.38%
54.90/54.98	c  55.0s|     1 |     2 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |  36 |-7.027043e+01 |-4.400000e+01 |  37.38%
73.70/73.73	o -47
73.70/73.73	c c73.7s|     6 |     7 | 51369 |1476.2 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.700000e+01 |  33.00%
73.70/73.73	o -48
73.70/73.73	c c73.7s|     6 |     7 | 51377 |1477.8 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.800000e+01 |  31.57%
73.70/73.73	o -51
73.70/73.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.70/73.73	c c73.7s|     6 |     7 | 51380 |1478.4 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.100000e+01 |  27.29%
73.70/73.73	o -56
73.70/73.73	c c73.7s|     6 |     7 | 51388 |1480.0 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.600000e+01 |  20.17%
96.69/96.78	o -57
96.69/96.78	c p96.8s|    18 |    19 | 56756 | 751.1 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.700000e+01 |  18.67%
96.69/96.78	o -58
96.69/96.78	c p96.8s|    18 |    19 | 56759 | 751.2 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.800000e+01 |  17.24%
100.20/100.26	o -59
100.20/100.26	c v 100s|    42 |    43 | 69666 | 626.3 |  16M|  13 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.900000e+01 |  15.81%
136.69/136.76	o -60
136.69/136.76	c l 137s|   131 |   132 |200068 |1200.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 295 |-7.000722e+01 |-6.000000e+01 |  14.29%
144.19/144.20	o -61
144.19/144.20	c l 144s|   141 |   140 |224534 |1289.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 304 |-7.000722e+01 |-6.100000e+01 |  12.87%
228.30/228.37	o -62
228.30/228.37	c l 228s|   439 |   408 |526073 |1100.7 |  18M|  17 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 412 |-6.996491e+01 |-6.200000e+01 |  11.38%
923.12/923.12	o -63
923.12/923.12	c * 923s|  7279 |  3633 |  3203k| 434.1 |  35M|  61 |   - | 462 |5852 | 462 |6231 | 781 |   0 |1242 |-6.910592e+01 |-6.300000e+01 |   8.84%
1126.03/1126.05	c  1126s| 10000 |  4732 |  3983k| 394.0 |  42M|  61 | 162 | 462 |5852 | 462 |6231 | 781 |   0 |1508 |-6.901482e+01 |-6.300000e+01 |   8.72%
1798.24/1798.28	c  1798s| 20000 |  8526 |  6594k| 327.6 |  67M|  61 | 227 | 462 |5852 | 462 |6231 | 781 |   0 |2258 |-6.883059e+01 |-6.300000e+01 |   8.47%
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1800.01
1800.05/1800.01	c Solving Nodes      : 20027
1800.05/1800.01	c Primal Bound       : -6.30000000000000e+01 (557 solutions)
1800.05/1800.01	c Dual Bound         : -6.88305868563806e+01
1800.05/1800.01	c Gap                : 8.47 %
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x462 -x461 x460 -x459 -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 x441 
1800.05/1800.01	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 x429 -x428 -x427 x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 
1800.05/1800.01	v -x418 -x417 -x416 -x415 -x414 -x413 x412 -x411 -x410 -x409 -x408 x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 
1800.05/1800.01	v -x397 -x396 -x395 -x394 -x393 x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 
1800.05/1800.01	v -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 
1800.05/1800.01	v x355 -x354 -x353 -x352 -x351 -x350 x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 -x334 
1800.05/1800.01	v -x333 -x332 -x331 -x330 -x329 x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1800.05/1800.01	v -x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 x303 -x302 x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1800.05/1800.01	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 -x275 -x274 -x273 -x272 -x271 
1800.05/1800.01	v -x270 -x269 -x268 x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 
1800.05/1800.01	v -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 
1800.05/1800.01	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 
1800.05/1800.01	v x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 x185 
1800.05/1800.01	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 
1800.05/1800.01	v -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 
1800.05/1800.01	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 
1800.05/1800.01	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 
1800.05/1800.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 
1800.05/1800.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 
1800.05/1800.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 
1800.05/1800.01	v -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Total Time         :    1800.01
1800.05/1800.01	c   solving          :    1800.01
1800.05/1800.01	c   presolving       :       0.07 (included in solving)
1800.05/1800.01	c   reading          :       0.03 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3479134-1307649941.opb
1800.05/1800.01	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 5852 initial, 5852 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3479134-1307649941.opb
1800.05/1800.01	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 5852 initial, 5852 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0      14974          0        561          0         12        304          0          0      29548
1800.05/1800.01	c   setppc           :       5852         69      91618          1          1        556          0          0     220152          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          1          1        559          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :     157.96       0.00       0.00     157.96       0.00       0.00       0.00
1800.05/1800.01	c   setppc           :       4.21       0.02       4.15       0.00       0.00       0.04       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :          0          0          0          0
1800.05/1800.01	c   rootredcost      :         11          0          0          0
1800.05/1800.01	c   pseudoobj        :      91826          0          0          0
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       0.02       0.02       0.00
1800.05/1800.01	c   rootredcost      :       0.02       0.02       0.00
1800.05/1800.01	c   pseudoobj        :       0.75       0.75       0.00
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.08         68          -          -        111          -    (maximal pool size: 2745)
1800.05/1800.01	c   redcost          :       0.34      20955          0      76055          0          0
1800.05/1800.01	c   impliedbounds    :       0.01         69          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :      35.50         69          0          0      17119          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.60         20          0          0       9962          0
1800.05/1800.01	c   cmir             :       0.15         10          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.14         10          0          0          0          0
1800.05/1800.01	c   clique           :       0.15         69          0          0        536          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.06          1          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :     157.95      14973         12        304          0          0      29548
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          1
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.01          8          0
1800.05/1800.01	c   crossover        :       0.47         11          3
1800.05/1800.01	c   guideddiving     :      68.95         54          1
1800.05/1800.01	c   fracdiving       :      66.41         61          6
1800.05/1800.01	c   rootsoldiving    :      68.85         98        147
1800.05/1800.01	c   veclendiving     :      70.81        198         21
1800.05/1800.01	c   linesearchdiving :      61.00        198         88
1800.05/1800.01	c   pscostdiving     :      52.27        199         53
1800.05/1800.01	c   coefdiving       :      61.99        199         42
1800.05/1800.01	c   trivial          :       0.00          2          1
1800.05/1800.01	c   shiftandpropagate:       0.00          0          0
1800.05/1800.01	c   simplerounding   :       0.28      15041         29
1800.05/1800.01	c   zirounding       :       0.94       1701         34
1800.05/1800.01	c   rounding         :       8.21       5408          1
1800.05/1800.01	c   shifting         :       2.22       1395          1
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :      90.62         56        128
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.01          0          0
1800.05/1800.01	c   trysol           :       0.01          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.03          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :    1036.89      20282    4252720     209.68    4101.40
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     523.30      41775    2348445      56.22    4487.78
1800.05/1800.01	c   strong branching :     157.10       2262     572669     253.17    3645.24
1800.05/1800.01	c     (at root node) :          -         36      22166     615.72          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :      20027
1800.05/1800.01	c   nodes (total)    :      20027
1800.05/1800.01	c   nodes left       :       8535
1800.05/1800.01	c   max depth        :         61
1800.05/1800.01	c   max depth (total):         61
1800.05/1800.01	c   backtracks       :       3033 (15.1%)
1800.05/1800.01	c   delayed cutoffs  :          0
1800.05/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.01	c   avg switch length:       4.45
1800.05/1800.01	c   switching time   :       2.42
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        557 (15 improvements)
1800.05/1800.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : -6.30000000000000e+01   (in run 1, after 7279 nodes, 923.12 seconds, depth 40, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : -6.88305868563806e+01
1800.05/1800.01	c   Gap              :       8.47 %
1800.05/1800.01	c   Root Dual Bound  : -7.02704326923078e+01
1800.05/1800.01	c   Root Iterations  :      43988
1800.05/1800.06	c Time complete: 1800.1.

Verifier Data

OK	-63

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3479134-1307649941/watcher-3479134-1307649941 -o /tmp/evaluation-result-3479134-1307649941/solver-3479134-1307649941 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479134-1307649941.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 1.99 1.91 4/174 2948
/proc/meminfo: memFree=32048160/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=8236 CPUtime=0 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 1097 0 0 0 0 0 0 0 23 0 1 0 876594851 8433664 1051 33554432000 4194304 9128323 140734342696416 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2948/statm: 2059 1062 381 1205 0 850 0

[startup+0.0635919 s]
/proc/loadavg: 2.00 1.99 1.91 4/174 2948
/proc/meminfo: memFree=32048160/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=25248 CPUtime=0.05 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 5096 0 0 0 5 0 0 0 23 0 1 0 876594851 25853952 5046 33554432000 4194304 9128323 140734342696416 18446744073709551615 5199637 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 6312 5046 505 1205 0 5103 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25248

[startup+0.100575 s]
/proc/loadavg: 2.00 1.99 1.91 4/174 2948
/proc/meminfo: memFree=32048160/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=28052 CPUtime=0.09 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 6118 0 0 0 9 0 0 0 23 0 1 0 876594851 28725248 5750 33554432000 4194304 9128323 140734342696416 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 7013 5750 533 1205 0 5804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28052

[startup+0.300549 s]
/proc/loadavg: 2.00 1.99 1.91 4/174 2948
/proc/meminfo: memFree=32048160/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=56848 CPUtime=0.29 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 13407 0 0 0 28 1 0 0 25 0 1 0 876594851 58212352 12864 33554432000 4194304 9128323 140734342696416 18446744073709551615 4246368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 14212 12864 724 1205 0 13003 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56848

[startup+0.700476 s]
/proc/loadavg: 2.00 1.99 1.91 4/174 2948
/proc/meminfo: memFree=32048160/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=38872 CPUtime=0.69 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 13932 0 0 0 68 1 0 0 25 0 1 0 876594851 39804928 8705 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 9718 8705 717 1205 0 8509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38872

[startup+1.50033 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2959
/proc/meminfo: memFree=31854408/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=40028 CPUtime=1.49 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 14253 0 0 0 147 2 0 0 25 0 1 0 876594851 40988672 9018 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 10007 9018 711 1205 0 8798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40028

[startup+3.10101 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=31637420/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=51100 CPUtime=3.09 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 17029 0 0 0 305 4 0 0 25 0 1 0 876594851 52326400 11742 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 12775 11742 719 1205 0 11566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51100

[startup+6.30045 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=31342980/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=60052 CPUtime=6.29 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 19270 0 0 0 621 8 0 0 25 0 1 0 876594851 61493248 13947 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15013 13947 707 1205 0 13804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60052

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=30988152/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=62128 CPUtime=12.69 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 19894 0 0 0 1257 12 0 0 25 0 1 0 876594851 63619072 14558 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15532 14558 730 1205 0 14323 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62128

[startup+25.5009 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2960
/proc/meminfo: memFree=30982488/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=62128 CPUtime=25.49 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 19920 0 0 0 2531 18 0 0 25 0 1 0 876594851 63619072 14561 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15532 14561 707 1205 0 14323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62128

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2960
/proc/meminfo: memFree=30926008/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=62176 CPUtime=51.1 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 20652 0 0 0 5081 29 0 0 25 0 1 0 876594851 63668224 14557 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15544 14557 712 1205 0 14335 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 62176

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2963
/proc/meminfo: memFree=30893964/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=62548 CPUtime=102.3 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 20758 0 0 0 10175 55 0 0 25 0 1 0 876594851 64049152 14663 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15637 14663 714 1205 0 14428 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62548

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2964
/proc/meminfo: memFree=30843224/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=63952 CPUtime=162.29 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 21108 0 0 0 16137 92 0 0 25 0 1 0 876594851 65486848 15013 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15988 15013 716 1205 0 14779 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63952

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2966
/proc/meminfo: memFree=30806368/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=63304 CPUtime=222.3 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 25152 0 0 0 22103 127 0 0 25 0 1 0 876594851 64823296 14863 33554432000 4194304 9128323 140734342696416 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 15826 14863 717 1205 0 14617 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63304

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2967
/proc/meminfo: memFree=30769752/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=65760 CPUtime=282.3 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 25802 0 0 0 28070 160 0 0 25 0 1 0 876594851 67338240 15513 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 16440 15513 717 1205 0 15231 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 65760

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2969
/proc/meminfo: memFree=30712428/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=66616 CPUtime=342.3 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 26852 0 0 0 34036 194 0 0 25 0 1 0 876594851 68214784 15662 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 16654 15662 717 1205 0 15445 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 66616

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2971
/proc/meminfo: memFree=30675820/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=67644 CPUtime=402.31 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 31273 0 0 0 40003 228 0 0 25 0 1 0 876594851 69267456 15925 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 16911 15925 723 1205 0 15702 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 67644

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2972
/proc/meminfo: memFree=30617624/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=68932 CPUtime=462.3 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 31563 0 0 0 45965 265 0 0 25 0 1 0 876594851 70586368 16215 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 17233 16215 723 1205 0 16024 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68932

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2974
/proc/meminfo: memFree=30577908/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=72780 CPUtime=522.31 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 36577 0 0 0 51930 301 0 0 25 0 1 0 876594851 74526720 17167 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 18195 17167 723 1205 0 16986 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 72780

[startup+582.301 s]
/proc/loadavg: 2.03 2.00 1.92 3/178 2976
/proc/meminfo: memFree=30543648/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=74140 CPUtime=582.31 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 36957 0 0 0 57893 338 0 0 25 0 1 0 876594851 75919360 17547 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 18535 17547 723 1205 0 17326 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 74140

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 2984
/proc/meminfo: memFree=30160740/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=84264 CPUtime=822.32 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 43563 0 0 0 81749 483 0 0 25 0 1 0 876594851 86286336 20051 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 21066 20051 723 1205 0 19857 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 84264

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 2985
/proc/meminfo: memFree=30089292/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=85976 CPUtime=882.32 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 43988 0 0 0 87714 518 0 0 25 0 1 0 876594851 88039424 20476 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 21494 20476 723 1205 0 20285 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 85976

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 2987
/proc/meminfo: memFree=29997132/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=87528 CPUtime=942.32 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 52487 0 0 0 93675 557 0 0 25 0 1 0 876594851 89628672 20886 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 21882 20886 723 1205 0 20673 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 87528

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 2989
/proc/meminfo: memFree=29933356/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=87736 CPUtime=1002.32 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 56755 0 0 0 99638 594 0 0 25 0 1 0 876594851 89841664 20971 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 21934 20971 723 1205 0 20725 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 87736

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 2990
/proc/meminfo: memFree=29841700/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=87920 CPUtime=1062.32 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 60914 0 0 0 105602 630 0 0 25 0 1 0 876594851 90030080 20980 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 21980 20980 723 1205 0 20771 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 87920

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 2992
/proc/meminfo: memFree=29776064/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=89128 CPUtime=1122.33 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 61212 0 0 0 111567 666 0 0 25 0 1 0 876594851 91267072 21278 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 22282 21278 723 1205 0 21073 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 89128

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 2993
/proc/meminfo: memFree=29714280/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=91840 CPUtime=1182.33 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 66001 0 0 0 117531 702 0 0 25 0 1 0 876594851 94044160 21993 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 22960 21993 723 1205 0 21751 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 91840

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2995
/proc/meminfo: memFree=29656336/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=93348 CPUtime=1242.33 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 66376 0 0 0 123494 739 0 0 25 0 1 0 876594851 95588352 22368 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 23337 22368 723 1205 0 22128 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 93348

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2997
/proc/meminfo: memFree=29574324/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=95352 CPUtime=1302.33 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 66885 0 0 0 129455 778 0 0 25 0 1 0 876594851 97640448 22877 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 23838 22877 723 1205 0 22629 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 95352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2998
/proc/meminfo: memFree=29519252/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=97024 CPUtime=1362.34 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 67327 0 0 0 135418 816 0 0 25 0 1 0 876594851 99352576 23319 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 24256 23319 723 1205 0 23047 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 97024

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3000
/proc/meminfo: memFree=29466252/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=98788 CPUtime=1422.34 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 71766 0 0 0 141380 854 0 0 25 0 1 0 876594851 101158912 23679 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 24697 23679 723 1205 0 23488 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 98788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3001
/proc/meminfo: memFree=29413268/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=101344 CPUtime=1482.33 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 72416 0 0 0 147339 894 0 0 25 0 1 0 876594851 103776256 24329 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 25336 24329 723 1205 0 24127 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 101344

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3003
/proc/meminfo: memFree=29366236/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=103404 CPUtime=1542.33 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 72950 0 0 0 153304 929 0 0 25 0 1 0 876594851 105885696 24863 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 25851 24863 723 1205 0 24642 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 103404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3005
/proc/meminfo: memFree=29320688/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=105608 CPUtime=1602.34 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 73483 0 0 0 159266 968 0 0 25 0 1 0 876594851 108142592 25396 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 26402 25396 723 1205 0 25193 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 105608

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 3006
/proc/meminfo: memFree=29279112/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=107784 CPUtime=1662.34 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 73997 0 0 0 165226 1008 0 0 25 0 1 0 876594851 110370816 25910 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 26946 25910 723 1205 0 25737 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 107784

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 3008
/proc/meminfo: memFree=29175784/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=111564 CPUtime=1722.34 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 74880 0 0 0 171188 1046 0 0 25 0 1 0 876594851 114241536 26793 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 27891 26793 723 1205 0 26682 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 111564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3009
/proc/meminfo: memFree=29130736/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=112996 CPUtime=1782.35 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 75283 0 0 0 177153 1082 0 0 25 0 1 0 876594851 115707904 27196 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 28249 27196 723 1205 0 27040 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 112996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3010
/proc/meminfo: memFree=29116720/32951124 swapFree=67056684/67111528
[pid=2948] ppid=2944 vsize=113636 CPUtime=1800.05 cores=0,2,4,6
/proc/2948/stat : 2948 (scip-2.0.1.4.li) R 2944 2948 32675 0 -1 4202496 79542 0 0 0 178913 1092 0 0 25 0 1 0 876594851 116363264 27341 33554432000 4194304 9128323 140734342696416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2948/statm: 28409 27341 723 1205 0 27200 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 113636

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.06
CPU time (s): 1800.12
CPU user time (s): 1789.18
CPU system time (s): 10.9303
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 113796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.19
system time used= 10.9303
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79546
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= 8
involuntary context switches= 2135

runsolver used 2.72458 second user time and 5.60615 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-09 22:05:41
IDJOB=3479134
IDBENCH=89841
IDSOLVER=1949
FILE ID=node109/3479134-1307649941
RUNJOBID= node109-1307648138-2775
PBS_JOBID= 13549382
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479134-1307649941/watcher-3479134-1307649941 -o /tmp/evaluation-result-3479134-1307649941/solver-3479134-1307649941 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479134-1307649941.opb -t 1800 -m 15500

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=1124348438

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32049580 kB
Buffers:        244440 kB
Cached:         409316 kB
SwapCached:       8608 kB
Active:         375736 kB
Inactive:       299924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32049580 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           14368 kB
Writeback:           0 kB
AnonPages:       19756 kB
Mapped:          12904 kB
Slab:           161464 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195008 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= 74168 MiB
End job on node109 at 2011-06-09 22:35:43