Trace number 3447713

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.1900574864--soft-66-100-0.wbo
MD5SUM8675827de7240d8277488879d51bec75
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark20.7358
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 constraints925
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 46664
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46663
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-3447713-1307897181.wbo>
0.00/0.02	c original problem has 1156 variables (1156 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, 218 impls, 14 clqs
0.06/0.07	c (round 2) 0 del vars, 158 del conss, 0 add conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 14 clqs
0.06/0.08	c (round 3) 90 del vars, 158 del conss, 0 add conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 1715 upgd conss, 218 impls, 14 clqs
0.06/0.09	c (round 4) 90 del vars, 218 del conss, 0 add conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 1715 upgd conss, 218 impls, 14 clqs
0.09/0.13	c    (0.1s) probing: 101/1111 (9.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (5 rounds):
0.09/0.13	c  90 deleted vars, 218 deleted constraints, 0 added constraints, 925 tightened bounds, 0 added holes, 45 changed sides, 0 changed coefficients
0.09/0.13	c  1098 implications, 14 cliques
0.09/0.13	c presolved problem has 1991 variables (1111 bin, 0 int, 880 impl, 0 cont) and 3415 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      63 constraints of type <setppc>
0.09/0.13	c     880 constraints of type <linear>
0.09/0.13	c     880 constraints of type <indicator>
0.09/0.13	c    1591 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	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   0.2s|     1 |     0 |   107 |     - |8319k|   0 |  49 |1991 |4322 |1991 |2535 |   0 |  27 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.82	o 44621
0.79/0.82	c y 0.8s|     1 |     0 |  6094 |     - |8447k|   0 |  49 |1991 |4322 |1991 |2535 |   0 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
1.09/1.10	c   1.1s|     1 |     0 |  6397 |     - |9290k|   0 |  46 |1991 |4323 |1991 |2544 |   9 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
1.19/1.29	c   1.3s|     1 |     0 |  6611 |     - |9940k|   0 |  55 |1991 |4323 |1991 |2563 |  28 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
1.39/1.41	c   1.4s|     1 |     0 |  6640 |     - |  10M|   0 |  56 |1991 |4323 |1991 |2571 |  36 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
1.59/1.67	c   1.7s|     1 |     0 |  6667 |     - |  11M|   0 |  59 |1991 |4323 |1991 |2576 |  41 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
1.89/1.95	c   2.0s|     1 |     0 |  6697 |     - |  11M|   0 |  59 |1991 |4323 |1991 |2581 |  46 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
2.19/2.23	c   2.2s|     1 |     0 |  6716 |     - |  11M|   0 |  62 |1991 |4323 |1991 |2583 |  48 |  27 |   0 | 0.000000e+00 | 4.462100e+04 |    Inf 
2.59/2.67	c   2.7s|     1 |     2 |  6716 |     - |  11M|   0 |  62 |1991 |4323 |1991 |2583 |  48 |  27 |   9 | 0.000000e+00 | 4.462100e+04 |    Inf 
3.39/3.41	o 422
3.39/3.41	c * 3.4s|    11 |    10 |  7700 |  98.4 |  11M|  10 |   - |1991 |4323 |1991 |2595 |  56 |  27 | 110 | 0.000000e+00 | 4.220000e+02 |    Inf 
3.89/3.98	o 370
3.89/3.98	c * 4.0s|    53 |    18 |  8142 |  27.4 |  12M|  24 |   - |1991 |4369 |1991 |2587 |  61 |  73 | 204 | 0.000000e+00 | 3.700000e+02 |    Inf 
5.09/5.18	o 318
5.09/5.18	c * 5.2s|   110 |    43 |  9089 |  21.8 |  13M|  31 |   - |1991 |4409 |1991 |2588 |  67 | 113 | 402 | 0.000000e+00 | 3.180000e+02 |    Inf 
5.19/5.23	o 237
5.19/5.23	c * 5.2s|   112 |    36 |  9242 |  22.8 |  13M|  31 |   - |1991 |4409 |1991 |2588 |  68 | 113 | 409 | 0.000000e+00 | 2.370000e+02 |    Inf 
8.09/8.16	o 221
8.09/8.16	c * 8.2s|   406 |    99 | 12921 |  15.3 |  14M|  31 |   - |1991 |4660 |1991 |2591 |  90 | 366 | 880 | 0.000000e+00 | 2.210000e+02 |    Inf 
8.70/8.71	o 141
8.70/8.71	c * 8.7s|   461 |    96 | 13657 |  15.1 |  15M|  31 |   - |1991 |4715 |1991 |2577 | 113 | 425 | 965 | 0.000000e+00 | 1.410000e+02 |    Inf 
8.89/8.92	o 139
8.89/8.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.92	c * 8.9s|   539 |    98 | 13994 |  13.5 |  15M|  36 |   - |1991 |4820 |1991 |2562 | 117 | 536 | 974 | 0.000000e+00 | 1.390000e+02 |    Inf 
8.89/8.92	o 129
8.89/8.92	c * 8.9s|   540 |    97 | 13994 |  13.5 |  15M|  36 |   - |1991 |4820 |1991 |2561 | 117 | 536 | 974 | 0.000000e+00 | 1.290000e+02 |    Inf 
9.39/9.46	o 126
9.39/9.46	c * 9.5s|   625 |   109 | 14849 |  13.0 |  16M|  36 |   - |1991 |4904 |1991 |2588 | 118 | 639 |1051 | 0.000000e+00 | 1.260000e+02 |    Inf 
9.59/9.61	o 122
9.59/9.61	c * 9.6s|   655 |   110 | 15089 |  12.8 |  16M|  36 |   - |1991 |4930 |1991 |2592 | 123 | 676 |1070 | 0.000000e+00 | 1.220000e+02 |    Inf 
10.29/10.34	o 108
10.29/10.34	c *10.3s|   708 |   122 | 15913 |  13.0 |  16M|  36 |   - |1991 |4959 |1991 |2561 | 129 | 727 |1190 | 0.000000e+00 | 1.080000e+02 |    Inf 
10.59/10.64	o 104
10.59/10.64	c *10.6s|   806 |   121 | 16423 |  12.1 |  17M|  36 |   - |1991 |5035 |1991 |2558 | 144 | 828 |1200 | 0.000000e+00 | 1.040000e+02 |    Inf 
15.69/15.75	o 98
15.69/15.75	c g15.8s|  1920 |   261 | 27886 |  11.0 |  18M|  51 |   - |1991 |5424 |1991 |2563 | 231 |1962 |1630 | 0.000000e+00 | 9.800000e+01 |    Inf 
16.59/16.67	o 73
16.59/16.67	c *16.7s|  2080 |   277 | 30644 |  11.5 |  19M|  51 |   - |1991 |5417 |1991 |2575 | 275 |2167 |1667 | 0.000000e+00 | 7.300000e+01 |    Inf 
23.09/23.14	o 59
23.09/23.14	c *23.1s|  3780 |   508 | 53020 |  12.3 |  21M|  51 |   - |1991 |5193 |1991 |2591 | 371 |3988 |1771 | 0.000000e+00 | 5.900000e+01 |    Inf 
24.19/24.23	o 44
24.19/24.23	c *24.2s|  4019 |   511 | 57611 |  12.7 |  21M|  51 |   - |1991 |4904 |1991 |2591 | 379 |4237 |1777 | 0.000000e+00 | 4.400000e+01 |    Inf 
24.79/24.82	o 36
24.79/24.82	c *24.8s|  4139 |   489 | 60192 |  12.9 |  20M|  51 |   - |1991 |4380 |1991 |2558 | 385 |4367 |1782 | 0.000000e+00 | 3.600000e+01 |    Inf 
24.90/24.92	o 32
24.90/24.92	c *24.9s|  4165 |   487 | 60611 |  12.9 |  20M|  51 |   - |1991 |4190 |1991 |2558 | 392 |4395 |1783 | 0.000000e+00 | 3.200000e+01 |    Inf 
24.90/24.96	o 31
24.90/24.96	c *25.0s|  4181 |   482 | 60752 |  12.9 |  20M|  51 |   - |1991 |4089 |1991 |2558 | 392 |4418 |1783 | 0.000000e+00 | 3.100000e+01 |    Inf 
28.09/28.11	o 28
28.09/28.11	c *28.1s|  5039 |   438 | 74789 |  13.5 |  20M|  51 |   - |1991 |4177 |1991 |2590 | 406 |5396 |1813 | 0.000000e+00 | 2.800000e+01 |    Inf 
28.99/29.05	o 20
28.99/29.05	c *29.0s|  5294 |   384 | 79305 |  13.7 |  20M|  51 |   - |1991 |4158 |1991 |2588 | 419 |5664 |1821 | 0.000000e+00 | 2.000000e+01 |    Inf 
29.89/29.97	o 16
29.89/29.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.89/29.97	c *30.0s|  5545 |   362 | 84118 |  14.0 |  19M|  51 |   - |1991 |4026 |1991 |2558 | 421 |5910 |1829 | 0.000000e+00 | 1.600000e+01 |    Inf 
43.49/43.53	c  43.5s| 10000 |   497 |154802 |  14.8 |  22M|  51 |   - |1991 |6564 |1991 |2587 | 450 |  11k|1858 | 0.000000e+00 | 1.600000e+01 |    Inf 
46.20/46.21	o 1
46.20/46.21	c *46.2s| 10817 |   172 |168566 |  15.0 |  19M|  51 |   - |1991 |7213 |1991 |2588 | 452 |  12k|1859 | 0.000000e+00 | 1.000000e+00 |    Inf 
70.19/70.25	c  70.2s| 20000 |   232 |290021 |  14.2 |  21M|  58 |   - |1991 |  11k|   0 |   0 | 452 |  24k|2047 | 0.000000e+00 | 1.000000e+00 |    Inf 
97.80/97.87	c  97.9s| 30000 |   234 |417991 |  13.7 |  23M|  65 |   - |1991 |  15k|   0 |   0 | 452 |  38k|2448 | 0.000000e+00 | 1.000000e+00 |    Inf 
125.59/125.66	c   126s| 40000 |   241 |540171 |  13.3 |  24M|  72 |  32 |1991 |  16k|1991 |2587 | 452 |  52k|2812 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.30/154.34	c   154s| 50000 |   221 |670335 |  13.3 |  25M|  74 |   - |1991 |  17k|1991 |2587 | 452 |  67k|3106 | 0.000000e+00 | 1.000000e+00 |    Inf 
183.20/183.22	c   183s| 60000 |   215 |800872 |  13.2 |  25M|  74 |   - |1991 |  16k|1991 |2587 | 452 |  80k|3436 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.70/212.79	c   213s| 70000 |   210 |935863 |  13.3 |  26M|  74 |   - |1991 |  18k|   0 |   0 | 452 |  94k|3733 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.70/245.75	c   246s| 80000 |   157 |  1088k|  13.5 |  25M|  74 |  21 |1991 |  17k|1991 |2587 | 452 | 107k|4158 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.00/274.05	c   274s| 90000 |   134 |  1216k|  13.4 |  25M|  74 |  34 |1991 |  15k|1991 |2587 | 452 | 121k|4428 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.20/304.26	c   304s|100000 |    58 |  1359k|  13.5 |  23M|  74 |  33 |1991 |  12k|1991 |2587 | 452 | 134k|4696 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.10/335.13	c   335s|110000 |    98 |  1512k|  13.7 |  26M|  74 |  25 |1991 |  19k|1991 |2558 | 452 | 147k|4993 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.11/365.11	c   365s|120000 |   136 |  1652k|  13.7 |  27M|  74 |   - |1991 |  21k|1991 |2558 | 452 | 161k|5192 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.00/395.08	c   395s|130000 |   156 |  1791k|  13.7 |  29M|  74 |   - |1991 |  25k|1991 |2558 | 452 | 175k|5392 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.30/426.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.30/426.30	c   426s|140000 |   267 |  1934k|  13.8 |  31M|  74 |  31 |1991 |  27k|1991 |2558 | 452 | 189k|5648 | 0.000000e+00 | 1.000000e+00 |    Inf 
456.31/456.34	c   456s|150000 |   231 |  2071k|  13.8 |  31M|  75 |   - |1991 |  28k|   0 |   0 | 452 | 203k|5808 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.70/486.78	c   487s|160000 |   163 |  2210k|  13.8 |  31M|  75 |  24 |1991 |  28k|1991 |2558 | 452 | 217k|5971 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.80/517.80	c   518s|170000 |    68 |  2353k|  13.8 |  28M|  75 |  33 |1991 |  21k|1991 |2558 | 452 | 231k|6199 | 0.000000e+00 | 1.000000e+00 |    Inf 
550.01/550.04	c   550s|180000 |    78 |  2501k|  13.9 |  29M|  75 |  34 |1991 |  23k|1991 |2558 | 452 | 244k|6475 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.90/580.93	c   581s|190000 |   117 |  2644k|  13.9 |  31M|  75 |   - |1991 |  28k|1991 |2558 | 452 | 257k|6654 | 0.000000e+00 | 1.000000e+00 |    Inf 
612.40/612.47	c   612s|200000 |   158 |  2782k|  13.9 |  33M|  75 |   - |1991 |  33k|1991 |2558 | 452 | 271k|6811 | 0.000000e+00 | 1.000000e+00 |    Inf 
645.61/645.64	c   646s|210000 |   213 |  2926k|  13.9 |  35M|  75 |   - |1991 |  37k|1991 |2558 | 452 | 284k|6944 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.61/678.70	c   679s|220000 |   143 |  3070k|  13.9 |  33M|  75 |  32 |1991 |  32k|1991 |2558 | 452 | 298k|7127 | 0.000000e+00 | 1.000000e+00 |    Inf 
711.81/711.89	c   712s|230000 |    85 |  3215k|  14.0 |  33M|  75 |  35 |1991 |  33k|1991 |2558 | 452 | 311k|7350 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.81/746.86	c   747s|240000 |   133 |  3378k|  14.1 |  36M|  75 |   - |1991 |  39k|1991 |2558 | 452 | 324k|7511 | 0.000000e+00 | 1.000000e+00 |    Inf 
781.21/781.22	c   781s|250000 |    73 |  3532k|  14.1 |  36M|  75 |  17 |1991 |  39k|1991 |2558 | 452 | 338k|7686 | 0.000000e+00 | 1.000000e+00 |    Inf 
820.62/820.68	c   821s|260000 |   165 |  3688k|  14.2 |  36M|  75 |   - |1991 |  39k|1991 |2558 | 452 | 351k|7850 | 0.000000e+00 | 1.000000e+00 |    Inf 
856.82/856.88	c   857s|270000 |   170 |  3834k|  14.2 |  37M|  77 |   - |1991 |  39k|1991 |2558 | 452 | 366k|7980 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.62/895.62	c   896s|280000 |   151 |  3990k|  14.2 |  37M|  77 |  26 |1991 |  39k|1991 |2558 | 452 | 380k|8132 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.71/930.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.71/930.78	c   931s|290000 |    85 |  4131k|  14.2 |  36M|  77 |  36 |1991 |  39k|1991 |2558 | 452 | 393k|8279 | 0.000000e+00 | 1.000000e+00 |    Inf 
967.32/967.35	c   967s|300000 |   135 |  4278k|  14.2 |  38M|  77 |   - |1991 |  43k|1991 |2558 | 452 | 406k|8395 | 0.000000e+00 | 1.000000e+00 |    Inf 
1005.72/1005.74	c  1006s|310000 |   144 |  4437k|  14.3 |  38M|  77 |  26 |1991 |  42k|1991 |2558 | 452 | 420k|8549 | 0.000000e+00 | 1.000000e+00 |    Inf 
1041.72/1041.77	c  1042s|320000 |   125 |  4585k|  14.3 |  38M|  77 |  25 |1991 |  44k|1991 |2558 | 452 | 434k|8700 | 0.000000e+00 | 1.000000e+00 |    Inf 
1077.31/1077.31	c  1077s|330000 |   268 |  4731k|  14.3 |  41M|  78 |   - |1991 |  48k|   0 |   0 | 452 | 449k|8828 | 0.000000e+00 | 1.000000e+00 |    Inf 
1111.41/1111.49	c  1111s|340000 |   167 |  4868k|  14.3 |  39M|  78 |  24 |1991 |  45k|1991 |2558 | 452 | 463k|8949 | 0.000000e+00 | 1.000000e+00 |    Inf 
1146.82/1146.84	c  1147s|350000 |   108 |  5014k|  14.3 |  38M|  78 |  30 |1991 |  43k|1991 |2558 | 452 | 477k|9086 | 0.000000e+00 | 1.000000e+00 |    Inf 
1187.52/1187.59	c  1188s|360000 |    77 |  5173k|  14.4 |  38M|  78 |  32 |1991 |  44k|1991 |2558 | 452 | 491k|9194 | 0.000000e+00 | 1.000000e+00 |    Inf 
1228.23/1228.23	c  1228s|370000 |   157 |  5341k|  14.4 |  41M|  78 |  37 |1991 |  50k|1991 |2558 | 452 | 505k|9321 | 0.000000e+00 | 1.000000e+00 |    Inf 
1269.32/1269.35	c  1269s|380000 |    99 |  5491k|  14.4 |  41M|  78 |   - |1991 |  50k|1991 |2558 | 452 | 519k|9424 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.13/1309.16	c  1309s|390000 |   147 |  5650k|  14.5 |  43M|  78 |   - |1991 |  54k|1991 |2558 | 452 | 533k|9523 | 0.000000e+00 | 1.000000e+00 |    Inf 
1352.52/1352.58	c  1353s|400000 |   393 |  5821k|  14.5 |  47M|  78 |  32 |1991 |  59k|1991 |2558 | 452 | 548k|9665 | 0.000000e+00 | 1.000000e+00 |    Inf 
1392.63/1392.64	c  1393s|410000 |   347 |  5974k|  14.6 |  46M|  78 |   - |1991 |  58k|   0 |   0 | 452 | 563k|9779 | 0.000000e+00 | 1.000000e+00 |    Inf 
1434.43/1434.44	c  1434s|420000 |   266 |  6133k|  14.6 |  46M|  78 |   - |1991 |  57k|   0 |   0 | 452 | 577k|9896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.13/1477.12	c  1477s|430000 |   225 |  6295k|  14.6 |  45M|  78 |  25 |1991 |  57k|1991 |2558 | 452 | 592k|9987 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.02/1516.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1516.02/1516.02	c  1516s|440000 |   182 |  6453k|  14.7 |  46M|  78 |   - |1991 |  58k|1991 |2558 | 452 | 606k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1557.82/1557.81	c  1558s|450000 |   145 |  6618k|  14.7 |  45M|  78 |  21 |1991 |  58k|1991 |2558 | 452 | 621k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1597.03/1597.04	c  1597s|460000 |    90 |  6767k|  14.7 |  45M|  78 |   - |1991 |  59k|1991 |2558 | 452 | 634k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1641.43/1641.45	c  1641s|470000 |    97 |  6931k|  14.7 |  42M|  78 |   - |1991 |  50k|   0 |   0 | 452 | 648k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1683.04/1683.08	c  1683s|480000 |    86 |  7085k|  14.7 |  42M|  78 |  35 |1991 |  52k|1991 |2558 | 452 | 662k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1723.23/1723.22	c  1723s|490000 |    96 |  7255k|  14.8 |  44M|  78 |   - |1991 |  56k|   0 |   0 | 452 | 676k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1768.64/1768.68	c  1769s|500000 |   121 |  7429k|  14.8 |  45M|  78 |  40 |1991 |  59k|1991 |2558 | 452 | 690k|  10k| 0.000000e+00 | 1.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      : 507261
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (227 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 -x146 
1800.03/1800.00	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1800.03/1800.00	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1800.03/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.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 -x54 
1800.03/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.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.10 (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-3447713-1307897181.wbo
1800.03/1800.00	c   Variables        : 1156 (1156 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-3447713-1307897181.wbo
1800.03/1800.00	c   Variables        : 1991 (1111 binary, 0 integer, 880 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 3415 initial, 62255 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         45          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00         45          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         60          0          0          0
1800.03/1800.00	c   linear           :       0.04          0          0          0        925          0        113          0         45          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0         45          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        :          -       1760          -          -       1760          -          -          -          -          -
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     263479          0       1552          0        408       2999          0          0     521376
1800.03/1800.00	c   varbound         :          0+         6      56799        425          0          0       2843          3     251710        432          0          0
1800.03/1800.00	c   knapsack         :          1          6    2495273         10          1       1549     607885      12113    3367829          4          0          0
1800.03/1800.00	c   setppc           :         63          6    2490453          4          1       1544    3795594      21526    1915312          0          0          0
1800.03/1800.00	c   linear           :        880+         7    2469275         11          1       1536    3184501      30136    2575297          0          0          0
1800.03/1800.00	c   indicator        :        880          0      55650        425          0       1536       5011          0       6299          0          0          0
1800.03/1800.00	c   logicor          :       1591+         6    1175476         22          1        205    4493283      35844    3657883          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0     273954          0          0          0        562         54        827          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0         22          1        207          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         :      56.24       0.00       0.00      56.21       0.00       0.03       0.00
1800.03/1800.00	c   varbound         :       0.48       0.00       0.48       0.01       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :      11.89       0.00      11.22       0.00       0.00       0.00       0.66
1800.03/1800.00	c   setppc           :      17.29       0.00      16.31       0.00       0.00       0.01       0.97
1800.03/1800.00	c   linear           :      32.57       0.00      30.69       0.00       0.00       0.13       1.75
1800.03/1800.00	c   indicator        :       1.19       0.00       0.48       0.02       0.00       0.69       0.00
1800.03/1800.00	c   logicor          :     240.42       0.00     236.68       0.00       0.00       0.02       3.71
1800.03/1800.00	c   bounddisjunction :       1.23       0.00       1.23       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          :      16200       1261          6      63856
1800.03/1800.00	c   rootredcost      :         24          0          0        880
1800.03/1800.00	c   pseudoobj        :    2503762       3013        936     249858
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       1.79       1.79       0.00
1800.03/1800.00	c   rootredcost      :       0.44       0.44       0.00
1800.03/1800.00	c   pseudoobj        :      31.45      31.42       0.03
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       5.90     100618     100432     632195       33.3       2229       23.9          -
1800.03/1800.00	c   infeasible LP    :      31.79     159598     159589    1162698       41.3       3127       13.5          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          1          1          1        2.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     700868       33.6          -          -          -
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          -          -         49          -    (maximal pool size: 726)
1800.03/1800.00	c   redcost          :       8.86     264489          0      69221          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.54          6          0          0       1455          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.45          6          0          0       2476          0
1800.03/1800.00	c   cmir             :       0.08          6          0          0          2          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.18          1          0          0          0          1
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        :      56.00     263053        408       2999          0          0     521376
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
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          -         22
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   feaspump         :       0.68          1          0
1800.03/1800.00	c   oneopt           :       0.30         23          0
1800.03/1800.00	c   crossover        :       0.42          7          0
1800.03/1800.00	c   veclendiving     :       1.55         82          0
1800.03/1800.00	c   linesearchdiving :       0.73         82          0
1800.03/1800.00	c   guideddiving     :       1.35         83          1
1800.03/1800.00	c   coefdiving       :       1.57         83          0
1800.03/1800.00	c   pscostdiving     :       0.81         83          0
1800.03/1800.00	c   fracdiving       :       1.86         83          0
1800.03/1800.00	c   objpscostdiving  :       0.49         42          0
1800.03/1800.00	c   rootsoldiving    :       1.16         42          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.01          1          0
1800.03/1800.00	c   simplerounding   :       0.48     263488          0
1800.03/1800.00	c   zirounding       :       0.62       1000          0
1800.03/1800.00	c   rounding         :       1.06       7247          0
1800.03/1800.00	c   shifting         :       0.89       2248          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.29       1237        204
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          :    1012.98     422184    7504293      17.77    7408.11
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:       7.49       5562      45937       8.26    6133.20
1800.03/1800.00	c   strong branching :      51.98      10783     375561      34.83    7225.18
1800.03/1800.00	c     (at root node) :          -          9       3322     369.11          -
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            :     507261
1800.03/1800.00	c   nodes (total)    :     507261
1800.03/1800.00	c   nodes left       :        146
1800.03/1800.00	c   max depth        :         78
1800.03/1800.00	c   max depth (total):         78
1800.03/1800.00	c   backtracks       :      56724 (11.2%)
1800.03/1800.00	c   delayed cutoffs  :      13382
1800.03/1800.00	c   repropagations   :    1048103 (1667188 domain reductions, 13032 cutoffs)
1800.03/1800.00	c   avg switch length:       5.54
1800.03/1800.00	c   switching time   :     188.08
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :        227 (24 improvements)
1800.03/1800.00	c   First Solution   : +4.46210000000000e+04   (in run 1, after 1 nodes, 0.82 seconds, depth 0, found by <trysol>)
1800.03/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 10817 nodes, 46.21 seconds, depth 26, 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  :       6716

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-3447713-1307897181/watcher-3447713-1307897181 -o /var/tmp/evaluation-result-3447713-1307897181/solver-3447713-1307897181 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447713-1307897181.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.61 1.85 1.76 2/177 16894
/proc/meminfo: memFree=3358420/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 1525 0 0 0 0 0 0 0 25 0 1 0 901316916 10371072 1478 33554432000 4194304 9128323 140733569126768 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16894/statm: 2532 1479 399 1205 0 1323 0

[startup+0.0700379 s]
/proc/loadavg: 1.61 1.85 1.76 2/177 16894
/proc/meminfo: memFree=3358420/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=28144 CPUtime=0.06 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 6026 0 0 0 6 0 0 0 25 0 1 0 901316916 28819456 5720 33554432000 4194304 9128323 140733569126768 18446744073709551615 5266656 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 7036 5720 514 1205 0 5827 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28144

[startup+0.101031 s]
/proc/loadavg: 1.61 1.85 1.76 2/177 16894
/proc/meminfo: memFree=3358420/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=28452 CPUtime=0.09 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 6169 0 0 0 9 0 0 0 25 0 1 0 901316916 29134848 5863 33554432000 4194304 9128323 140733569126768 18446744073709551615 5233911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 7113 5863 556 1205 0 5904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28452

[startup+0.300995 s]
/proc/loadavg: 1.61 1.85 1.76 2/177 16894
/proc/meminfo: memFree=3358420/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=34224 CPUtime=0.29 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 7890 0 0 0 28 1 0 0 25 0 1 0 901316916 35045376 7494 33554432000 4194304 9128323 140733569126768 18446744073709551615 7162898 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 8556 7494 682 1205 0 7347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34224

[startup+0.700924 s]
/proc/loadavg: 1.61 1.85 1.76 2/177 16894
/proc/meminfo: memFree=3358420/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=34388 CPUtime=0.69 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 7989 0 0 0 67 2 0 0 25 0 1 0 901316916 35213312 7593 33554432000 4194304 9128323 140733569126768 18446744073709551615 7082499 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 8597 7593 683 1205 0 7388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34388

[startup+1.50078 s]
/proc/loadavg: 1.61 1.85 1.76 3/178 16933
/proc/meminfo: memFree=3297552/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=44052 CPUtime=1.49 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 15746 0 0 0 145 4 0 0 25 0 1 0 901316916 45109248 10032 33554432000 4194304 9128323 140733569126768 18446744073709551615 6696589 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 11013 10032 741 1205 0 9804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44052

[startup+3.1005 s]
/proc/loadavg: 1.61 1.85 1.76 3/178 16933
/proc/meminfo: memFree=3296932/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=48284 CPUtime=3.1 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 21238 0 0 0 300 10 0 0 25 0 1 0 901316916 49442816 11163 33554432000 4194304 9128323 140733569126768 18446744073709551615 7313437 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 12071 11163 752 1205 0 10862 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 48284

[startup+6.30094 s]
/proc/loadavg: 1.64 1.85 1.76 3/178 16933
/proc/meminfo: memFree=3275640/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=52616 CPUtime=6.29 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 22097 0 0 0 612 17 0 0 25 0 1 0 901316916 53878784 11994 33554432000 4194304 9128323 140733569126768 18446744073709551615 7351712 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 13154 11994 756 1205 0 11945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52616

[startup+12.7008 s]
/proc/loadavg: 1.67 1.86 1.76 3/178 16934
/proc/meminfo: memFree=3269044/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=58344 CPUtime=12.69 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 31040 0 0 0 1234 35 0 0 25 0 1 0 901316916 59744256 13591 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 14586 13591 757 1205 0 13377 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58344

[startup+25.5006 s]
/proc/loadavg: 1.74 1.86 1.77 3/178 16934
/proc/meminfo: memFree=3256424/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=67512 CPUtime=25.49 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 42931 0 0 0 2486 63 0 0 25 0 1 0 901316916 69132288 15923 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 16878 15923 757 1205 0 15669 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67512

[startup+51.1011 s]
/proc/loadavg: 1.83 1.87 1.77 3/178 16935
/proc/meminfo: memFree=3244316/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=72764 CPUtime=51.09 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 65037 0 0 0 4983 126 0 0 25 0 1 0 901316916 74510336 17217 33554432000 4194304 9128323 140733569126768 18446744073709551615 7183701 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 18191 17217 757 1205 0 16982 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72764

[startup+102.306 s]
/proc/loadavg: 1.92 1.89 1.78 3/178 16936
/proc/meminfo: memFree=3236584/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=77016 CPUtime=102.3 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 70138 0 0 0 10002 228 0 0 25 0 1 0 901316916 78864384 18304 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 19254 18304 757 1205 0 18045 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77016

[startup+162.3 s]
/proc/loadavg: 1.97 1.91 1.79 3/178 16938
/proc/meminfo: memFree=3230572/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=80168 CPUtime=162.29 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 72471 0 0 0 15893 336 0 0 25 0 1 0 901316916 82092032 19064 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 20042 19064 757 1205 0 18833 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80168

[startup+222.301 s]
/proc/loadavg: 1.99 1.92 1.80 3/178 16939
/proc/meminfo: memFree=3226936/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=81220 CPUtime=222.3 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 74304 0 0 0 21781 449 0 0 25 0 1 0 901316916 83169280 19359 33554432000 4194304 9128323 140733569126768 18446744073709551615 6581591 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 20305 19359 757 1205 0 19096 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 81220

[startup+282.3 s]
/proc/loadavg: 1.99 1.93 1.82 3/178 16941
/proc/meminfo: memFree=3220692/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=84548 CPUtime=282.3 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 75132 0 0 0 27665 565 0 0 25 0 1 0 901316916 86577152 20179 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 21137 20179 757 1205 0 19928 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 84548

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.82 3/178 16943
/proc/meminfo: memFree=3217412/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=85020 CPUtime=342.3 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 75251 0 0 0 33549 681 0 0 25 0 1 0 901316916 87060480 20298 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 21255 20298 757 1205 0 20046 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85020

[startup+402.3 s]
/proc/loadavg: 1.99 1.95 1.83 3/178 16944
/proc/meminfo: memFree=3214756/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=86644 CPUtime=402.3 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 78754 0 0 0 39435 795 0 0 25 0 1 0 901316916 88723456 20716 33554432000 4194304 9128323 140733569126768 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 21661 20716 757 1205 0 20452 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 86644

[startup+462.301 s]
/proc/loadavg: 1.99 1.95 1.83 3/178 16946
/proc/meminfo: memFree=3206040/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=89136 CPUtime=462.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 79340 0 0 0 45330 901 0 0 25 0 1 0 901316916 91275264 21301 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 22284 21301 757 1205 0 21075 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 89136

[startup+522.301 s]
/proc/loadavg: 1.99 1.96 1.84 3/178 16947
/proc/meminfo: memFree=3202276/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=89764 CPUtime=522.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 79501 0 0 0 51223 1008 0 0 25 0 1 0 901316916 91918336 21462 33554432000 4194304 9128323 140733569126768 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 22441 21462 757 1205 0 21232 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 89764

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 16949
/proc/meminfo: memFree=3199888/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=91668 CPUtime=582.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 80018 0 0 0 57107 1124 0 0 25 0 1 0 901316916 93868032 21979 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 22917 21979 757 1205 0 21708 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 91668

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/178 16955
/proc/meminfo: memFree=3190184/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=99276 CPUtime=822.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83052 0 0 0 80699 1532 0 0 25 0 1 0 901316916 101658624 23583 33554432000 4194304 9128323 140733569126768 18446744073709551615 5240772 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 24819 23583 757 1205 0 23610 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 99276

[startup+882.301 s]
/proc/loadavg: 2.03 1.99 1.88 3/178 16966
/proc/meminfo: memFree=3187352/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=99596 CPUtime=882.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83098 0 0 0 86607 1624 0 0 25 0 1 0 901316916 101986304 23629 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 24899 23629 757 1205 0 23690 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 99596

[startup+942.3 s]
/proc/loadavg: 2.01 1.99 1.89 3/178 16968
/proc/meminfo: memFree=3187560/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=99756 CPUtime=942.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83176 0 0 0 92509 1722 0 0 25 0 1 0 901316916 102150144 23707 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 24939 23707 757 1205 0 23730 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 99756

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/178 16969
/proc/meminfo: memFree=3185668/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=101776 CPUtime=1002.31 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83644 0 0 0 98416 1815 0 0 25 0 1 0 901316916 104218624 24174 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 25444 24174 757 1205 0 24235 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 101776

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 16971
/proc/meminfo: memFree=3185616/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=101968 CPUtime=1062.32 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83682 0 0 0 104316 1916 0 0 25 0 1 0 901316916 104415232 24212 33554432000 4194304 9128323 140733569126768 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 25492 24212 757 1205 0 24283 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 101968

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 16975
/proc/meminfo: memFree=3185300/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=101968 CPUtime=1122.32 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83720 0 0 0 110223 2009 0 0 25 0 1 0 901316916 104415232 24250 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 25492 24250 757 1205 0 24283 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 101968

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 16977
/proc/meminfo: memFree=3184964/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=102556 CPUtime=1182.32 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83826 0 0 0 116120 2112 0 0 25 0 1 0 901316916 105017344 24356 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 25639 24356 757 1205 0 24430 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 102556

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 16979
/proc/meminfo: memFree=3184648/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=102716 CPUtime=1242.32 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 83925 0 0 0 122001 2231 0 0 25 0 1 0 901316916 105181184 24455 33554432000 4194304 9128323 140733569126768 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 25679 24455 757 1205 0 24470 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 102716

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 16980
/proc/meminfo: memFree=3182384/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=104428 CPUtime=1302.32 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 84364 0 0 0 127895 2337 0 0 25 0 1 0 901316916 106934272 24894 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 26107 24894 757 1205 0 24898 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 104428

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 16982
/proc/meminfo: memFree=3179116/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=108012 CPUtime=1362.32 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 85195 0 0 0 133782 2450 0 0 25 0 1 0 901316916 110604288 25725 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 27003 25725 757 1205 0 25794 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 108012

[startup+1422.31 s]
/proc/loadavg: 2.05 2.00 1.91 3/178 16983
/proc/meminfo: memFree=3177456/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=109164 CPUtime=1422.33 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 85518 0 0 0 139671 2562 0 0 25 0 1 0 901316916 111783936 26048 33554432000 4194304 9128323 140733569126768 18446744073709551615 5984577 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 27291 26048 757 1205 0 26082 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 109164

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/178 16985
/proc/meminfo: memFree=3172200/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1482.33 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87445 0 0 0 145563 2670 0 0 25 0 1 0 901316916 116436992 27221 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27221 757 1205 0 27218 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 113708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16987
/proc/meminfo: memFree=3172276/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1542.33 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87445 0 0 0 151443 2790 0 0 25 0 1 0 901316916 116436992 27221 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27221 757 1205 0 27218 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 113708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16988
/proc/meminfo: memFree=3172472/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1602.33 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87471 0 0 0 157340 2893 0 0 25 0 1 0 901316916 116436992 27247 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27247 757 1205 0 27218 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 113708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16990
/proc/meminfo: memFree=3172160/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1662.33 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87486 0 0 0 163234 2999 0 0 25 0 1 0 901316916 116436992 27262 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27262 757 1205 0 27218 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 113708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16991
/proc/meminfo: memFree=3171364/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1722.34 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87486 0 0 0 169119 3115 0 0 25 0 1 0 901316916 116436992 27262 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27262 757 1205 0 27218 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 113708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16993
/proc/meminfo: memFree=3170700/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1782.34 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87486 0 0 0 175008 3226 0 0 25 0 1 0 901316916 116436992 27262 33554432000 4194304 9128323 140733569126768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27262 757 1205 0 27218 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 113708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 16993
/proc/meminfo: memFree=3170812/32950928 swapFree=67052124/67111528
[pid=16894] ppid=16892 vsize=113708 CPUtime=1800.04 cores=1,3,5,7
/proc/16894/stat : 16894 (scip-2.0.1.4.li) R 16892 16894 14010 0 -1 4202496 87491 0 0 0 176749 3255 0 0 25 0 1 0 901316916 116436992 27267 33554432000 4194304 9128323 140733569126768 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16894/statm: 28427 27267 759 1205 0 27218 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 113708

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

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

runsolver used 2.50962 second user time and 5.81112 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-12 18:46:21
IDJOB=3447713
IDBENCH=78889
IDSOLVER=1944
FILE ID=node120/3447713-1307897181
RUNJOBID= node120-1307897144-14737
PBS_JOBID= 13559586
Free space on /var/tmp= 2880 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.1900574864--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 /var/tmp/evaluation-result-3447713-1307897181/watcher-3447713-1307897181 -o /var/tmp/evaluation-result-3447713-1307897181/solver-3447713-1307897181 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447713-1307897181.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8675827de7240d8277488879d51bec75
RANDOM SEED=2128823003

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3358476 kB
Buffers:         50624 kB
Cached:       28594496 kB
SwapCached:      11612 kB
Active:       13818308 kB
Inactive:     14868808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3358476 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           24680 kB
Writeback:           0 kB
AnonPages:       39940 kB
Mapped:          12132 kB
Slab:           842376 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   236240 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= 2868 MiB
End job on node120 at 2011-06-12 19:16:24