Trace number 3450939

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)94 1800.04 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
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 benchmark513.807
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 constraints1659
Number of constraints which are clauses0
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 constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
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-3450939-1307092006.opb>
0.01/0.04	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1659 constraints
0.01/0.04	c problem read
0.01/0.04	c presolving settings loaded
0.01/0.05	c presolving:
0.01/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.01/0.06	c (round 2) 0 del vars, 780 del conss, 0 add conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 54 upgd conss, 0 impls, 0 clqs
0.01/0.07	c (round 3) 0 del vars, 780 del conss, 0 add conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 99 upgd conss, 420 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 109/895 (12.2%) - 0 fixings, 0 aggregations, 660 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (4 rounds):
0.19/0.23	c  0 deleted vars, 780 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 90 changed sides, 90 changed coefficients
0.19/0.23	c  1740 implications, 0 cliques
0.19/0.23	c presolved problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 879 constraints
0.19/0.23	c      99 constraints of type <knapsack>
0.19/0.23	c     780 constraints of type <linear>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.18
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.5
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1800
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.19/0.26	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.26	c   0.3s|     1 |     0 |   640 |     - |7101k|   0 | 537 | 895 | 897 | 895 | 879 |   0 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  5848 |     - |8420k|   0 | 550 | 895 |1276 | 895 | 984 | 105 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  5948 |     - |9055k|   0 | 558 | 895 |1276 | 895 |1086 | 207 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |  6142 |     - |9645k|   0 | 554 | 895 |1276 | 895 |1177 | 298 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.59/1.65	c   1.7s|     1 |     0 |  6341 |     - |  10M|   0 | 561 | 895 |1276 | 895 |1284 | 405 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.9s|     1 |     0 |  6543 |     - |  10M|   0 | 555 | 895 |1276 | 895 |1377 | 498 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
3.49/3.50	c   3.5s|     1 |     2 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |  39 | 9.000000e+00 |      --      |    Inf 
23.39/23.48	o 99
23.39/23.48	c c23.5s|  1375 |  1058 |126479 |  87.0 |  13M|  37 |   - | 895 |2231 | 895 | 973 | 599 | 976 |1537 | 1.200000e+01 | 9.900000e+01 | 725.00%
83.27/83.32	c  83.3s| 10000 |  6461 |786693 |  78.0 |  20M|  52 |   - | 895 |2129 | 895 | 973 | 599 |6097 |4032 | 1.500000e+01 | 9.900000e+01 | 560.00%
102.87/102.98	o 98
102.87/102.98	c g 103s| 13138 |  8104 |  1005k|  76.0 |  24M|  52 |   - | 895 |2430 | 895 | 973 | 599 |8452 |4960 | 1.600000e+01 | 9.800000e+01 | 512.50%
142.47/142.53	c   143s| 20000 | 11621 |  1477k|  73.5 |  32M|  52 | 228 | 895 |2341 | 895 | 973 | 599 |  14k|6223 | 1.600000e+01 | 9.800000e+01 | 512.50%
158.29/158.35	o 94
158.29/158.35	c c 158s| 22423 | 12423 |  1653k|  73.4 |  34M|  52 |   - | 895 |2549 | 895 | 973 | 599 |  16k|7156 | 1.600000e+01 | 9.400000e+01 | 487.50%
198.78/198.80	c   199s| 30000 | 15459 |  2123k|  70.6 |  42M|  58 | 164 | 895 |2662 | 895 | 973 | 599 |  23k|8801 | 1.700000e+01 | 9.400000e+01 | 452.94%
240.79/240.87	c   241s| 40000 | 18129 |  2601k|  64.9 |  51M|  58 | 305 | 895 |3276 | 895 | 973 | 599 |  34k|  10k| 1.700000e+01 | 9.400000e+01 | 452.94%
281.28/281.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.28/281.33	c   281s| 50000 | 20120 |  3039k|  60.7 |  58M|  58 |   - | 895 |3290 | 895 | 973 | 599 |  46k|  11k| 1.700000e+01 | 9.400000e+01 | 452.94%
312.28/312.34	c   312s| 60000 | 21570 |  3406k|  56.7 |  63M|  61 |   - | 895 |3914 |   0 |   0 | 599 |  59k|  11k| 1.800000e+01 | 9.400000e+01 | 422.22%
348.18/348.22	c   348s| 70000 | 22777 |  3758k|  53.6 |  69M|  73 | 353 | 895 |4499 | 895 | 973 | 599 |  73k|  14k| 1.800000e+01 | 9.400000e+01 | 422.22%
379.78/379.88	c   380s| 80000 | 23922 |  4108k|  51.3 |  74M|  90 |   - | 895 |4499 | 895 | 973 | 599 |  86k|  14k| 1.800000e+01 | 9.400000e+01 | 422.22%
413.88/413.90	c   414s| 90000 | 25145 |  4453k|  49.4 |  80M|  90 |   - | 895 |4160 | 895 | 973 | 599 | 100k|  16k| 1.800000e+01 | 9.400000e+01 | 422.22%
441.78/441.84	c   442s|100000 | 26241 |  4769k|  47.6 |  85M|  90 | 286 | 895 |5285 | 895 | 973 | 599 | 114k|  17k| 1.800000e+01 | 9.400000e+01 | 422.22%
475.09/475.19	c   475s|110000 | 27450 |  5126k|  46.5 |  89M|  90 |   - | 895 |4848 | 895 | 973 | 599 | 127k|  19k| 1.833333e+01 | 9.400000e+01 | 412.73%
503.98/504.03	c   504s|120000 | 28479 |  5457k|  45.4 |  94M|  90 | 211 | 895 |5374 | 895 | 973 | 599 | 142k|  20k| 1.900000e+01 | 9.400000e+01 | 394.74%
536.07/536.19	c   536s|130000 | 29694 |  5795k|  44.5 | 100M|  90 |   - | 895 |5442 | 895 | 973 | 599 | 155k|  22k| 1.900000e+01 | 9.400000e+01 | 394.74%
563.37/563.41	c   563s|140000 | 30561 |  6107k|  43.6 | 104M|  90 | 179 | 895 |6082 | 895 | 973 | 599 | 169k|  22k| 1.900000e+01 | 9.400000e+01 | 394.74%
592.18/592.25	c   592s|150000 | 31567 |  6412k|  42.7 | 110M|  90 | 244 | 895 |6775 | 895 | 973 | 599 | 183k|  24k| 1.900000e+01 | 9.400000e+01 | 394.74%
623.98/624.08	c   624s|160000 | 32321 |  6726k|  42.0 | 113M| 122 |   - | 895 |5528 | 895 | 973 | 599 | 197k|  26k| 1.900000e+01 | 9.400000e+01 | 394.74%
651.28/651.38	c   651s|170000 | 33531 |  7080k|  41.6 | 118M| 122 |   - | 895 |5428 | 895 | 973 | 599 | 210k|  26k| 1.900000e+01 | 9.400000e+01 | 394.74%
683.68/683.76	c   684s|180000 | 34543 |  7415k|  41.2 | 123M| 122 |   - | 895 |5485 |   0 |   0 | 599 | 224k|  28k| 1.900000e+01 | 9.400000e+01 | 394.74%
713.48/713.54	c   714s|190000 | 35524 |  7745k|  40.7 | 128M| 122 | 198 | 895 |5775 | 895 | 973 | 599 | 238k|  29k| 2.000000e+01 | 9.400000e+01 | 370.00%
739.68/739.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
739.68/739.74	c   740s|200000 | 36250 |  8048k|  40.2 | 133M| 122 | 262 | 895 |6716 | 895 | 973 | 599 | 252k|  30k| 2.000000e+01 | 9.400000e+01 | 370.00%
770.08/770.14	c   770s|210000 | 37048 |  8383k|  39.9 | 137M| 122 | 267 | 895 |6719 | 895 | 973 | 599 | 266k|  32k| 2.000000e+01 | 9.400000e+01 | 370.00%
801.80/801.90	c   802s|220000 | 37515 |  8686k|  39.5 | 140M| 122 |   - | 895 |6393 | 895 | 973 | 599 | 281k|  34k| 2.000000e+01 | 9.400000e+01 | 370.00%
828.88/828.99	c   829s|230000 | 38372 |  9019k|  39.2 | 144M| 122 | 127 | 895 |5279 | 895 | 973 | 599 | 295k|  35k| 2.000000e+01 | 9.400000e+01 | 370.00%
856.69/856.73	c   857s|240000 | 39288 |  9343k|  38.9 | 149M| 122 | 231 | 895 |5760 | 895 | 973 | 599 | 308k|  35k| 2.000000e+01 | 9.400000e+01 | 370.00%
887.08/887.18	c   887s|250000 | 40582 |  9706k|  38.8 | 155M| 122 | 159 | 895 |5407 | 895 | 973 | 599 | 320k|  37k| 2.100000e+01 | 9.400000e+01 | 347.62%
912.38/912.40	c   912s|260000 | 41361 | 10022k|  38.5 | 160M| 122 |   - | 895 |6337 |   0 |   0 | 599 | 334k|  37k| 2.100000e+01 | 9.400000e+01 | 347.62%
941.29/941.37	c   941s|270000 | 42002 | 10328k|  38.2 | 164M| 122 |   - | 895 |6394 | 895 | 973 | 599 | 349k|  38k| 2.100000e+01 | 9.400000e+01 | 347.62%
971.30/971.39	c   971s|280000 | 42731 | 10638k|  38.0 | 168M| 122 | 228 | 895 |6795 | 895 | 973 | 599 | 363k|  40k| 2.100000e+01 | 9.400000e+01 | 347.62%
1001.88/1001.93	c  1002s|290000 | 43255 | 10956k|  37.8 | 172M| 122 | 170 | 895 |6465 | 895 | 973 | 599 | 377k|  42k| 2.100000e+01 | 9.400000e+01 | 347.62%
1028.09/1028.13	c  1028s|300000 | 43580 | 11242k|  37.5 | 174M| 122 |   - | 895 |6677 | 895 | 973 | 599 | 391k|  43k| 2.100000e+01 | 9.400000e+01 | 347.62%
1052.19/1052.24	c  1052s|310000 | 43833 | 11526k|  37.2 | 178M| 122 |  97 | 895 |7446 | 895 | 973 | 599 | 405k|  43k| 2.100000e+01 | 9.400000e+01 | 347.62%
1082.19/1082.24	c  1082s|320000 | 44495 | 11848k|  37.0 | 181M| 122 | 248 | 895 |5460 | 895 | 973 | 599 | 419k|  44k| 2.100000e+01 | 9.400000e+01 | 347.62%
1112.89/1112.91	c  1113s|330000 | 45321 | 12180k|  36.9 | 186M| 122 | 141 | 895 |5804 | 895 | 973 | 599 | 433k|  46k| 2.100000e+01 | 9.400000e+01 | 347.62%
1143.29/1143.38	c  1143s|340000 | 46067 | 12491k|  36.7 | 190M| 122 | 236 | 895 |5958 | 895 | 973 | 599 | 447k|  48k| 2.100000e+01 | 9.400000e+01 | 347.62%
1169.79/1169.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1169.79/1169.88	c  1170s|350000 | 46971 | 12835k|  36.7 | 195M| 122 |   - | 895 |6254 |   0 |   0 | 599 | 461k|  48k| 2.166667e+01 | 9.400000e+01 | 333.85%
1197.19/1197.29	c  1197s|360000 | 47631 | 13159k|  36.5 | 200M| 122 | 197 | 895 |6253 | 895 | 973 | 599 | 476k|  49k| 2.200000e+01 | 9.400000e+01 | 327.27%
1225.89/1225.92	c  1226s|370000 | 48149 | 13470k|  36.4 | 204M| 122 | 196 | 895 |6561 | 895 | 973 | 599 | 491k|  50k| 2.200000e+01 | 9.400000e+01 | 327.27%
1256.59/1256.61	c  1257s|380000 | 48761 | 13819k|  36.3 | 208M| 122 | 168 | 895 |6397 | 895 | 973 | 599 | 505k|  52k| 2.200000e+01 | 9.400000e+01 | 327.27%
1282.89/1282.98	c  1283s|390000 | 49439 | 14154k|  36.3 | 212M| 122 | 271 | 895 |7252 | 895 | 973 | 599 | 520k|  52k| 2.200000e+01 | 9.400000e+01 | 327.27%
1308.10/1308.10	c  1308s|400000 | 49983 | 14473k|  36.2 | 217M| 122 |   - | 895 |6478 |   0 |   0 | 599 | 534k|  53k| 2.200000e+01 | 9.400000e+01 | 327.27%
1337.89/1337.97	c  1338s|410000 | 50729 | 14803k|  36.1 | 221M| 122 |   - | 895 |4914 |   0 |   0 | 599 | 548k|  54k| 2.200000e+01 | 9.400000e+01 | 327.27%
1368.09/1368.19	c  1368s|420000 | 51360 | 15142k|  36.0 | 225M| 122 |   - | 895 |5678 |   0 |   0 | 599 | 563k|  55k| 2.300000e+01 | 9.400000e+01 | 308.70%
1397.90/1398.00	c  1398s|430000 | 51684 | 15449k|  35.9 | 228M| 122 |   - | 895 |6024 |   0 |   0 | 599 | 579k|  57k| 2.300000e+01 | 9.400000e+01 | 308.70%
1423.10/1423.11	c  1423s|440000 | 51867 | 15755k|  35.8 | 231M| 122 | 291 | 895 |6679 | 895 | 973 | 599 | 595k|  57k| 2.300000e+01 | 9.400000e+01 | 308.70%
1449.50/1449.54	c  1450s|450000 | 52186 | 16092k|  35.7 | 234M| 122 |   - | 895 |6541 |   0 |   0 | 599 | 609k|  57k| 2.300000e+01 | 9.400000e+01 | 308.70%
1478.30/1478.38	c  1478s|460000 | 52497 | 16394k|  35.6 | 236M| 122 |   - | 895 |6139 | 895 | 973 | 599 | 624k|  59k| 2.300000e+01 | 9.400000e+01 | 308.70%
1506.50/1506.50	c  1507s|470000 | 52894 | 16692k|  35.5 | 239M| 122 |   - | 895 |6289 | 895 | 973 | 599 | 639k|  60k| 2.300000e+01 | 9.400000e+01 | 308.70%
1535.80/1535.88	c  1536s|480000 | 53267 | 17005k|  35.4 | 242M| 122 |   - | 895 |6408 |   0 |   0 | 599 | 654k|  61k| 2.300000e+01 | 9.400000e+01 | 308.70%
1562.70/1562.73	c  1563s|490000 | 53852 | 17331k|  35.4 | 246M| 122 | 153 | 895 |5802 | 895 | 973 | 599 | 669k|  61k| 2.300000e+01 | 9.400000e+01 | 308.70%
1588.90/1588.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1588.90/1588.91	c  1589s|500000 | 54266 | 17662k|  35.3 | 247M| 122 | 169 | 895 |5536 | 895 | 973 | 599 | 683k|  61k| 2.300000e+01 | 9.400000e+01 | 308.70%
1618.90/1618.99	c  1619s|510000 | 54805 | 17991k|  35.3 | 251M| 148 | 323 | 895 |6161 | 895 | 973 | 599 | 699k|  63k| 2.357143e+01 | 9.400000e+01 | 298.79%
1649.10/1649.12	c  1649s|520000 | 55440 | 18333k|  35.2 | 255M| 148 |   - | 895 |6106 | 895 | 973 | 599 | 714k|  64k| 2.400000e+01 | 9.400000e+01 | 291.67%
1677.80/1677.84	c  1678s|530000 | 55433 | 18631k|  35.1 | 255M| 148 | 283 | 895 |6564 | 895 | 973 | 599 | 730k|  66k| 2.400000e+01 | 9.400000e+01 | 291.67%
1706.60/1706.65	c  1707s|540000 | 55934 | 18967k|  35.1 | 259M| 148 |   - | 895 |6928 |   0 |   0 | 599 | 744k|  67k| 2.400000e+01 | 9.400000e+01 | 291.67%
1731.90/1731.96	c  1732s|550000 | 56130 | 19277k|  35.0 | 262M| 148 |   - | 895 |7326 |   0 |   0 | 599 | 760k|  67k| 2.400000e+01 | 9.400000e+01 | 291.67%
1756.80/1756.86	c  1757s|560000 | 56495 | 19589k|  35.0 | 265M| 148 | 286 | 895 |6868 | 895 | 973 | 599 | 775k|  67k| 2.400000e+01 | 9.400000e+01 | 291.67%
1785.90/1785.91	c  1786s|570000 | 56755 | 19901k|  34.9 | 267M| 148 | 252 | 895 |7582 | 895 | 973 | 599 | 791k|  68k| 2.400000e+01 | 9.400000e+01 | 291.67%
1800.00/1800.00	c 
1800.00/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.00/1800.00	c Solving Time (sec) : 1800.00
1800.00/1800.00	c Solving Nodes      : 574814
1800.00/1800.00	c Primal Bound       : +9.40000000000000e+01 (3 solutions)
1800.00/1800.00	c Dual Bound         : +2.40000000000000e+01
1800.00/1800.00	c Gap                : 291.67 %
1800.00/1800.01	s SATISFIABLE
1800.00/1800.01	v 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 x102 
1800.00/1800.01	v x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 
1800.00/1800.01	v x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 
1800.00/1800.01	v 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.00/1800.01	v x177 x178 x179 x180 -x181 -x182 -x183 x184 x185 x186 -x187 -x188 x189 x190 x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 
1800.00/1800.01	v -x200 -x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 -x214 -x215 -x216 x217 x218 x219 -x220 -x221 -x222 
1800.00/1800.01	v -x223 x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 x242 x243 x244 
1800.00/1800.01	v x245 x246 x247 x248 x249 x250 -x251 -x252 x253 x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 
1800.00/1800.01	v -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 x277 x278 x279 x280 x281 x282 x283 -x284 -x285 -x286 x287 -x288 
1800.00/1800.01	v -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 x307 x308 x309 x310 
1800.00/1800.01	v x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 x331 
1800.00/1800.01	v x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 
1800.00/1800.01	v -x354 -x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 
1800.00/1800.01	v x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 -x391 x392 x393 x394 x395 x396 x397 x398 -x399 -x400 -x401 
1800.00/1800.01	v x402 x403 x404 x405 -x406 -x407 -x408 x409 x410 x411 -x412 -x413 x414 x415 x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 
1800.00/1800.01	v -x425 -x426 x427 x428 x429 x430 x431 x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440 -x441 -x442 x443 x444 -x445 -x446 -x447 
1800.00/1800.01	v -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 x461 x462 x463 x464 -x465 -x466 x467 x468 x469 
1800.00/1800.01	v -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 
1800.00/1800.01	v x491 x492 x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 
1800.00/1800.01	v -x512 -x513 -x514 -x515 x516 x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 
1800.00/1800.01	v -x534 -x535 -x536 x537 x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 
1800.00/1800.01	v -x555 -x556 -x557 -x558 -x559 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x560 -x561 -x562 x563 x564 x565 x566 -x567 -x568 -x569 x570 
1800.00/1800.01	v x571 x572 -x573 -x574 x575 x576 x577 -x578 -x579 x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 x592 
1800.00/1800.01	v x593 -x594 -x595 -x596 x597 x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 
1800.00/1800.01	v -x615 -x616 x617 x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 
1800.00/1800.01	v -x636 -x637 -x638 -x639 -x640 -x641 x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 
1800.00/1800.01	v -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 
1800.00/1800.01	v -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 
1800.00/1800.01	v -x699 -x14 -x13 -x12 -x11 -x10 x9 x8 -x700 x701 x702 x703 x704 x705 -x706 x707 x708 x709 x710 -x711 x712 x713 x714 x715 x716 
1800.00/1800.01	v x717 -x718 -x719 -x720 -x721 x722 x723 x724 x725 -x726 -x727 x728 x729 x730 -x731 x732 x733 x734 -x735 x736 x737 -x738 -x739 
1800.00/1800.01	v -x740 -x741 x742 x743 x744 -x745 x746 x747 x748 -x749 x750 x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 x760 x761 -x762 
1800.00/1800.01	v x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 
1800.00/1800.01	v -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x28 x27 -x26 -x25 -x24 -x23 x22 -x791 x792 x793 x794 x795 x796 x797 x798 x799 
1800.00/1800.01	v x800 x801 x802 -x803 -x804 -x805 x806 x807 x808 x809 -x810 x811 x812 x813 x814 x815 x816 -x817 -x818 -x819 x820 x821 x822 x823 
1800.00/1800.01	v x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 
1800.00/1800.01	v -x845 -x35 x34 -x33 x32 x31 -x30 x29 x846 x847 x848 x849 x850 x851 x852 -x853 -x854 -x855 x856 x857 x858 -x859 x860 x861 -x862 
1800.00/1800.01	v -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x42 x41 x40 -x39 x38 -x37 x36 x876 x877 x878 
1800.00/1800.01	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x49 x48 x47 x46 x45 -x44 -x43 -x890 -x891 -x892 -x893 -x894 
1800.00/1800.01	v x56 -x55 -x54 -x53 x52 x51 x50 -x895 x70 -x69 x68 x67 x66 -x65 -x64 x63 -x62 x61 x60 -x59 -x58 -x57 x7 -x6 x5 x4 x3 x2 -x1 
1800.00/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.00/1800.01	c Total Time         :    1800.00
1800.00/1800.01	c   solving          :    1800.00
1800.00/1800.01	c   presolving       :       0.18 (included in solving)
1800.00/1800.01	c   reading          :       0.04 (included in solving)
1800.00/1800.01	c Original Problem   :
1800.00/1800.01	c   Problem name     : HOME/instance-3450939-1307092006.opb
1800.00/1800.01	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.01	c   Constraints      : 1659 initial, 1659 maximal
1800.00/1800.01	c Presolved Problem  :
1800.00/1800.01	c   Problem name     : t_HOME/instance-3450939-1307092006.opb
1800.00/1800.01	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.01	c   Constraints      : 879 initial, 8532 maximal
1800.00/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.00/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   probing          :       0.15          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   linear           :       0.02          0          0          0          0          0        780          0         90         90
1800.00/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.00/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.01	c   integral         :          0          0          0     354647          0          9          0        280      54715          0          0     685438
1800.00/1800.01	c   knapsack         :         99          6    3000098          0          2          6    3531388      17769    1049779        545          0          0
1800.00/1800.01	c   linear           :        780+         7    2982332          0          0          3    1256570      91745   22086358          0          0          0
1800.00/1800.01	c   logicor          :          0+         6    1560227          0          0          0    2913169       8683    2978995          0          0          0
1800.00/1800.01	c   countsols        :          0          0          0          0          2          5          0          0          0          0          0          0
1800.00/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.00/1800.01	c   integral         :     227.37       0.00       0.00     227.37       0.00       0.00       0.00
1800.00/1800.01	c   knapsack         :      22.51       0.01      21.13       0.00       0.00       0.00       1.37
1800.00/1800.01	c   linear           :     208.14       0.00     206.34       0.00       0.00       0.00       1.80
1800.00/1800.01	c   logicor          :      50.42       0.00      48.41       0.00       0.00       0.00       2.00
1800.00/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.00/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.00/1800.01	c   vbounds          :          0          0          0          0
1800.00/1800.01	c   rootredcost      :          3          0          0          0
1800.00/1800.01	c   pseudoobj        :    2999984       1888         65       1284
1800.00/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.00/1800.01	c   vbounds          :       0.44       0.44       0.00
1800.00/1800.01	c   rootredcost      :       0.51       0.51       0.00
1800.00/1800.01	c   pseudoobj        :       1.34       1.34       0.00
1800.00/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.01	c   propagation      :       8.28     118262     118180    1308841       35.8       5554       21.7          -
1800.00/1800.01	c   infeasible LP    :      14.28     159465     159465     740083       23.7      14499       18.0          0
1800.00/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.01	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1800.00/1800.01	c   applied globally :          -          -          -     798286       23.5          -          -          -
1800.00/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.01	c   cut pool         :       0.00          5          -          -       1164          -    (maximal pool size: 4088)
1800.00/1800.01	c   redcost          :       4.93     355923          0       2145          0          0
1800.00/1800.01	c   impliedbounds    :       0.00          6          0          0         30          0
1800.00/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.01	c   gomory           :       0.04          6          0          0         55          0
1800.00/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.00/1800.01	c   strongcg         :       0.04          6          0          0         65          0
1800.00/1800.01	c   cmir             :       0.44          6          0          0       2899          0
1800.00/1800.01	c   flowcover        :       0.18          6          0          0       1200          0
1800.00/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.00/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.00/1800.01	c   rapidlearning    :       0.61          1          0          0          0        379
1800.00/1800.01	c Pricers            :       Time      Calls       Vars
1800.00/1800.01	c   problem variables:       0.00          0          0
1800.00/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.01	c   relpscost        :     227.13     354647        280      54715          0          0     685438
1800.00/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.01	c   inference        :       0.00          2          0          0          0          0          4
1800.00/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.01	c   LP solutions     :       0.00          -          0
1800.00/1800.01	c   pseudo solutions :       0.00          -          0
1800.00/1800.01	c   intshifting      :       0.01          0          0
1800.00/1800.01	c   oneopt           :       0.16          3          0
1800.00/1800.01	c   crossover        :       0.40          1          0
1800.00/1800.01	c   feaspump         :       1.96         23          0
1800.00/1800.01	c   veclendiving     :      17.21        722          0
1800.00/1800.01	c   linesearchdiving :      15.35        722          0
1800.00/1800.01	c   guideddiving     :      13.77        722          1
1800.00/1800.01	c   coefdiving       :      11.50        722          2
1800.00/1800.01	c   pscostdiving     :      24.22        722          0
1800.00/1800.01	c   fracdiving       :       9.55        722          0
1800.00/1800.01	c   objpscostdiving  :      11.31        362          0
1800.00/1800.01	c   rootsoldiving    :       7.61        362          0
1800.00/1800.01	c   trivial          :       0.00          2          0
1800.00/1800.01	c   shiftandpropagate:       0.02          1          0
1800.00/1800.01	c   simplerounding   :       0.08          0          0
1800.00/1800.01	c   zirounding       :       0.22       1000          0
1800.00/1800.01	c   rounding         :       1.33       8327          0
1800.00/1800.01	c   shifting         :       8.36       2591          0
1800.00/1800.01	c   twoopt           :       0.00          0          0
1800.00/1800.01	c   fixandinfer      :       0.00          0          0
1800.00/1800.01	c   clique           :       0.00          0          0
1800.00/1800.01	c   intdiving        :       0.00          0          0
1800.00/1800.01	c   actconsdiving    :       0.00          0          0
1800.00/1800.01	c   octane           :       0.00          0          0
1800.00/1800.01	c   rens             :       0.01          0          0
1800.00/1800.01	c   rins             :       0.00          0          0
1800.00/1800.01	c   localbranching   :       0.00          0          0
1800.00/1800.01	c   mutation         :       0.00          0          0
1800.00/1800.01	c   dins             :       0.00          0          0
1800.00/1800.01	c   vbounds          :       0.00          0          0
1800.00/1800.01	c   undercover       :       0.00          0          0
1800.00/1800.01	c   subnlp           :       0.09          0          0
1800.00/1800.01	c   trysol           :       0.12          0          0
1800.00/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.00/1800.01	c   dual LP          :     926.18     500097   18575918      37.14   20056.54
1800.00/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.01	c   diving/probing LP:      88.80      67589    1478144      21.87   16645.14
1800.00/1800.01	c   strong branching :     206.53      69364    2322793      33.49   11247.03
1800.00/1800.01	c     (at root node) :          -         39      13840     354.87          -
1800.00/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.01	c B&B Tree           :
1800.00/1800.01	c   number of runs   :          1
1800.00/1800.01	c   nodes            :     574814
1800.00/1800.01	c   nodes (total)    :     574814
1800.00/1800.01	c   nodes left       :      56837
1800.00/1800.01	c   max depth        :        148
1800.00/1800.01	c   max depth (total):        148
1800.00/1800.01	c   backtracks       :      91152 (15.9%)
1800.00/1800.01	c   delayed cutoffs  :      53446
1800.00/1800.01	c   repropagations   :    1076619 (8364522 domain reductions, 30679 cutoffs)
1800.00/1800.01	c   avg switch length:       7.77
1800.00/1800.01	c   switching time   :     143.85
1800.00/1800.01	c Solution           :
1800.00/1800.01	c   Solutions found  :          3 (3 improvements)
1800.00/1800.01	c   First Solution   : +9.90000000000000e+01   (in run 1, after 1375 nodes, 23.48 seconds, depth 297, found by <coefdiving>)
1800.00/1800.01	c   Primal Bound     : +9.40000000000000e+01   (in run 1, after 22423 nodes, 158.35 seconds, depth 280, found by <coefdiving>)
1800.00/1800.01	c   Dual Bound       : +2.40000000000000e+01
1800.00/1800.01	c   Gap              :     291.67 %
1800.00/1800.01	c   Root Dual Bound  : +9.00000000000000e+00
1800.00/1800.01	c   Root Iterations  :       6889

Verifier Data

OK	94

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-3450939-1307092006/watcher-3450939-1307092006 -o /tmp/evaluation-result-3450939-1307092006/solver-3450939-1307092006 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450939-1307092006.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: 0.92 1.27 1.65 2/429 27058
/proc/meminfo: memFree=12521940/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=13500 CPUtime=0.01 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 2347 0 0 0 1 0 0 0 22 0 1 0 820800265 13824000 2300 33554432000 4194304 9163163 140734263616080 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 3375 2300 395 1214 0 2157 0

[startup+0.017824 s]
/proc/loadavg: 0.92 1.27 1.65 2/429 27058
/proc/meminfo: memFree=12521940/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=13500 CPUtime=0.01 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 2377 0 0 0 1 0 0 0 22 0 1 0 820800265 13824000 2330 33554432000 4194304 9163163 140734263616080 18446744073709551615 8031100 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 3375 2330 395 1214 0 2157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13500

[startup+0.100806 s]
/proc/loadavg: 0.92 1.27 1.65 2/429 27058
/proc/meminfo: memFree=12521940/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=32672 CPUtime=0.09 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 7182 0 0 0 9 0 0 0 22 0 1 0 820800265 33456128 6877 33554432000 4194304 9163163 140734263616080 18446744073709551615 5149219 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 8168 6877 540 1214 0 6950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32672

[startup+0.300784 s]
/proc/loadavg: 0.92 1.27 1.65 2/429 27058
/proc/meminfo: memFree=12521940/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=38984 CPUtime=0.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 9157 0 0 0 29 0 0 0 23 0 1 0 820800265 39919616 8591 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 9746 8591 681 1214 0 8528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38984

[startup+0.700718 s]
/proc/loadavg: 0.92 1.27 1.65 2/429 27058
/proc/meminfo: memFree=12521940/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=57588 CPUtime=0.69 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 13631 0 0 0 67 2 0 0 25 0 1 0 820800265 58970112 13058 33554432000 4194304 9163163 140734263616080 18446744073709551615 5183142 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 14397 13058 708 1214 0 13179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57588

[startup+1.50058 s]
/proc/loadavg: 0.92 1.27 1.65 3/435 27064
/proc/meminfo: memFree=12416616/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=56412 CPUtime=1.49 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 14367 0 0 0 147 2 0 0 25 0 1 0 820800265 57765888 13063 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 14103 13063 712 1214 0 12885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56412

[startup+3.1003 s]
/proc/loadavg: 0.92 1.27 1.65 5/435 27064
/proc/meminfo: memFree=12414508/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=56412 CPUtime=3.09 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 14453 0 0 0 303 6 0 0 25 0 1 0 820800265 57765888 13149 33554432000 4194304 9163163 140734263616080 18446744073709551615 7376053 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 14103 13149 717 1214 0 12885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56412

[startup+6.30074 s]
/proc/loadavg: 1.09 1.30 1.66 3/435 27064
/proc/meminfo: memFree=12384108/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=56412 CPUtime=6.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 14453 0 0 0 610 19 0 0 25 0 1 0 820800265 57765888 13149 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 14103 13149 717 1214 0 12885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56412

[startup+12.7006 s]
/proc/loadavg: 1.32 1.34 1.67 3/435 27064
/proc/meminfo: memFree=12382652/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=56412 CPUtime=12.69 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 14456 0 0 0 1229 40 0 0 25 0 1 0 820800265 57765888 13152 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 14103 13152 720 1214 0 12885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56412

[startup+25.5004 s]
/proc/loadavg: 1.47 1.37 1.68 3/435 27064
/proc/meminfo: memFree=12384172/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=56412 CPUtime=25.49 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 14461 0 0 0 2464 85 0 0 25 0 1 0 820800265 57765888 13157 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27058/statm: 14103 13157 720 1214 0 12885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56412

[startup+51.101 s]
/proc/loadavg: 1.65 1.42 1.68 3/435 27065
/proc/meminfo: memFree=12384228/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=56412 CPUtime=51.07 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 14470 0 0 0 4924 183 0 0 25 0 1 0 820800265 57765888 13166 33554432000 4194304 9163163 140734263616080 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 14103 13166 720 1214 0 12885 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56412

[startup+102.317 s]
/proc/loadavg: 1.85 1.51 1.70 3/435 27066
/proc/meminfo: memFree=12377276/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=63812 CPUtime=102.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 16312 0 0 0 9840 389 0 0 25 0 1 0 820800265 65343488 15008 33554432000 4194304 9163163 140734263616080 18446744073709551615 4207762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 15953 15008 720 1214 0 14735 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 63812

[startup+162.301 s]
/proc/loadavg: 1.94 1.60 1.72 3/435 27068
/proc/meminfo: memFree=12360776/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=78000 CPUtime=162.27 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 27249 0 0 0 15584 643 0 0 25 0 1 0 820800265 79872000 18601 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 19500 18601 725 1214 0 18282 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 78000

[startup+222.3 s]
/proc/loadavg: 1.98 1.67 1.73 3/435 27069
/proc/meminfo: memFree=12337576/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=97724 CPUtime=222.27 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 41026 0 0 0 21334 893 0 0 25 0 1 0 820800265 100069376 23499 33554432000 4194304 9163163 140734263616080 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 24431 23499 725 1214 0 23213 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 97724

[startup+282.301 s]
/proc/loadavg: 2.05 1.74 1.75 3/435 27071
/proc/meminfo: memFree=12317356/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=113948 CPUtime=282.27 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 47283 0 0 0 27112 1115 0 0 25 0 1 0 820800265 116682752 27568 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 28487 27568 725 1214 0 27269 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 113948

[startup+342.301 s]
/proc/loadavg: 2.07 1.80 1.77 3/435 27073
/proc/meminfo: memFree=12298376/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=127316 CPUtime=342.27 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 50732 0 0 0 32891 1336 0 0 25 0 1 0 820800265 130371584 30944 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 31829 30944 725 1214 0 30611 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 127316

[startup+402.301 s]
/proc/loadavg: 2.07 1.85 1.78 3/435 27074
/proc/meminfo: memFree=12278404/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=138048 CPUtime=402.28 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 55700 0 0 0 38667 1561 0 0 25 0 1 0 820800265 141361152 33605 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 34512 33605 725 1214 0 33294 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 138048

[startup+462.301 s]
/proc/loadavg: 2.02 1.87 1.79 3/435 27076
/proc/meminfo: memFree=12258060/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=151116 CPUtime=462.27 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 59037 0 0 0 44444 1783 0 0 25 0 1 0 820800265 154742784 36911 33554432000 4194304 9163163 140734263616080 18446744073709551615 7376033 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 37779 36911 725 1214 0 36561 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 151116

[startup+522.3 s]
/proc/loadavg: 2.01 1.89 1.81 3/435 27077
/proc/meminfo: memFree=12234732/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=165596 CPUtime=522.28 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 65398 0 0 0 50209 2019 0 0 25 0 1 0 820800265 169570304 40505 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 41399 40505 725 1214 0 40181 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 165596

[startup+582.301 s]
/proc/loadavg: 2.00 1.91 1.82 3/435 27079
/proc/meminfo: memFree=12212760/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=178740 CPUtime=582.27 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 68809 0 0 0 55978 2249 0 0 25 0 1 0 820800265 183029760 43822 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 44685 43822 725 1214 0 43467 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 178740

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.16 1.98 1.85 3/435 27085
/proc/meminfo: memFree=12137176/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=227384 CPUtime=822.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 83940 0 0 0 79052 3177 0 0 25 0 1 0 820800265 232841216 56009 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 56846 56009 728 1214 0 55628 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 227384

[startup+882.301 s]
/proc/loadavg: 2.20 2.02 1.87 3/435 27087
/proc/meminfo: memFree=12115832/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=239844 CPUtime=882.28 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 87116 0 0 0 84808 3420 0 0 25 0 1 0 820800265 245600256 59113 33554432000 4194304 9163163 140734263616080 18446744073709551615 7225358 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 59961 59113 726 1214 0 58743 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 239844

[startup+942.3 s]
/proc/loadavg: 2.14 2.03 1.88 3/435 27089
/proc/meminfo: memFree=12095608/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=254684 CPUtime=942.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 90907 0 0 0 90580 3649 0 0 25 0 1 0 820800265 260796416 62826 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 63671 62826 726 1214 0 62453 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 254684

[startup+1002.3 s]
/proc/loadavg: 2.05 2.02 1.89 3/435 27090
/proc/meminfo: memFree=12082572/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=262648 CPUtime=1002.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 93013 0 0 0 96343 3886 0 0 25 0 1 0 820800265 268951552 64832 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 65662 64832 726 1214 0 64444 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 262648

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 1.89 3/435 27092
/proc/meminfo: memFree=12063464/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=273172 CPUtime=1062.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 95667 0 0 0 102121 4108 0 0 25 0 1 0 820800265 279728128 67463 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 68293 67463 728 1214 0 67075 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 273172

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/435 27093
/proc/meminfo: memFree=12046088/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=284880 CPUtime=1122.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 98692 0 0 0 107893 4336 0 0 25 0 1 0 820800265 291717120 70319 33554432000 4194304 9163163 140734263616080 18446744073709551615 8013931 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 71220 70319 728 1214 0 70002 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 284880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/435 27095
/proc/meminfo: memFree=12026484/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=298560 CPUtime=1182.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 102158 0 0 0 113667 4562 0 0 25 0 1 0 820800265 305725440 73721 33554432000 4194304 9163163 140734263616080 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 74640 73721 728 1214 0 73422 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 298560

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/435 27097
/proc/meminfo: memFree=12010104/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=308972 CPUtime=1242.29 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 104872 0 0 0 119428 4801 0 0 25 0 1 0 820800265 316387328 76347 33554432000 4194304 9163163 140734263616080 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 77243 76347 726 1214 0 76025 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 308972

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/435 27098
/proc/meminfo: memFree=11984800/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=326492 CPUtime=1302.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 109305 0 0 0 125193 5037 0 0 25 0 1 0 820800265 334327808 80688 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 81623 80688 731 1214 0 80405 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 326492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/435 27100
/proc/meminfo: memFree=11972144/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=337264 CPUtime=1362.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 112058 0 0 0 130954 5276 0 0 25 0 1 0 820800265 345358336 83360 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 84316 83360 728 1214 0 83098 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 337264

[startup+1422.32 s]
/proc/loadavg: 2.08 2.03 1.92 3/435 27101
/proc/meminfo: memFree=11963324/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=340092 CPUtime=1422.31 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 115461 0 0 0 136733 5498 0 0 25 0 1 0 820800265 348254208 84172 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 85023 84172 728 1214 0 83805 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 340092

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 1.93 3/435 27103
/proc/meminfo: memFree=11953276/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=346588 CPUtime=1482.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 117057 0 0 0 142498 5732 0 0 25 0 1 0 820800265 354906112 85745 33554432000 4194304 9163163 140734263616080 18446744073709551615 6488815 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 86647 85745 727 1214 0 85429 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 346588

[startup+1542.3 s]
/proc/loadavg: 2.06 2.04 1.93 3/435 27105
/proc/meminfo: memFree=11939252/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=356968 CPUtime=1542.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 119657 0 0 0 148264 5966 0 0 25 0 1 0 820800265 365535232 88278 33554432000 4194304 9163163 140734263616080 18446744073709551615 6552704 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 89242 88278 727 1214 0 88024 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 356968

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 1.93 3/435 27106
/proc/meminfo: memFree=11929680/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=363296 CPUtime=1602.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 121254 0 0 0 154032 6198 0 0 25 0 1 0 820800265 372015104 89871 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 90824 89871 727 1214 0 89606 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 363296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/435 27108
/proc/meminfo: memFree=11920616/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=368084 CPUtime=1662.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 122512 0 0 0 159808 6422 0 0 25 0 1 0 820800265 376918016 91124 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 92021 91124 727 1214 0 90803 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 368084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/435 27109
/proc/meminfo: memFree=11910436/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=374932 CPUtime=1722.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 124220 0 0 0 165577 6653 0 0 25 0 1 0 820800265 383930368 92798 33554432000 4194304 9163163 140734263616080 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 93733 92798 727 1214 0 92515 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 374932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/435 27111
/proc/meminfo: memFree=11896292/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=380576 CPUtime=1782.3 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 125651 0 0 0 171350 6880 0 0 25 0 1 0 820800265 389709824 94227 33554432000 4194304 9163163 140734263616080 18446744073709551615 5843908 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27058/statm: 95144 94227 727 1214 0 93926 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 380576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.93 3/435 27112
/proc/meminfo: memFree=11894184/32951132 swapFree=67093840/67111528
[pid=27058] ppid=27056 vsize=381972 CPUtime=1800.01 cores=1,3,5,7
/proc/27058/stat : 27058 (scip-2.0.1.4b.l) R 27056 27058 27022 0 -1 4202496 126027 0 0 0 173053 6948 0 0 25 0 1 0 820800265 391139328 94584 33554432000 4194304 9163163 140734263616080 18446744073709551615 6923145 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27058/statm: 95493 94584 731 1214 0 94275 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 381972

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.04
CPU user time (s): 1730.54
CPU system time (s): 69.5054
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 381972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1730.54
system time used= 69.5054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126027
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= 21861

runsolver used 7.67383 second user time and 18.5212 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-03 11:06:46
IDJOB=3450939
IDBENCH=2637
IDSOLVER=1948
FILE ID=node131/3450939-1307092006
RUNJOBID= node131-1307092006-27042
PBS_JOBID= 13497965
Free space on /tmp= 73900 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/golomb-rulers/normalized-OGR_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-3450939-1307092006/watcher-3450939-1307092006 -o /tmp/evaluation-result-3450939-1307092006/solver-3450939-1307092006 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450939-1307092006.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1233738775

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12522220 kB
Buffers:        341412 kB
Cached:        5655824 kB
SwapCached:        948 kB
Active:       15953872 kB
Inactive:      4155664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12522220 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           25236 kB
Writeback:           0 kB
AnonPages:    14111140 kB
Mapped:          37252 kB
Slab:           196004 kB
PageTables:      56020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95326344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73876 MiB
End job on node131 at 2011-06-03 11:36:48