Trace number 3452599

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)94 1800.11 1800.14

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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452599-1307092025.opb>
0.00/0.04	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1659 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) 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.00/0.07	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.00/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.19
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.4
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 |     - |6969k|   0 | 537 | 895 | 897 | 895 | 879 |   0 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.21/1.23	c   1.2s|     1 |     0 |  5848 |     - |8287k|   0 | 550 | 895 |1276 | 895 | 984 | 105 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  5948 |     - |8923k|   0 | 558 | 895 |1276 | 895 |1086 | 207 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |  6142 |     - |9513k|   0 | 554 | 895 |1276 | 895 |1177 | 298 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.59/1.66	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.04	c   2.0s|     1 |     0 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
3.50/3.50	c   3.5s|     1 |     2 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |  39 | 9.000000e+00 |      --      |    Inf 
24.48/24.57	o 99
24.48/24.57	c c24.6s|  1375 |  1058 |126479 |  87.0 |  13M|  37 |   - | 895 |2231 | 895 | 973 | 599 | 976 |1537 | 1.200000e+01 | 9.900000e+01 | 725.00%
90.58/90.62	c  90.6s| 10000 |  6461 |786693 |  78.0 |  20M|  52 |   - | 895 |2129 | 895 | 973 | 599 |6097 |4032 | 1.500000e+01 | 9.900000e+01 | 560.00%
112.30/112.32	o 98
112.30/112.32	c g 112s| 13138 |  8104 |  1005k|  76.0 |  24M|  52 |   - | 895 |2430 | 895 | 973 | 599 |8452 |4960 | 1.600000e+01 | 9.800000e+01 | 512.50%
155.74/155.82	c   156s| 20000 | 11621 |  1477k|  73.5 |  31M|  52 | 228 | 895 |2341 | 895 | 973 | 599 |  14k|6223 | 1.600000e+01 | 9.800000e+01 | 512.50%
171.72/171.85	o 94
171.72/171.85	c c 172s| 22423 | 12423 |  1653k|  73.4 |  34M|  52 |   - | 895 |2549 | 895 | 973 | 599 |  16k|7156 | 1.600000e+01 | 9.400000e+01 | 487.50%
212.62/212.77	c   213s| 30000 | 15459 |  2123k|  70.6 |  42M|  58 | 164 | 895 |2662 | 895 | 973 | 599 |  23k|8801 | 1.700000e+01 | 9.400000e+01 | 452.94%
255.32/255.40	c   255s| 40000 | 18129 |  2601k|  64.9 |  51M|  58 | 305 | 895 |3276 | 895 | 973 | 599 |  34k|  10k| 1.700000e+01 | 9.400000e+01 | 452.94%
296.32/296.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.32/296.41	c   296s| 50000 | 20120 |  3039k|  60.7 |  58M|  58 |   - | 895 |3290 | 895 | 973 | 599 |  46k|  11k| 1.700000e+01 | 9.400000e+01 | 452.94%
327.73/327.88	c   328s| 60000 | 21570 |  3406k|  56.7 |  63M|  61 |   - | 895 |3914 |   0 |   0 | 599 |  59k|  11k| 1.800000e+01 | 9.400000e+01 | 422.22%
364.22/364.31	c   364s| 70000 | 22777 |  3758k|  53.6 |  69M|  73 | 353 | 895 |4499 | 895 | 973 | 599 |  73k|  14k| 1.800000e+01 | 9.400000e+01 | 422.22%
396.32/396.43	c   396s| 80000 | 23922 |  4108k|  51.3 |  74M|  90 |   - | 895 |4499 | 895 | 973 | 599 |  86k|  14k| 1.800000e+01 | 9.400000e+01 | 422.22%
430.82/430.99	c   431s| 90000 | 25145 |  4453k|  49.4 |  79M|  90 |   - | 895 |4160 | 895 | 973 | 599 | 100k|  16k| 1.800000e+01 | 9.400000e+01 | 422.22%
459.23/459.38	c   459s|100000 | 26241 |  4769k|  47.6 |  85M|  90 | 286 | 895 |5285 | 895 | 973 | 599 | 114k|  17k| 1.800000e+01 | 9.400000e+01 | 422.22%
493.12/493.24	c   493s|110000 | 27450 |  5126k|  46.5 |  89M|  90 |   - | 895 |4848 | 895 | 973 | 599 | 127k|  19k| 1.833333e+01 | 9.400000e+01 | 412.73%
522.44/522.57	c   523s|120000 | 28479 |  5457k|  45.4 |  94M|  90 | 211 | 895 |5374 | 895 | 973 | 599 | 142k|  20k| 1.900000e+01 | 9.400000e+01 | 394.74%
555.13/555.25	c   555s|130000 | 29694 |  5795k|  44.5 |  99M|  90 |   - | 895 |5442 | 895 | 973 | 599 | 155k|  22k| 1.900000e+01 | 9.400000e+01 | 394.74%
582.83/582.90	c   583s|140000 | 30561 |  6107k|  43.6 | 104M|  90 | 179 | 895 |6082 | 895 | 973 | 599 | 169k|  22k| 1.900000e+01 | 9.400000e+01 | 394.74%
612.13/612.22	c   612s|150000 | 31567 |  6412k|  42.7 | 109M|  90 | 244 | 895 |6775 | 895 | 973 | 599 | 183k|  24k| 1.900000e+01 | 9.400000e+01 | 394.74%
644.43/644.54	c   645s|160000 | 32321 |  6726k|  42.0 | 113M| 122 |   - | 895 |5528 | 895 | 973 | 599 | 197k|  26k| 1.900000e+01 | 9.400000e+01 | 394.74%
672.15/672.22	c   672s|170000 | 33531 |  7080k|  41.6 | 117M| 122 |   - | 895 |5428 | 895 | 973 | 599 | 210k|  26k| 1.900000e+01 | 9.400000e+01 | 394.74%
704.93/705.09	c   705s|180000 | 34543 |  7415k|  41.2 | 122M| 122 |   - | 895 |5485 |   0 |   0 | 599 | 224k|  28k| 1.900000e+01 | 9.400000e+01 | 394.74%
735.23/735.31	c   735s|190000 | 35524 |  7745k|  40.7 | 128M| 122 | 198 | 895 |5775 | 895 | 973 | 599 | 238k|  29k| 2.000000e+01 | 9.400000e+01 | 370.00%
761.83/761.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
761.83/761.90	c   762s|200000 | 36250 |  8048k|  40.2 | 132M| 122 | 262 | 895 |6716 | 895 | 973 | 599 | 252k|  30k| 2.000000e+01 | 9.400000e+01 | 370.00%
792.63/792.77	c   793s|210000 | 37048 |  8383k|  39.9 | 137M| 122 | 267 | 895 |6719 | 895 | 973 | 599 | 266k|  32k| 2.000000e+01 | 9.400000e+01 | 370.00%
824.95/825.04	c   825s|220000 | 37515 |  8686k|  39.5 | 140M| 122 |   - | 895 |6393 | 895 | 973 | 599 | 281k|  34k| 2.000000e+01 | 9.400000e+01 | 370.00%
852.45/852.53	c   853s|230000 | 38372 |  9019k|  39.2 | 144M| 122 | 127 | 895 |5279 | 895 | 973 | 599 | 295k|  35k| 2.000000e+01 | 9.400000e+01 | 370.00%
880.63/880.73	c   881s|240000 | 39288 |  9343k|  38.9 | 149M| 122 | 231 | 895 |5760 | 895 | 973 | 599 | 308k|  35k| 2.000000e+01 | 9.400000e+01 | 370.00%
911.54/911.65	c   912s|250000 | 40582 |  9706k|  38.8 | 155M| 122 | 159 | 895 |5407 | 895 | 973 | 599 | 320k|  37k| 2.100000e+01 | 9.400000e+01 | 347.62%
937.15/937.28	c   937s|260000 | 41361 | 10022k|  38.5 | 160M| 122 |   - | 895 |6337 |   0 |   0 | 599 | 334k|  37k| 2.100000e+01 | 9.400000e+01 | 347.62%
966.64/966.73	c   967s|270000 | 42002 | 10328k|  38.2 | 164M| 122 |   - | 895 |6394 | 895 | 973 | 599 | 349k|  38k| 2.100000e+01 | 9.400000e+01 | 347.62%
997.15/997.25	c   997s|280000 | 42731 | 10638k|  38.0 | 168M| 122 | 228 | 895 |6795 | 895 | 973 | 599 | 363k|  40k| 2.100000e+01 | 9.400000e+01 | 347.62%
1028.25/1028.30	c  1028s|290000 | 43255 | 10956k|  37.8 | 172M| 122 | 170 | 895 |6465 | 895 | 973 | 599 | 377k|  42k| 2.100000e+01 | 9.400000e+01 | 347.62%
1054.86/1054.99	c  1055s|300000 | 43580 | 11242k|  37.5 | 174M| 122 |   - | 895 |6677 | 895 | 973 | 599 | 391k|  43k| 2.100000e+01 | 9.400000e+01 | 347.62%
1079.44/1079.52	c  1080s|310000 | 43833 | 11526k|  37.2 | 178M| 122 |  97 | 895 |7446 | 895 | 973 | 599 | 405k|  43k| 2.100000e+01 | 9.400000e+01 | 347.62%
1109.96/1110.07	c  1110s|320000 | 44495 | 11848k|  37.0 | 181M| 122 | 248 | 895 |5460 | 895 | 973 | 599 | 419k|  44k| 2.100000e+01 | 9.400000e+01 | 347.62%
1141.14/1141.24	c  1141s|330000 | 45321 | 12180k|  36.9 | 186M| 122 | 141 | 895 |5804 | 895 | 973 | 599 | 433k|  46k| 2.100000e+01 | 9.400000e+01 | 347.62%
1172.15/1172.22	c  1172s|340000 | 46067 | 12491k|  36.7 | 190M| 122 | 236 | 895 |5958 | 895 | 973 | 599 | 447k|  48k| 2.100000e+01 | 9.400000e+01 | 347.62%
1199.06/1199.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.06/1199.15	c  1199s|350000 | 46971 | 12835k|  36.7 | 195M| 122 |   - | 895 |6254 |   0 |   0 | 599 | 461k|  48k| 2.166667e+01 | 9.400000e+01 | 333.85%
1226.85/1226.99	c  1227s|360000 | 47631 | 13159k|  36.5 | 200M| 122 | 197 | 895 |6253 | 895 | 973 | 599 | 476k|  49k| 2.200000e+01 | 9.400000e+01 | 327.27%
1256.05/1256.11	c  1256s|370000 | 48149 | 13470k|  36.4 | 204M| 122 | 196 | 895 |6561 | 895 | 973 | 599 | 491k|  50k| 2.200000e+01 | 9.400000e+01 | 327.27%
1287.25/1287.32	c  1287s|380000 | 48761 | 13819k|  36.3 | 208M| 122 | 168 | 895 |6397 | 895 | 973 | 599 | 505k|  52k| 2.200000e+01 | 9.400000e+01 | 327.27%
1314.05/1314.10	c  1314s|390000 | 49439 | 14154k|  36.3 | 212M| 122 | 271 | 895 |7252 | 895 | 973 | 599 | 520k|  52k| 2.200000e+01 | 9.400000e+01 | 327.27%
1339.55/1339.65	c  1340s|400000 | 49983 | 14473k|  36.2 | 216M| 122 |   - | 895 |6478 |   0 |   0 | 599 | 534k|  53k| 2.200000e+01 | 9.400000e+01 | 327.27%
1369.96/1370.00	c  1370s|410000 | 50729 | 14803k|  36.1 | 221M| 122 |   - | 895 |4914 |   0 |   0 | 599 | 548k|  54k| 2.200000e+01 | 9.400000e+01 | 327.27%
1400.66/1400.70	c  1401s|420000 | 51360 | 15142k|  36.0 | 225M| 122 |   - | 895 |5678 |   0 |   0 | 599 | 563k|  55k| 2.300000e+01 | 9.400000e+01 | 308.70%
1430.96/1431.01	c  1431s|430000 | 51684 | 15449k|  35.9 | 228M| 122 |   - | 895 |6024 |   0 |   0 | 599 | 579k|  57k| 2.300000e+01 | 9.400000e+01 | 308.70%
1456.48/1456.52	c  1457s|440000 | 51867 | 15755k|  35.8 | 231M| 122 | 291 | 895 |6679 | 895 | 973 | 599 | 595k|  57k| 2.300000e+01 | 9.400000e+01 | 308.70%
1483.36/1483.40	c  1483s|450000 | 52186 | 16092k|  35.7 | 234M| 122 |   - | 895 |6541 |   0 |   0 | 599 | 609k|  57k| 2.300000e+01 | 9.400000e+01 | 308.70%
1512.65/1512.70	c  1513s|460000 | 52497 | 16394k|  35.6 | 236M| 122 |   - | 895 |6139 | 895 | 973 | 599 | 624k|  59k| 2.300000e+01 | 9.400000e+01 | 308.70%
1541.18/1541.29	c  1541s|470000 | 52894 | 16692k|  35.5 | 239M| 122 |   - | 895 |6289 | 895 | 973 | 599 | 639k|  60k| 2.300000e+01 | 9.400000e+01 | 308.70%
1571.06/1571.16	c  1571s|480000 | 53267 | 17005k|  35.4 | 242M| 122 |   - | 895 |6408 |   0 |   0 | 599 | 654k|  61k| 2.300000e+01 | 9.400000e+01 | 308.70%
1598.38/1598.46	c  1598s|490000 | 53852 | 17331k|  35.4 | 246M| 122 | 153 | 895 |5802 | 895 | 973 | 599 | 669k|  61k| 2.300000e+01 | 9.400000e+01 | 308.70%
1624.96/1625.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.96/1625.07	c  1625s|500000 | 54266 | 17662k|  35.3 | 247M| 122 | 169 | 895 |5536 | 895 | 973 | 599 | 683k|  61k| 2.300000e+01 | 9.400000e+01 | 308.70%
1655.58/1655.66	c  1656s|510000 | 54805 | 17991k|  35.3 | 251M| 148 | 323 | 895 |6161 | 895 | 973 | 599 | 699k|  63k| 2.357143e+01 | 9.400000e+01 | 298.79%
1686.17/1686.28	c  1686s|520000 | 55440 | 18333k|  35.2 | 254M| 148 |   - | 895 |6106 | 895 | 973 | 599 | 714k|  64k| 2.400000e+01 | 9.400000e+01 | 291.67%
1715.36/1715.48	c  1715s|530000 | 55433 | 18631k|  35.1 | 255M| 148 | 283 | 895 |6564 | 895 | 973 | 599 | 730k|  66k| 2.400000e+01 | 9.400000e+01 | 291.67%
1744.69/1744.77	c  1745s|540000 | 55934 | 18967k|  35.1 | 259M| 148 |   - | 895 |6928 |   0 |   0 | 599 | 744k|  67k| 2.400000e+01 | 9.400000e+01 | 291.67%
1770.36/1770.48	c  1770s|550000 | 56130 | 19277k|  35.0 | 262M| 148 |   - | 895 |7326 |   0 |   0 | 599 | 760k|  67k| 2.400000e+01 | 9.400000e+01 | 291.67%
1795.67/1795.79	c  1796s|560000 | 56495 | 19589k|  35.0 | 265M| 148 | 286 | 895 |6868 | 895 | 973 | 599 | 775k|  67k| 2.400000e+01 | 9.400000e+01 | 291.67%
1799.96/1800.00	c 
1799.96/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.96/1800.00	c Solving Time (sec) : 1800.00
1799.96/1800.00	c Solving Nodes      : 561479
1799.96/1800.00	c Primal Bound       : +9.40000000000000e+01 (3 solutions)
1799.96/1800.00	c Dual Bound         : +2.40000000000000e+01
1799.96/1800.00	c Gap                : 291.67 %
1799.96/1800.00	s SATISFIABLE
1799.96/1800.00	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 
1799.96/1800.00	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 
1799.96/1800.00	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 
1799.96/1800.00	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 
1799.96/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 
1799.96/1800.00	v -x200 -x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 -x214 -x215 -x216 x217 x218 x219 -x220 -x221 -x222 
1799.96/1800.00	v -x223 x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 x242 x243 x244 
1799.96/1800.00	v x245 x246 x247 x248 x249 x250 -x251 -x252 x253 x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 
1799.96/1800.00	v -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 x277 x278 x279 x280 x281 x282 x283 -x284 -x285 -x286 x287 -x288 
1799.96/1800.00	v -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 x307 x308 x309 x310 
1799.96/1800.00	v x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 x331 
1799.96/1800.00	v x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 
1799.96/1800.00	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 
1799.96/1800.00	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 
1799.96/1800.00	v x402 x403 x404 x405 -x406 -x407 -x408 x409 x410 x411 -x412 -x413 x414 x415 x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 
1799.96/1800.00	v -x425 -x426 x427 x428 x429 x430 x431 x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440 -x441 -x442 x443 x444 -x445 -x446 -x447 
1799.96/1800.00	v -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 x461 x462 x463 x464 -x465 -x466 x467 x468 x469 
1799.96/1800.00	v -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 
1799.96/1800.00	v x491 x492 x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 
1799.96/1800.00	v -x512 -x513 -x514 -x515 x516 x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 
1799.96/1800.00	v -x534 -x535 -x536 x537 x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 
1799.96/1800.00	v -x555 -x556 -x557 -x558 -x559 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x560 -x561 -x562 x563 x564 x565 x566 -x567 -x568 -x569 x570 
1799.96/1800.00	v x571 x572 -x573 -x574 x575 x576 x577 -x578 -x579 x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 x592 
1799.96/1800.00	v x593 -x594 -x595 -x596 x597 x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 
1799.96/1800.00	v -x615 -x616 x617 x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 
1799.96/1800.00	v -x636 -x637 -x638 -x639 -x640 -x641 x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 
1799.96/1800.00	v -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 
1799.96/1800.00	v -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 
1799.96/1800.00	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 
1799.96/1800.00	v x717 -x718 -x719 -x720 -x721 x722 x723 x724 x725 -x726 -x727 x728 x729 x730 -x731 x732 x733 x734 -x735 x736 x737 -x738 -x739 
1799.96/1800.00	v -x740 -x741 x742 x743 x744 -x745 x746 x747 x748 -x749 x750 x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 x760 x761 -x762 
1799.96/1800.00	v x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 
1799.96/1800.00	v -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x28 x27 -x26 -x25 -x24 -x23 x22 -x791 x792 x793 x794 x795 x796 x797 x798 x799 
1799.96/1800.00	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 
1799.96/1800.00	v x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 
1799.96/1800.00	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 
1799.96/1800.00	v -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x42 x41 x40 -x39 x38 -x37 x36 x876 x877 x878 
1799.96/1800.00	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x49 x48 x47 x46 x45 -x44 -x43 -x890 -x891 -x892 -x893 -x894 
1799.96/1800.00	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 
1799.96/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.96/1800.00	c Total Time         :    1800.00
1799.96/1800.00	c   solving          :    1800.00
1799.96/1800.00	c   presolving       :       0.19 (included in solving)
1799.96/1800.00	c   reading          :       0.04 (included in solving)
1799.96/1800.00	c Original Problem   :
1799.96/1800.00	c   Problem name     : HOME/instance-3452599-1307092025.opb
1799.96/1800.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.96/1800.00	c   Constraints      : 1659 initial, 1659 maximal
1799.96/1800.00	c Presolved Problem  :
1799.96/1800.00	c   Problem name     : t_HOME/instance-3452599-1307092025.opb
1799.96/1800.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.96/1800.00	c   Constraints      : 879 initial, 8532 maximal
1799.96/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.96/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   probing          :       0.15          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   linear           :       0.02          0          0          0          0          0        780          0         90         90
1799.96/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.96/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.96/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.96/1800.00	c   integral         :          0          0          0     346745          0          9          0        280      52915          0          0     670354
1799.96/1800.00	c   knapsack         :         99          6    2926411          0          1          6    3426580      17248    1026076        545          0          0
1799.96/1800.00	c   linear           :        780+         7    2909166          0          0          3    1222040      88916   21519617          0          0          0
1799.96/1800.00	c   logicor          :          0+         6    1526457          0          0          0    2829976       8471    2912465          0          0          0
1799.96/1800.00	c   countsols        :          0          0          0          0          1          5          0          0          0          0          0          0
1799.96/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.96/1800.00	c   integral         :     227.10       0.00       0.00     227.10       0.00       0.00       0.00
1799.96/1800.00	c   knapsack         :      23.07       0.01      21.67       0.00       0.00       0.00       1.39
1799.96/1800.00	c   linear           :     206.13       0.00     204.46       0.00       0.00       0.00       1.67
1799.96/1800.00	c   logicor          :      51.40       0.00      49.39       0.00       0.00       0.00       2.01
1799.96/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.96/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.96/1800.00	c   vbounds          :          0          0          0          0
1799.96/1800.00	c   rootredcost      :          3          0          0          0
1799.96/1800.00	c   pseudoobj        :    2926297       1888         65       1283
1799.96/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.96/1800.00	c   vbounds          :       0.44       0.44       0.00
1799.96/1800.00	c   rootredcost      :       0.46       0.46       0.00
1799.96/1800.00	c   pseudoobj        :       1.22       1.21       0.00
1799.96/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.96/1800.00	c   propagation      :       8.08     114700     114618    1267608       35.7       5399       21.7          -
1799.96/1800.00	c   infeasible LP    :      14.45     156278     156278     721715       23.6      14215       17.9          0
1799.96/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.96/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.96/1800.00	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1799.96/1800.00	c   applied globally :          -          -          -     778070       23.4          -          -          -
1799.96/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.96/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.96/1800.00	c   cut pool         :       0.00          5          -          -       1164          -    (maximal pool size: 4088)
1799.96/1800.00	c   redcost          :       4.72     348021          0       2145          0          0
1799.96/1800.00	c   impliedbounds    :       0.00          6          0          0         30          0
1799.96/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.96/1800.00	c   gomory           :       0.04          6          0          0         55          0
1799.96/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.96/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.96/1800.00	c   strongcg         :       0.04          6          0          0         65          0
1799.96/1800.00	c   cmir             :       0.44          6          0          0       2899          0
1799.96/1800.00	c   flowcover        :       0.18          6          0          0       1200          0
1799.96/1800.00	c   clique           :       0.00          1          0          0          0          0
1799.96/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.96/1800.00	c   mcf              :       0.00          1          0          0          0          0
1799.96/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.96/1800.00	c   rapidlearning    :       0.61          1          0          0          0        379
1799.96/1800.00	c Pricers            :       Time      Calls       Vars
1799.96/1800.00	c   problem variables:       0.00          0          0
1799.96/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.96/1800.00	c   relpscost        :     226.86     346745        280      52915          0          0     670354
1799.96/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.96/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1799.96/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.96/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.96/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.96/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.96/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.96/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.96/1800.00	c   LP solutions     :       0.00          -          0
1799.96/1800.00	c   pseudo solutions :       0.00          -          0
1799.96/1800.00	c   oneopt           :       0.16          3          0
1799.96/1800.00	c   crossover        :       0.24          1          0
1799.96/1800.00	c   feaspump         :       2.10         23          0
1799.96/1800.00	c   coefdiving       :      12.14        720          2
1799.96/1800.00	c   pscostdiving     :      24.93        720          0
1799.96/1800.00	c   fracdiving       :      10.01        720          0
1799.96/1800.00	c   veclendiving     :      17.76        721          0
1799.96/1800.00	c   linesearchdiving :      15.95        721          0
1799.96/1800.00	c   guideddiving     :      14.52        721          1
1799.96/1800.00	c   objpscostdiving  :      11.46        361          0
1799.96/1800.00	c   rootsoldiving    :       7.68        361          0
1799.96/1800.00	c   trivial          :       0.00          2          0
1799.96/1800.00	c   shiftandpropagate:       0.02          1          0
1799.96/1800.00	c   simplerounding   :       0.08          0          0
1799.96/1800.00	c   zirounding       :       0.21       1000          0
1799.96/1800.00	c   rounding         :       1.34       8242          0
1799.96/1800.00	c   shifting         :       8.49       2556          0
1799.96/1800.00	c   intshifting      :       0.01          0          0
1799.96/1800.00	c   twoopt           :       0.00          0          0
1799.96/1800.00	c   fixandinfer      :       0.00          0          0
1799.96/1800.00	c   clique           :       0.00          0          0
1799.96/1800.00	c   intdiving        :       0.00          0          0
1799.96/1800.00	c   actconsdiving    :       0.00          0          0
1799.96/1800.00	c   octane           :       0.00          0          0
1799.96/1800.00	c   rens             :       0.00          0          0
1799.96/1800.00	c   rins             :       0.00          0          0
1799.96/1800.00	c   localbranching   :       0.00          0          0
1799.96/1800.00	c   mutation         :       0.00          0          0
1799.96/1800.00	c   dins             :       0.00          0          0
1799.96/1800.00	c   vbounds          :       0.00          0          0
1799.96/1800.00	c   undercover       :       0.00          0          0
1799.96/1800.00	c   subnlp           :       0.08          0          0
1799.96/1800.00	c   trysol           :       0.11          0          0
1799.96/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.96/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1799.96/1800.00	c   dual LP          :     923.20     489106   18160589      37.13   19671.35
1799.96/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.96/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.96/1800.00	c   diving/probing LP:      92.03      67533    1476695      21.87   16046.19
1799.96/1800.00	c   strong branching :     206.53      67484    2270766      33.65   10994.64
1799.96/1800.00	c     (at root node) :          -         39      13840     354.87          -
1799.96/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.96/1800.00	c B&B Tree           :
1799.96/1800.00	c   number of runs   :          1
1799.96/1800.00	c   nodes            :     561479
1799.96/1800.00	c   nodes (total)    :     561479
1799.96/1800.00	c   nodes left       :      56476
1799.96/1800.00	c   max depth        :        148
1799.96/1800.00	c   max depth (total):        148
1799.96/1800.00	c   backtracks       :      89249 (15.9%)
1799.96/1800.00	c   delayed cutoffs  :      52056
1799.96/1800.00	c   repropagations   :    1044509 (8140203 domain reductions, 29748 cutoffs)
1799.96/1800.00	c   avg switch length:       7.75
1799.96/1800.00	c   switching time   :     145.14
1799.96/1800.00	c Solution           :
1799.96/1800.00	c   Solutions found  :          3 (3 improvements)
1799.96/1800.00	c   First Solution   : +9.90000000000000e+01   (in run 1, after 1375 nodes, 24.57 seconds, depth 297, found by <coefdiving>)
1799.96/1800.00	c   Primal Bound     : +9.40000000000000e+01   (in run 1, after 22423 nodes, 171.85 seconds, depth 280, found by <coefdiving>)
1799.96/1800.00	c   Dual Bound       : +2.40000000000000e+01
1799.96/1800.00	c   Gap              :     291.67 %
1799.96/1800.00	c   Root Dual Bound  : +9.00000000000000e+00
1799.96/1800.00	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-3452599-1307092025/watcher-3452599-1307092025 -o /tmp/evaluation-result-3452599-1307092025/solver-3452599-1307092025 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452599-1307092025.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.04 1.36 3/520 22732
/proc/meminfo: memFree=21651052/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=10692 CPUtime=0.01 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 1663 0 0 0 1 0 0 0 25 0 1 0 801617985 10948608 1616 33554432000 4194304 9128323 140734053185360 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22732/statm: 2673 1616 400 1205 0 1464 0

[startup+0.107366 s]
/proc/loadavg: 0.92 1.04 1.36 3/520 22732
/proc/meminfo: memFree=21651052/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=31780 CPUtime=0.09 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 6959 0 0 0 9 0 0 0 25 0 1 0 801617985 32542720 6654 33554432000 4194304 9128323 140734053185360 18446744073709551615 5234097 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 7945 6654 543 1205 0 6736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31780

[startup+0.200322 s]
/proc/loadavg: 0.92 1.04 1.36 3/520 22732
/proc/meminfo: memFree=21651052/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=31780 CPUtime=0.19 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 6959 0 0 0 19 0 0 0 25 0 1 0 801617985 32542720 6654 33554432000 4194304 9128323 140734053185360 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 7945 6654 543 1205 0 6736 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31780

[startup+0.300302 s]
/proc/loadavg: 0.92 1.04 1.36 3/520 22732
/proc/meminfo: memFree=21651052/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=38028 CPUtime=0.29 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 8890 0 0 0 28 1 0 0 18 0 1 0 801617985 38940672 8351 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 9507 8351 673 1205 0 8298 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38028

[startup+0.700227 s]
/proc/loadavg: 0.92 1.04 1.36 3/520 22732
/proc/meminfo: memFree=21651052/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55304 CPUtime=0.69 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13042 0 0 0 67 2 0 0 18 0 1 0 801617985 56631296 12498 33554432000 4194304 9128323 140734053185360 18446744073709551615 5201664 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 13826 12498 706 1205 0 12617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55304

[startup+1.50108 s]
/proc/loadavg: 0.92 1.04 1.36 4/522 22761
/proc/meminfo: memFree=21568732/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55540 CPUtime=1.49 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13516 0 0 0 147 2 0 0 19 0 1 0 801617985 56872960 12604 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 13885 12604 721 1205 0 12676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55540

[startup+3.10081 s]
/proc/loadavg: 1.09 1.07 1.37 3/522 22761
/proc/meminfo: memFree=21398356/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55540 CPUtime=3.09 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13603 0 0 0 306 3 0 0 23 0 1 0 801617985 56872960 12689 33554432000 4194304 9128323 140734053185360 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 13885 12689 725 1205 0 12676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55540

[startup+6.30022 s]
/proc/loadavg: 1.09 1.07 1.37 3/522 22761
/proc/meminfo: memFree=21292728/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55540 CPUtime=6.3 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13603 0 0 0 622 8 0 0 25 0 1 0 801617985 56872960 12689 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 13885 12689 725 1205 0 12676 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 55540

[startup+12.7011 s]
/proc/loadavg: 1.23 1.10 1.37 3/522 22761
/proc/meminfo: memFree=21291616/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55540 CPUtime=12.69 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13605 0 0 0 1253 16 0 0 25 0 1 0 801617985 56872960 12691 33554432000 4194304 9128323 140734053185360 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 13885 12691 727 1205 0 12676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55540

[startup+25.5007 s]
/proc/loadavg: 1.34 1.13 1.38 4/522 22762
/proc/meminfo: memFree=21264556/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55540 CPUtime=25.48 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13611 0 0 0 2518 30 0 0 25 0 1 0 801617985 56872960 12697 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22732/statm: 13885 12697 727 1205 0 12676 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55540

[startup+51.101 s]
/proc/loadavg: 1.57 1.20 1.39 3/522 22762
/proc/meminfo: memFree=21221288/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=55540 CPUtime=51.07 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 13620 0 0 0 5049 58 0 0 25 0 1 0 801617985 56872960 12706 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22732/statm: 13885 12706 727 1205 0 12676 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55540

[startup+102.301 s]
/proc/loadavg: 1.83 1.33 1.43 4/522 22764
/proc/meminfo: memFree=21221576/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=58960 CPUtime=102.29 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 14720 0 0 0 10102 127 0 0 25 0 1 0 801617985 60375040 13806 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22732/statm: 14740 13806 727 1205 0 13531 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58960

[startup+162.301 s]
/proc/loadavg: 1.93 1.45 1.46 4/522 22765
/proc/meminfo: memFree=21200972/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=74524 CPUtime=162.22 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 18657 0 0 0 16023 199 0 0 25 0 1 0 801617985 76312576 17714 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 18631 17714 727 1205 0 17422 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 74524

[startup+222.32 s]
/proc/loadavg: 1.97 1.55 1.49 4/522 22767
/proc/meminfo: memFree=21184944/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=91976 CPUtime=222.24 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 30766 0 0 0 21947 277 0 0 25 0 1 0 801617985 94183424 22099 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 22994 22099 738 1205 0 21785 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 91976

[startup+282.301 s]
/proc/loadavg: 1.99 1.63 1.52 4/522 22768
/proc/meminfo: memFree=21176860/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=107524 CPUtime=282.22 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 35613 0 0 0 27873 349 0 0 25 0 1 0 801617985 110104576 26009 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 26881 26009 738 1205 0 25672 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 107524

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.55 4/522 22770
/proc/meminfo: memFree=21173736/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=122312 CPUtime=342.22 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 40214 0 0 0 33802 420 0 0 25 0 1 0 801617985 125247488 29679 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 30578 29679 738 1205 0 29369 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 122312

[startup+402.301 s]
/proc/loadavg: 2.07 1.76 1.57 3/522 22772
/proc/meminfo: memFree=21153496/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=134496 CPUtime=402.23 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 44281 0 0 0 39731 492 0 0 25 0 1 0 801617985 137723904 32765 33554432000 4194304 9128323 140734053185360 18446744073709551615 5235925 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 33624 32765 738 1205 0 32415 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 134496

[startup+462.301 s]
/proc/loadavg: 2.19 1.85 1.62 3/522 22773
/proc/meminfo: memFree=21144424/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=147112 CPUtime=462.23 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 47493 0 0 0 45656 567 0 0 25 0 1 0 801617985 150642688 35933 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 36778 35933 738 1205 0 35569 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 147112

[startup+522.301 s]
/proc/loadavg: 2.08 1.87 1.64 3/522 22775
/proc/meminfo: memFree=21118848/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=160256 CPUtime=522.23 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 50833 0 0 0 51585 638 0 0 25 0 1 0 801617985 164102144 39195 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 40064 39195 738 1205 0 38855 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 160256

[startup+582.301 s]
/proc/loadavg: 2.02 1.89 1.66 4/522 22776
/proc/meminfo: memFree=21104828/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=174944 CPUtime=582.23 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 55601 0 0 0 57514 709 0 0 25 0 1 0 801617985 179142656 42906 33554432000 4194304 9128323 140734053185360 18446744073709551615 4336144 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 43736 42906 738 1205 0 42527 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 174944

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.94 1.73 3/522 22783
/proc/meminfo: memFree=21057388/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=221308 CPUtime=822.24 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 67515 0 0 0 81231 993 0 0 25 0 1 0 801617985 226619392 54507 33554432000 4194304 9128323 140734053185360 18446744073709551615 5135134 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 55327 54507 739 1205 0 54118 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 221308

[startup+882.32 s]
/proc/loadavg: 2.00 1.95 1.74 3/522 22784
/proc/meminfo: memFree=21046096/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=231932 CPUtime=882.26 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 71080 0 0 0 87159 1067 0 0 25 0 1 0 801617985 237498368 57191 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 57983 57191 739 1205 0 56774 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 231932

[startup+942.3 s]
/proc/loadavg: 2.09 1.99 1.76 3/522 22786
/proc/meminfo: memFree=21016576/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=245100 CPUtime=942.24 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 74417 0 0 0 93083 1141 0 0 25 0 1 0 801617985 250982400 60479 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 61275 60479 739 1205 0 60066 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 245100

[startup+1002.3 s]
/proc/loadavg: 2.11 2.01 1.78 3/522 22788
/proc/meminfo: memFree=21002168/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=255840 CPUtime=1002.24 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 77102 0 0 0 99015 1209 0 0 25 0 1 0 801617985 261980160 63149 33554432000 4194304 9128323 140734053185360 18446744073709551615 6519967 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 63960 63149 739 1205 0 62751 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 255840

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 1.80 3/522 22789
/proc/meminfo: memFree=21011312/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=266548 CPUtime=1062.25 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 79880 0 0 0 104941 1284 0 0 25 0 1 0 801617985 272945152 65793 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 66637 65793 739 1205 0 65428 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 266548

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.81 3/522 22794
/proc/meminfo: memFree=20966212/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=278256 CPUtime=1122.24 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 82944 0 0 0 110871 1353 0 0 25 0 1 0 801617985 284934144 68740 33554432000 4194304 9128323 140734053185360 18446744073709551615 5201664 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 69564 68740 739 1205 0 68355 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 278256

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.82 4/522 22795
/proc/meminfo: memFree=20955500/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=287804 CPUtime=1182.25 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 85365 0 0 0 116804 1421 0 0 25 0 1 0 801617985 294711296 71136 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 71951 71136 739 1205 0 70742 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 287804

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.82 4/522 22797
/proc/meminfo: memFree=20941840/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=301348 CPUtime=1242.25 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 88932 0 0 0 122733 1492 0 0 25 0 1 0 801617985 308580352 74496 33554432000 4194304 9128323 140734053185360 18446744073709551615 5236102 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 75337 74496 739 1205 0 74128 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 301348

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/522 22799
/proc/meminfo: memFree=20925204/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=318484 CPUtime=1302.25 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 93258 0 0 0 128659 1566 0 0 25 0 1 0 801617985 326127616 78753 33554432000 4194304 9128323 140734053185360 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 79621 78753 739 1205 0 78412 0
Current children cumulated CPU time (s) 1302.25
Current children cumulated vsize (KiB) 318484

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.84 4/522 22800
/proc/meminfo: memFree=20914260/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=329696 CPUtime=1362.25 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 96197 0 0 0 134596 1629 0 0 25 0 1 0 801617985 337608704 81531 33554432000 4194304 9128323 140734053185360 18446744073709551615 7989744 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 82424 81531 755 1205 0 81215 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 329696

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/522 22802
/proc/meminfo: memFree=20942980/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=336684 CPUtime=1422.27 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 98030 0 0 0 140529 1698 0 0 25 0 1 0 801617985 344764416 83351 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 84171 83351 755 1205 0 82962 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 336684

[startup+1482.3 s]
/proc/loadavg: 2.24 2.06 1.87 4/522 22803
/proc/meminfo: memFree=20922000/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=341040 CPUtime=1482.26 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 99995 0 0 0 146457 1769 0 0 25 0 1 0 801617985 349224960 84387 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 85260 84387 755 1205 0 84051 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 341040

[startup+1542.32 s]
/proc/loadavg: 2.20 2.08 1.89 3/522 22805
/proc/meminfo: memFree=20921236/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=349088 CPUtime=1542.27 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 102055 0 0 0 152391 1836 0 0 25 0 1 0 801617985 357466112 86413 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 87272 86413 752 1205 0 86063 0
Current children cumulated CPU time (s) 1542.27
Current children cumulated vsize (KiB) 349088

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 1.89 4/522 22807
/proc/meminfo: memFree=20901380/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=362040 CPUtime=1602.26 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 105409 0 0 0 158323 1903 0 0 25 0 1 0 801617985 370728960 89656 33554432000 4194304 9128323 140734053185360 18446744073709551615 5235109 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 90510 89656 752 1205 0 89301 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 362040

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 1.90 4/522 22808
/proc/meminfo: memFree=20894140/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=365832 CPUtime=1662.26 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 106361 0 0 0 164252 1974 0 0 25 0 1 0 801617985 374611968 90606 33554432000 4194304 9128323 140734053185360 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 91458 90606 752 1205 0 90249 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 365832

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 1.90 3/522 22810
/proc/meminfo: memFree=20892876/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=368660 CPUtime=1722.26 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 107046 0 0 0 170176 2050 0 0 25 0 1 0 801617985 377507840 91290 33554432000 4194304 9128323 140734053185360 18446744073709551615 7346392 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 92165 91290 751 1205 0 90956 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 368660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.91 4/522 22811
/proc/meminfo: memFree=20871636/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=377012 CPUtime=1782.27 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 109230 0 0 0 176105 2122 0 0 25 0 1 0 801617985 386060288 93399 33554432000 4194304 9128323 140734053185360 18446744073709551615 6524102 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22732/statm: 94253 93399 751 1205 0 93044 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 377012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.03 1.91 4/522 22812
/proc/meminfo: memFree=20877704/32951124 swapFree=58800704/67111528
[pid=22732] ppid=22730 vsize=378976 CPUtime=1800.09 cores=0,2,4,6
/proc/22732/stat : 22732 (scip-2.0.1.4.li) R 22730 22732 22695 0 -1 4202496 109769 0 0 0 177866 2143 0 0 25 0 1 0 801617985 388071424 93923 33554432000 4194304 9128323 140734053185360 18446744073709551615 4806776 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22732/statm: 94744 93923 753 1205 0 93535 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 378976

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.14
CPU time (s): 1800.11
CPU user time (s): 1778.67
CPU system time (s): 21.4477
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 378976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.67
system time used= 21.4477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2113

runsolver used 9.96248 second user time and 21.1538 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-03 11:07:05
IDJOB=3452599
IDBENCH=2637
IDSOLVER=1949
FILE ID=node142/3452599-1307092025
RUNJOBID= node142-1307092025-22713
PBS_JOBID= 13497966
Free space on /tmp= 73920 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452599-1307092025/watcher-3452599-1307092025 -o /tmp/evaluation-result-3452599-1307092025/solver-3452599-1307092025 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452599-1307092025.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1892948320

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21654928 kB
Buffers:        225828 kB
Cached:         391800 kB
SwapCached:      11452 kB
Active:        9282556 kB
Inactive:      1751028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21654928 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           24464 kB
Writeback:           0 kB
AnonPages:    10413144 kB
Mapped:          32500 kB
Slab:           115576 kB
PageTables:      75592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145394728 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= 73892 MiB
End job on node142 at 2011-06-03 11:37:07