Trace number 3450970

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 E SCIP 2.0.1.4b 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.5 [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-3450970-1307097460.opb>
0.00/0.04	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/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.00/0.06	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.00/0.07	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.00/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.19/0.20	c    (0.2s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (5 rounds):
0.19/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.19/0.20	c  144 implications, 2 cliques
0.19/0.20	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 930 constraints
0.19/0.20	c     195 constraints of type <knapsack>
0.19/0.20	c       3 constraints of type <setppc>
0.19/0.20	c     732 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 2.0.1.5
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1800
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 13950
0.19/0.20	c 
0.19/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20	c # [type: int, range: [1,2], default: 1]
0.19/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 |     - |7221k|   0 | 184 | 894 | 949 | 894 | 930 |   0 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |  3168 |     - |8086k|   0 | 465 | 894 |1168 | 894 |1003 |  73 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.79/0.85	c   0.9s|     1 |     0 |  3336 |     - |8676k|   0 | 511 | 894 |1168 | 894 |1113 | 183 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |  3805 |     - |9299k|   0 | 488 | 894 |1168 | 894 |1226 | 296 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.19/1.27	c   1.3s|     1 |     0 |  4363 |     - |9769k|   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.76	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.00/79.01	c  79.0s| 10000 |  3228 |  1042k| 103.7 |  29M|  52 |  44 | 894 |3047 | 894 |1031 | 514 |  13k|4479 | 4.500000e+01 |      --      |    Inf 
99.40/99.48	o 81
99.40/99.48	c *99.5s| 13841 |  3070 |  1361k|  98.0 |  30M|  52 |   - | 894 |3099 | 894 |1031 | 514 |  19k|5127 | 4.500000e+01 | 8.100000e+01 |  80.00%
132.20/132.25	c   132s| 20000 |  4262 |  1853k|  92.4 |  38M|  52 | 115 | 894 |3502 | 894 |1031 | 514 |  28k|6555 | 4.500000e+01 | 8.100000e+01 |  80.00%
175.80/175.90	c   176s| 30000 |  5251 |  2395k|  79.7 |  47M|  59 |   - | 894 |5265 |   0 |   0 | 514 |  42k|9816 | 4.500000e+01 | 8.100000e+01 |  80.00%
213.80/213.82	c   214s| 40000 |  6308 |  2915k|  72.7 |  55M|  61 | 170 | 894 |4830 | 894 |1031 | 514 |  56k|  11k| 4.500000e+01 | 8.100000e+01 |  80.00%
254.70/254.72	c   255s| 50000 |  7345 |  3516k|  70.2 |  62M|  61 |  62 | 894 |3859 | 894 |1031 | 514 |  70k|  13k| 4.500000e+01 | 8.100000e+01 |  80.00%
300.10/300.17	c   300s| 60000 |  8982 |  4229k|  70.4 |  73M|  61 | 224 | 894 |4174 | 894 |1031 | 514 |  85k|  14k| 4.500000e+01 | 8.100000e+01 |  80.00%
340.91/341.00	o 78
340.91/341.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.91/341.00	c g 341s| 69430 |  7917 |  4907k|  70.6 |  66M|  61 |   - | 894 |3961 | 894 |1031 | 514 |  98k|  15k| 4.500000e+01 | 7.800000e+01 |  73.33%
343.40/343.41	c   343s| 70000 |  7970 |  4944k|  70.6 |  67M|  61 |   - | 894 |3908 |   0 |   0 | 514 |  99k|  15k| 4.500000e+01 | 7.800000e+01 |  73.33%
375.50/375.54	c   376s| 80000 |  8963 |  5417k|  67.7 |  73M|  61 |   - | 894 |4757 |   0 |   0 | 514 | 112k|  16k| 4.500000e+01 | 7.800000e+01 |  73.33%
405.60/405.68	c   406s| 90000 | 10561 |  5783k|  64.2 |  83M|  61 | 175 | 894 |6121 | 894 |1031 | 514 | 126k|  18k| 4.500000e+01 | 7.800000e+01 |  73.33%
433.10/433.16	c   433s|100000 | 11192 |  6156k|  61.5 |  86M|  64 |   - | 894 |3821 |   0 |   0 | 514 | 141k|  18k| 4.500000e+01 | 7.800000e+01 |  73.33%
467.10/467.18	c   467s|110000 | 11190 |  6653k|  60.4 |  90M|  66 | 158 | 894 |6332 | 894 |1031 | 514 | 157k|  19k| 4.500000e+01 | 7.800000e+01 |  73.33%
498.70/498.72	c   499s|120000 | 11834 |  7152k|  59.6 |  95M|  66 |   - | 894 |5175 |   0 |   0 | 514 | 172k|  20k| 4.500000e+01 | 7.800000e+01 |  73.33%
534.52/534.58	c   535s|130000 | 12426 |  7655k|  58.8 | 101M|  66 | 103 | 894 |6375 | 894 |1031 | 514 | 186k|  21k| 4.500000e+01 | 7.800000e+01 |  73.33%
565.42/565.42	c   565s|140000 | 12894 |  8121k|  58.0 | 104M|  68 |   - | 894 |5176 | 894 |1031 | 514 | 200k|  22k| 4.500000e+01 | 7.800000e+01 |  73.33%
603.51/603.53	c   604s|150000 | 13800 |  8710k|  58.0 | 112M|  68 | 136 | 894 |6986 | 894 |1031 | 514 | 214k|  23k| 4.500000e+01 | 7.800000e+01 |  73.33%
637.31/637.38	c   637s|160000 | 14527 |  9241k|  57.7 | 119M|  68 |   - | 894 |8639 |   0 |   0 | 514 | 228k|  24k| 4.500000e+01 | 7.800000e+01 |  73.33%
671.91/672.01	c   672s|170000 | 15415 |  9730k|  57.2 | 127M|  73 | 252 | 894 |7277 | 894 |1031 | 514 | 241k|  25k| 4.500000e+01 | 7.800000e+01 |  73.33%
708.50/708.54	c   709s|180000 | 16588 | 10265k|  57.0 | 135M|  76 |   - | 894 |5634 | 894 |1031 | 514 | 256k|  26k| 4.500000e+01 | 7.800000e+01 |  73.33%
739.91/739.96	c   740s|190000 | 17681 | 10799k|  56.8 | 143M|  76 |   - | 894 |5273 |   0 |   0 | 514 | 268k|  26k| 4.500000e+01 | 7.800000e+01 |  73.33%
772.01/772.02	c   772s|200000 | 18885 | 11260k|  56.3 | 151M|  76 | 253 | 894 |5503 | 894 |1031 | 514 | 281k|  27k| 4.500000e+01 | 7.800000e+01 |  73.33%
800.61/800.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
800.61/800.68	c   801s|210000 | 19721 | 11712k|  55.7 | 158M|  76 | 111 | 894 |6357 | 894 |1031 | 514 | 294k|  27k| 4.500000e+01 | 7.800000e+01 |  73.33%
830.01/830.03	c   830s|220000 | 20530 | 12118k|  55.1 | 164M|  76 |  95 | 894 |7706 | 894 |1031 | 514 | 307k|  28k| 4.500000e+01 | 7.800000e+01 |  73.33%
861.51/861.57	c   862s|230000 | 21277 | 12544k|  54.5 | 170M|  76 |   - | 894 |7230 |   0 |   0 | 514 | 320k|  29k| 4.500000e+01 | 7.800000e+01 |  73.33%
888.41/888.46	c   888s|240000 | 22082 | 12956k|  54.0 | 176M|  76 | 110 | 894 |8781 | 894 |1031 | 514 | 333k|  29k| 4.500000e+01 | 7.800000e+01 |  73.33%
915.23/915.27	c   915s|250000 | 22679 | 13302k|  53.2 | 181M|  76 |   - | 894 |9842 |   0 |   0 | 514 | 346k|  30k| 4.500000e+01 | 7.800000e+01 |  73.33%
943.51/943.54	c   944s|260000 | 23505 | 13668k|  52.6 | 187M|  76 | 164 | 894 |  10k| 894 |1031 | 514 | 359k|  31k| 4.500000e+01 | 7.800000e+01 |  73.33%
973.92/973.90	c   974s|270000 | 24442 | 14138k|  52.3 | 194M|  76 |  95 | 894 |9587 | 894 |1031 | 514 | 373k|  31k| 4.500000e+01 | 7.800000e+01 |  73.33%
1000.11/1000.10	c  1000s|280000 | 25600 | 14516k|  51.8 | 201M|  76 |  69 | 894 |  11k| 894 |1031 | 514 | 386k|  31k| 4.500000e+01 | 7.800000e+01 |  73.33%
1029.81/1029.85	c  1030s|290000 | 26069 | 14874k|  51.3 | 205M|  76 | 223 | 894 |  11k| 894 |1031 | 514 | 400k|  32k| 4.500000e+01 | 7.800000e+01 |  73.33%
1059.52/1059.51	c  1060s|300000 | 26461 | 15255k|  50.8 | 209M|  76 | 176 | 894 |  11k| 894 |1031 | 514 | 414k|  33k| 4.500000e+01 | 7.800000e+01 |  73.33%
1088.93/1088.96	c  1089s|310000 | 27287 | 15700k|  50.6 | 216M|  76 | 107 | 894 |  12k| 894 |1031 | 514 | 428k|  33k| 4.500000e+01 | 7.800000e+01 |  73.33%
1116.32/1116.37	c  1116s|320000 | 27866 | 16089k|  50.3 | 220M|  76 | 127 | 894 |  11k| 894 |1031 | 514 | 441k|  34k| 4.500000e+01 | 7.800000e+01 |  73.33%
1146.62/1146.67	c  1147s|330000 | 28907 | 16498k|  50.0 | 228M|  76 |   - | 894 |  12k|   0 |   0 | 514 | 455k|  35k| 4.500000e+01 | 7.800000e+01 |  73.33%
1177.42/1177.42	c  1177s|340000 | 29687 | 16894k|  49.7 | 233M|  76 |  52 | 894 |  11k| 894 |1031 | 514 | 469k|  36k| 4.500000e+01 | 7.800000e+01 |  73.33%
1205.63/1205.66	c  1206s|350000 | 30156 | 17254k|  49.3 | 237M|  76 | 173 | 894 |  11k| 894 |1031 | 514 | 483k|  36k| 4.500000e+01 | 7.800000e+01 |  73.33%
1233.03/1233.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1233.03/1233.03	c  1233s|360000 | 30937 | 17665k|  49.1 | 244M|  76 |   - | 894 |  12k|   0 |   0 | 514 | 496k|  36k| 4.500000e+01 | 7.800000e+01 |  73.33%
1263.02/1263.03	c  1263s|370000 | 31511 | 18114k|  48.9 | 249M|  76 | 119 | 894 |  12k| 894 |1031 | 514 | 510k|  37k| 4.500000e+01 | 7.800000e+01 |  73.33%
1293.64/1293.70	c  1294s|380000 | 33139 | 18516k|  48.7 | 258M|  76 |   - | 894 |  10k|   0 |   0 | 514 | 523k|  38k| 4.500000e+01 | 7.800000e+01 |  73.33%
1321.52/1321.52	c  1322s|390000 | 33942 | 18875k|  48.4 | 265M|  76 |   - | 894 |  10k|   0 |   0 | 514 | 536k|  39k| 4.500000e+01 | 7.800000e+01 |  73.33%
1349.53/1349.58	c  1350s|400000 | 34421 | 19231k|  48.1 | 270M|  76 |  86 | 894 |  12k| 894 |1031 | 514 | 550k|  39k| 4.500000e+01 | 7.800000e+01 |  73.33%
1380.44/1380.45	c  1380s|410000 | 35086 | 19739k|  48.1 | 272M|  76 | 109 | 894 |6869 | 894 |1031 | 514 | 564k|  40k| 4.500000e+01 | 7.800000e+01 |  73.33%
1408.73/1408.79	c  1409s|420000 | 35711 | 20248k|  48.2 | 278M|  76 |   - | 894 |8956 |   0 |   0 | 514 | 576k|  40k| 4.500000e+01 | 7.800000e+01 |  73.33%
1440.33/1440.39	c  1440s|430000 | 36354 | 20743k|  48.2 | 283M|  76 |  75 | 894 |9156 | 894 |1031 | 514 | 589k|  41k| 4.500000e+01 | 7.800000e+01 |  73.33%
1468.23/1468.22	c  1468s|440000 | 36660 | 21174k|  48.1 | 287M|  76 | 130 | 894 |  10k| 894 |1031 | 514 | 603k|  41k| 4.500000e+01 | 7.800000e+01 |  73.33%
1495.62/1495.60	c  1496s|450000 | 37053 | 21591k|  48.0 | 290M|  76 |  84 | 894 |  11k| 894 |1031 | 514 | 617k|  41k| 4.500000e+01 | 7.800000e+01 |  73.33%
1527.73/1527.79	c  1528s|460000 | 38003 | 22044k|  47.9 | 295M|  77 | 161 | 894 |9705 | 894 |1031 | 514 | 630k|  42k| 4.500000e+01 | 7.800000e+01 |  73.33%
1558.43/1558.49	c  1558s|470000 | 38367 | 22482k|  47.8 | 299M|  77 | 100 | 894 |  11k| 894 |1031 | 514 | 644k|  43k| 4.500000e+01 | 7.800000e+01 |  73.33%
1586.43/1586.44	c  1586s|480000 | 39072 | 22912k|  47.7 | 305M|  77 |  84 | 894 |  11k| 894 |1031 | 514 | 658k|  43k| 4.500000e+01 | 7.800000e+01 |  73.33%
1613.64/1613.64	c  1614s|490000 | 39659 | 23294k|  47.5 | 310M|  77 |   - | 894 |  11k|   0 |   0 | 514 | 673k|  43k| 4.500000e+01 | 7.800000e+01 |  73.33%
1644.73/1644.70	c  1645s|500000 | 39972 | 23675k|  47.3 | 314M|  79 | 165 | 894 |  12k| 894 |1031 | 514 | 687k|  44k| 4.500000e+01 | 7.800000e+01 |  73.33%
1673.73/1673.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1673.73/1673.72	c  1674s|510000 | 40527 | 24053k|  47.2 | 318M|  79 | 108 | 894 |  12k| 894 |1031 | 514 | 702k|  45k| 4.500000e+01 | 7.800000e+01 |  73.33%
1701.33/1701.39	c  1701s|520000 | 41150 | 24446k|  47.0 | 322M|  79 |   - | 894 |  12k|   0 |   0 | 514 | 716k|  45k| 4.500000e+01 | 7.800000e+01 |  73.33%
1729.53/1729.58	c  1730s|530000 | 41379 | 24841k|  46.9 | 323M|  79 | 213 | 894 |  10k| 894 |1031 | 514 | 730k|  45k| 4.500000e+01 | 7.800000e+01 |  73.33%
1760.13/1760.16	c  1760s|540000 | 41876 | 25281k|  46.8 | 328M|  79 | 171 | 894 |  12k| 894 |1031 | 514 | 745k|  46k| 4.500000e+01 | 7.800000e+01 |  73.33%
1790.33/1790.36	c  1790s|550000 | 42389 | 25710k|  46.7 | 332M|  79 |   - | 894 |  12k|   0 |   0 | 514 | 759k|  47k| 4.500000e+01 | 7.800000e+01 |  73.33%
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 553473
1800.04/1800.00	c Primal Bound       : +7.80000000000000e+01 (2 solutions)
1800.04/1800.00	c Dual Bound         : +4.50000000000000e+01
1800.04/1800.00	c Gap                : 73.33 %
1800.04/1800.00	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/1800.00	v x61 -x60 x59 x58 -x57 -x56 x895 x6 -x5 -x4 -x3 -x2 x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.15 (included in solving)
1800.04/1800.00	c   reading          :       0.04 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3450970-1307097460.opb
1800.04/1800.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1660 initial, 1660 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3450970-1307097460.opb
1800.04/1800.00	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 930 initial, 13484 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.12          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          3         56        200
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.03          1          0          0          1          0        733          0         44        148
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          4          -          -          4          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     365098          0          7          0        249      30104          0          0     714362
1800.04/1800.00	c   knapsack         :        195          6    2226514          1          2          4    2184035      26992    3009299        585          0          0
1800.04/1800.00	c   setppc           :          3          6     218857          0          0          1       4669          0       2024          0          0          0
1800.04/1800.00	c   linear           :        732+         7    2199609          0          2          1    2835570     210791   23829100          0          0          0
1800.04/1800.00	c   logicor          :          0+         6    1084487          0          0          0    3110390      12048     982961          1          0          0
1800.04/1800.00	c   countsols        :          0          0          0          1          2          3          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     192.71       0.00       0.00     192.71       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :      30.90       0.01      29.66       0.00       0.00       0.00       1.22
1800.04/1800.00	c   setppc           :       0.05       0.00       0.05       0.00       0.00       0.00       0.00
1800.04/1800.00	c   linear           :     170.24       0.00     166.14       0.00       0.00       0.00       4.09
1800.04/1800.00	c   logicor          :      64.20       0.00      61.75       0.00       0.00       0.00       2.45
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          2          0          0          0
1800.04/1800.00	c   pseudoobj        :    2226316      39207         62      41952
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.37       0.37       0.00
1800.04/1800.00	c   rootredcost      :       0.43       0.43       0.00
1800.04/1800.00	c   pseudoobj        :       1.70       1.69       0.01
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      14.01     249893     249636    2155563       34.4      11807       23.4          -
1800.04/1800.00	c   infeasible LP    :       5.61      45424      45424     294831       28.8       5493       20.8          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     764087       28.2          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -        614          -    (maximal pool size: 3579)
1800.04/1800.00	c   redcost          :       4.91     366818          0       2243          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0         10          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.10          6          0          0         63          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.10          6          0          0         75          0
1800.04/1800.00	c   cmir             :       0.42          6          0          0       2516          0
1800.04/1800.00	c   flowcover        :       0.23          6          0          0       1200          0
1800.04/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.28          1          0          0          0        219
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     192.47     365097        249      30104          0          0     714362
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          1
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   crossover        :       0.13          0          0
1800.04/1800.00	c   intshifting      :       0.01          0          0
1800.04/1800.00	c   oneopt           :       0.13          2          0
1800.04/1800.00	c   pscostdiving     :       9.62        620          0
1800.04/1800.00	c   fracdiving       :       5.04        620          0
1800.04/1800.00	c   veclendiving     :       7.82        620          0
1800.04/1800.00	c   feaspump         :       8.43        310          0
1800.04/1800.00	c   linesearchdiving :       7.84        621          0
1800.04/1800.00	c   coefdiving       :       4.91        621          0
1800.04/1800.00	c   guideddiving     :       7.68        621          1
1800.04/1800.00	c   objpscostdiving  :      10.66        311          0
1800.04/1800.00	c   rootsoldiving    :       5.54        311          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.02          1          0
1800.04/1800.00	c   simplerounding   :       0.08          0          0
1800.04/1800.00	c   zirounding       :       0.19       1000          0
1800.04/1800.00	c   rounding         :       0.90       8474          0
1800.04/1800.00	c   shifting         :       8.00       2651          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.09          0          0
1800.04/1800.00	c   trysol           :       0.12          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :    1009.42     405022   24862259      61.38   24630.33
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:      53.56      38543     978752      25.39   18275.24
1800.04/1800.00	c   strong branching :     178.75      47161    2985321      63.30   16700.70
1800.04/1800.00	c     (at root node) :          -         12       5645     470.42          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     553473
1800.04/1800.00	c   nodes (total)    :     553473
1800.04/1800.00	c   nodes left       :      42884
1800.04/1800.00	c   max depth        :         79
1800.04/1800.00	c   max depth (total):         79
1800.04/1800.00	c   backtracks       :     120127 (21.7%)
1800.04/1800.00	c   delayed cutoffs  :     114483
1800.04/1800.00	c   repropagations   :     644294 (8762135 domain reductions, 87447 cutoffs)
1800.04/1800.00	c   avg switch length:       6.21
1800.04/1800.00	c   switching time   :     167.38
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          2 (2 improvements)
1800.04/1800.00	c   First Solution   : +8.10000000000000e+01   (in run 1, after 13841 nodes, 99.48 seconds, depth 40, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +7.80000000000000e+01   (in run 1, after 69430 nodes, 340.99 seconds, depth 57, found by <guideddiving>)
1800.04/1800.00	c   Dual Bound       : +4.50000000000000e+01
1800.04/1800.00	c   Gap              :      73.33 %
1800.04/1800.00	c   Root Dual Bound  : +4.50000000000000e+01
1800.04/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-3450970-1307097460/watcher-3450970-1307097460 -o /tmp/evaluation-result-3450970-1307097460/solver-3450970-1307097460 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450970-1307097460.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.06 2.06 2.01 2/446 10339
/proc/meminfo: memFree=31395672/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=13128 CPUtime=0 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 2263 0 0 0 0 0 0 0 25 0 1 0 821344736 13443072 2217 33554432000 4194304 9163163 140737010138704 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10339/statm: 3282 2217 395 1214 0 2064 0

[startup+0.0833369 s]
/proc/loadavg: 2.06 2.06 2.01 2/446 10339
/proc/meminfo: memFree=31395672/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=32844 CPUtime=0.08 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 7189 0 0 0 7 1 0 0 25 0 1 0 821344736 33632256 6885 33554432000 4194304 9163163 140737010138704 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 8211 6885 536 1214 0 6993 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32844

[startup+0.100336 s]
/proc/loadavg: 2.06 2.06 2.01 2/446 10339
/proc/meminfo: memFree=31395672/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=32844 CPUtime=0.09 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 7212 0 0 0 8 1 0 0 25 0 1 0 821344736 33632256 6908 33554432000 4194304 9163163 140737010138704 18446744073709551615 5078659 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 8211 6908 547 1214 0 6993 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32844

[startup+0.300297 s]
/proc/loadavg: 2.06 2.06 2.01 2/446 10339
/proc/meminfo: memFree=31395672/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=37412 CPUtime=0.29 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 8718 0 0 0 28 1 0 0 25 0 1 0 821344736 38309888 8185 33554432000 4194304 9163163 140737010138704 18446744073709551615 7375890 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 9353 8185 674 1214 0 8135 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37412

[startup+0.700227 s]
/proc/loadavg: 2.06 2.06 2.01 2/446 10339
/proc/meminfo: memFree=31395672/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=58048 CPUtime=0.69 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 13699 0 0 0 67 2 0 0 25 0 1 0 821344736 59441152 13165 33554432000 4194304 9163163 140737010138704 18446744073709551615 5147983 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 14512 13165 709 1214 0 13294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58048

[startup+1.5011 s]
/proc/loadavg: 2.06 2.06 2.01 3/447 10341
/proc/meminfo: memFree=31329076/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=55492 CPUtime=1.49 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 13898 0 0 0 146 3 0 0 25 0 1 0 821344736 56823808 12642 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 13873 12642 719 1214 0 12655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55492

[startup+3.10074 s]
/proc/loadavg: 2.06 2.06 2.01 3/447 10341
/proc/meminfo: memFree=31325408/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=55492 CPUtime=3.09 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 14171 0 0 0 301 8 0 0 25 0 1 0 821344736 56823808 12915 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 13873 12915 724 1214 0 12655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55492

[startup+6.30025 s]
/proc/loadavg: 2.14 2.07 2.01 3/447 10341
/proc/meminfo: memFree=31324660/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=55492 CPUtime=6.29 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 14171 0 0 0 604 25 0 0 25 0 1 0 821344736 56823808 12915 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 13873 12915 724 1214 0 12655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55492

[startup+12.7011 s]
/proc/loadavg: 2.13 2.07 2.01 3/447 10341
/proc/meminfo: memFree=31323384/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=55492 CPUtime=12.69 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 14174 0 0 0 1204 65 0 0 25 0 1 0 821344736 56823808 12918 33554432000 4194304 9163163 140737010138704 18446744073709551615 7379386 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 13873 12918 727 1214 0 12655 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55492

[startup+25.5008 s]
/proc/loadavg: 2.10 2.07 2.01 3/447 10341
/proc/meminfo: memFree=31324076/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=56384 CPUtime=25.49 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 14393 0 0 0 2403 146 0 0 25 0 1 0 821344736 57737216 13137 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 14096 13137 727 1214 0 12878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56384

[startup+51.1003 s]
/proc/loadavg: 2.06 2.06 2.01 3/447 10342
/proc/meminfo: memFree=31306428/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=66984 CPUtime=51.09 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 17090 0 0 0 4807 302 0 0 25 0 1 0 821344736 68591616 15792 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 16746 15792 743 1214 0 15528 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66984

[startup+102.317 s]
/proc/loadavg: 2.03 2.05 2.00 3/447 10343
/proc/meminfo: memFree=31268856/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=85696 CPUtime=102.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 21942 0 0 0 9621 610 0 0 25 0 1 0 821344736 87752704 20477 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 21424 20477 728 1214 0 20206 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 85696

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 10345
/proc/meminfo: memFree=31242996/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=98444 CPUtime=162.29 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 25217 0 0 0 15284 945 0 0 25 0 1 0 821344736 100806656 23672 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 24611 23672 728 1214 0 23393 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98444

[startup+222.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/447 10346
/proc/meminfo: memFree=31209816/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=117984 CPUtime=222.3 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 30244 0 0 0 20950 1280 0 0 25 0 1 0 821344736 120815616 28565 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 29496 28565 728 1214 0 28278 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117984

[startup+282.301 s]
/proc/loadavg: 2.10 2.05 2.00 3/447 10348
/proc/meminfo: memFree=31179268/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=132136 CPUtime=282.29 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 33904 0 0 0 26604 1625 0 0 25 0 1 0 821344736 135307264 32121 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 33034 32121 728 1214 0 31816 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 132136

[startup+342.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 10350
/proc/meminfo: memFree=31148592/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=149052 CPUtime=342.3 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 38153 0 0 0 32241 1989 0 0 25 0 1 0 821344736 152629248 36310 33554432000 4194304 9163163 140737010138704 18446744073709551615 7379386 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 37263 36310 728 1214 0 36045 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 149052

[startup+402.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/447 10351
/proc/meminfo: memFree=31131928/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=159940 CPUtime=402.3 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 40970 0 0 0 37927 2303 0 0 25 0 1 0 821344736 163778560 39080 33554432000 4194304 9163163 140737010138704 18446744073709551615 5275468 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 39985 39080 728 1214 0 38767 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159940

[startup+462.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/447 10353
/proc/meminfo: memFree=31108548/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=171932 CPUtime=462.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 43986 0 0 0 43603 2628 0 0 25 0 1 0 821344736 176058368 42082 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 42983 42082 729 1214 0 41765 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 171932

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/447 10354
/proc/meminfo: memFree=31084064/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=181812 CPUtime=522.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 46495 0 0 0 49262 2969 0 0 25 0 1 0 821344736 186175488 44538 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 45453 44538 729 1214 0 44235 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 181812

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 10356
/proc/meminfo: memFree=31059200/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=191388 CPUtime=582.3 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 49018 0 0 0 54927 3303 0 0 25 0 1 0 821344736 195981312 46982 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 47847 46982 729 1214 0 46629 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 191388

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10362
/proc/meminfo: memFree=30965880/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=259828 CPUtime=822.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 66497 0 0 0 77586 4645 0 0 25 0 1 0 821344736 266063872 63964 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 64957 63964 757 1214 0 63739 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 259828

[startup+882.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/447 10364
/proc/meminfo: memFree=30944008/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=279044 CPUtime=882.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 71210 0 0 0 83265 4966 0 0 25 0 1 0 821344736 285741056 68612 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 69761 68612 778 1214 0 68543 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 279044

[startup+942.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 10366
/proc/meminfo: memFree=30921892/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=291484 CPUtime=942.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 74303 0 0 0 88963 5268 0 0 25 0 1 0 821344736 298479616 71654 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 72871 71654 755 1214 0 71653 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 291484

[startup+1002.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/447 10367
/proc/meminfo: memFree=30890968/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=307772 CPUtime=1002.31 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 78429 0 0 0 94647 5584 0 0 25 0 1 0 821344736 315158528 75666 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 76943 75666 749 1214 0 75725 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 307772

[startup+1062.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/447 10369
/proc/meminfo: memFree=30870220/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=321712 CPUtime=1062.32 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 81782 0 0 0 100366 5866 0 0 25 0 1 0 821344736 329433088 78968 33554432000 4194304 9163163 140737010138704 18446744073709551615 4903816 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 80428 78968 745 1214 0 79210 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 321712

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/447 10370
/proc/meminfo: memFree=30840776/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=337256 CPUtime=1122.32 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 85712 0 0 0 106066 6166 0 0 25 0 1 0 821344736 345350144 82748 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 84314 82748 752 1214 0 83096 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 337256

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 10372
/proc/meminfo: memFree=30817528/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=348752 CPUtime=1182.32 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 88595 0 0 0 111771 6461 0 0 25 0 1 0 821344736 357122048 85568 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 87188 85568 747 1214 0 85970 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 348752

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10374
/proc/meminfo: memFree=30795888/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=367824 CPUtime=1242.32 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 93246 0 0 0 117466 6766 0 0 25 0 1 0 821344736 376651776 90107 33554432000 4194304 9163163 140737010138704 18446744073709551615 5178457 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 91956 90107 752 1214 0 90738 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 367824

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10375
/proc/meminfo: memFree=30775628/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=379888 CPUtime=1302.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 96018 0 0 0 123174 7059 0 0 25 0 1 0 821344736 389005312 92803 33554432000 4194304 9163163 140737010138704 18446744073709551615 4240272 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 94972 92803 750 1214 0 93754 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 379888

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10377
/proc/meminfo: memFree=30750396/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=398596 CPUtime=1362.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 100252 0 0 0 128873 7360 0 0 25 0 1 0 821344736 408162304 96956 33554432000 4194304 9163163 140737010138704 18446744073709551615 5142181 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 99649 96956 760 1214 0 98431 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 398596

[startup+1422.32 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 10387
/proc/meminfo: memFree=30727232/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=409552 CPUtime=1422.35 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 102898 0 0 0 134510 7725 0 0 25 0 1 0 821344736 419381248 99596 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 102388 99596 761 1214 0 101170 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 409552

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 10389
/proc/meminfo: memFree=30705088/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=420788 CPUtime=1482.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 105625 0 0 0 140189 8044 0 0 25 0 1 0 821344736 430886912 102258 33554432000 4194304 9163163 140737010138704 18446744073709551615 6560245 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 105197 102258 762 1214 0 103979 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 420788

[startup+1542.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/447 10391
/proc/meminfo: memFree=30684812/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=438024 CPUtime=1542.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 109505 0 0 0 145875 8358 0 0 25 0 1 0 821344736 448536576 106110 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 109506 106110 764 1214 0 108288 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 438024

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 10394
/proc/meminfo: memFree=30669636/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=450816 CPUtime=1602.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 112755 0 0 0 151564 8669 0 0 25 0 1 0 821344736 461635584 109276 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 112704 109276 763 1214 0 111486 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 450816

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 10397
/proc/meminfo: memFree=30658928/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=462084 CPUtime=1662.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 115471 0 0 0 157280 8953 0 0 25 0 1 0 821344736 473174016 111959 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 115521 111959 761 1214 0 114303 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 462084

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10398
/proc/meminfo: memFree=30649836/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=471184 CPUtime=1722.34 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 117458 0 0 0 162988 9246 0 0 25 0 1 0 821344736 482492416 113945 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 117796 113945 760 1214 0 116578 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 471184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10400
/proc/meminfo: memFree=30640848/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=479044 CPUtime=1782.33 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 119329 0 0 0 168671 9562 0 0 25 0 1 0 821344736 490541056 115795 33554432000 4194304 9163163 140737010138704 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10339/statm: 119761 115795 759 1214 0 118543 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 479044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 2/446 10402
/proc/meminfo: memFree=30943780/32950928 swapFree=34365992/67111528
[pid=10339] ppid=10337 vsize=483036 CPUtime=1800.04 cores=1,3,5,7
/proc/10339/stat : 10339 (scip-2.0.1.4b.l) R 10337 10339 10081 0 -1 4202496 120327 0 0 0 170365 9639 0 0 25 0 1 0 821344736 494628864 116755 33554432000 4194304 9163163 140737010138704 18446744073709551615 5263692 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10339/statm: 120759 116755 762 1214 0 119541 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 483036

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): 1703.66
CPU system time (s): 96.4143
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 483036

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

runsolver used 7.66083 second user time and 18.5522 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 12:37:40
IDJOB=3450970
IDBENCH=2944
IDSOLVER=1948
FILE ID=node120/3450970-1307097460
RUNJOBID= node120-1307093855-10100
PBS_JOBID= 13498002
Free space on /tmp= 73800 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b 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.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450970-1307097460/watcher-3450970-1307097460 -o /tmp/evaluation-result-3450970-1307097460/solver-3450970-1307097460 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450970-1307097460.opb -t 1800 -m 15500

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=2096295798

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31395952 kB
Buffers:        256724 kB
Cached:         967440 kB
SwapCached:      12852 kB
Active:         343428 kB
Inactive:       920580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31395952 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           24956 kB
Writeback:          48 kB
AnonPages:       37056 kB
Mapped:          11324 kB
Slab:           132252 kB
PageTables:      91380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105412080 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= 73788 MiB
End job on node120 at 2011-06-03 13:07:42