Trace number 3447884

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.06 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563801--soft-66-100-0.wbo
MD5SUM8222df718f0c39737e94bfab6b6fa003
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark31.2383
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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-3447884-1307898924.wbo>
0.00/0.02	c original problem has 1158 variables (1158 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.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 166 del conss, 0 add conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.00/0.09	c (round 3) 108 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.08/0.10	c (round 4) 128 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.10	c (round 5) 128 del vars, 235 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1094 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  128 deleted vars, 235 deleted constraints, 0 added constraints, 937 tightened bounds, 0 added holes, 103 changed sides, 0 changed coefficients
0.09/0.14	c  1077 implications, 14 cliques
0.09/0.14	c presolved problem has 1957 variables (1094 bin, 0 int, 863 impl, 0 cont) and 3400 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      72 constraints of type <setppc>
0.09/0.14	c     863 constraints of type <linear>
0.09/0.14	c     863 constraints of type <indicator>
0.09/0.14	c    1601 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.25	o 531
0.19/0.25	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.25	c T 0.3s|     1 |     0 |     0 |     - |9237k|   0 |   - |1957 |4280 |1957 |2537 |   0 |  17 |   0 |      --      | 5.310000e+02 |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |    96 |     - |8836k|   0 |  45 |1957 |4280 |1957 |2537 |   0 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   182 |     - |9534k|   0 |  45 |1957 |4318 |1957 |2544 |   7 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   217 |     - |9847k|   0 |  47 |1957 |4318 |1957 |2555 |  18 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   241 |     - |  10M|   0 |  48 |1957 |4318 |1957 |2563 |  26 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   286 |     - |  10M|   0 |  54 |1957 |4318 |1957 |2567 |  30 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
1.10/1.13	c   1.1s|     1 |     0 |   365 |     - |  10M|   0 |  62 |1957 |4318 |1957 |2571 |  34 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |   388 |     - |  10M|   0 |  60 |1957 |4318 |1957 |2573 |  36 |  17 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
1.99/2.01	c   2.0s|     1 |     2 |  2091 |     - |  10M|   0 |  60 |1957 |4318 |1957 |2573 |  36 |  17 |   9 | 0.000000e+00 | 5.310000e+02 |    Inf 
2.79/2.80	o 344
2.79/2.80	c * 2.8s|     9 |     8 |  3052 | 333.0 |  10M|   8 |   - |1957 |4318 |1957 |2585 |  40 |  17 |  97 | 0.000000e+00 | 3.440000e+02 |    Inf 
4.69/4.70	o 272
4.69/4.70	c * 4.7s|    27 |    16 |  4078 | 141.9 |  11M|  11 |   - |1957 |4321 |1957 |2588 |  47 |  20 | 274 | 0.000000e+00 | 2.720000e+02 |    Inf 
5.30/5.33	o 222
5.30/5.33	c * 5.3s|    42 |    23 |  4449 |  99.0 |  11M|  13 |   - |1957 |4325 |1957 |2581 |  59 |  24 | 380 | 0.000000e+00 | 2.220000e+02 |    Inf 
5.30/5.35	o 216
5.30/5.35	c * 5.4s|    44 |    23 |  4465 |  94.8 |  11M|  13 |   - |1957 |4325 |1957 |2581 |  59 |  24 | 380 | 0.000000e+00 | 2.160000e+02 |    Inf 
5.40/5.40	o 214
5.40/5.40	c * 5.4s|    49 |    24 |  4555 |  86.8 |  11M|  16 |   - |1957 |4328 |1957 |2583 |  61 |  27 | 387 | 0.000000e+00 | 2.140000e+02 |    Inf 
5.40/5.41	o 203
5.40/5.41	c R 5.4s|    50 |    23 |  4572 |  85.4 |  11M|  16 |   - |1957 |4328 |1957 |2583 |  61 |  27 | 387 | 0.000000e+00 | 2.030000e+02 |    Inf 
11.19/11.21	o 156
11.19/11.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.21	c *11.2s|   397 |   111 |  9059 |  21.9 |  13M|  45 |   - |1957 |4622 |1957 |2582 |  81 | 327 |1222 | 0.000000e+00 | 1.560000e+02 |    Inf 
11.19/11.27	o 112
11.19/11.27	c *11.3s|   409 |   107 |  9232 |  21.7 |  13M|  45 |   - |1957 |4633 |1957 |2582 |  82 | 340 |1225 | 0.000000e+00 | 1.120000e+02 |    Inf 
11.39/11.42	o 105
11.39/11.42	c *11.4s|   442 |   108 |  9592 |  20.9 |  13M|  45 |   - |1957 |4656 |1957 |2583 |  84 | 368 |1233 | 0.000000e+00 | 1.050000e+02 |    Inf 
11.39/11.46	o 85
11.39/11.46	c *11.5s|   449 |   103 |  9712 |  20.8 |  13M|  45 |   - |1957 |4657 |1957 |2583 |  86 | 370 |1233 | 0.000000e+00 | 8.500000e+01 |    Inf 
11.39/11.47	o 49
11.39/11.47	c *11.5s|   450 |    78 |  9729 |  20.8 |  13M|  45 |   - |1957 |4657 |1957 |2584 |  89 | 370 |1233 | 0.000000e+00 | 4.900000e+01 |    Inf 
24.10/24.20	o 35
24.10/24.20	c *24.2s|  2956 |   298 | 59391 |  20.0 |  15M|  45 |   - |1957 |4685 |1957 |2584 | 107 |2437 |1641 | 0.000000e+00 | 3.500000e+01 |    Inf 
29.09/29.17	o 17
29.09/29.17	c *29.2s|  4386 |   317 | 82012 |  18.6 |  16M|  45 |   - |1957 |4364 |1957 |2581 | 109 |3512 |1716 | 0.000000e+00 | 1.700000e+01 |    Inf 
35.59/35.61	o 13
35.59/35.61	c *35.6s|  6109 |   435 |115365 |  18.8 |  16M|  48 |   - |1957 |4357 |1957 |2582 | 111 |5035 |1824 | 0.000000e+00 | 1.300000e+01 |    Inf 
46.49/46.53	c  46.5s| 10000 |   445 |176543 |  17.6 |  17M|  54 |   - |1957 |4989 |1957 |2581 | 114 |8043 |1859 | 0.000000e+00 | 1.300000e+01 |    Inf 
75.30/75.34	c  75.3s| 20000 |   554 |339670 |  17.0 |  19M|  60 |  31 |1957 |6795 |1957 |2581 | 114 |  17k|1875 | 0.000000e+00 | 1.300000e+01 |    Inf 
106.50/106.51	c   107s| 30000 |   651 |491548 |  16.4 |  21M|  61 |  43 |1957 |8501 |1957 |2581 | 114 |  25k|2474 | 0.000000e+00 | 1.300000e+01 |    Inf 
121.49/121.53	o 11
121.49/121.53	c * 122s| 35194 |   647 |563541 |  16.0 |  22M|  64 |   - |1957 |7656 |1957 |2581 | 115 |  30k|2687 | 0.000000e+00 | 1.100000e+01 |    Inf 
136.89/136.92	c   137s| 40000 |   636 |644234 |  16.1 |  21M|  64 |   - |1957 |6224 |1957 |2581 | 115 |  34k|2919 | 0.000000e+00 | 1.100000e+01 |    Inf 
166.89/166.93	c   167s| 50000 |   747 |809640 |  16.2 |  24M|  64 |   - |1957 |8481 |1957 |2581 | 115 |  41k|3266 | 0.000000e+00 | 1.100000e+01 |    Inf 
197.50/197.50	c   198s| 60000 |   813 |972705 |  16.2 |  25M|  71 |  37 |1957 |8773 |1957 |2581 | 115 |  49k|3642 | 0.000000e+00 | 1.100000e+01 |    Inf 
227.70/227.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.70/227.76	c   228s| 70000 |   961 |  1130k|  16.1 |  26M|  75 |  23 |1957 |6984 |1957 |2581 | 115 |  58k|4026 | 0.000000e+00 | 1.100000e+01 |    Inf 
231.79/231.81	o 7
231.79/231.81	c * 232s| 71262 |   642 |  1151k|  16.2 |  23M|  75 |   - |1957 |6754 |1957 |2563 | 117 |  59k|4100 | 0.000000e+00 | 7.000000e+00 |    Inf 
258.90/258.91	c   259s| 80000 |   664 |  1292k|  16.2 |  24M|  75 |  26 |1957 |7850 |1957 |2561 | 117 |  71k|4445 | 0.000000e+00 | 7.000000e+00 |    Inf 
289.00/289.09	c   289s| 90000 |   669 |  1452k|  16.1 |  25M|  75 |   - |1957 |  10k|   0 |   0 | 117 |  84k|4704 | 0.000000e+00 | 7.000000e+00 |    Inf 
319.70/319.76	c   320s|100000 |   727 |  1611k|  16.1 |  27M|  75 |  33 |1957 |  12k|1957 |2561 | 117 |  96k|4968 | 0.000000e+00 | 7.000000e+00 |    Inf 
352.01/352.01	c   352s|110000 |   831 |  1781k|  16.2 |  28M|  75 |  30 |1957 |  13k|1957 |2561 | 117 | 110k|5208 | 0.000000e+00 | 7.000000e+00 |    Inf 
385.10/385.17	c   385s|120000 |   836 |  1957k|  16.3 |  29M|  75 |   - |1957 |  16k|1957 |2561 | 117 | 123k|5470 | 0.000000e+00 | 7.000000e+00 |    Inf 
417.00/417.10	c   417s|130000 |   823 |  2121k|  16.3 |  29M|  75 |  18 |1957 |  16k|1957 |2561 | 117 | 136k|5751 | 0.000000e+00 | 7.000000e+00 |    Inf 
450.91/450.91	c   451s|140000 |   827 |  2298k|  16.4 |  30M|  75 |  31 |1957 |  15k|1957 |2561 | 117 | 149k|5933 | 0.000000e+00 | 7.000000e+00 |    Inf 
484.20/484.23	c   484s|150000 |   901 |  2464k|  16.4 |  31M|  75 |   - |1957 |  18k|1957 |2561 | 117 | 162k|6107 | 0.000000e+00 | 7.000000e+00 |    Inf 
515.70/515.77	c   516s|160000 |   950 |  2617k|  16.4 |  33M|  75 |  41 |1957 |  22k|1957 |2561 | 117 | 176k|6329 | 0.000000e+00 | 7.000000e+00 |    Inf 
546.61/546.65	c   547s|170000 |   872 |  2765k|  16.3 |  32M|  75 |   - |1957 |  19k|1957 |2561 | 117 | 189k|6544 | 0.000000e+00 | 7.000000e+00 |    Inf 
579.61/579.64	c   580s|180000 |   877 |  2925k|  16.3 |  34M|  75 |   - |1957 |  22k|   0 |   0 | 118 | 202k|6746 | 0.000000e+00 | 7.000000e+00 |    Inf 
615.11/615.16	c   615s|190000 |   884 |  3092k|  16.3 |  35M|  75 |   - |1957 |  25k|1957 |2561 | 118 | 215k|6899 | 0.000000e+00 | 7.000000e+00 |    Inf 
649.41/649.43	c   649s|200000 |   926 |  3244k|  16.2 |  37M|  75 |   - |1957 |  27k|1957 |2561 | 118 | 229k|7043 | 0.000000e+00 | 7.000000e+00 |    Inf 
683.81/683.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.81/683.85	c   684s|210000 |   883 |  3401k|  16.2 |  37M|  86 |  32 |1957 |  27k|1957 |2561 | 118 | 243k|7196 | 0.000000e+00 | 7.000000e+00 |    Inf 
717.31/717.37	c   717s|220000 |   914 |  3554k|  16.2 |  39M|  86 |  33 |1957 |  31k|1957 |2561 | 119 | 256k|7359 | 0.000000e+00 | 7.000000e+00 |    Inf 
750.11/750.17	c   750s|230000 |   955 |  3703k|  16.1 |  40M|  86 |  30 |1957 |  32k|1957 |2561 | 119 | 271k|7508 | 0.000000e+00 | 7.000000e+00 |    Inf 
773.22/773.23	o 6
773.22/773.23	c * 773s|237170 |   835 |  3804k|  16.0 |  39M|  86 |   - |1957 |  32k|1957 |2562 | 120 | 281k|7640 | 0.000000e+00 | 6.000000e+00 |    Inf 
773.41/773.44	o 5
773.41/773.44	c * 773s|237234 |   778 |  3804k|  16.0 |  37M|  86 |   - |1957 |  31k|1957 |2561 | 120 | 281k|7640 | 0.000000e+00 | 5.000000e+00 |    Inf 
782.71/782.76	c   783s|240000 |   765 |  3848k|  16.0 |  33M|  86 |   - |1957 |  20k|   0 |   0 | 120 | 284k|7648 | 0.000000e+00 | 5.000000e+00 |    Inf 
814.71/814.70	c   815s|250000 |   771 |  4001k|  16.0 |  33M|  86 |  29 |1957 |  20k|1957 |2561 | 120 | 298k|7846 | 0.000000e+00 | 5.000000e+00 |    Inf 
843.31/843.34	c   843s|260000 |   841 |  4134k|  15.9 |  35M|  86 |  26 |1957 |  22k|1957 |2561 | 120 | 311k|7984 | 0.000000e+00 | 5.000000e+00 |    Inf 
875.52/875.60	c   876s|270000 |   844 |  4290k|  15.9 |  35M|  86 |   - |1957 |  23k|1957 |2561 | 120 | 324k|8134 | 0.000000e+00 | 5.000000e+00 |    Inf 
906.61/906.63	c   907s|280000 |   900 |  4436k|  15.8 |  37M|  86 |   - |1957 |  27k|1957 |2561 | 120 | 338k|8257 | 0.000000e+00 | 5.000000e+00 |    Inf 
939.81/939.82	c   940s|290000 |   809 |  4591k|  15.8 |  36M|  86 |   - |1957 |  26k|   0 |   0 | 120 | 351k|8373 | 0.000000e+00 | 5.000000e+00 |    Inf 
971.51/971.54	c   972s|300000 |   839 |  4739k|  15.8 |  38M|  86 |   - |1957 |  30k|   0 |   0 | 120 | 365k|8484 | 0.000000e+00 | 5.000000e+00 |    Inf 
1003.71/1003.74	c  1004s|310000 |   857 |  4884k|  15.8 |  39M|  86 |   - |1957 |  31k|1957 |2561 | 120 | 378k|8652 | 0.000000e+00 | 5.000000e+00 |    Inf 
1035.52/1035.50	c  1035s|320000 |   910 |  5023k|  15.7 |  40M|  86 |  47 |1957 |  31k|1957 |2561 | 120 | 392k|8813 | 0.000000e+00 | 5.000000e+00 |    Inf 
1068.92/1068.97	c  1069s|330000 |   983 |  5171k|  15.7 |  39M|  86 |  30 |1957 |  28k|1957 |2561 | 121 | 405k|8919 | 0.000000e+00 | 5.000000e+00 |    Inf 
1101.92/1101.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.92/1101.97	c  1102s|340000 |  1020 |  5318k|  15.6 |  39M|  86 |   - |1957 |  27k|1957 |2561 | 121 | 420k|9007 | 0.000000e+00 | 5.000000e+00 |    Inf 
1134.81/1134.83	c  1135s|350000 |  1229 |  5470k|  15.6 |  40M|  89 |  36 |1957 |  26k|1957 |2561 | 121 | 434k|9138 | 0.000000e+00 | 5.000000e+00 |    Inf 
1167.52/1167.54	c  1168s|360000 |  1369 |  5621k|  15.6 |  41M|  90 |   - |1957 |  26k|1957 |2561 | 121 | 448k|9274 | 0.000000e+00 | 5.000000e+00 |    Inf 
1198.42/1198.41	c  1198s|370000 |  1493 |  5763k|  15.6 |  42M|  90 |   - |1957 |  27k|   0 |   0 | 121 | 463k|9404 | 0.000000e+00 | 5.000000e+00 |    Inf 
1229.12/1229.12	c  1229s|380000 |  1394 |  5905k|  15.5 |  42M|  90 |   - |1957 |  27k|1957 |2561 | 121 | 477k|9469 | 0.000000e+00 | 5.000000e+00 |    Inf 
1259.43/1259.41	c  1259s|390000 |  1328 |  6043k|  15.5 |  42M|  90 |  21 |1957 |  28k|1957 |2561 | 121 | 492k|9596 | 0.000000e+00 | 5.000000e+00 |    Inf 
1291.13/1291.13	c  1291s|400000 |  1246 |  6189k|  15.5 |  41M|  90 |   - |1957 |  27k|1957 |2561 | 121 | 506k|9749 | 0.000000e+00 | 5.000000e+00 |    Inf 
1321.32/1321.37	c  1321s|410000 |  1184 |  6328k|  15.4 |  41M|  90 |   - |1957 |  27k|1957 |2561 | 121 | 521k|9815 | 0.000000e+00 | 5.000000e+00 |    Inf 
1352.32/1352.38	c  1352s|420000 |  1275 |  6470k|  15.4 |  41M|  90 |  31 |1957 |  26k|1957 |2561 | 121 | 535k|9883 | 0.000000e+00 | 5.000000e+00 |    Inf 
1384.63/1384.68	c  1385s|430000 |  1361 |  6619k|  15.4 |  42M|  90 |  27 |1957 |  27k|1957 |2561 | 121 | 549k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1417.53/1417.57	c  1418s|440000 |  1283 |  6767k|  15.4 |  42M|  90 |  34 |1957 |  27k|1957 |2561 | 121 | 564k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1449.02/1449.01	c  1449s|450000 |  1192 |  6906k|  15.3 |  41M|  90 |   - |1957 |  27k|1957 |2561 | 121 | 579k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1480.53/1480.58	c  1481s|460000 |  1088 |  7046k|  15.3 |  40M|  90 |  31 |1957 |  26k|1957 |2561 | 121 | 593k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1510.93/1510.91	c  1511s|470000 |  1101 |  7185k|  15.3 |  41M|  90 |  20 |1957 |  27k|1957 |2561 | 121 | 607k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1541.23/1541.21	c  1541s|480000 |  1033 |  7321k|  15.3 |  40M|  90 |  42 |1957 |  27k|1957 |2561 | 121 | 620k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1572.83/1572.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1572.83/1572.88	c  1573s|490000 |  1004 |  7467k|  15.2 |  40M|  90 |   - |1957 |  26k|1957 |2561 | 121 | 634k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1602.74/1602.73	c  1603s|500000 |  1015 |  7607k|  15.2 |  39M|  90 |  33 |1957 |  24k|1957 |2561 | 121 | 647k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1633.54/1633.52	c  1634s|510000 |   919 |  7751k|  15.2 |  37M|  90 |  24 |1957 |  21k|1957 |2561 | 121 | 661k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1664.93/1664.98	c  1665s|520000 |   966 |  7903k|  15.2 |  37M|  90 |  36 |1957 |  20k|1957 |2561 | 121 | 675k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1695.63/1695.61	c  1696s|530000 |   880 |  8049k|  15.2 |  37M|  90 |  44 |1957 |  19k|1957 |2561 | 121 | 688k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1725.94/1725.90	c  1726s|540000 |   938 |  8192k|  15.2 |  39M|  90 |  31 |1957 |  23k|1957 |2561 | 121 | 701k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1756.54/1756.59	c  1757s|550000 |   779 |  8336k|  15.2 |  34M|  90 |   - |1957 |  17k|   0 |   0 | 121 | 714k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1787.24/1787.29	c  1787s|560000 |   736 |  8485k|  15.2 |  34M|  90 |  37 |1957 |  18k|1957 |2561 | 121 | 727k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 564305
1800.03/1800.00	c Primal Bound       : +5.00000000000000e+00 (95 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/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.03/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.00	v -x104 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.03/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 
1800.03/1800.00	v -x54 -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.03/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.03/1800.00	v -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.12 (included in solving)
1800.03/1800.00	c   reading          :       0.02 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447884-1307898924.wbo
1800.03/1800.00	c   Variables        : 1158 (1158 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447884-1307898924.wbo
1800.03/1800.00	c   Variables        : 1957 (1094 binary, 0 integer, 863 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 3400 initial, 33052 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00         64          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00         64          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0         10          0          0          0
1800.03/1800.00	c   linear           :       0.06          0          0          0        937          0        161          0        103          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0         64          0          0          0
1800.03/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -       1662          -          -       1662          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     292564          0        442          0        542       3612          0          0     579318
1800.03/1800.00	c   varbound         :          0+         6    2665847        101          2          0       5304          2     369155        100          0          0
1800.03/1800.00	c   knapsack         :          1          6    2662830          7          2        439     658655      11542    4095932          0          0          0
1800.03/1800.00	c   setppc           :         72          6    2660332          5          2        434    3213671      22087    2315395          0          0          0
1800.03/1800.00	c   linear           :        863+         7    2638497          8          2        426    2814080      26961    2464864          0          0          0
1800.03/1800.00	c   indicator        :        863          0    2605920        101          2        426       5095          0      19053          0          0          0
1800.03/1800.00	c   logicor          :       1601+         6    1283812         17          2         78    4216810      50495    3956583          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0     305586          0          0          0        148         13        225          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0         17          2         80          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      65.22       0.00       0.00      65.21       0.00       0.01       0.00
1800.03/1800.00	c   varbound         :       2.64       0.00       2.63       0.00       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :      12.08       0.00      11.40       0.00       0.00       0.00       0.67
1800.03/1800.00	c   setppc           :      14.97       0.00      14.14       0.00       0.00       0.00       0.82
1800.03/1800.00	c   linear           :      30.18       0.00      28.65       0.00       0.00       0.05       1.48
1800.03/1800.00	c   indicator        :       3.55       0.01       3.37       0.00       0.00       0.17       0.00
1800.03/1800.00	c   logicor          :     151.42       0.00     147.71       0.00       0.00       0.01       3.69
1800.03/1800.00	c   bounddisjunction :       1.41       0.00       1.41       0.00       0.00       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :      72346       1856         11     131738
1800.03/1800.00	c   rootredcost      :         18          0          0        831
1800.03/1800.00	c   pseudoobj        :    2674417       6976        737     367596
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       5.59       5.59       0.00
1800.03/1800.00	c   rootredcost      :       0.44       0.44       0.00
1800.03/1800.00	c   pseudoobj        :      36.43      36.37       0.07
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       5.98     111848     111724     622803       34.4       3566       27.2          -
1800.03/1800.00	c   infeasible LP    :      30.10     161524     161509    1093545       43.8       2813       15.3          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          6          6         16       17.4          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     733209       35.7          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -         56          -    (maximal pool size: 429)
1800.03/1800.00	c   redcost          :      10.38     295990          0     215268          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.44          6          0          0       1002          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.37          6          0          0       1809          0
1800.03/1800.00	c   cmir             :       0.07          6          0          0          3          0
1800.03/1800.00	c   flowcover        :       0.06          6          0          0          4          0
1800.03/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.12          1          0          0          0         38
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      65.00     292462        542       3612          0          0     579318
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.01          -         17
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   oneopt           :       0.26         17          0
1800.03/1800.00	c   feaspump         :       0.23          1          0
1800.03/1800.00	c   crossover        :       0.63         12          0
1800.03/1800.00	c   objpscostdiving  :       0.34         35          0
1800.03/1800.00	c   rootsoldiving    :       0.81         35          0
1800.03/1800.00	c   coefdiving       :       1.14         70          0
1800.03/1800.00	c   veclendiving     :       1.71         70          0
1800.03/1800.00	c   guideddiving     :       1.06         70          0
1800.03/1800.00	c   pscostdiving     :       0.80         70          0
1800.03/1800.00	c   fracdiving       :       1.43         70          0
1800.03/1800.00	c   linesearchdiving :       0.71         70          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.11          1          1
1800.03/1800.00	c   simplerounding   :       0.46     294124          0
1800.03/1800.00	c   zirounding       :       7.10        236          0
1800.03/1800.00	c   rounding         :       2.88      26033          1
1800.03/1800.00	c   shifting         :       0.91       2397          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.06          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.09          0          0
1800.03/1800.00	c   trysol           :       0.18        327         76
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :    1136.61     469192    8506677      18.13    7484.26
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       6.35       4170      40227       9.65    6333.98
1800.03/1800.00	c   strong branching :      60.98      11398     448056      39.31    7347.20
1800.03/1800.00	c     (at root node) :          -          9       3183     353.67          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     564305
1800.03/1800.00	c   nodes (total)    :     564305
1800.03/1800.00	c   nodes left       :        755
1800.03/1800.00	c   max depth        :         90
1800.03/1800.00	c   max depth (total):         90
1800.03/1800.00	c   backtracks       :      63208 (11.2%)
1800.03/1800.00	c   delayed cutoffs  :      13704
1800.03/1800.00	c   repropagations   :    1077123 (1684215 domain reductions, 13320 cutoffs)
1800.03/1800.00	c   avg switch length:       5.49
1800.03/1800.00	c   switching time   :     139.61
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :         95 (19 improvements)
1800.03/1800.00	c   First Solution   : +5.31000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 888, found by <shiftandpropagate>)
1800.03/1800.00	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 237234 nodes, 773.44 seconds, depth 43, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :        388

Verifier Data

OK	5

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 /tmp/evaluation-result-3447884-1307898924/watcher-3447884-1307898924 -o /tmp/evaluation-result-3447884-1307898924/solver-3447884-1307898924 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447884-1307898924.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 4/176 15074
/proc/meminfo: memFree=2818904/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=10340 CPUtime=0 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 1568 0 0 0 0 0 0 0 19 0 1 0 20637233 10588160 1521 33554432000 4194304 9128323 140736139286272 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15072/statm: 2585 1521 399 1205 0 1376 0

[startup+0.0938069 s]
/proc/loadavg: 1.00 1.00 1.00 4/176 15074
/proc/meminfo: memFree=2818904/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=28140 CPUtime=0.08 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 6052 0 0 0 8 0 0 0 19 0 1 0 20637233 28815360 5746 33554432000 4194304 9128323 140736139286272 18446744073709551615 6889762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 7035 5746 528 1205 0 5826 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28140

[startup+0.100802 s]
/proc/loadavg: 1.00 1.00 1.00 4/176 15074
/proc/meminfo: memFree=2818904/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=28424 CPUtime=0.09 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 6130 0 0 0 9 0 0 0 20 0 1 0 20637233 29106176 5824 33554432000 4194304 9128323 140736139286272 18446744073709551615 4336761 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 7106 5824 541 1205 0 5897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28424

[startup+0.300771 s]
/proc/loadavg: 1.00 1.00 1.00 4/176 15074
/proc/meminfo: memFree=2818904/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=35916 CPUtime=0.29 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 8457 0 0 0 28 1 0 0 20 0 1 0 20637233 36777984 7985 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 8979 7985 689 1205 0 7770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35916

[startup+0.700699 s]
/proc/loadavg: 1.00 1.00 1.00 4/176 15074
/proc/meminfo: memFree=2818904/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=58472 CPUtime=0.69 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 14209 0 0 0 67 2 0 0 21 0 1 0 20637233 59875328 13381 33554432000 4194304 9128323 140736139286272 18446744073709551615 6294374 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 14618 13381 738 1205 0 13409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58472

[startup+1.5005 s]
/proc/loadavg: 1.00 1.00 1.00 4/178 15076
/proc/meminfo: memFree=2715528/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=58472 CPUtime=1.49 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 14216 0 0 0 146 3 0 0 23 0 1 0 20637233 59875328 13388 33554432000 4194304 9128323 140736139286272 18446744073709551615 7315717 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 14618 13388 741 1205 0 13409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58472

[startup+3.10028 s]
/proc/loadavg: 1.08 1.02 1.01 4/178 15076
/proc/meminfo: memFree=2712428/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=58476 CPUtime=3.09 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 15303 0 0 0 303 6 0 0 25 0 1 0 20637233 59879424 13738 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 14619 13738 752 1205 0 13410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58476

[startup+6.30071 s]
/proc/loadavg: 1.08 1.02 1.01 4/178 15076
/proc/meminfo: memFree=2711700/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=58476 CPUtime=6.29 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 15306 0 0 0 612 17 0 0 25 0 1 0 20637233 59879424 13741 33554432000 4194304 9128323 140736139286272 18446744073709551615 7342479 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 14619 13741 755 1205 0 13410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58476

[startup+12.7006 s]
/proc/loadavg: 1.22 1.05 1.02 3/178 15076
/proc/meminfo: memFree=2711684/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=58476 CPUtime=12.69 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 16607 0 0 0 1235 34 0 0 25 0 1 0 20637233 59879424 13749 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 14619 13749 757 1205 0 13410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58476

[startup+25.5003 s]
/proc/loadavg: 1.34 1.08 1.02 3/178 15077
/proc/meminfo: memFree=2711088/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=60104 CPUtime=25.49 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 20549 0 0 0 2487 62 0 0 25 0 1 0 20637233 61546496 14143 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 15026 14143 757 1205 0 13817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60104

[startup+51.1008 s]
/proc/loadavg: 1.56 1.15 1.05 4/178 15078
/proc/meminfo: memFree=2693696/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=59252 CPUtime=51.09 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 34058 0 0 0 4981 128 0 0 25 0 1 0 20637233 60674048 13936 33554432000 4194304 9128323 140736139286272 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 14813 13936 757 1205 0 13604 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59252

[startup+102.307 s]
/proc/loadavg: 1.82 1.29 1.10 4/178 15079
/proc/meminfo: memFree=2688788/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=63168 CPUtime=102.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 39454 0 0 0 9971 259 0 0 25 0 1 0 20637233 64684032 14903 33554432000 4194304 9128323 140736139286272 18446744073709551615 7205381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 15792 14903 757 1205 0 14583 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63168

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.15 4/178 15080
/proc/meminfo: memFree=2685132/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=67348 CPUtime=162.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 52606 0 0 0 15817 413 0 0 25 0 1 0 20637233 68964352 15938 33554432000 4194304 9128323 140736139286272 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 16837 15938 757 1205 0 15628 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67348

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 4/178 15082
/proc/meminfo: memFree=2680856/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=69780 CPUtime=222.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 54629 0 0 0 21662 568 0 0 25 0 1 0 20637233 71454720 16566 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 17445 16566 757 1205 0 16236 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69780

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.25 4/178 15084
/proc/meminfo: memFree=2680792/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=71704 CPUtime=282.29 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 67570 0 0 0 27504 725 0 0 25 0 1 0 20637233 73424896 17042 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 17926 17042 757 1205 0 16717 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 71704

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.30 4/178 15086
/proc/meminfo: memFree=2676388/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=74432 CPUtime=342.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 69617 0 0 0 33350 880 0 0 25 0 1 0 20637233 76218368 17729 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 18608 17729 757 1205 0 17399 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74432

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.34 4/178 15087
/proc/meminfo: memFree=2666760/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=77820 CPUtime=402.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 72026 0 0 0 39198 1032 0 0 25 0 1 0 20637233 79687680 18574 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 19455 18574 757 1205 0 18246 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 77820

[startup+462.301 s]
/proc/loadavg: 2.09 1.81 1.39 3/178 15088
/proc/meminfo: memFree=2661856/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=79272 CPUtime=462.31 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 72380 0 0 0 45049 1182 0 0 25 0 1 0 20637233 81174528 18927 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 19818 18927 757 1205 0 18609 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 79272

[startup+522.3 s]
/proc/loadavg: 2.03 1.84 1.42 3/178 15090
/proc/meminfo: memFree=2658076/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=81696 CPUtime=522.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 72980 0 0 0 50916 1314 0 0 25 0 1 0 20637233 83656704 19527 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 20424 19527 757 1205 0 19215 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 81696

[startup+582.301 s]
/proc/loadavg: 2.01 1.87 1.46 3/178 15092
/proc/meminfo: memFree=2657132/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=82312 CPUtime=582.3 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 74708 0 0 0 56780 1450 0 0 25 0 1 0 20637233 84287488 19710 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 20578 19710 757 1205 0 19369 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 82312

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 1.93 1.57 4/178 15098
/proc/meminfo: memFree=2646680/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=90188 CPUtime=822.31 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 88311 0 0 0 80259 1972 0 0 25 0 1 0 20637233 92352512 21676 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 22547 21676 757 1205 0 21338 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 90188

[startup+882.301 s]
/proc/loadavg: 2.00 1.94 1.59 4/178 15100
/proc/meminfo: memFree=2645864/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=90336 CPUtime=882.31 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 89880 0 0 0 86120 2111 0 0 25 0 1 0 20637233 92504064 21713 33554432000 4194304 9128323 140736139286272 18446744073709551615 5984604 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 22584 21713 757 1205 0 21375 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 90336

[startup+942.3 s]
/proc/loadavg: 2.00 1.95 1.61 3/178 15102
/proc/meminfo: memFree=2644192/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=91080 CPUtime=942.32 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 94202 0 0 0 91984 2248 0 0 25 0 1 0 20637233 93265920 21904 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 22770 21904 757 1205 0 21561 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 91080

[startup+1002.3 s]
/proc/loadavg: 2.13 1.99 1.65 4/178 15103
/proc/meminfo: memFree=2642760/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=91828 CPUtime=1002.32 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 94375 0 0 0 97859 2373 0 0 25 0 1 0 20637233 94031872 22077 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 22957 22077 757 1205 0 21748 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 91828

[startup+1062.3 s]
/proc/loadavg: 2.05 1.99 1.67 3/178 15104
/proc/meminfo: memFree=2638584/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=93404 CPUtime=1062.32 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 94670 0 0 0 103733 2499 0 0 25 0 1 0 20637233 95645696 22372 33554432000 4194304 9128323 140736139286272 18446744073709551615 6581710 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23351 22372 757 1205 0 22142 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 93404

[startup+1122.3 s]
/proc/loadavg: 2.02 1.99 1.68 4/178 15106
/proc/meminfo: memFree=2637904/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=93556 CPUtime=1122.32 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 96308 0 0 0 109600 2632 0 0 25 0 1 0 20637233 95801344 22458 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23389 22458 757 1205 0 22180 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 93556

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.70 3/178 15146
/proc/meminfo: memFree=2516328/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=95048 CPUtime=1182.32 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 96662 0 0 0 115471 2761 0 0 25 0 1 0 20637233 97329152 22810 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23762 22810 757 1205 0 22553 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 95048

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.72 3/178 15148
/proc/meminfo: memFree=2444568/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=95512 CPUtime=1242.32 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 96808 0 0 0 121374 2858 0 0 25 0 1 0 20637233 97804288 22956 33554432000 4194304 9128323 140736139286272 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23878 22956 757 1205 0 22669 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 95512

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/178 15149
/proc/meminfo: memFree=2439632/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=95676 CPUtime=1302.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 96828 0 0 0 127276 2957 0 0 25 0 1 0 20637233 97972224 22976 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23919 22976 757 1205 0 22710 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 95676

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 15150
/proc/meminfo: memFree=2435988/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=95972 CPUtime=1362.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 96910 0 0 0 133176 3057 0 0 25 0 1 0 20637233 98275328 23058 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23993 23058 757 1205 0 22784 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 95972

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.76 3/178 15152
/proc/meminfo: memFree=2435564/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=95972 CPUtime=1422.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 96918 0 0 0 139080 3153 0 0 25 0 1 0 20637233 98275328 23066 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 23993 23066 757 1205 0 22784 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 95972

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/178 15154
/proc/meminfo: memFree=2435256/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=96732 CPUtime=1482.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100089 0 0 0 144982 3251 0 0 25 0 1 0 20637233 99053568 23249 33554432000 4194304 9128323 140736139286272 18446744073709551615 4207151 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 24183 23249 757 1205 0 22974 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 96732

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/178 15156
/proc/meminfo: memFree=2436196/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=96864 CPUtime=1542.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100118 0 0 0 150877 3356 0 0 25 0 1 0 20637233 99188736 23278 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 24216 23278 757 1205 0 23007 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 96864

[startup+1602.3 s]
/proc/loadavg: 2.03 2.00 1.80 3/178 15157
/proc/meminfo: memFree=2434532/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=97532 CPUtime=1602.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100269 0 0 0 156778 3455 0 0 25 0 1 0 20637233 99872768 23428 33554432000 4194304 9128323 140736139286272 18446744073709551615 6524887 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 24383 23428 757 1205 0 23174 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 97532

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.81 3/178 15158
/proc/meminfo: memFree=2433480/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=97532 CPUtime=1662.33 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100281 0 0 0 162675 3558 0 0 25 0 1 0 20637233 99872768 23440 33554432000 4194304 9128323 140736139286272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 24383 23440 757 1205 0 23174 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 97532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 15160
/proc/meminfo: memFree=2431808/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=97532 CPUtime=1722.34 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100292 0 0 0 168568 3666 0 0 25 0 1 0 20637233 99872768 23451 33554432000 4194304 9128323 140736139286272 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 24383 23451 757 1205 0 23174 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 97532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/178 15162
/proc/meminfo: memFree=2431020/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=97968 CPUtime=1782.34 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100372 0 0 0 174458 3776 0 0 25 0 1 0 20637233 100319232 23531 33554432000 4194304 9128323 140736139286272 18446744073709551615 5234401 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15072/statm: 24492 23531 757 1205 0 23283 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 97968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.83 3/178 15162
/proc/meminfo: memFree=2430996/32950928 swapFree=67111364/67111528
[pid=15072] ppid=15070 vsize=97968 CPUtime=1800.04 cores=1,3,5,7
/proc/15072/stat : 15072 (scip-2.0.1.4.li) R 15070 15072 13995 0 -1 4202496 100400 0 0 0 176198 3806 0 0 25 0 1 0 20637233 100319232 23559 33554432000 4194304 9128323 140736139286272 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15072/statm: 24492 23559 759 1205 0 23283 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 97968

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.01
CPU time (s): 1800.06
CPU user time (s): 1761.98
CPU system time (s): 38.0712
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 97968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.98
system time used= 38.0712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100400
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= 6
involuntary context switches= 2299

runsolver used 2.53661 second user time and 6.70898 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-12 19:15:24
IDJOB=3447884
IDBENCH=78981
IDSOLVER=1944
FILE ID=node124/3447884-1307898924
RUNJOBID= node124-1307898924-15048
PBS_JOBID= 13559582
Free space on /tmp= 2092 MiB

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

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

MD5SUM BENCH= 8222df718f0c39737e94bfab6b6fa003
RANDOM SEED=1323673298

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2819768 kB
Buffers:         56812 kB
Cached:       29093840 kB
SwapCached:          0 kB
Active:       14519452 kB
Inactive:     14693124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2819768 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           24564 kB
Writeback:           0 kB
AnonPages:       62100 kB
Mapped:          15784 kB
Slab:           855532 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184816 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= 2064 MiB
End job on node124 at 2011-06-12 19:45:26