Trace number 3447272

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.13 1800.07

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553647--soft-0-100-0.wbo
MD5SUM1693c6ddcdda9c3a56f7a1957868c0a9
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark106.528
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
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-3447272-1307900484.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 134313
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.00/0.05	c presolving:
0.04/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.04/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.49/0.50	c   0.5s|     1 |     0 |   549 |     - |  18M|   0 |   7 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |   631 |     - |  18M|   0 |  38 |5645 |8121 |5645 |2773 |  66 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   672 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2782 |  75 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |   691 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2792 |  85 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.29/1.35	c   1.4s|     1 |     0 |   724 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2797 |  90 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.69/1.72	c   1.7s|     1 |     0 |   749 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2802 |  95 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
2.59/2.60	c   2.6s|     1 |     2 |   749 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2802 |  95 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
17.29/17.38	o 960
17.29/17.38	c *17.4s|   315 |   310 | 23308 |  71.8 |  25M| 109 |   - |5645 |8121 |5645 |2986 | 320 |   0 |1282 | 0.000000e+00 | 9.600000e+02 |    Inf 
65.70/65.73	o 427
65.70/65.73	c *65.7s|  2200 |  2038 |285821 | 129.6 |  36M| 109 |   - |5645 |8121 |5645 |2815 |5118 |   0 |1832 | 0.000000e+00 | 4.270000e+02 |    Inf 
81.30/81.40	o 405
81.30/81.40	c *81.4s|  2611 |  2365 |375146 | 143.4 |  39M| 109 |   - |5645 |8237 |5645 |2935 |7150 | 116 |1844 | 0.000000e+00 | 4.050000e+02 |    Inf 
93.99/94.05	o 267
93.99/94.05	c *94.0s|  2920 |  2169 |440364 | 150.6 |  38M| 109 |   - |5645 |8315 |5645 |3009 |8701 | 194 |1904 | 0.000000e+00 | 2.670000e+02 |    Inf 
101.79/101.89	o 258
101.79/101.89	c * 102s|  3152 |  2254 |484385 | 153.5 |  39M| 109 |   - |5645 |8413 |5645 |2787 |9209 | 292 |2000 | 0.000000e+00 | 2.580000e+02 |    Inf 
105.90/105.91	o 249
105.90/105.91	c * 106s|  3288 |  2227 |504789 | 153.3 |  40M| 109 |   - |5645 |8480 |5645 |2781 |9645 | 359 |2041 | 0.000000e+00 | 2.490000e+02 |    Inf 
117.29/117.38	o 243
117.29/117.38	c * 117s|  3577 |  2385 |567676 | 158.5 |  41M| 109 |   - |5645 |8595 |5645 |2928 |  10k| 474 |2168 | 0.000000e+00 | 2.430000e+02 |    Inf 
117.29/117.39	o 216
117.29/117.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.29/117.39	c * 117s|  3578 |  2141 |567685 | 158.5 |  40M| 109 |   - |5645 |8595 |5645 |2928 |  10k| 474 |2168 | 0.000000e+00 | 2.160000e+02 |    Inf 
126.20/126.29	o 205
126.20/126.29	c * 126s|  3881 |  2236 |620907 | 159.8 |  42M| 109 |   - |5645 |8730 |5645 |2845 |  11k| 609 |2222 | 0.000000e+00 | 2.050000e+02 |    Inf 
128.39/128.42	o 184
128.39/128.42	c * 128s|  3950 |  2105 |632193 | 159.9 |  41M| 109 |   - |5645 |8746 |5645 |2839 |  11k| 625 |2266 | 0.000000e+00 | 1.840000e+02 |    Inf 
130.70/130.70	o 177
130.70/130.70	c * 131s|  4013 |  2105 |645602 | 160.7 |  41M| 109 |   - |5645 |8768 |5645 |2784 |  11k| 647 |2307 | 0.000000e+00 | 1.770000e+02 |    Inf 
130.70/130.72	o 176
130.70/130.72	c * 131s|  4014 |  2102 |645604 | 160.7 |  41M| 109 |   - |5645 |8768 |5645 |2779 |  11k| 647 |2307 | 0.000000e+00 | 1.760000e+02 |    Inf 
130.80/130.84	o 171
130.80/130.84	c * 131s|  4023 |  2060 |646141 | 160.5 |  41M| 109 |   - |5645 |8769 |5645 |2770 |  11k| 648 |2307 | 0.000000e+00 | 1.710000e+02 |    Inf 
134.20/134.29	o 160
134.20/134.29	c * 134s|  4178 |  2059 |664837 | 159.0 |  41M| 109 |   - |5645 |8850 |5645 |2772 |  11k| 729 |2354 | 0.000000e+00 | 1.600000e+02 |    Inf 
134.50/134.58	o 148
134.50/134.58	c * 135s|  4193 |  1808 |665849 | 158.7 |  39M| 109 |   - |5645 |8856 |5645 |2799 |  11k| 735 |2354 | 0.000000e+00 | 1.480000e+02 |    Inf 
138.39/138.42	o 146
138.39/138.42	c * 138s|  4484 |  1955 |683767 | 152.4 |  42M| 109 |   - |5645 |9018 |5645 |2770 |  11k| 897 |2387 | 0.000000e+00 | 1.460000e+02 |    Inf 
141.60/141.63	o 140
141.60/141.63	c * 142s|  4676 |  1978 |700900 | 149.8 |  44M| 109 |   - |5645 |9121 |5645 |2771 |  11k|1000 |2387 | 0.000000e+00 | 1.400000e+02 |    Inf 
143.30/143.33	o 130
143.30/143.33	c * 143s|  4785 |  1970 |709536 | 148.2 |  44M| 109 |   - |5645 |9170 |5645 |2771 |  11k|1049 |2387 | 0.000000e+00 | 1.300000e+02 |    Inf 
144.29/144.34	o 114
144.29/144.34	c * 144s|  4856 |  1865 |714464 | 147.0 |  42M| 109 |   - |5645 |9219 |5645 |2779 |  12k|1099 |2388 | 0.000000e+00 | 1.140000e+02 |    Inf 
144.49/144.56	o 99
144.49/144.56	c * 145s|  4874 |  1725 |715203 | 146.6 |  41M| 109 |   - |5645 |9233 |5645 |2782 |  12k|1116 |2388 | 0.000000e+00 | 9.900000e+01 |    Inf 
144.59/144.69	o 93
144.59/144.69	c * 145s|  4883 |  1502 |715774 | 146.5 |  39M| 109 |   - |5645 |9122 |5645 |2774 |  12k|1119 |2388 | 0.000000e+00 | 9.300000e+01 |    Inf 
145.10/145.13	o 91
145.10/145.13	c * 145s|  4915 |  1496 |716395 | 145.6 |  39M| 109 |   - |5645 |8815 |5645 |2770 |  12k|1137 |2404 | 0.000000e+00 | 9.100000e+01 |    Inf 
145.20/145.27	o 84
145.20/145.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.20/145.27	c * 145s|  4924 |  1473 |717015 | 145.5 |  39M| 109 |   - |5645 |8720 |5645 |2775 |  12k|1141 |2404 | 0.000000e+00 | 8.400000e+01 |    Inf 
145.29/145.30	o 76
145.29/145.30	c * 145s|  4925 |  1418 |717042 | 145.5 |  37M| 109 |   - |5645 |8720 |5645 |2778 |  12k|1141 |2404 | 0.000000e+00 | 7.600000e+01 |    Inf 
147.10/147.10	o 59
147.10/147.10	c * 147s|  5226 |   555 |719973 | 137.7 |  34M| 109 |   - |5645 |8026 |5645 |2773 |  12k|1338 |2414 | 0.000000e+00 | 5.900000e+01 |    Inf 
156.80/156.88	o 48
156.80/156.88	c * 157s|  6744 |   766 |735917 | 109.0 |  37M| 109 |   - |5645 |8275 |5645 |2771 |  12k|2756 |2485 | 0.000000e+00 | 4.800000e+01 |    Inf 
158.30/158.36	o 40
158.30/158.36	c * 158s|  6932 |   747 |738964 | 106.5 |  37M| 109 |   - |5645 |7613 |5645 |2770 |  12k|2983 |2495 | 0.000000e+00 | 4.000000e+01 |    Inf 
161.09/161.17	o 36
161.09/161.17	c * 161s|  7394 |   702 |743939 | 100.5 |  38M| 109 |   - |5645 |7486 |5645 |2769 |  12k|3612 |2512 | 0.000000e+00 | 3.600000e+01 |    Inf 
161.99/162.06	o 12
161.99/162.06	c * 162s|  7520 |   566 |745575 |  99.1 |  36M| 109 |   - |5645 |7219 |5645 |2773 |  12k|3769 |2519 | 0.000000e+00 | 1.200000e+01 |    Inf 
176.50/176.54	c   177s| 10000 |   518 |794189 |  79.4 |  38M| 109 |   - |5645 |7011 |5645 |2822 |  12k|6867 |2610 | 0.000000e+00 | 1.200000e+01 |    Inf 
190.90/190.97	o 7
190.90/190.97	c * 191s| 12677 |   541 |838862 |  66.1 |  38M| 109 |   - |5645 |7239 |5645 |2825 |  12k|  10k|2702 | 0.000000e+00 | 7.000000e+00 |    Inf 
191.00/191.01	o 6
191.00/191.01	c * 191s| 12683 |   540 |838908 |  66.1 |  37M| 109 |   - |5645 |6614 |5645 |2822 |  12k|  10k|2702 | 0.000000e+00 | 6.000000e+00 |    Inf 
191.00/191.03	o 1
191.00/191.03	c * 191s| 12686 |   464 |838922 |  66.1 |  36M| 109 |   - |5645 |6458 |5645 |2822 |  12k|  10k|2702 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.60/222.62	c   223s| 20000 |   344 |963225 |  48.1 |  36M| 109 |   - |5645 |6667 |5645 |2768 |  12k|  19k|2955 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.20/265.23	c   265s| 30000 |   370 |  1135k|  37.8 |  38M| 109 |  39 |5645 |  10k|5645 |2768 |  12k|  33k|3247 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.40/310.42	c   310s| 40000 |   314 |  1311k|  32.8 |  38M| 109 |   - |5645 |  10k|5645 |2822 |  12k|  46k|3658 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.10/352.16	c   352s| 50000 |   255 |  1464k|  29.3 |  38M| 109 |  35 |5645 |  11k|5645 |2822 |  12k|  59k|3972 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.61/399.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.61/399.66	c   400s| 60000 |   243 |  1644k|  27.4 |  41M| 109 |   - |5645 |  17k|5645 |2822 |  12k|  72k|4319 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.51/445.51	c   446s| 70000 |   255 |  1814k|  25.9 |  43M| 109 |  21 |5645 |  21k|5645 |2822 |  12k|  86k|4654 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.30/490.30	c   490s| 80000 |   213 |  1978k|  24.7 |  43M| 109 |  32 |5645 |  20k|5645 |2822 |  12k| 101k|4951 | 0.000000e+00 | 1.000000e+00 |    Inf 
538.41/538.41	c   538s| 90000 |   195 |  2159k|  24.0 |  41M| 109 |  37 |5645 |  16k|5645 |2822 |  12k| 114k|5176 | 0.000000e+00 | 1.000000e+00 |    Inf 
585.81/585.88	c   586s|100000 |   214 |  2339k|  23.4 |  43M| 109 |   - |5645 |  20k|5645 |2822 |  12k| 128k|5386 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.11/635.18	c   635s|110000 |   253 |  2521k|  22.9 |  45M| 109 |  31 |5645 |  24k|5645 |2822 |  12k| 141k|5585 | 0.000000e+00 | 1.000000e+00 |    Inf 
683.31/683.37	c   683s|120000 |   265 |  2698k|  22.5 |  46M| 109 |  19 |5645 |  25k|5645 |2822 |  12k| 155k|5824 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.82/732.86	c   733s|130000 |   241 |  2878k|  22.1 |  46M| 109 |  24 |5645 |  26k|5645 |2822 |  12k| 169k|6029 | 0.000000e+00 | 1.000000e+00 |    Inf 
781.72/781.70	c   782s|140000 |   243 |  3058k|  21.8 |  47M| 109 |   - |5645 |  29k|5645 |2822 |  12k| 183k|6243 | 0.000000e+00 | 1.000000e+00 |    Inf 
831.52/831.52	c   832s|150000 |   190 |  3243k|  21.6 |  45M| 109 |   - |5645 |  24k|5645 |2822 |  12k| 198k|6469 | 0.000000e+00 | 1.000000e+00 |    Inf 
880.92/880.95	c   881s|160000 |   200 |  3422k|  21.4 |  46M| 109 |  30 |5645 |  25k|5645 |2822 |  12k| 211k|6662 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.72/930.76	c   931s|170000 |   275 |  3601k|  21.2 |  47M| 109 |  49 |5645 |  27k|5645 |2822 |  12k| 224k|6837 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.83/980.86	c   981s|180000 |   266 |  3773k|  21.0 |  47M| 109 |   - |5645 |  27k|5645 |2822 |  12k| 237k|6977 | 0.000000e+00 | 1.000000e+00 |    Inf 
1028.43/1028.49	c  1028s|190000 |   419 |  3947k|  20.8 |  50M| 109 |   - |5645 |  32k|5645 |2822 |  12k| 251k|7145 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.22/1079.27	c  1079s|200000 |   454 |  4130k|  20.6 |  51M| 109 |   - |5645 |  31k|5645 |2822 |  12k| 265k|7307 | 0.000000e+00 | 1.000000e+00 |    Inf 
1127.03/1127.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1127.03/1127.02	c  1127s|210000 |   510 |  4303k|  20.5 |  53M| 109 |  37 |5645 |  34k|5645 |2822 |  12k| 280k|7455 | 0.000000e+00 | 1.000000e+00 |    Inf 
1176.53/1176.51	c  1177s|220000 |   424 |  4478k|  20.4 |  51M| 109 |   - |5645 |  31k|5645 |2822 |  12k| 294k|7643 | 0.000000e+00 | 1.000000e+00 |    Inf 
1225.53/1225.51	c  1226s|230000 |   383 |  4654k|  20.2 |  52M| 109 |   - |5645 |  33k|5645 |2822 |  12k| 308k|7790 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.23/1274.26	c  1274s|240000 |   378 |  4825k|  20.1 |  51M| 109 |  36 |5645 |  33k|5645 |2822 |  12k| 322k|7910 | 0.000000e+00 | 1.000000e+00 |    Inf 
1324.24/1324.28	c  1324s|250000 |   302 |  5003k|  20.0 |  51M| 109 |   - |5645 |  34k|5645 |2822 |  12k| 336k|8083 | 0.000000e+00 | 1.000000e+00 |    Inf 
1374.23/1374.24	c  1374s|260000 |   182 |  5177k|  19.9 |  47M| 109 |   - |5645 |  26k|5645 |2822 |  12k| 350k|8281 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.33/1421.38	c  1421s|270000 |   214 |  5357k|  19.8 |  47M| 109 |  36 |5645 |  25k|5645 |2822 |  12k| 364k|8364 | 0.000000e+00 | 1.000000e+00 |    Inf 
1468.55/1468.58	c  1469s|280000 |   193 |  5528k|  19.7 |  47M| 109 |   - |5645 |  25k|   0 |   0 |  12k| 379k|8520 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.24/1516.27	c  1516s|290000 |   290 |  5706k|  19.7 |  47M| 109 |  27 |5645 |  22k|5645 |2822 |  12k| 394k|8682 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.24/1562.28	c  1562s|300000 |   226 |  5876k|  19.6 |  47M| 109 |  29 |5645 |  22k|5645 |2822 |  12k| 409k|8793 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.04/1608.08	c  1608s|310000 |   242 |  6049k|  19.5 |  48M| 109 |   - |5645 |  23k|5645 |2822 |  12k| 424k|8927 | 0.000000e+00 | 1.000000e+00 |    Inf 
1653.15/1653.19	c  1653s|320000 |   257 |  6220k|  19.4 |  48M| 109 |   - |5645 |  24k|5645 |2822 |  12k| 439k|9009 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.24/1699.26	c  1699s|330000 |   363 |  6388k|  19.4 |  51M| 109 |  31 |5645 |  27k|5645 |2822 |  12k| 454k|9133 | 0.000000e+00 | 1.000000e+00 |    Inf 
1745.55/1745.59	c  1746s|340000 |   430 |  6556k|  19.3 |  53M| 109 |   - |5645 |  29k|5645 |2822 |  12k| 469k|9289 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.65/1790.66	c  1791s|350000 |   630 |  6718k|  19.2 |  56M| 109 |   - |5645 |  31k|   0 |   0 |  12k| 484k|9383 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 352087
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (243 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.00	v -x146 -x145 -x144 -x143 x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.00	v -x103 -x102 x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1800.05/1800.00	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 
1800.05/1800.00	v -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.05/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.09 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447272-1307900484.wbo
1800.05/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447272-1307900484.wbo
1800.05/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 5414 initial, 35629 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     196717          0       2374          0        376       2870          0          0     364402
1800.05/1800.00	c   varbound         :          0+         6      75278      12232          0          0       7374          0     651511      12280          0          0
1800.05/1800.00	c   linear           :       2707          6    1861610         28          1       2370    6481833      61203    7994871          0          0          0
1800.05/1800.00	c   indicator        :       2707          0      73992      12233          0       2361       6761          0       7339          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     574893          0          0          0    1319856       8553     344717          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     181416          0          0          0        298          6        255          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         32          1        213          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      74.98       0.00       0.00      74.95       0.00       0.03       0.00
1800.05/1800.00	c   varbound         :       3.12       0.00       2.02       1.09       0.00       0.00       0.00
1800.05/1800.00	c   linear           :     106.39       0.00     101.39       0.00       0.00       0.55       4.45
1800.05/1800.00	c   indicator        :       9.95       0.00       2.56       3.72       0.00       3.67       0.00
1800.05/1800.00	c   logicor          :     102.44       0.00     100.14       0.00       0.00       0.00       2.29
1800.05/1800.00	c   bounddisjunction :       0.68       0.00       0.68       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      36901       2166          9     117521
1800.05/1800.00	c   rootredcost      :         32          0          0       2707
1800.05/1800.00	c   pseudoobj        :    1862961       7673       1469     646812
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :       9.93       9.93       0.00
1800.05/1800.00	c   rootredcost      :       0.34       0.34       0.00
1800.05/1800.00	c   pseudoobj        :      68.16      67.93       0.22
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       5.19      71240      71176     413835       32.3       1882       22.5          -
1800.05/1800.00	c   infeasible LP    :      46.19     106213     106212     760667       40.7       1403       14.7          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          3          3          3        2.7          1       12.0          -
1800.05/1800.00	c   applied globally :          -          -          -     488309       32.8          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 166)
1800.05/1800.00	c   redcost          :      18.06     189048          0     122465          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.53          6          0          0       1339          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.50          6          0          0       1585          0
1800.05/1800.00	c   cmir             :       0.12          6          0          0          6          0
1800.05/1800.00	c   flowcover        :       0.12          6          0          0          7          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.20          1          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      74.75     184483        376       2870          0          0     364402
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.03          -         32
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.01          0          0
1800.05/1800.00	c   oneopt           :       0.57         29          0
1800.05/1800.00	c   crossover        :       0.74         10          0
1800.05/1800.00	c   guideddiving     :       3.31         80          0
1800.05/1800.00	c   coefdiving       :       3.07         81          0
1800.05/1800.00	c   pscostdiving     :       2.49         81          0
1800.05/1800.00	c   fracdiving       :       3.72         81          0
1800.05/1800.00	c   veclendiving     :       1.98         81          0
1800.05/1800.00	c   linesearchdiving :       1.59         81          0
1800.05/1800.00	c   objpscostdiving  :       2.55         41          0
1800.05/1800.00	c   rootsoldiving    :       2.66         41          0
1800.05/1800.00	c   trivial          :       0.01          2          1
1800.05/1800.00	c   shiftandpropagate:       0.00          0          0
1800.05/1800.00	c   simplerounding   :       2.17     185191          0
1800.05/1800.00	c   zirounding       :       0.42       1000          0
1800.05/1800.00	c   rounding         :       1.25       6047          0
1800.05/1800.00	c   shifting         :       1.32       1914          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.05          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.06          0          0
1800.05/1800.00	c   trysol           :       0.48       1634        210
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.33          0          0       0.00       0.00
1800.05/1800.00	c   dual LP          :    1048.68     303152    6670524      22.00    6360.86
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:      15.22       6137      82011      13.36    5387.16
1800.05/1800.00	c   strong branching :      71.03       9397     438890      46.71    6178.72
1800.05/1800.00	c     (at root node) :          -         33       6678     202.36          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     352087
1800.05/1800.00	c   nodes (total)    :     352087
1800.05/1800.00	c   nodes left       :        647
1800.05/1800.00	c   max depth        :        109
1800.05/1800.00	c   max depth (total):        109
1800.05/1800.00	c   backtracks       :      32316 (9.2%)
1800.05/1800.00	c   delayed cutoffs  :       7946
1800.05/1800.00	c   repropagations   :     832663 (1096797 domain reductions, 7544 cutoffs)
1800.05/1800.00	c   avg switch length:       6.11
1800.05/1800.00	c   switching time   :     133.03
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        243 (33 improvements)
1800.05/1800.00	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 12686 nodes, 191.03 seconds, depth 29, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :        749
1800.05/1800.07	c Time complete: 1800.12.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3447272-1307900484/watcher-3447272-1307900484 -o /var/tmp/evaluation-result-3447272-1307900484/solver-3447272-1307900484 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447272-1307900484.wbo -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: 1.90 1.97 1.92 3/174 28148
/proc/meminfo: memFree=1280512/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=10296 CPUtime=0 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 882464357 10543104 1516 33554432000 4194304 9128323 140736543397488 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28148/statm: 2574 1516 399 1205 0 1365 0

[startup+0.057236 s]
/proc/loadavg: 1.90 1.97 1.92 3/174 28148
/proc/meminfo: memFree=1280512/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=34704 CPUtime=0.04 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 7348 0 0 0 4 0 0 0 25 0 1 0 882464357 35536896 7299 33554432000 4194304 9128323 140736543397488 18446744073709551615 5281176 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 8676 7299 508 1205 0 7467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34704

[startup+0.101228 s]
/proc/loadavg: 1.90 1.97 1.92 3/174 28148
/proc/meminfo: memFree=1280512/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=35728 CPUtime=0.09 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 882464357 36585472 7644 33554432000 4194304 9128323 140736543397488 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.301206 s]
/proc/loadavg: 1.90 1.97 1.92 3/174 28148
/proc/meminfo: memFree=1280512/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=72888 CPUtime=0.29 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 17550 0 0 0 28 1 0 0 18 0 1 0 882464357 74637312 17145 33554432000 4194304 9128323 140736543397488 18446744073709551615 4207617 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 18222 17145 699 1205 0 17013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72888

[startup+0.701128 s]
/proc/loadavg: 1.90 1.97 1.92 3/174 28148
/proc/meminfo: memFree=1280512/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=51512 CPUtime=0.69 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 20980 0 0 0 68 1 0 0 18 0 1 0 882464357 52748288 11855 33554432000 4194304 9128323 140736543397488 18446744073709551615 6311704 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 12878 11855 718 1205 0 11669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51512

[startup+1.50097 s]
/proc/loadavg: 1.90 1.97 1.92 3/175 28149
/proc/meminfo: memFree=1233284/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=56128 CPUtime=1.49 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 22003 0 0 0 147 2 0 0 19 0 1 0 882464357 57475072 12871 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 14032 12871 711 1205 0 12823 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56128

[startup+3.10068 s]
/proc/loadavg: 1.90 1.97 1.92 3/175 28149
/proc/meminfo: memFree=1229492/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=59412 CPUtime=3.09 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 28828 0 0 0 305 4 0 0 24 0 1 0 882464357 60837888 13634 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 14853 13634 731 1205 0 13644 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59412

[startup+6.30109 s]
/proc/loadavg: 1.91 1.97 1.92 3/175 28149
/proc/meminfo: memFree=1228176/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=59412 CPUtime=6.29 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 28832 0 0 0 622 7 0 0 25 0 1 0 882464357 60837888 13638 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 14853 13638 731 1205 0 13644 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59412

[startup+12.7009 s]
/proc/loadavg: 1.91 1.97 1.92 3/175 28150
/proc/meminfo: memFree=1227740/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=60724 CPUtime=12.7 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 29096 0 0 0 1258 12 0 0 25 0 1 0 882464357 62181376 13902 33554432000 4194304 9128323 140736543397488 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 15181 13902 731 1205 0 13972 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 60724

[startup+25.5006 s]
/proc/loadavg: 1.93 1.97 1.92 3/175 28150
/proc/meminfo: memFree=1217700/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=71256 CPUtime=25.49 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 39848 0 0 0 2526 23 0 0 25 0 1 0 882464357 72966144 16489 33554432000 4194304 9128323 140736543397488 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 17814 16489 734 1205 0 16605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71256

[startup+51.1008 s]
/proc/loadavg: 2.04 1.99 1.93 3/175 28151
/proc/meminfo: memFree=1214200/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=74972 CPUtime=51.09 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 46643 0 0 0 5067 42 0 0 25 0 1 0 882464357 76771328 17412 33554432000 4194304 9128323 140736543397488 18446744073709551615 7192212 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 18743 17412 734 1205 0 17534 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74972

[startup+102.306 s]
/proc/loadavg: 2.07 2.00 1.93 3/175 28152
/proc/meminfo: memFree=1204924/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=84596 CPUtime=102.3 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 67310 0 0 0 10148 82 0 0 25 0 1 0 882464357 86626304 19840 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 21149 19840 742 1205 0 19940 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84596

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/175 28154
/proc/meminfo: memFree=1176352/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=113088 CPUtime=162.3 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 92305 0 0 0 16112 118 0 0 25 0 1 0 882464357 115802112 26949 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 28272 26949 742 1205 0 27063 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 113088

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/175 28155
/proc/meminfo: memFree=1167616/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=117408 CPUtime=222.3 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 116912 0 0 0 22075 155 0 0 25 0 1 0 882464357 120225792 28029 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 29352 28029 751 1205 0 28143 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117408

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 28157
/proc/meminfo: memFree=1163092/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=120168 CPUtime=282.3 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 119914 0 0 0 28038 192 0 0 25 0 1 0 882464357 123052032 28790 33554432000 4194304 9128323 140736543397488 18446744073709551615 4808357 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 30042 28790 751 1205 0 28833 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 120168

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 28158
/proc/meminfo: memFree=1156940/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=121724 CPUtime=342.3 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 126089 0 0 0 34003 227 0 0 25 0 1 0 882464357 124645376 29184 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 30431 29184 751 1205 0 29222 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 121724

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 28160
/proc/meminfo: memFree=1153412/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=124288 CPUtime=402.3 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 126708 0 0 0 39967 263 0 0 25 0 1 0 882464357 127270912 29803 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 31072 29803 751 1205 0 29863 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124288

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 28162
/proc/meminfo: memFree=1152480/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=126896 CPUtime=462.31 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 129732 0 0 0 45932 299 0 0 25 0 1 0 882464357 129941504 30450 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 31724 30450 751 1205 0 30515 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 126896

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 28163
/proc/meminfo: memFree=1148340/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=128448 CPUtime=522.31 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 130135 0 0 0 51896 335 0 0 25 0 1 0 882464357 131530752 30853 33554432000 4194304 9128323 140736543397488 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 32112 30853 751 1205 0 30903 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 128448

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 28165
/proc/meminfo: memFree=1150252/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=128632 CPUtime=582.31 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 130181 0 0 0 57864 367 0 0 25 0 1 0 882464357 131719168 30899 33554432000 4194304 9128323 140736543397488 18446744073709551615 7342957 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 32158 30899 751 1205 0 30949 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 128632

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/175 28171
/proc/meminfo: memFree=1141560/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=132620 CPUtime=822.31 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 133510 0 0 0 81724 507 0 0 25 0 1 0 882464357 135802880 31847 33554432000 4194304 9128323 140736543397488 18446744073709551615 4786892 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 33155 31847 751 1205 0 31946 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 132620

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/175 28173
/proc/meminfo: memFree=1140236/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=133856 CPUtime=882.32 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 133780 0 0 0 87686 546 0 0 25 0 1 0 882464357 137068544 32117 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 33464 32117 751 1205 0 32255 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 133856

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28174
/proc/meminfo: memFree=1135336/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=134696 CPUtime=942.32 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 134028 0 0 0 93655 577 0 0 25 0 1 0 882464357 137928704 32365 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 33674 32365 751 1205 0 32465 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 134696

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28176
/proc/meminfo: memFree=1135884/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=135012 CPUtime=1002.33 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 134094 0 0 0 99622 611 0 0 25 0 1 0 882464357 138252288 32431 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 33753 32431 751 1205 0 32544 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 135012

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28178
/proc/meminfo: memFree=1136716/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=137048 CPUtime=1062.33 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 134499 0 0 0 105588 645 0 0 25 0 1 0 882464357 140337152 32836 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 34262 32836 751 1205 0 33053 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 137048

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28179
/proc/meminfo: memFree=1132556/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=138824 CPUtime=1122.33 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 135016 0 0 0 111554 679 0 0 25 0 1 0 882464357 142155776 33353 33554432000 4194304 9128323 140736543397488 18446744073709551615 7192144 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 34706 33353 751 1205 0 33497 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 138824

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28190
/proc/meminfo: memFree=1124940/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=139736 CPUtime=1182.33 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141015 0 0 0 117525 708 0 0 25 0 1 0 882464357 143089664 33595 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 34934 33595 751 1205 0 33725 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 139736

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28191
/proc/meminfo: memFree=1123052/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=139900 CPUtime=1242.33 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141061 0 0 0 123492 741 0 0 25 0 1 0 882464357 143257600 33641 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 34975 33641 751 1205 0 33766 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 139900

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28193
/proc/meminfo: memFree=1123372/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140192 CPUtime=1302.33 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141105 0 0 0 129461 772 0 0 25 0 1 0 882464357 143556608 33685 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35048 33685 751 1205 0 33839 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 140192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28195
/proc/meminfo: memFree=1121700/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140348 CPUtime=1362.34 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141160 0 0 0 135428 806 0 0 25 0 1 0 882464357 143716352 33740 33554432000 4194304 9128323 140736543397488 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35087 33740 751 1205 0 33878 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 140348

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28196
/proc/meminfo: memFree=1119260/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140876 CPUtime=1422.34 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141290 0 0 0 141396 838 0 0 25 0 1 0 882464357 144257024 33870 33554432000 4194304 9128323 140736543397488 18446744073709551615 5321331 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35219 33870 751 1205 0 34010 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 140876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28198
/proc/meminfo: memFree=1118316/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140876 CPUtime=1482.34 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141290 0 0 0 147364 870 0 0 25 0 1 0 882464357 144257024 33870 33554432000 4194304 9128323 140736543397488 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35219 33870 751 1205 0 34010 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 140876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28199
/proc/meminfo: memFree=1116904/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140876 CPUtime=1542.34 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141304 0 0 0 153328 906 0 0 25 0 1 0 882464357 144257024 33884 33554432000 4194304 9128323 140736543397488 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35219 33884 751 1205 0 34010 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 140876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28201
/proc/meminfo: memFree=1112996/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140876 CPUtime=1602.34 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141309 0 0 0 159295 939 0 0 25 0 1 0 882464357 144257024 33889 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35219 33889 751 1205 0 34010 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 140876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 28203
/proc/meminfo: memFree=1112932/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=140876 CPUtime=1662.34 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141310 0 0 0 165262 972 0 0 25 0 1 0 882464357 144257024 33890 33554432000 4194304 9128323 140736543397488 18446744073709551615 5240706 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35219 33890 751 1205 0 34010 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 140876

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/175 28243
/proc/meminfo: memFree=1267856/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=141016 CPUtime=1722.35 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141325 0 0 0 171229 1006 0 0 25 0 1 0 882464357 144400384 33905 33554432000 4194304 9128323 140736543397488 18446744073709551615 4892799 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35254 33905 751 1205 0 34045 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 141016

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/175 28245
/proc/meminfo: memFree=1217296/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=141948 CPUtime=1782.35 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141597 0 0 0 177197 1038 0 0 25 0 1 0 882464357 145354752 34177 33554432000 4194304 9128323 140736543397488 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35487 34177 751 1205 0 34278 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 141948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.02 1.95 3/175 28245
/proc/meminfo: memFree=1211824/32951124 swapFree=67062232/67111528
[pid=28148] ppid=28146 vsize=142428 CPUtime=1800.05 cores=0,2,4,6
/proc/28148/stat : 28148 (scip-2.0.1.4.li) R 28146 28148 27059 0 -1 4202496 141696 0 0 0 178959 1046 0 0 25 0 1 0 882464357 145846272 34276 33554432000 4194304 9128323 140736543397488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28148/statm: 35607 34276 751 1205 0 34398 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 142428

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

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

Child status: 0
Real time (s): 1800.07
CPU time (s): 1800.13
CPU user time (s): 1789.66
CPU system time (s): 10.4744
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 142428

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

runsolver used 2.75258 second user time and 5.44417 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 19:41:24
IDJOB=3447272
IDBENCH=79262
IDSOLVER=1944
FILE ID=node147/3447272-1307900484
RUNJOBID= node147-1307898650-27345
PBS_JOBID= 13559562
Free space on /var/tmp= 2900 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553647--soft-0-100-0.wbo
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 /var/tmp/evaluation-result-3447272-1307900484/watcher-3447272-1307900484 -o /var/tmp/evaluation-result-3447272-1307900484/solver-3447272-1307900484 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447272-1307900484.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 1693c6ddcdda9c3a56f7a1957868c0a9
RANDOM SEED=1261846321

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:       1280940 kB
Buffers:         52564 kB
Cached:       30492488 kB
SwapCached:       9880 kB
Active:       15880452 kB
Inactive:     14842540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1280940 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           12708 kB
Writeback:           0 kB
AnonPages:      175748 kB
Mapped:          13100 kB
Slab:           884384 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   337092 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 /var/tmp at the end= 2888 MiB
End job on node147 at 2011-06-12 20:11:27