Trace number 3452630

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)78 1800.08 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark633.683
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3452630-1307098841.opb>
0.03/0.03	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.03/0.03	c problem read
0.03/0.03	c presolving settings loaded
0.03/0.05	c presolving:
0.03/0.06	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.03/0.07	c (round 2) 1 del vars, 733 del conss, 0 add conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 102 upgd conss, 0 impls, 0 clqs
0.03/0.08	c (round 3) 1 del vars, 733 del conss, 3 add conss, 1 chg bounds, 74 chg sides, 322 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.03/0.08	c (round 4) 1 del vars, 733 del conss, 3 add conss, 1 chg bounds, 100 chg sides, 348 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.09/0.20	c    (0.2s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.09/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.20	c presolving (5 rounds):
0.09/0.20	c  1 deleted vars, 733 deleted constraints, 3 added constraints, 1 tightened bounds, 0 added holes, 100 changed sides, 348 changed coefficients
0.09/0.20	c  144 implications, 2 cliques
0.09/0.20	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 930 constraints
0.09/0.20	c     195 constraints of type <knapsack>
0.09/0.20	c       3 constraints of type <setppc>
0.09/0.20	c     732 constraints of type <linear>
0.09/0.20	c transformed objective value is always integral (scale: 1)
0.09/0.20	c Presolving Time: 0.16
0.09/0.20	c - non default parameters ----------------------------------------------------------------------
0.09/0.20	c # SCIP version 2.0.1.4
0.09/0.20	c 
0.09/0.20	c # frequency for displaying node information lines
0.09/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.20	c display/freq = 10000
0.09/0.20	c 
0.09/0.20	c # maximal time in seconds to run
0.09/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.20	c limits/time = 1800
0.09/0.20	c 
0.09/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.20	c limits/memory = 13950
0.09/0.20	c 
0.09/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.20	c # [type: int, range: [1,2], default: 1]
0.09/0.20	c timing/clocktype = 2
0.19/0.20	c 
0.19/0.20	c # belongs reading time to solving time?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c timing/reading = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/indicator/addCouplingCons = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c   0.2s|     1 |     0 |   265 |     - |7090k|   0 | 184 | 894 | 949 | 894 | 930 |   0 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  3168 |     - |7955k|   0 | 465 | 894 |1168 | 894 |1003 |  73 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.79/0.85	c   0.9s|     1 |     0 |  3336 |     - |8545k|   0 | 511 | 894 |1168 | 894 |1113 | 183 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |  3805 |     - |9168k|   0 | 488 | 894 |1168 | 894 |1226 | 296 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.19/1.28	c   1.3s|     1 |     0 |  4363 |     - |9638k|   0 | 515 | 894 |1168 | 894 |1307 | 377 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |  4690 |     - |  10M|   0 | 498 | 894 |1168 | 894 |1377 | 447 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.69/1.77	c   1.8s|     1 |     0 |  5142 |     - |  10M|   0 | 531 | 894 |1168 | 894 |1444 | 514 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
2.39/2.47	c   2.5s|     1 |     2 |  5142 |     - |  10M|   0 | 531 | 894 |1168 | 894 |1444 | 514 |  19 |  12 | 4.500000e+01 |      --      |    Inf 
79.50/79.52	c  79.5s| 10000 |  3228 |  1042k| 103.7 |  29M|  52 |  44 | 894 |3047 | 894 |1031 | 514 |  13k|4479 | 4.500000e+01 |      --      |    Inf 
100.11/100.12	o 81
100.11/100.12	c * 100s| 13841 |  3070 |  1361k|  98.0 |  30M|  52 |   - | 894 |3099 | 894 |1031 | 514 |  19k|5127 | 4.500000e+01 | 8.100000e+01 |  80.00%
133.01/133.09	c   133s| 20000 |  4262 |  1853k|  92.4 |  38M|  52 | 115 | 894 |3502 | 894 |1031 | 514 |  28k|6555 | 4.500000e+01 | 8.100000e+01 |  80.00%
177.01/177.02	c   177s| 30000 |  5251 |  2395k|  79.7 |  47M|  59 |   - | 894 |5265 |   0 |   0 | 514 |  42k|9816 | 4.500000e+01 | 8.100000e+01 |  80.00%
215.09/215.19	c   215s| 40000 |  6308 |  2915k|  72.7 |  55M|  61 | 170 | 894 |4830 | 894 |1031 | 514 |  56k|  11k| 4.500000e+01 | 8.100000e+01 |  80.00%
256.32/256.34	c   256s| 50000 |  7345 |  3516k|  70.2 |  62M|  61 |  62 | 894 |3859 | 894 |1031 | 514 |  70k|  13k| 4.500000e+01 | 8.100000e+01 |  80.00%
302.00/302.04	c   302s| 60000 |  8982 |  4229k|  70.4 |  73M|  61 | 224 | 894 |4174 | 894 |1031 | 514 |  85k|  14k| 4.500000e+01 | 8.100000e+01 |  80.00%
343.00/343.08	o 78
343.00/343.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.00/343.08	c g 343s| 69430 |  7917 |  4907k|  70.6 |  66M|  61 |   - | 894 |3961 | 894 |1031 | 514 |  98k|  15k| 4.500000e+01 | 7.800000e+01 |  73.33%
345.50/345.52	c   346s| 70000 |  7970 |  4944k|  70.6 |  66M|  61 |   - | 894 |3908 |   0 |   0 | 514 |  99k|  15k| 4.500000e+01 | 7.800000e+01 |  73.33%
377.80/377.87	c   378s| 80000 |  8963 |  5417k|  67.7 |  73M|  61 |   - | 894 |4757 |   0 |   0 | 514 | 112k|  16k| 4.500000e+01 | 7.800000e+01 |  73.33%
408.20/408.24	c   408s| 90000 | 10561 |  5783k|  64.2 |  83M|  61 | 175 | 894 |6121 | 894 |1031 | 514 | 126k|  18k| 4.500000e+01 | 7.800000e+01 |  73.33%
435.80/435.87	c   436s|100000 | 11192 |  6156k|  61.5 |  86M|  64 |   - | 894 |3821 |   0 |   0 | 514 | 141k|  18k| 4.500000e+01 | 7.800000e+01 |  73.33%
470.00/470.06	c   470s|110000 | 11190 |  6653k|  60.4 |  90M|  66 | 158 | 894 |6332 | 894 |1031 | 514 | 157k|  19k| 4.500000e+01 | 7.800000e+01 |  73.33%
501.70/501.74	c   502s|120000 | 11834 |  7152k|  59.6 |  95M|  66 |   - | 894 |5175 |   0 |   0 | 514 | 172k|  20k| 4.500000e+01 | 7.800000e+01 |  73.33%
537.70/537.78	c   538s|130000 | 12426 |  7655k|  58.8 | 101M|  66 | 103 | 894 |6375 | 894 |1031 | 514 | 186k|  21k| 4.500000e+01 | 7.800000e+01 |  73.33%
568.73/568.75	c   569s|140000 | 12894 |  8121k|  58.0 | 104M|  68 |   - | 894 |5176 | 894 |1031 | 514 | 200k|  22k| 4.500000e+01 | 7.800000e+01 |  73.33%
607.01/607.04	c   607s|150000 | 13800 |  8710k|  58.0 | 111M|  68 | 136 | 894 |6986 | 894 |1031 | 514 | 214k|  23k| 4.500000e+01 | 7.800000e+01 |  73.33%
640.90/641.00	c   641s|160000 | 14527 |  9241k|  57.7 | 119M|  68 |   - | 894 |8639 |   0 |   0 | 514 | 228k|  24k| 4.500000e+01 | 7.800000e+01 |  73.33%
675.71/675.75	c   676s|170000 | 15415 |  9730k|  57.2 | 126M|  73 | 252 | 894 |7277 | 894 |1031 | 514 | 241k|  25k| 4.500000e+01 | 7.800000e+01 |  73.33%
712.41/712.44	c   712s|180000 | 16588 | 10265k|  57.0 | 135M|  76 |   - | 894 |5634 | 894 |1031 | 514 | 256k|  26k| 4.500000e+01 | 7.800000e+01 |  73.33%
743.91/743.96	c   744s|190000 | 17681 | 10799k|  56.8 | 142M|  76 |   - | 894 |5273 |   0 |   0 | 514 | 268k|  26k| 4.500000e+01 | 7.800000e+01 |  73.33%
776.11/776.15	c   776s|200000 | 18885 | 11260k|  56.3 | 151M|  76 | 253 | 894 |5503 | 894 |1031 | 514 | 281k|  27k| 4.500000e+01 | 7.800000e+01 |  73.33%
804.90/804.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
804.90/804.90	c   805s|210000 | 19721 | 11712k|  55.7 | 158M|  76 | 111 | 894 |6357 | 894 |1031 | 514 | 294k|  27k| 4.500000e+01 | 7.800000e+01 |  73.33%
834.31/834.36	c   834s|220000 | 20530 | 12118k|  55.1 | 164M|  76 |  95 | 894 |7706 | 894 |1031 | 514 | 307k|  28k| 4.500000e+01 | 7.800000e+01 |  73.33%
866.01/866.05	c   866s|230000 | 21277 | 12544k|  54.5 | 170M|  76 |   - | 894 |7230 |   0 |   0 | 514 | 320k|  29k| 4.500000e+01 | 7.800000e+01 |  73.33%
893.01/893.05	c   893s|240000 | 22082 | 12956k|  54.0 | 176M|  76 | 110 | 894 |8781 | 894 |1031 | 514 | 333k|  29k| 4.500000e+01 | 7.800000e+01 |  73.33%
919.92/919.95	c   920s|250000 | 22679 | 13302k|  53.2 | 181M|  76 |   - | 894 |9842 |   0 |   0 | 514 | 346k|  30k| 4.500000e+01 | 7.800000e+01 |  73.33%
948.32/948.31	c   948s|260000 | 23505 | 13668k|  52.6 | 187M|  76 | 164 | 894 |  10k| 894 |1031 | 514 | 359k|  31k| 4.500000e+01 | 7.800000e+01 |  73.33%
978.72/978.77	c   979s|270000 | 24442 | 14138k|  52.3 | 193M|  76 |  95 | 894 |9587 | 894 |1031 | 514 | 373k|  31k| 4.500000e+01 | 7.800000e+01 |  73.33%
1005.02/1005.06	c  1005s|280000 | 25600 | 14516k|  51.8 | 201M|  76 |  69 | 894 |  11k| 894 |1031 | 514 | 386k|  31k| 4.500000e+01 | 7.800000e+01 |  73.33%
1034.92/1034.92	c  1035s|290000 | 26069 | 14874k|  51.3 | 205M|  76 | 223 | 894 |  11k| 894 |1031 | 514 | 400k|  32k| 4.500000e+01 | 7.800000e+01 |  73.33%
1064.62/1064.69	c  1065s|300000 | 26461 | 15255k|  50.8 | 209M|  76 | 176 | 894 |  11k| 894 |1031 | 514 | 414k|  33k| 4.500000e+01 | 7.800000e+01 |  73.33%
1094.11/1094.18	c  1094s|310000 | 27287 | 15700k|  50.6 | 216M|  76 | 107 | 894 |  12k| 894 |1031 | 514 | 428k|  33k| 4.500000e+01 | 7.800000e+01 |  73.33%
1121.61/1121.65	c  1122s|320000 | 27866 | 16089k|  50.3 | 220M|  76 | 127 | 894 |  11k| 894 |1031 | 514 | 441k|  34k| 4.500000e+01 | 7.800000e+01 |  73.33%
1152.02/1152.04	c  1152s|330000 | 28907 | 16498k|  50.0 | 228M|  76 |   - | 894 |  12k|   0 |   0 | 514 | 455k|  35k| 4.500000e+01 | 7.800000e+01 |  73.33%
1182.92/1182.90	c  1183s|340000 | 29687 | 16894k|  49.7 | 233M|  76 |  52 | 894 |  11k| 894 |1031 | 514 | 469k|  36k| 4.500000e+01 | 7.800000e+01 |  73.33%
1211.22/1211.23	c  1211s|350000 | 30156 | 17254k|  49.3 | 237M|  76 | 173 | 894 |  11k| 894 |1031 | 514 | 483k|  36k| 4.500000e+01 | 7.800000e+01 |  73.33%
1238.64/1238.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1238.64/1238.67	c  1239s|360000 | 30937 | 17665k|  49.1 | 244M|  76 |   - | 894 |  12k|   0 |   0 | 514 | 496k|  36k| 4.500000e+01 | 7.800000e+01 |  73.33%
1268.72/1268.76	c  1269s|370000 | 31511 | 18114k|  48.9 | 249M|  76 | 119 | 894 |  12k| 894 |1031 | 514 | 510k|  37k| 4.500000e+01 | 7.800000e+01 |  73.33%
1299.52/1299.53	c  1300s|380000 | 33139 | 18516k|  48.7 | 258M|  76 |   - | 894 |  10k|   0 |   0 | 514 | 523k|  38k| 4.500000e+01 | 7.800000e+01 |  73.33%
1327.42/1327.43	c  1327s|390000 | 33942 | 18875k|  48.4 | 264M|  76 |   - | 894 |  10k|   0 |   0 | 514 | 536k|  39k| 4.500000e+01 | 7.800000e+01 |  73.33%
1355.52/1355.56	c  1356s|400000 | 34421 | 19231k|  48.1 | 270M|  76 |  86 | 894 |  12k| 894 |1031 | 514 | 550k|  39k| 4.500000e+01 | 7.800000e+01 |  73.33%
1386.52/1386.52	c  1387s|410000 | 35086 | 19739k|  48.1 | 272M|  76 | 109 | 894 |6869 | 894 |1031 | 514 | 564k|  40k| 4.500000e+01 | 7.800000e+01 |  73.33%
1414.93/1414.97	c  1415s|420000 | 35711 | 20248k|  48.2 | 278M|  76 |   - | 894 |8956 |   0 |   0 | 514 | 576k|  40k| 4.500000e+01 | 7.800000e+01 |  73.33%
1446.63/1446.69	c  1447s|430000 | 36354 | 20743k|  48.2 | 283M|  76 |  75 | 894 |9156 | 894 |1031 | 514 | 589k|  41k| 4.500000e+01 | 7.800000e+01 |  73.33%
1474.53/1474.58	c  1475s|440000 | 36660 | 21174k|  48.1 | 287M|  76 | 130 | 894 |  10k| 894 |1031 | 514 | 603k|  41k| 4.500000e+01 | 7.800000e+01 |  73.33%
1502.02/1502.00	c  1502s|450000 | 37053 | 21591k|  48.0 | 290M|  76 |  84 | 894 |  11k| 894 |1031 | 514 | 617k|  41k| 4.500000e+01 | 7.800000e+01 |  73.33%
1534.33/1534.31	c  1534s|460000 | 38003 | 22044k|  47.9 | 295M|  77 | 161 | 894 |9705 | 894 |1031 | 514 | 630k|  42k| 4.500000e+01 | 7.800000e+01 |  73.33%
1565.13/1565.10	c  1565s|470000 | 38367 | 22482k|  47.8 | 299M|  77 | 100 | 894 |  11k| 894 |1031 | 514 | 644k|  43k| 4.500000e+01 | 7.800000e+01 |  73.33%
1593.13/1593.12	c  1593s|480000 | 39072 | 22912k|  47.7 | 305M|  77 |  84 | 894 |  11k| 894 |1031 | 514 | 658k|  43k| 4.500000e+01 | 7.800000e+01 |  73.33%
1620.35/1620.39	c  1620s|490000 | 39659 | 23294k|  47.5 | 310M|  77 |   - | 894 |  11k|   0 |   0 | 514 | 673k|  43k| 4.500000e+01 | 7.800000e+01 |  73.33%
1651.53/1651.56	c  1652s|500000 | 39972 | 23675k|  47.3 | 314M|  79 | 165 | 894 |  12k| 894 |1031 | 514 | 687k|  44k| 4.500000e+01 | 7.800000e+01 |  73.33%
1680.63/1680.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1680.63/1680.67	c  1681s|510000 | 40527 | 24053k|  47.2 | 318M|  79 | 108 | 894 |  12k| 894 |1031 | 514 | 702k|  45k| 4.500000e+01 | 7.800000e+01 |  73.33%
1708.43/1708.41	c  1708s|520000 | 41150 | 24446k|  47.0 | 322M|  79 |   - | 894 |  12k|   0 |   0 | 514 | 716k|  45k| 4.500000e+01 | 7.800000e+01 |  73.33%
1736.63/1736.65	c  1737s|530000 | 41379 | 24841k|  46.9 | 323M|  79 | 213 | 894 |  10k| 894 |1031 | 514 | 730k|  45k| 4.500000e+01 | 7.800000e+01 |  73.33%
1767.33/1767.33	c  1767s|540000 | 41876 | 25281k|  46.8 | 328M|  79 | 171 | 894 |  12k| 894 |1031 | 514 | 745k|  46k| 4.500000e+01 | 7.800000e+01 |  73.33%
1797.63/1797.62	c  1798s|550000 | 42389 | 25710k|  46.7 | 332M|  79 |   - | 894 |  12k|   0 |   0 | 514 | 759k|  47k| 4.500000e+01 | 7.800000e+01 |  73.33%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 550761
1800.03/1800.00	c Primal Bound       : +7.80000000000000e+01 (2 solutions)
1800.03/1800.00	c Dual Bound         : +4.50000000000000e+01
1800.03/1800.00	c Gap                : 73.33 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 
1800.03/1800.00	v x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 
1800.03/1800.00	v x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 
1800.03/1800.00	v x152 x153 x154 x155 -x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 
1800.03/1800.00	v x177 x178 x179 x180 x181 x182 x183 x184 x185 -x186 x187 x188 x189 x190 -x191 x192 x193 x194 x195 x196 x197 -x198 -x199 -x200 
1800.03/1800.00	v x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 -x219 -x220 x221 x222 x223 x224 
1800.03/1800.00	v -x225 -x226 x227 x228 x229 -x230 x231 x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 x241 x242 x243 x244 x245 x246 x247 
1800.03/1800.00	v x248 x249 -x250 x251 x252 x253 x254 -x255 -x256 x257 x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.03/1800.00	v -x271 -x272 -x273 -x274 x275 x276 x277 x278 x279 x280 x281 x282 -x283 x284 x285 x286 -x287 x288 x289 x290 -x291 -x292 -x293 
1800.03/1800.00	v -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 -x314 -x315 
1800.03/1800.00	v -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 
1800.03/1800.00	v -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 x356 x357 x358 
1800.03/1800.00	v x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 
1800.03/1800.00	v x384 x385 x386 x387 -x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 
1800.03/1800.00	v x409 x410 -x411 x412 x413 x414 x415 -x416 x417 x418 x419 x420 x421 x422 -x423 -x424 -x425 x426 x427 x428 x429 x430 x431 x432 
1800.03/1800.00	v x433 x434 x435 x436 x437 -x438 -x439 x440 x441 x442 x443 -x444 -x445 x446 x447 x448 -x449 x450 x451 x452 -x453 -x454 -x455 -x456 
1800.03/1800.00	v -x457 -x458 x459 x460 x461 x462 x463 -x464 x465 x466 x467 x468 -x469 -x470 x471 x472 x473 -x474 -x475 -x476 -x477 -x478 
1800.03/1800.00	v -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 x490 x491 x492 -x493 x494 x495 x496 -x497 x498 x499 x500 -x501 
1800.03/1800.00	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 x516 x517 x518 x519 x520 -x521 -x522 -x523 
1800.03/1800.00	v -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 
1800.03/1800.00	v -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x559 
1800.03/1800.00	v x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 -x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 -x584 
1800.03/1800.00	v -x585 -x586 x587 x588 x589 x590 x591 x592 -x593 x594 x595 x596 x597 x598 -x599 -x600 x601 x602 x603 -x604 x605 x606 x607 
1800.03/1800.00	v -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 x616 x617 x618 -x619 -x620 x621 x622 x623 -x624 -x625 -x626 -x627 -x628 -x629 
1800.03/1800.00	v -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 x641 x642 -x643 x644 x645 x646 -x647 -x648 -x649 -x650 -x651 
1800.03/1800.00	v -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 x662 x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 
1800.03/1800.00	v -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 
1800.03/1800.00	v -x695 -x696 -x697 -x698 -x13 -x12 -x11 -x10 -x9 -x8 x7 x699 x700 x701 x702 x703 x704 -x705 x706 x707 x708 x709 -x710 x711 
1800.03/1800.00	v x712 x713 x714 x715 x716 -x717 -x718 -x719 -x720 x721 x722 x723 x724 -x725 -x726 -x727 -x728 x729 -x730 -x731 -x732 -x733 -x734 
1800.03/1800.00	v -x735 -x736 -x737 -x738 -x739 -x740 x741 x742 x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 
1800.03/1800.00	v -x756 -x757 x758 x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 
1800.03/1800.00	v -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x790 -x791 
1800.03/1800.00	v x792 x793 x794 -x795 x796 x797 x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 x806 x807 x808 -x809 x810 x811 x812 -x813 -x814 
1800.03/1800.00	v -x815 -x816 -x817 -x818 -x819 -x820 x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 
1800.03/1800.00	v -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x34 -x33 x32 -x31 -x30 x29 -x28 x845 x846 x847 x848 x849 x850 x851 -x852 
1800.03/1800.00	v x853 x854 x855 x856 x857 x858 x859 x860 -x861 -x862 -x863 -x864 x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 
1800.03/1800.00	v -x41 x40 -x39 -x38 -x37 -x36 x35 x875 x876 x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x48 x47 -x46 
1800.03/1800.00	v -x45 -x44 -x43 -x42 -x889 -x890 -x891 -x892 -x893 -x55 x54 -x53 -x52 x51 -x50 -x49 x894 -x69 x68 -x67 -x66 x65 -x64 x63 -x62 
1800.03/1800.00	v x61 -x60 x59 x58 -x57 -x56 x895 x6 -x5 -x4 -x3 -x2 x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.16 (included in solving)
1800.03/1800.00	c   reading          :       0.04 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3452630-1307098841.opb
1800.03/1800.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 1660 initial, 1660 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3452630-1307098841.opb
1800.03/1800.00	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 930 initial, 13484 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.11          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          3         56        200
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.03          1          0          0          1          0        733          0         44        148
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          4          -          -          4          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     363337          0          7          0        249      30103          0          0     710842
1800.03/1800.00	c   knapsack         :        195          6    2216137          1          0          4    2173187      26884    2995123        585          0          0
1800.03/1800.00	c   setppc           :          3          6     218857          0          0          1       4669          0       2024          0          0          0
1800.03/1800.00	c   linear           :        732+         7    2189340          0          0          1    2823560     209791   23713550          0          0          0
1800.03/1800.00	c   logicor          :          0+         6    1079365          0          0          0    3093887      11991     977138          1          0          0
1800.03/1800.00	c   countsols        :          0          0          0          1          0          3          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     194.61       0.00       0.00     194.61       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :      31.30       0.01      30.05       0.00       0.00       0.00       1.25
1800.03/1800.00	c   setppc           :       0.05       0.00       0.05       0.00       0.00       0.00       0.00
1800.03/1800.00	c   linear           :     169.29       0.00     165.43       0.00       0.00       0.00       3.86
1800.03/1800.00	c   logicor          :      62.52       0.00      60.05       0.00       0.00       0.00       2.47
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          2          0          0          0
1800.03/1800.00	c   pseudoobj        :    2215939      39043         62      41781
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.37       0.37       0.00
1800.03/1800.00	c   rootredcost      :       0.38       0.38       0.00
1800.03/1800.00	c   pseudoobj        :       1.67       1.66       0.01
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      13.80     248728     248471    2144685       34.4      11763       23.4          -
1800.03/1800.00	c   infeasible LP    :       5.43      45254      45254     293664       28.8       5471       20.7          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     760437       28.2          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -        614          -    (maximal pool size: 3579)
1800.03/1800.00	c   redcost          :       4.79     365051          0       2237          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0         10          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.10          6          0          0         63          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.10          6          0          0         75          0
1800.03/1800.00	c   cmir             :       0.42          6          0          0       2516          0
1800.03/1800.00	c   flowcover        :       0.23          6          0          0       1200          0
1800.03/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.28          1          0          0          0        219
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     194.36     363336        249      30103          0          0     710842
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          1
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   crossover        :       0.11          0          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   oneopt           :       0.13          2          0
1800.03/1800.00	c   guideddiving     :       7.71        618          1
1800.03/1800.00	c   pscostdiving     :       9.65        618          0
1800.03/1800.00	c   fracdiving       :       5.06        618          0
1800.03/1800.00	c   veclendiving     :       7.86        618          0
1800.03/1800.00	c   feaspump         :       8.41        309          0
1800.03/1800.00	c   linesearchdiving :       7.87        619          0
1800.03/1800.00	c   coefdiving       :       4.93        619          0
1800.03/1800.00	c   objpscostdiving  :      10.67        310          0
1800.03/1800.00	c   rootsoldiving    :       5.53        310          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.02          1          0
1800.03/1800.00	c   simplerounding   :       0.10          0          0
1800.03/1800.00	c   zirounding       :       0.17       1000          0
1800.03/1800.00	c   rounding         :       0.86       8456          0
1800.03/1800.00	c   shifting         :       8.03       2643          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.08          0          0
1800.03/1800.00	c   trysol           :       0.11          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :    1011.23     403106   24763954      61.43   24489.03
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:      53.75      38489     977584      25.40   18189.06
1800.03/1800.00	c   strong branching :     180.75      47158    2985250      63.30   16516.12
1800.03/1800.00	c     (at root node) :          -         12       5645     470.42          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     550761
1800.03/1800.00	c   nodes (total)    :     550761
1800.03/1800.00	c   nodes left       :      42498
1800.03/1800.00	c   max depth        :         79
1800.03/1800.00	c   max depth (total):         79
1800.03/1800.00	c   backtracks       :     119627 (21.7%)
1800.03/1800.00	c   delayed cutoffs  :     114057
1800.03/1800.00	c   repropagations   :     641356 (8725601 domain reductions, 87096 cutoffs)
1800.03/1800.00	c   avg switch length:       6.21
1800.03/1800.00	c   switching time   :     167.20
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          2 (2 improvements)
1800.03/1800.00	c   First Solution   : +8.10000000000000e+01   (in run 1, after 13841 nodes, 100.12 seconds, depth 40, found by <relaxation>)
1800.03/1800.00	c   Primal Bound     : +7.80000000000000e+01   (in run 1, after 69430 nodes, 343.08 seconds, depth 57, found by <guideddiving>)
1800.03/1800.00	c   Dual Bound       : +4.50000000000000e+01
1800.03/1800.00	c   Gap              :      73.33 %
1800.03/1800.00	c   Root Dual Bound  : +4.50000000000000e+01
1800.03/1800.00	c   Root Iterations  :       5142

Verifier Data

OK	78

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-3452630-1307098841/watcher-3452630-1307098841 -o /tmp/evaluation-result-3452630-1307098841/solver-3452630-1307098841 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452630-1307098841.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: 1.99 2.00 1.99 2/527 6342
/proc/meminfo: memFree=24886148/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=10276 CPUtime=0 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 1562 0 0 0 0 0 0 0 25 0 1 0 900114767 10522624 1515 33554432000 4194304 9128323 140737187159568 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6342/statm: 2569 1515 400 1205 0 1360 0

[startup+0.0367621 s]
/proc/loadavg: 1.99 2.00 1.99 2/527 6342
/proc/meminfo: memFree=24886148/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=11976 CPUtime=0.03 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 1997 0 0 0 3 0 0 0 25 0 1 0 900114767 12263424 1950 33554432000 4194304 9128323 140737187159568 18446744073709551615 6165293 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6342/statm: 2994 1950 400 1205 0 1785 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11976

[startup+0.100763 s]
/proc/loadavg: 1.99 2.00 1.99 2/527 6342
/proc/meminfo: memFree=24886148/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=32892 CPUtime=0.09 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 7236 0 0 0 9 0 0 0 25 0 1 0 900114767 33681408 6931 33554432000 4194304 9128323 140737187159568 18446744073709551615 5241211 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 8223 6931 551 1205 0 7014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32892

[startup+0.300726 s]
/proc/loadavg: 1.99 2.00 1.99 2/527 6342
/proc/meminfo: memFree=24886148/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=37408 CPUtime=0.29 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 8727 0 0 0 28 1 0 0 25 0 1 0 900114767 38305792 8194 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 9352 8194 677 1205 0 8143 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37408

[startup+0.700657 s]
/proc/loadavg: 1.99 2.00 1.99 2/527 6342
/proc/meminfo: memFree=24886148/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=56652 CPUtime=0.69 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 13364 0 0 0 67 2 0 0 25 0 1 0 900114767 58011648 12830 33554432000 4194304 9128323 140737187159568 18446744073709551615 5207344 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 14163 12830 718 1205 0 12954 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56652

[startup+1.50052 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6343
/proc/meminfo: memFree=24838304/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=55520 CPUtime=1.49 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 13575 0 0 0 146 3 0 0 25 0 1 0 900114767 56852480 12671 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 13880 12671 730 1205 0 12671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55520

[startup+3.10024 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6343
/proc/meminfo: memFree=24836320/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=55520 CPUtime=3.09 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 13838 0 0 0 299 10 0 0 25 0 1 0 900114767 56852480 12934 33554432000 4194304 9128323 140737187159568 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 13880 12934 735 1205 0 12671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55520

[startup+6.30067 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6343
/proc/meminfo: memFree=24836004/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=55520 CPUtime=6.29 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 13838 0 0 0 596 33 0 0 25 0 1 0 900114767 56852480 12934 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 13880 12934 735 1205 0 12671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55520

[startup+12.7006 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6343
/proc/meminfo: memFree=24835964/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=55520 CPUtime=12.69 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 13841 0 0 0 1186 83 0 0 25 0 1 0 900114767 56852480 12937 33554432000 4194304 9128323 140737187159568 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 13880 12937 737 1205 0 12671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55520

[startup+25.5003 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6352
/proc/meminfo: memFree=24834588/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=55520 CPUtime=25.49 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 13857 0 0 0 2369 180 0 0 25 0 1 0 900114767 56852480 12953 33554432000 4194304 9128323 140737187159568 18446744073709551615 5241098 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 13880 12953 737 1205 0 12671 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55520

[startup+51.1008 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6353
/proc/meminfo: memFree=24824080/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=65348 CPUtime=51.09 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 16359 0 0 0 4742 367 0 0 25 0 1 0 900114767 66916352 15397 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 16337 15397 737 1205 0 15128 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65348

[startup+102.32 s]
/proc/loadavg: 2.10 2.03 2.00 3/528 6354
/proc/meminfo: memFree=24798360/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=84604 CPUtime=102.31 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 21418 0 0 0 9501 730 0 0 25 0 1 0 900114767 86634496 20223 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 21151 20223 740 1205 0 19942 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 84604

[startup+162.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/528 6356
/proc/meminfo: memFree=24781676/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=96780 CPUtime=162.29 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 24547 0 0 0 15104 1125 0 0 25 0 1 0 900114767 99102720 23283 33554432000 4194304 9128323 140737187159568 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 24195 23283 740 1205 0 22986 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96780

[startup+222.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/528 6357
/proc/meminfo: memFree=24757664/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=116272 CPUtime=222.29 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 29526 0 0 0 20725 1504 0 0 25 0 1 0 900114767 119062528 28150 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 29068 28150 741 1205 0 27859 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 116272

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 6359
/proc/meminfo: memFree=24739488/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=130432 CPUtime=282.3 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 33103 0 0 0 26317 1913 0 0 25 0 1 0 900114767 133562368 31671 33554432000 4194304 9128323 140737187159568 18446744073709551615 6527869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 32608 31671 741 1205 0 31399 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130432

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6361
/proc/meminfo: memFree=24707200/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=147528 CPUtime=342.3 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 37447 0 0 0 31891 2339 0 0 25 0 1 0 900114767 151068672 35968 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 36882 35968 742 1205 0 35673 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 147528

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6362
/proc/meminfo: memFree=24696112/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=156476 CPUtime=402.3 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 39702 0 0 0 37532 2698 0 0 25 0 1 0 900114767 160231424 38215 33554432000 4194304 9128323 140737187159568 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 39119 38215 742 1205 0 37910 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 156476

[startup+462.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/528 6364
/proc/meminfo: memFree=24672596/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=170604 CPUtime=462.3 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 43281 0 0 0 43172 3058 0 0 25 0 1 0 900114767 174698496 41733 33554432000 4194304 9128323 140737187159568 18446744073709551615 7343339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 42651 41733 742 1205 0 41442 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 170604

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/528 6365
/proc/meminfo: memFree=24658516/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=180436 CPUtime=522.3 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 45840 0 0 0 48784 3446 0 0 25 0 1 0 900114767 184766464 44201 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 45109 44201 742 1205 0 43900 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 180436

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 6367
/proc/meminfo: memFree=24638080/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=189812 CPUtime=582.3 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 48284 0 0 0 54388 3842 0 0 25 0 1 0 900114767 194367488 46538 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 47453 46538 741 1205 0 46244 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 189812

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/528 6373
/proc/meminfo: memFree=24531868/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=258080 CPUtime=822.31 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 65730 0 0 0 76855 5376 0 0 25 0 1 0 900114767 264273920 63511 33554432000 4194304 9128323 140737187159568 18446744073709551615 5201336 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 64520 63511 747 1205 0 63311 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 258080

[startup+882.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/528 6375
/proc/meminfo: memFree=24509572/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=275060 CPUtime=882.31 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 69842 0 0 0 82500 5731 0 0 25 0 1 0 900114767 281661440 67563 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 68765 67563 745 1205 0 67556 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 275060

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6377
/proc/meminfo: memFree=24484924/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=289328 CPUtime=942.31 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 73439 0 0 0 88159 6072 0 0 25 0 1 0 900114767 296271872 71061 33554432000 4194304 9128323 140737187159568 18446744073709551615 6578320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 72332 71061 744 1205 0 71123 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 289328

[startup+1002.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/528 6378
/proc/meminfo: memFree=24455240/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=304364 CPUtime=1002.31 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 77107 0 0 0 93791 6440 0 0 25 0 1 0 900114767 311668736 74681 33554432000 4194304 9128323 140737187159568 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 76091 74681 745 1205 0 74882 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 304364

[startup+1062.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/528 6380
/proc/meminfo: memFree=24435936/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=314692 CPUtime=1062.31 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 79850 0 0 0 99454 6777 0 0 25 0 1 0 900114767 322244608 77344 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 78673 77344 749 1205 0 77464 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 314692

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 6381
/proc/meminfo: memFree=24410572/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=334340 CPUtime=1122.32 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 84642 0 0 0 105096 7136 0 0 25 0 1 0 900114767 342364160 82012 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 83585 82012 749 1205 0 82376 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 334340

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 6383
/proc/meminfo: memFree=24388664/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=345696 CPUtime=1182.32 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 87612 0 0 0 110744 7488 0 0 25 0 1 0 900114767 353992704 84861 33554432000 4194304 9128323 140737187159568 18446744073709551615 5234106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 86424 84861 749 1205 0 85215 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 345696

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6385
/proc/meminfo: memFree=24367256/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=361564 CPUtime=1242.32 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 91293 0 0 0 116392 7840 0 0 25 0 1 0 900114767 370241536 88518 33554432000 4194304 9128323 140737187159568 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 90391 88518 746 1205 0 89182 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 361564

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/528 6386
/proc/meminfo: memFree=24346624/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=376548 CPUtime=1302.33 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 94993 0 0 0 122037 8196 0 0 25 0 1 0 900114767 385585152 92080 33554432000 4194304 9128323 140737187159568 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 94137 92080 748 1205 0 92928 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 376548

[startup+1362.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/528 6388
/proc/meminfo: memFree=24320024/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=396244 CPUtime=1362.32 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 99282 0 0 0 127689 8543 0 0 25 0 1 0 900114767 405753856 96345 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 99061 96345 759 1205 0 97852 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 396244

[startup+1422.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 6389
/proc/meminfo: memFree=24306800/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=405996 CPUtime=1422.34 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 101837 0 0 0 133275 8959 0 0 25 0 1 0 900114767 415739904 98787 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 101499 98787 744 1205 0 100290 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 405996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 6391
/proc/meminfo: memFree=24289396/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=416788 CPUtime=1482.33 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 104468 0 0 0 138893 9340 0 0 25 0 1 0 900114767 426790912 101308 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 104197 101308 761 1205 0 102988 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 416788

[startup+1542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/528 6393
/proc/meminfo: memFree=24271248/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=434772 CPUtime=1542.32 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 108442 0 0 0 144520 9712 0 0 25 0 1 0 900114767 445206528 105274 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 108693 105274 764 1205 0 107484 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 434772

[startup+1602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/528 6394
/proc/meminfo: memFree=24251860/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=448208 CPUtime=1602.33 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 111808 0 0 0 150166 10067 0 0 25 0 1 0 900114767 458964992 108569 33554432000 4194304 9128323 140737187159568 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 112052 108569 765 1205 0 110843 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 448208

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/528 6396
/proc/meminfo: memFree=24241724/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=457268 CPUtime=1662.33 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 114047 0 0 0 155838 10395 0 0 25 0 1 0 900114767 468242432 110755 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 114317 110755 765 1205 0 113108 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 457268

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/528 6452
/proc/meminfo: memFree=24451848/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=467952 CPUtime=1722.33 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 116500 0 0 0 161500 10733 0 0 25 0 1 0 900114767 479182848 113175 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 116988 113175 765 1205 0 115779 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 467952

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 6481
/proc/meminfo: memFree=24063128/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=476644 CPUtime=1782.33 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 118453 0 0 0 167120 11113 0 0 25 0 1 0 900114767 488083456 115106 33554432000 4194304 9128323 140737187159568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6342/statm: 119161 115106 764 1205 0 117952 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 476644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 6482
/proc/meminfo: memFree=24060748/32951124 swapFree=56241860/67111528
[pid=6342] ppid=6340 vsize=479740 CPUtime=1800.04 cores=1,3,5,7
/proc/6342/stat : 6342 (scip-2.0.1.4.li) R 6340 6342 5807 0 -1 4202496 119296 0 0 0 168782 11222 0 0 25 0 1 0 900114767 491253760 115901 33554432000 4194304 9128323 140737187159568 18446744073709551615 4240216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6342/statm: 119935 115901 766 1205 0 118726 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 479740

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1687.84
CPU system time (s): 112.245
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 479740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1687.84
system time used= 112.245
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1493

runsolver used 9.02163 second user time and 22.1076 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 13:00:41
IDJOB=3452630
IDBENCH=2944
IDSOLVER=1949
FILE ID=node119/3452630-1307098841
RUNJOBID= node119-1307093144-5826
PBS_JOBID= 13497988
Free space on /tmp= 73620 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.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-3452630-1307098841/watcher-3452630-1307098841 -o /tmp/evaluation-result-3452630-1307098841/solver-3452630-1307098841 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452630-1307098841.opb -t 1800 -m 15500

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=383000997

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      24886180 kB
Buffers:        186484 kB
Cached:         550452 kB
SwapCached:      59076 kB
Active:         813192 kB
Inactive:      6955524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24886180 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           12440 kB
Writeback:           0 kB
AnonPages:     6975772 kB
Mapped:          36596 kB
Slab:           147252 kB
PageTables:      79440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164017356 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= 73604 MiB
End job on node119 at 2011-06-03 13:30:43