Trace number 3489851

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 E_2 2011-06-10 (fixed)SAT 1797.15 1797.07

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3489851-1307796086.opb>
0.00/0.03	c original problem has 462 variables (462 bin, 0 int, 0 impl, 0 cont) and 5852 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	o 0
0.00/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.04	c presolving:
0.00/0.06	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.07/0.09	c    (0.1s) probing: 101/462 (21.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.07/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.07/0.09	c presolving (2 rounds):
0.07/0.09	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.07/0.09	c  11704 implications, 0 cliques
0.07/0.09	c presolved problem has 462 variables (462 bin, 0 int, 0 impl, 0 cont) and 5852 constraints
0.07/0.09	c    5852 constraints of type <setppc>
0.07/0.09	c transformed objective value is always integral (scale: 1)
0.07/0.09	c Presolving Time: 0.06
0.07/0.09	c - non default parameters ----------------------------------------------------------------------
0.07/0.09	c # SCIP version 2.0.1.5
0.07/0.09	c 
0.07/0.09	c # frequency for displaying node information lines
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.07/0.09	c display/freq = 10000
0.07/0.09	c 
0.07/0.09	c # maximal time in seconds to run
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/time = 1797
0.07/0.09	c 
0.07/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/memory = 13950
0.07/0.09	c 
0.07/0.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.07/0.09	c # [type: int, range: [1,2], default: 1]
0.07/0.09	c timing/clocktype = 2
0.07/0.09	c 
0.07/0.09	c # belongs reading time to solving time?
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c timing/reading = TRUE
0.07/0.09	c 
0.07/0.09	c # should presolving try to simplify inequalities
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/linear/simplifyinequalities = TRUE
0.07/0.09	c 
0.07/0.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/indicator/addCouplingCons = TRUE
0.07/0.09	c 
0.07/0.09	c # should presolving try to simplify knapsacks
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.07/0.09	c 
0.07/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.07/0.09	c separating/rapidlearning/freq = 0
0.07/0.09	c 
0.07/0.09	c -----------------------------------------------------------------------------------------------
0.07/0.09	c start solving
0.07/0.09	c 
0.09/0.15	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.15	c t 0.1s|     1 |     0 |   462 |     - |8182k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 | 0.000000e+00 | 100.00%
0.09/0.16	o -1
0.09/0.16	c R 0.2s|     1 |     0 |   462 |     - |8189k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-1.000000e+00 |  99.57%
0.09/0.16	o -2
0.09/0.16	c s 0.2s|     1 |     0 |   462 |     - |8193k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-2.000000e+00 |  99.13%
0.19/0.28	o -44
0.19/0.28	c y 0.3s|     1 |     0 |   462 |     - |8622k|   0 | 462 | 462 |5852 | 462 |5852 |   0 |   0 |   0 |-2.310000e+02 |-4.400000e+01 |  80.95%
0.29/0.33	c   0.3s|     1 |     0 |   655 |     - |8205k|   0 | 435 | 462 |5852 | 462 |5859 |   7 |   0 |   0 |-2.175000e+02 |-4.400000e+01 |  79.77%
0.39/0.44	c   0.4s|     1 |     0 |   835 |     - |8230k|   0 | 407 | 462 |5852 | 462 |5878 |  26 |   0 |   0 |-2.035000e+02 |-4.400000e+01 |  78.38%
0.49/0.57	c   0.6s|     1 |     0 |  1078 |     - |8248k|   0 | 376 | 462 |5852 | 462 |5893 |  41 |   0 |   0 |-1.880000e+02 |-4.400000e+01 |  76.60%
0.59/0.69	c   0.7s|     1 |     0 |  1353 |     - |8278k|   0 | 356 | 462 |5852 | 462 |5914 |  62 |   0 |   0 |-1.745000e+02 |-4.400000e+01 |  74.79%
0.79/0.81	c   0.8s|     1 |     0 |  1641 |     - |8338k|   0 | 335 | 462 |5852 | 462 |5936 |  84 |   0 |   0 |-1.645000e+02 |-4.400000e+01 |  73.25%
0.89/0.97	c   1.0s|     1 |     0 |  2125 |     - |8401k|   0 | 320 | 462 |5852 | 462 |5958 | 106 |   0 |   0 |-1.555000e+02 |-4.400000e+01 |  71.70%
1.10/1.18	c   1.2s|     1 |     0 |  2919 |     - |8475k|   0 | 293 | 462 |5852 | 462 |5977 | 125 |   0 |   0 |-1.465000e+02 |-4.400000e+01 |  69.97%
1.29/1.37	c   1.4s|     1 |     0 |  3516 |     - |8514k|   0 | 286 | 462 |5852 | 462 |5994 | 142 |   0 |   0 |-1.402500e+02 |-4.400000e+01 |  68.63%
1.49/1.57	c   1.6s|     1 |     0 |  4247 |     - |8557k|   0 | 273 | 462 |5852 | 462 |6015 | 163 |   0 |   0 |-1.322500e+02 |-4.400000e+01 |  66.73%
1.69/1.71	c   1.7s|     1 |     0 |  4536 |     - |8734k|   0 | 266 | 462 |5852 | 462 |6032 | 180 |   0 |   0 |-1.257500e+02 |-4.400000e+01 |  65.01%
1.79/1.87	c   1.9s|     1 |     0 |  5032 |     - |9023k|   0 | 280 | 462 |5852 | 462 |6048 | 196 |   0 |   0 |-1.220625e+02 |-4.400000e+01 |  63.95%
1.99/2.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.99/2.08	c   2.1s|     1 |     0 |  5892 |     - |9297k|   0 | 235 | 462 |5852 | 462 |6063 | 211 |   0 |   0 |-1.175000e+02 |-4.400000e+01 |  62.55%
2.20/2.21	c   2.2s|     1 |     0 |  6321 |     - |9348k|   0 | 243 | 462 |5852 | 462 |6079 | 227 |   0 |   0 |-1.147500e+02 |-4.400000e+01 |  61.66%
2.29/2.39	c   2.4s|     1 |     0 |  7204 |     - |9453k|   0 | 254 | 462 |5852 | 462 |6096 | 244 |   0 |   0 |-1.128056e+02 |-4.400000e+01 |  60.99%
2.49/2.57	c   2.6s|     1 |     0 |  7761 |     - |9962k|   0 | 232 | 462 |5852 | 462 |6112 | 260 |   0 |   0 |-1.106250e+02 |-4.400000e+01 |  60.23%
2.79/2.83	c   2.8s|     1 |     0 |  8607 |     - |  10M|   0 | 253 | 462 |5852 | 462 |6126 | 274 |   0 |   0 |-1.076667e+02 |-4.400000e+01 |  59.13%
3.09/3.11	c   3.1s|     1 |     0 |  9436 |     - |  11M|   0 | 243 | 462 |5852 | 462 |6102 | 289 |   0 |   0 |-1.047500e+02 |-4.400000e+01 |  58.00%
3.29/3.32	c   3.3s|     1 |     0 | 10194 |     - |  12M|   0 | 279 | 462 |5852 | 462 |6116 | 303 |   0 |   0 |-1.035714e+02 |-4.400000e+01 |  57.52%
3.59/3.61	c   3.6s|     1 |     0 | 10924 |     - |  13M|   0 | 280 | 462 |5852 | 462 |6129 | 316 |   0 |   0 |-1.025616e+02 |-4.400000e+01 |  57.10%
3.79/3.85	c   3.9s|     1 |     0 | 11483 |     - |  14M|   0 | 264 | 462 |5852 | 462 |6142 | 329 |   0 |   0 |-1.005714e+02 |-4.400000e+01 |  56.25%
4.29/4.32	c   4.3s|     1 |     0 | 13433 |     - |  14M|   0 | 283 | 462 |5852 | 462 |6156 | 343 |   0 |   0 |-9.904753e+01 |-4.400000e+01 |  55.58%
4.69/4.72	c   4.7s|     1 |     0 | 14924 |     - |  14M|   0 | 277 | 462 |5852 | 462 |6169 | 356 |   0 |   0 |-9.677488e+01 |-4.400000e+01 |  54.53%
5.49/5.50	c   5.5s|     1 |     0 | 15568 |     - |  14M|   0 | 268 | 462 |5852 | 462 |6124 | 364 |   0 |   0 |-9.583883e+01 |-4.400000e+01 |  54.09%
5.69/5.79	c   5.8s|     1 |     0 | 16125 |     - |  14M|   0 | 255 | 462 |5852 | 462 |6133 | 373 |   0 |   0 |-9.509750e+01 |-4.400000e+01 |  53.73%
5.99/6.04	c   6.0s|     1 |     0 | 16849 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6145 | 385 |   0 |   0 |-9.370140e+01 |-4.400000e+01 |  53.04%
6.39/6.47	c   6.5s|     1 |     0 | 17918 |     - |  15M|   0 | 263 | 462 |5852 | 462 |6160 | 400 |   0 |   0 |-9.169944e+01 |-4.400000e+01 |  52.02%
6.69/6.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.73	c   6.7s|     1 |     0 | 18658 |     - |  15M|   0 | 272 | 462 |5852 | 462 |6174 | 414 |   0 |   0 |-9.092804e+01 |-4.400000e+01 |  51.61%
7.49/7.55	c   7.5s|     1 |     0 | 19460 |     - |  15M|   0 | 270 | 462 |5852 | 462 |6182 | 422 |   0 |   0 |-9.031857e+01 |-4.400000e+01 |  51.28%
7.89/7.98	c   8.0s|     1 |     0 | 20456 |     - |  15M|   0 | 262 | 462 |5852 | 462 |6156 | 436 |   0 |   0 |-8.915611e+01 |-4.400000e+01 |  50.65%
8.39/8.45	c   8.5s|     1 |     0 | 21559 |     - |  15M|   0 | 279 | 462 |5852 | 462 |6171 | 451 |   0 |   0 |-8.785595e+01 |-4.400000e+01 |  49.92%
9.29/9.36	c   9.4s|     1 |     0 | 22739 |     - |  15M|   0 | 266 | 462 |5852 | 462 |6181 | 461 |   0 |   0 |-8.654930e+01 |-4.400000e+01 |  49.16%
10.09/10.18	c  10.2s|     1 |     0 | 23870 |     - |  15M|   0 | 259 | 462 |5852 | 462 |6194 | 474 |   0 |   0 |-8.531649e+01 |-4.400000e+01 |  48.43%
10.69/10.72	c  10.7s|     1 |     0 | 24617 |     - |  15M|   0 | 269 | 462 |5852 | 462 |6203 | 483 |   0 |   0 |-8.431172e+01 |-4.400000e+01 |  47.81%
11.69/11.77	c  11.8s|     1 |     0 | 25877 |     - |  15M|   0 | 277 | 462 |5852 | 462 |6212 | 492 |   0 |   0 |-8.307895e+01 |-4.400000e+01 |  47.04%
12.59/12.66	c  12.7s|     1 |     0 | 26342 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6179 | 499 |   0 |   0 |-8.272364e+01 |-4.400000e+01 |  46.81%
13.49/13.58	c  13.6s|     1 |     0 | 27118 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6188 | 508 |   0 |   0 |-8.215931e+01 |-4.400000e+01 |  46.45%
14.49/14.56	c  14.6s|     1 |     0 | 27938 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6195 | 515 |   0 |   0 |-8.139771e+01 |-4.400000e+01 |  45.94%
15.39/15.47	c  15.5s|     1 |     0 | 28420 |     - |  15M|   0 | 278 | 462 |5852 | 462 |6202 | 522 |   0 |   0 |-8.090788e+01 |-4.400000e+01 |  45.62%
16.30/16.37	c  16.4s|     1 |     0 | 28880 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6210 | 530 |   0 |   0 |-8.053657e+01 |-4.400000e+01 |  45.37%
17.29/17.35	c  17.3s|     1 |     0 | 29694 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6219 | 539 |   0 |   0 |-7.965404e+01 |-4.400000e+01 |  44.76%
18.30/18.38	c  18.4s|     1 |     0 | 30777 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6187 | 550 |   0 |   0 |-7.859822e+01 |-4.400000e+01 |  44.02%
19.39/19.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.39/19.40	c  19.4s|     1 |     0 | 31870 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6200 | 563 |   0 |   0 |-7.788029e+01 |-4.400000e+01 |  43.50%
20.49/20.57	c  20.6s|     1 |     0 | 33453 |     - |  15M|   0 | 265 | 462 |5852 | 462 |6214 | 577 |   0 |   0 |-7.691765e+01 |-4.400000e+01 |  42.80%
21.39/21.43	c  21.4s|     1 |     0 | 33851 |     - |  15M|   0 | 271 | 462 |5852 | 462 |6219 | 582 |   0 |   0 |-7.663138e+01 |-4.400000e+01 |  42.58%
22.49/22.51	c  22.5s|     1 |     0 | 34990 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6230 | 593 |   0 |   0 |-7.574565e+01 |-4.400000e+01 |  41.91%
23.49/23.54	c  23.5s|     1 |     0 | 35938 |     - |  15M|   0 | 275 | 462 |5852 | 462 |6236 | 599 |   0 |   0 |-7.502009e+01 |-4.400000e+01 |  41.35%
24.49/24.56	c  24.6s|     1 |     0 | 36718 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6220 | 607 |   0 |   0 |-7.467280e+01 |-4.400000e+01 |  41.08%
25.70/25.76	c  25.8s|     1 |     0 | 38211 |     - |  15M|   0 | 273 | 462 |5852 | 462 |6228 | 615 |   0 |   0 |-7.373218e+01 |-4.400000e+01 |  40.32%
26.69/26.71	c  26.7s|     1 |     0 | 38848 |     - |  15M|   0 | 274 | 462 |5852 | 462 |6237 | 624 |   0 |   0 |-7.324559e+01 |-4.400000e+01 |  39.93%
27.60/27.68	c  27.7s|     1 |     0 | 39437 |     - |  15M|   0 | 282 | 462 |5852 | 462 |6248 | 635 |   0 |   0 |-7.285734e+01 |-4.400000e+01 |  39.61%
28.60/28.63	c  28.6s|     1 |     0 | 40053 |     - |  15M|   0 | 280 | 462 |5852 | 462 |6255 | 642 |   0 |   0 |-7.252279e+01 |-4.400000e+01 |  39.33%
29.50/29.58	c  29.6s|     1 |     0 | 40638 |     - |  15M|   0 | 283 | 462 |5852 | 462 |6267 | 654 |   0 |   0 |-7.192888e+01 |-4.400000e+01 |  38.83%
30.49/30.53	c  30.5s|     1 |     0 | 41082 |     - |  15M|   0 | 295 | 462 |5852 | 462 |6242 | 665 |   0 |   0 |-7.173710e+01 |-4.400000e+01 |  38.66%
31.49/31.50	c  31.5s|     1 |     0 | 41579 |     - |  15M|   0 | 287 | 462 |5852 | 462 |6249 | 672 |   0 |   0 |-7.147984e+01 |-4.400000e+01 |  38.44%
32.49/32.51	c  32.5s|     1 |     0 | 42207 |     - |  15M|   0 | 290 | 462 |5852 | 462 |6256 | 679 |   0 |   0 |-7.122844e+01 |-4.400000e+01 |  38.23%
33.39/33.42	c  33.4s|     1 |     0 | 42446 |     - |  15M|   0 | 294 | 462 |5852 | 462 |6264 | 687 |   0 |   0 |-7.111872e+01 |-4.400000e+01 |  38.13%
34.29/34.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.29/34.37	c  34.4s|     1 |     0 | 42623 |     - |  15M|   0 | 304 | 462 |5852 | 462 |6273 | 696 |   0 |   0 |-7.102292e+01 |-4.400000e+01 |  38.05%
35.29/35.33	c  35.3s|     1 |     0 | 42824 |     - |  15M|   0 | 315 | 462 |5852 | 462 |6282 | 705 |   0 |   0 |-7.082073e+01 |-4.400000e+01 |  37.87%
36.30/36.31	c  36.3s|     1 |     0 | 42979 |     - |  15M|   0 | 313 | 462 |5852 | 462 |6267 | 713 |   0 |   0 |-7.075131e+01 |-4.400000e+01 |  37.81%
37.19/37.27	c  37.3s|     1 |     0 | 43180 |     - |  15M|   0 | 314 | 462 |5852 | 462 |6274 | 720 |   0 |   0 |-7.068239e+01 |-4.400000e+01 |  37.75%
38.19/38.25	c  38.3s|     1 |     0 | 43391 |     - |  15M|   0 | 325 | 462 |5852 | 462 |6284 | 730 |   0 |   0 |-7.054726e+01 |-4.400000e+01 |  37.63%
39.20/39.21	c  39.2s|     1 |     0 | 43455 |     - |  15M|   0 | 328 | 462 |5852 | 462 |6293 | 739 |   0 |   0 |-7.049474e+01 |-4.400000e+01 |  37.58%
40.19/40.24	c  40.2s|     1 |     0 | 43645 |     - |  15M|   0 | 339 | 462 |5852 | 462 |6301 | 747 |   0 |   0 |-7.039652e+01 |-4.400000e+01 |  37.50%
41.19/41.28	c  41.3s|     1 |     0 | 43771 |     - |  15M|   0 | 349 | 462 |5852 | 462 |6309 | 755 |   0 |   0 |-7.035383e+01 |-4.400000e+01 |  37.46%
42.29/42.33	c  42.3s|     1 |     0 | 43852 |     - |  15M|   0 | 359 | 462 |5852 | 462 |6289 | 764 |   0 |   0 |-7.031354e+01 |-4.400000e+01 |  37.42%
43.29/43.37	c  43.4s|     1 |     0 | 43914 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6295 | 770 |   0 |   0 |-7.028726e+01 |-4.400000e+01 |  37.40%
44.39/44.41	c  44.4s|     1 |     0 | 43954 |     - |  15M|   0 | 372 | 462 |5852 | 462 |6301 | 776 |   0 |   0 |-7.027969e+01 |-4.400000e+01 |  37.39%
45.39/45.47	c  45.5s|     1 |     0 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |   0 |-7.027043e+01 |-4.400000e+01 |  37.38%
54.10/54.13	c  54.1s|     1 |     2 | 43988 |     - |  15M|   0 | 363 | 462 |5852 | 462 |6306 | 781 |   0 |  36 |-7.027043e+01 |-4.400000e+01 |  37.38%
72.89/72.95	o -47
72.89/72.95	c c72.9s|     6 |     7 | 51369 |1476.2 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.700000e+01 |  33.00%
72.89/72.95	o -48
72.89/72.95	c c72.9s|     6 |     7 | 51377 |1477.8 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-4.800000e+01 |  31.57%
72.89/72.95	o -51
72.89/72.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.89/72.95	c c73.0s|     6 |     7 | 51380 |1478.4 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.100000e+01 |  27.29%
72.89/72.95	o -56
72.89/72.95	c c73.0s|     6 |     7 | 51388 |1480.0 |  16M|   5 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 138 |-7.014593e+01 |-5.600000e+01 |  20.17%
96.09/96.10	o -57
96.09/96.10	c p96.1s|    18 |    19 | 56756 | 751.1 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.700000e+01 |  18.67%
96.09/96.10	o -58
96.09/96.10	c p96.1s|    18 |    19 | 56759 | 751.2 |  16M|  12 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.800000e+01 |  17.24%
99.50/99.58	o -59
99.50/99.58	c v99.6s|    42 |    43 | 69666 | 626.3 |  17M|  13 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 260 |-7.008246e+01 |-5.900000e+01 |  15.81%
135.89/135.99	o -60
135.89/135.99	c l 136s|   131 |   132 |200068 |1200.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 295 |-7.000722e+01 |-6.000000e+01 |  14.29%
143.40/143.43	o -61
143.40/143.43	c l 143s|   141 |   140 |224534 |1289.6 |  17M|  16 |   - | 462 |5852 | 462 |6231 | 781 |   0 | 304 |-7.000722e+01 |-6.100000e+01 |  12.87%
227.80/227.82	o -62
227.80/227.82	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%
920.74/920.76	o -63
920.74/920.76	c * 921s|  7279 |  3633 |  3203k| 434.1 |  35M|  61 |   - | 462 |5852 | 462 |6231 | 781 |   0 |1242 |-6.910592e+01 |-6.300000e+01 |   8.84%
1109.13/1109.17	c  1109s| 10000 |  4644 |  3929k| 388.6 |  42M|  61 |   - | 462 |5852 | 462 |6231 | 781 |   0 |1498 |-6.900760e+01 |-6.300000e+01 |   8.71%
1761.47/1761.47	c  1761s| 20000 |  8406 |  6445k| 320.1 |  67M|  61 | 179 | 462 |5852 | 462 |6231 | 781 |   0 |2230 |-6.883042e+01 |-6.300000e+01 |   8.47%
1797.07/1797.01	c 
1797.07/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.07/1797.01	c Solving Time (sec) : 1797.01
1797.07/1797.01	c Solving Nodes      : 20608
1797.07/1797.01	c Primal Bound       : -6.30000000000000e+01 (536 solutions)
1797.07/1797.01	c Dual Bound         : -6.88239996026770e+01
1797.07/1797.01	c Gap                : 8.46 %
1797.07/1797.01	s SATISFIABLE
1797.07/1797.01	v -x462 -x461 x460 -x459 -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 x450 -x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 x441 
1797.07/1797.01	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 x429 -x428 -x427 x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 
1797.07/1797.01	v -x418 -x417 -x416 -x415 -x414 -x413 x412 -x411 -x410 -x409 -x408 x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 -x399 -x398 
1797.07/1797.01	v -x397 -x396 -x395 -x394 -x393 x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 
1797.07/1797.01	v -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 
1797.07/1797.01	v x355 -x354 -x353 -x352 -x351 -x350 x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 x340 -x339 -x338 -x337 -x336 -x335 -x334 
1797.07/1797.01	v -x333 -x332 -x331 -x330 -x329 x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1797.07/1797.01	v -x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 x303 -x302 x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1797.07/1797.01	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 -x275 -x274 -x273 -x272 -x271 
1797.07/1797.01	v -x270 -x269 -x268 x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 
1797.07/1797.01	v -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 
1797.07/1797.01	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 x207 -x206 
1797.07/1797.01	v x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 x185 
1797.07/1797.01	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 
1797.07/1797.01	v -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 
1797.07/1797.01	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 
1797.07/1797.01	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 
1797.07/1797.01	v x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 x84 -x83 -x82 x81 -x80 -x79 -x78 x77 -x76 -x75 
1797.07/1797.01	v x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 x50 -x49 
1797.07/1797.01	v -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 
1797.07/1797.01	v -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1797.07/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.07/1797.01	c Total Time         :    1797.01
1797.07/1797.01	c   solving          :    1797.01
1797.07/1797.01	c   presolving       :       0.06 (included in solving)
1797.07/1797.01	c   reading          :       0.03 (included in solving)
1797.07/1797.01	c Original Problem   :
1797.07/1797.01	c   Problem name     : HOME/instance-3489851-1307796086.opb
1797.07/1797.01	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.07/1797.01	c   Constraints      : 5852 initial, 5852 maximal
1797.07/1797.01	c Presolved Problem  :
1797.07/1797.01	c   Problem name     : t_HOME/instance-3489851-1307796086.opb
1797.07/1797.01	c   Variables        : 462 (462 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.07/1797.01	c   Constraints      : 5852 initial, 5852 maximal
1797.07/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.07/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1797.07/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.07/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.07/1797.01	c   integral         :          0          0          0      15324          0        540          0         13        335          0          0      30188
1797.07/1797.01	c   setppc           :       5852         69      94858          1          2        535          0          0     223609          0          0          0
1797.07/1797.01	c   countsols        :          0          0          0          1          2        538          0          0          0          0          0          0
1797.07/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.07/1797.01	c   integral         :     158.79       0.00       0.00     158.79       0.00       0.00       0.00
1797.07/1797.01	c   setppc           :       4.07       0.02       4.02       0.00       0.00       0.03       0.00
1797.07/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.07/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.07/1797.01	c   vbounds          :          0          0          0          0
1797.07/1797.01	c   rootredcost      :         11          0          0          0
1797.07/1797.01	c   pseudoobj        :      95077          0          0          0
1797.07/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.07/1797.01	c   vbounds          :       0.02       0.02       0.00
1797.07/1797.01	c   rootredcost      :       0.02       0.02       0.00
1797.07/1797.01	c   pseudoobj        :       0.79       0.79       0.00
1797.07/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.07/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.07/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.07/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.07/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.07/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.07/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.07/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.07/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.07/1797.01	c   cut pool         :       0.08         68          -          -        111          -    (maximal pool size: 2745)
1797.07/1797.01	c   redcost          :       0.34      21635          0      79852          0          0
1797.07/1797.01	c   impliedbounds    :       0.01         69          0          0          0          0
1797.07/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.07/1797.01	c   gomory           :      34.67         69          0          0      17119          0
1797.07/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.07/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.07/1797.01	c   strongcg         :       0.58         20          0          0       9962          0
1797.07/1797.01	c   cmir             :       0.16         10          0          0          0          0
1797.07/1797.01	c   flowcover        :       0.14         10          0          0          0          0
1797.07/1797.01	c   clique           :       0.14         69          0          0        536          0
1797.07/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.07/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.07/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.07/1797.01	c   rapidlearning    :       0.06          1          0          0          0          0
1797.07/1797.01	c Pricers            :       Time      Calls       Vars
1797.07/1797.01	c   problem variables:       0.00          0          0
1797.07/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.07/1797.01	c   relpscost        :     158.78      15323         13        335          0          0      30188
1797.07/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.07/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.07/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.07/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.07/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.07/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.07/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.07/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.07/1797.01	c   LP solutions     :       0.00          -          1
1797.07/1797.01	c   pseudo solutions :       0.00          -          0
1797.07/1797.01	c   feaspump         :       0.00          0          0
1797.07/1797.01	c   oneopt           :       0.01          8          0
1797.07/1797.01	c   guideddiving     :      66.82         58          1
1797.07/1797.01	c   fracdiving       :      65.59         67          6
1797.07/1797.01	c   objpscostdiving  :      87.57         48        118
1797.07/1797.01	c   rootsoldiving    :      64.01         95        137
1797.07/1797.01	c   linesearchdiving :      60.54        203         88
1797.07/1797.01	c   veclendiving     :      71.27        203         21
1797.07/1797.01	c   coefdiving       :      64.93        204         42
1797.07/1797.01	c   pscostdiving     :      54.14        204         53
1797.07/1797.01	c   trivial          :       0.00          2          1
1797.07/1797.01	c   shiftandpropagate:       0.00          0          0
1797.07/1797.01	c   simplerounding   :       0.28      15391         29
1797.07/1797.01	c   zirounding       :       0.92       1701         34
1797.07/1797.01	c   rounding         :       7.95       5481          1
1797.07/1797.01	c   shifting         :       2.16       1391          1
1797.07/1797.01	c   intshifting      :       0.00          0          0
1797.07/1797.01	c   twoopt           :       0.00          0          0
1797.07/1797.01	c   fixandinfer      :       0.00          0          0
1797.07/1797.01	c   clique           :       0.00          0          0
1797.07/1797.01	c   intdiving        :       0.00          0          0
1797.07/1797.01	c   actconsdiving    :       0.00          0          0
1797.07/1797.01	c   octane           :       0.00          0          0
1797.07/1797.01	c   rens             :       0.02          0          0
1797.07/1797.01	c   rins             :       0.00          0          0
1797.07/1797.01	c   localbranching   :       0.00          0          0
1797.07/1797.01	c   mutation         :       0.00          0          0
1797.07/1797.01	c   crossover        :       1.42          5          2
1797.07/1797.01	c   dins             :       0.00          0          0
1797.07/1797.01	c   vbounds          :       0.00          0          0
1797.07/1797.01	c   undercover       :       0.00          0          0
1797.07/1797.01	c   subnlp           :       0.00          0          0
1797.07/1797.01	c   trysol           :       0.01          0          0
1797.07/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.07/1797.01	c   primal LP        :       0.03          0          0       0.00       0.00
1797.07/1797.01	c   dual LP          :    1038.79      20892    4254973     203.67    4096.09
1797.07/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.07/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.07/1797.01	c   diving/probing LP:     516.65      42854    2323155      54.21    4496.60
1797.07/1797.01	c   strong branching :     157.92       2296     572228     249.23    3623.60
1797.07/1797.01	c     (at root node) :          -         36      22166     615.72          -
1797.07/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.07/1797.01	c B&B Tree           :
1797.07/1797.01	c   number of runs   :          1
1797.07/1797.01	c   nodes            :      20608
1797.07/1797.01	c   nodes (total)    :      20608
1797.07/1797.01	c   nodes left       :       8596
1797.07/1797.01	c   max depth        :         61
1797.07/1797.01	c   max depth (total):         61
1797.07/1797.01	c   backtracks       :       3088 (15.0%)
1797.07/1797.01	c   delayed cutoffs  :          0
1797.07/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.07/1797.01	c   avg switch length:       4.44
1797.07/1797.01	c   switching time   :       2.50
1797.07/1797.01	c Solution           :
1797.07/1797.01	c   Solutions found  :        536 (15 improvements)
1797.07/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1797.07/1797.01	c   Primal Bound     : -6.30000000000000e+01   (in run 1, after 7279 nodes, 920.76 seconds, depth 40, found by <relaxation>)
1797.07/1797.01	c   Dual Bound       : -6.88239996026770e+01
1797.07/1797.01	c   Gap              :       8.46 %
1797.07/1797.01	c   Root Dual Bound  : -7.02704326923078e+01
1797.07/1797.01	c   Root Iterations  :      43988
1797.07/1797.06	c Time complete: 1797.14.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 23052
/proc/meminfo: memFree=28786592/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=12872 CPUtime=0 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 2203 0 0 0 0 0 0 0 23 0 1 0 872024240 13180928 2158 33554432000 4194304 9016284 140736141586272 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23052/statm: 3218 2164 353 1178 0 2036 0

[startup+0.0785599 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 23052
/proc/meminfo: memFree=28786592/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=28156 CPUtime=0.07 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 6081 0 0 0 7 0 0 0 23 0 1 0 872024240 28831744 5779 33554432000 4194304 9016284 140736141586272 18446744073709551615 4348386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 7039 5779 507 1178 0 5857 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28156

[startup+0.100553 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 23052
/proc/meminfo: memFree=28786592/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=29632 CPUtime=0.09 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 6488 0 0 0 9 0 0 0 23 0 1 0 872024240 30343168 6186 33554432000 4194304 9016284 140736141586272 18446744073709551615 7875499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 7408 6186 540 1178 0 6226 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29632

[startup+0.300519 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 23052
/proc/meminfo: memFree=28786592/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=50352 CPUtime=0.29 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 13823 0 0 0 28 1 0 0 25 0 1 0 872024240 51560448 11528 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 12588 11528 696 1178 0 11406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50352

[startup+0.700435 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 23052
/proc/meminfo: memFree=28786592/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=50352 CPUtime=0.69 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 13916 0 0 0 67 2 0 0 25 0 1 0 872024240 51560448 11586 33554432000 4194304 9016284 140736141586272 18446744073709551615 5879376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 12588 11586 672 1178 0 11406 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50352

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23053
/proc/meminfo: memFree=28743336/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=50352 CPUtime=1.49 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 13941 0 0 0 145 4 0 0 25 0 1 0 872024240 51560448 11611 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 12588 11611 675 1178 0 11406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50352

[startup+3.10097 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23053
/proc/meminfo: memFree=28742964/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=51756 CPUtime=3.09 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 14253 0 0 0 302 7 0 0 25 0 1 0 872024240 52998144 11923 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 12939 11923 676 1178 0 11757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51756

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23053
/proc/meminfo: memFree=28733476/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=60560 CPUtime=6.29 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 16517 0 0 0 616 13 0 0 25 0 1 0 872024240 62013440 14168 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 15140 14168 676 1178 0 13958 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60560

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23054
/proc/meminfo: memFree=28730416/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=62164 CPUtime=12.69 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 16983 0 0 0 1249 20 0 0 25 0 1 0 872024240 63655936 14566 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 15541 14566 684 1178 0 14359 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62164

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23054
/proc/meminfo: memFree=28730872/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=62164 CPUtime=25.49 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 16992 0 0 0 2511 38 0 0 25 0 1 0 872024240 63655936 14567 33554432000 4194304 9016284 140736141586272 18446744073709551615 7180555 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 15541 14567 676 1178 0 14359 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62164

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23055
/proc/meminfo: memFree=28730188/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=62872 CPUtime=51.09 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 19305 0 0 0 5042 67 0 0 25 0 1 0 872024240 64380928 14663 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 15718 14663 677 1178 0 14536 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62872

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23056
/proc/meminfo: memFree=28729876/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=62872 CPUtime=102.3 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 19383 0 0 0 10087 143 0 0 25 0 1 0 872024240 64380928 14741 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 15718 14741 681 1178 0 14536 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62872

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23058
/proc/meminfo: memFree=28728632/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=64028 CPUtime=162.3 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 19708 0 0 0 15986 244 0 0 25 0 1 0 872024240 65564672 15066 33554432000 4194304 9016284 140736141586272 18446744073709551615 7180622 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 16007 15066 682 1178 0 14825 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 64028

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 23059
/proc/meminfo: memFree=28729220/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=63664 CPUtime=222.3 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 24175 0 0 0 21878 352 0 0 25 0 1 0 872024240 65191936 14929 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 15916 14929 689 1178 0 14734 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63664

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23061
/proc/meminfo: memFree=28726556/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=66492 CPUtime=282.3 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 24862 0 0 0 27776 454 0 0 25 0 1 0 872024240 68087808 15616 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 16623 15616 689 1178 0 15441 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 66492

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23062
/proc/meminfo: memFree=28725784/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=67184 CPUtime=342.31 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 25009 0 0 0 33663 568 0 0 25 0 1 0 872024240 68796416 15763 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 16796 15763 689 1178 0 15614 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 67184

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 23064
/proc/meminfo: memFree=28724884/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=68124 CPUtime=402.3 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 25285 0 0 0 39564 666 0 0 25 0 1 0 872024240 69758976 16039 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 17031 16039 689 1178 0 15849 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68124

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23066
/proc/meminfo: memFree=28723492/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=69316 CPUtime=462.31 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 25573 0 0 0 45454 777 0 0 25 0 1 0 872024240 70979584 16326 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 17329 16326 689 1178 0 16147 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 69316

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23067
/proc/meminfo: memFree=28719124/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=73416 CPUtime=522.31 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 26633 0 0 0 51345 886 0 0 25 0 1 0 872024240 75177984 17386 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 18354 17386 689 1178 0 17172 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 73416

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23069
/proc/meminfo: memFree=28717972/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=74840 CPUtime=582.32 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 26968 0 0 0 57234 998 0 0 25 0 1 0 872024240 76636160 17721 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23052/statm: 18710 17721 689 1178 0 17528 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 74840

[startup+642.301 s]

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

/proc/meminfo: memFree=29324212/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=90204 CPUtime=1122.34 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 40178 0 0 0 110500 1734 0 0 25 0 1 0 872024240 92368896 21547 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 22551 21547 692 1178 0 21369 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 90204

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23133
/proc/meminfo: memFree=30053708/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=91328 CPUtime=1182.34 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 40456 0 0 0 116427 1807 0 0 25 0 1 0 872024240 93519872 21825 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 22832 21825 692 1178 0 21650 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 91328

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 23134
/proc/meminfo: memFree=30029512/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=93772 CPUtime=1242.35 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 41081 0 0 0 122349 1886 0 0 25 0 1 0 872024240 96022528 22450 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 23443 22450 692 1178 0 22261 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 93772

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 23136
/proc/meminfo: memFree=30041236/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=96348 CPUtime=1302.35 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 46205 0 0 0 128275 1960 0 0 25 0 1 0 872024240 98660352 23100 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 24087 23100 692 1178 0 22905 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 96348

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 23138
/proc/meminfo: memFree=29998516/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=98048 CPUtime=1362.35 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 46633 0 0 0 134197 2038 0 0 25 0 1 0 872024240 100401152 23528 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 24512 23528 692 1178 0 23330 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 98048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23139
/proc/meminfo: memFree=30052040/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=99484 CPUtime=1422.35 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 46951 0 0 0 140126 2109 0 0 25 0 1 0 872024240 101871616 23846 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 24871 23846 692 1178 0 23689 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 99484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23141
/proc/meminfo: memFree=30047748/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=104020 CPUtime=1482.35 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 48052 0 0 0 146057 2178 0 0 25 0 1 0 872024240 106516480 24947 33554432000 4194304 9016284 140736141586272 18446744073709551615 7091824 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 26005 24947 692 1178 0 24823 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 104020

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23142
/proc/meminfo: memFree=30046576/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=104704 CPUtime=1542.36 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 48231 0 0 0 151985 2251 0 0 25 0 1 0 872024240 107216896 25126 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 26176 25126 692 1178 0 24994 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 104704

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23144
/proc/meminfo: memFree=30018032/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=107344 CPUtime=1602.36 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 48875 0 0 0 157903 2333 0 0 25 0 1 0 872024240 109920256 25770 33554432000 4194304 9016284 140736141586272 18446744073709551615 7180575 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 26836 25770 692 1178 0 25654 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 107344

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 23146
/proc/meminfo: memFree=29989728/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=107672 CPUtime=1662.36 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 53507 0 0 0 163825 2411 0 0 25 0 1 0 872024240 110256128 25868 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 26918 25868 692 1178 0 25736 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 107672

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23147
/proc/meminfo: memFree=29980644/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=110880 CPUtime=1722.37 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 54340 0 0 0 169748 2489 0 0 25 0 1 0 872024240 113541120 26688 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 27720 26688 692 1178 0 26538 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 110880

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 23149
/proc/meminfo: memFree=29989532/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=112500 CPUtime=1782.37 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 54779 0 0 0 175671 2566 0 0 25 0 1 0 872024240 115200000 27127 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28125 27127 692 1178 0 26943 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 112500

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 23149
/proc/meminfo: memFree=29988776/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113144 CPUtime=1785.57 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 54934 0 0 0 175987 2570 0 0 25 0 1 0 872024240 115859456 27282 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28286 27282 692 1178 0 27104 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (KiB) 113144

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 23149
/proc/meminfo: memFree=30039736/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113672 CPUtime=1791.97 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 55027 0 0 0 176618 2579 0 0 25 0 1 0 872024240 116400128 27375 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28418 27375 692 1178 0 27236 0
Current children cumulated CPU time (s) 1791.97
Current children cumulated vsize (KiB) 113672

[startup+1795.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 23149
/proc/meminfo: memFree=30038744/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113672 CPUtime=1795.17 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 55048 0 0 0 176934 2583 0 0 25 0 1 0 872024240 116400128 27396 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28418 27396 692 1178 0 27236 0
Current children cumulated CPU time (s) 1795.17
Current children cumulated vsize (KiB) 113672

[startup+1795.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 23149
/proc/meminfo: memFree=30038744/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113672 CPUtime=1795.97 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 55048 0 0 0 177012 2585 0 0 25 0 1 0 872024240 116400128 27396 33554432000 4194304 9016284 140736141586272 18446744073709551615 7218031 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28418 27396 692 1178 0 27236 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (KiB) 113672

[startup+1796.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 23149
/proc/meminfo: memFree=30038744/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113672 CPUtime=1796.77 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 55048 0 0 0 177092 2585 0 0 25 0 1 0 872024240 116400128 27396 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28418 27396 692 1178 0 27236 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 113672

[startup+1796.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 23149
/proc/meminfo: memFree=30038744/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113672 CPUtime=1796.97 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 55048 0 0 0 177112 2585 0 0 25 0 1 0 872024240 116400128 27396 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28418 27396 692 1178 0 27236 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (KiB) 113672

[startup+1797 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 23149
/proc/meminfo: memFree=30038744/32951124 swapFree=67055520/67111528
[pid=23052] ppid=23050 vsize=113672 CPUtime=1797.07 cores=1,3,5,7
/proc/23052/stat : 23052 (scip-2.0.1.4b_2) R 23050 23052 20704 0 -1 4202496 55048 0 0 0 177122 2585 0 0 25 0 1 0 872024240 116400128 27396 33554432000 4194304 9016284 140736141586272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23052/statm: 28418 27396 692 1178 0 27236 0
Current children cumulated CPU time (s) 1797.07
Current children cumulated vsize (KiB) 113672

Child status: 0
Real time (s): 1797.07
CPU time (s): 1797.15
CPU user time (s): 1771.28
CPU system time (s): 25.8631
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 124104

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

runsolver used 2.70159 second user time and 6.24905 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 14:41:26
IDJOB=3489851
IDBENCH=89841
IDSOLVER=1979
FILE ID=node143/3489851-1307796086
RUNJOBID= node143-1307794904-22915
PBS_JOBID= 13550882
Free space on /tmp= 74068 MiB

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

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=1096753552

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28787276 kB
Buffers:        136120 kB
Cached:        1217004 kB
SwapCached:       8636 kB
Active:        2989396 kB
Inactive:      1010548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28787276 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           16732 kB
Writeback:           0 kB
AnonPages:     2644812 kB
Mapped:          15840 kB
Slab:            93976 kB
PageTables:       9360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2854352 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= 74008 MiB
End job on node143 at 2011-06-11 15:11:23