Trace number 3447262

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557574--soft-33-100-0.wbo
MD5SUM571d61a5ea635d7d5a6801ae351f1515
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark58.4891
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 constraints1848
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 94973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-3447262-1307898940.wbo>
0.00/0.02	c original problem has 2079 variables (2079 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.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 124 impls, 8 clqs
0.00/0.08	c (round 2) 0 del vars, 106 del conss, 0 add conss, 1848 chg bounds, 46 chg sides, 0 chg coeffs, 0 upgd conss, 124 impls, 8 clqs
0.00/0.09	c (round 3) 92 del vars, 197 del conss, 0 add conss, 1881 chg bounds, 104 chg sides, 0 chg coeffs, 0 upgd conss, 124 impls, 8 clqs
0.09/0.10	c (round 4) 158 del vars, 203 del conss, 0 add conss, 1884 chg bounds, 107 chg sides, 0 chg coeffs, 0 upgd conss, 124 impls, 8 clqs
0.09/0.11	c (round 5) 164 del vars, 203 del conss, 0 add conss, 1884 chg bounds, 107 chg sides, 0 chg coeffs, 821 upgd conss, 124 impls, 8 clqs
0.09/0.11	c (round 6) 164 del vars, 220 del conss, 0 add conss, 1884 chg bounds, 107 chg sides, 0 chg coeffs, 821 upgd conss, 124 impls, 8 clqs
0.09/0.16	c    (0.2s) probing: 101/1997 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (7 rounds):
0.09/0.17	c  164 deleted vars, 220 deleted constraints, 0 added constraints, 1884 tightened bounds, 0 added holes, 107 changed sides, 0 changed coefficients
0.09/0.17	c  1890 implications, 8 cliques
0.09/0.17	c presolved problem has 3763 variables (1997 bin, 0 int, 1766 impl, 0 cont) and 4336 constraints
0.09/0.17	c      28 constraints of type <setppc>
0.09/0.17	c    1766 constraints of type <linear>
0.09/0.17	c    1766 constraints of type <indicator>
0.09/0.17	c     776 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.14
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 2.0.1.4
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1800
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 13950
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # belongs reading time to solving time?
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c timing/reading = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.49/0.57	o 455
0.49/0.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.57	c T 0.6s|     1 |     0 |     0 |     - |  14M|   0 |   - |3763 |6102 |3763 |2570 |   0 |   0 |   0 |      --      | 4.550000e+02 |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |    93 |     - |  13M|   0 |  42 |3763 |6102 |3763 |2570 |   0 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |   188 |     - |  15M|   0 |  42 |3763 |6145 |3763 |2578 |   8 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |   209 |     - |  15M|   0 |  47 |3763 |6145 |3763 |2583 |  13 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |   239 |     - |  16M|   0 |  43 |3763 |6145 |3763 |2585 |  15 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
1.39/1.45	c   1.4s|     1 |     0 |   280 |     - |  16M|   0 |  49 |3763 |6145 |3763 |2590 |  20 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
1.59/1.66	c   1.7s|     1 |     0 |   319 |     - |  16M|   0 |  44 |3763 |6145 |3763 |2596 |  26 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
1.79/1.88	c   1.9s|     1 |     0 |   375 |     - |  17M|   0 |  52 |3763 |6145 |3763 |2602 |  32 |   0 |   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
2.19/2.29	c   2.3s|     1 |     2 |   375 |     - |  17M|   0 |  52 |3763 |6145 |3763 |2602 |  32 |   0 |   9 | 0.000000e+00 | 4.550000e+02 |    Inf 
3.19/3.27	o 449
3.19/3.27	c * 3.3s|    21 |    20 |  1900 |  76.2 |  18M|  20 |   - |3763 |6145 |3763 |2721 | 126 |   0 | 143 | 0.000000e+00 | 4.490000e+02 |    Inf 
3.19/3.27	o 446
3.19/3.27	c * 3.3s|    22 |    19 |  1904 |  72.8 |  18M|  20 |   - |3763 |6145 |3763 |2721 | 126 |   0 | 143 | 0.000000e+00 | 4.460000e+02 |    Inf 
3.49/3.58	o 426
3.49/3.58	c * 3.6s|    31 |    26 |  2845 |  82.3 |  18M|  20 |   - |3763 |6145 |3763 |2675 | 174 |   0 | 181 | 0.000000e+00 | 4.260000e+02 |    Inf 
3.59/3.60	o 417
3.59/3.60	c * 3.6s|    32 |    25 |  2893 |  81.2 |  18M|  20 |   - |3763 |6145 |3763 |2666 | 175 |   0 | 181 | 0.000000e+00 | 4.170000e+02 |    Inf 
3.99/4.01	o 410
3.99/4.01	c * 4.0s|    52 |    33 |  3197 |  55.3 |  19M|  22 |   - |3763 |6161 |3763 |2642 | 191 |  16 | 248 | 0.000000e+00 | 4.100000e+02 |    Inf 
4.09/4.13	o 374
4.09/4.13	c r 4.1s|    58 |    35 |  3321 |  51.7 |  19M|  22 |   1 |3763 |6163 |3763 |2643 | 207 |  18 | 267 | 0.000000e+00 | 3.740000e+02 |    Inf 
5.19/5.26	o 310
5.19/5.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.19/5.26	c * 5.3s|    88 |    54 |  4601 |  48.6 |  20M|  22 |   - |3763 |6172 |3763 |2682 | 263 |  27 | 424 | 0.000000e+00 | 3.100000e+02 |    Inf 
5.59/5.60	o 297
5.59/5.60	c * 5.6s|   100 |    58 |  5460 |  51.4 |  20M|  22 |   - |3763 |6180 |3763 |2731 | 367 |  35 | 436 | 0.000000e+00 | 2.970000e+02 |    Inf 
5.69/5.75	o 282
5.69/5.75	c * 5.7s|   113 |    61 |  5711 |  47.6 |  21M|  22 |   - |3763 |6187 |3763 |2640 | 380 |  42 | 445 | 0.000000e+00 | 2.820000e+02 |    Inf 
6.09/6.12	o 225
6.09/6.12	c * 6.1s|   132 |    69 |  6436 |  46.3 |  22M|  22 |   - |3763 |6199 |3763 |2698 | 453 |  54 | 483 | 0.000000e+00 | 2.250000e+02 |    Inf 
6.09/6.14	o 221
6.09/6.14	c * 6.1s|   133 |    68 |  6447 |  46.0 |  22M|  22 |   - |3763 |6199 |3763 |2693 | 453 |  54 | 483 | 0.000000e+00 | 2.210000e+02 |    Inf 
6.19/6.24	o 95
6.19/6.24	c r 6.2s|   140 |    46 |  6692 |  45.4 |  22M|  22 |   1 |3763 |6207 |3763 |2640 | 474 |  62 | 483 | 0.000000e+00 | 9.500000e+01 |    Inf 
6.99/7.09	o 94
6.99/7.09	c * 7.1s|   225 |    49 |  7388 |  31.3 |  23M|  27 |   - |3763 |6100 |3763 |2628 | 486 | 132 | 607 | 0.000000e+00 | 9.400000e+01 |    Inf 
16.99/17.07	o 90
16.99/17.07	c *17.1s|  1549 |   156 | 20788 |  13.2 |  26M|  50 |   - |3763 |7084 |3763 |2627 | 586 |1498 |1549 | 0.000000e+00 | 9.000000e+01 |    Inf 
17.09/17.10	o 76
17.09/17.10	c *17.1s|  1550 |   153 | 20813 |  13.2 |  26M|  50 |   - |3763 |7084 |3763 |2630 | 589 |1498 |1549 | 0.000000e+00 | 7.600000e+01 |    Inf 
49.99/50.02	o 74
49.99/50.02	c *50.0s|  8792 |   878 | 95793 |  10.9 |  39M|  50 |   - |3763 |7257 |3763 |2630 | 803 |8432 |1736 | 0.000000e+00 | 7.400000e+01 |    Inf 
55.50/55.58	c  55.6s| 10000 |  1046 |111724 |  11.1 |  41M|  53 |   9 |3763 |7383 |3763 |2587 | 863 |9807 |1748 | 0.000000e+00 | 7.400000e+01 |    Inf 
65.29/65.39	o 69
65.29/65.39	c *65.4s| 12452 |  1221 |134026 |  10.7 |  44M|  63 |   - |3763 |7951 |3763 |2587 | 979 |  12k|1759 | 0.000000e+00 | 6.900000e+01 |    Inf 
65.49/65.51	o 48
65.49/65.51	c *65.5s| 12464 |  1180 |134332 |  10.7 |  43M|  63 |   - |3763 |7709 |3763 |2591 | 983 |  12k|1759 | 0.000000e+00 | 4.800000e+01 |    Inf 
73.60/73.67	o 23
73.60/73.67	c *73.7s| 13946 |  1015 |159231 |  11.4 |  40M|  63 |   - |3763 |5649 |3763 |2592 |1014 |  14k|1766 | 0.000000e+00 | 2.300000e+01 |    Inf 
76.59/76.61	o 19
76.59/76.61	c *76.6s| 14558 |   789 |171465 |  11.8 |  37M|  63 |   - |3763 |4777 |3763 |2587 |1022 |  15k|1766 | 0.000000e+00 | 1.900000e+01 |    Inf 
86.69/86.78	o 12
86.69/86.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.69/86.78	c *86.8s| 16566 |   734 |210196 |  12.7 |  36M|  63 |   - |3763 |5230 |3763 |2630 |1045 |  17k|1845 | 0.000000e+00 | 1.200000e+01 |    Inf 
102.60/102.62	c   103s| 20000 |   615 |274488 |  13.7 |  35M|  63 |  19 |3763 |6130 |3763 |2587 |1048 |  21k|2117 | 0.000000e+00 | 1.200000e+01 |    Inf 
131.19/131.21	o 8
131.19/131.21	c * 131s| 27968 |   438 |388303 |  13.9 |  33M|  63 |   - |3763 |8647 |3763 |2588 |1055 |  30k|2484 | 0.000000e+00 | 8.000000e+00 |    Inf 
139.89/139.95	c   140s| 30000 |   457 |424670 |  14.1 |  34M|  63 |  24 |3763 |8793 |3763 |2587 |1055 |  32k|2635 | 0.000000e+00 | 8.000000e+00 |    Inf 
175.10/175.19	c   175s| 40000 |   498 |568122 |  14.2 |  37M|  63 |   - |3763 |  14k|3763 |2587 |1058 |  45k|3041 | 0.000000e+00 | 8.000000e+00 |    Inf 
211.60/211.62	c   212s| 50000 |   507 |710637 |  14.2 |  37M|  63 |  24 |3763 |  14k|3763 |2587 |1060 |  58k|3505 | 0.000000e+00 | 8.000000e+00 |    Inf 
246.80/246.80	c   247s| 60000 |   486 |851095 |  14.2 |  39M|  63 |   - |3763 |  16k|3763 |2587 |1064 |  71k|3883 | 0.000000e+00 | 8.000000e+00 |    Inf 
284.20/284.27	c   284s| 70000 |   494 |998361 |  14.3 |  40M|  63 |   - |3763 |  18k|3763 |2627 |1064 |  84k|4214 | 0.000000e+00 | 8.000000e+00 |    Inf 
321.70/321.79	c   322s| 80000 |   578 |  1151k|  14.4 |  41M|  68 |  32 |3763 |  17k|3763 |2587 |1064 |  97k|4551 | 0.000000e+00 | 8.000000e+00 |    Inf 
360.41/360.42	c   360s| 90000 |   482 |  1312k|  14.6 |  40M|  75 |   - |3763 |  16k|   0 |   0 |1064 | 110k|4898 | 0.000000e+00 | 8.000000e+00 |    Inf 
396.70/396.76	c   397s|100000 |   468 |  1462k|  14.6 |  41M|  75 |  30 |3763 |  18k|3763 |2587 |1064 | 123k|5155 | 0.000000e+00 | 8.000000e+00 |    Inf 
434.61/434.65	c   435s|110000 |   452 |  1610k|  14.6 |  42M|  75 |  30 |3763 |  19k|3763 |2587 |1064 | 136k|5439 | 0.000000e+00 | 8.000000e+00 |    Inf 
473.11/473.15	c   473s|120000 |   465 |  1763k|  14.7 |  45M|  75 |   - |3763 |  27k|3763 |2587 |1064 | 149k|5727 | 0.000000e+00 | 8.000000e+00 |    Inf 
510.50/510.50	c   511s|130000 |   489 |  1907k|  14.7 |  48M|  75 |  20 |3763 |  32k|3763 |2587 |1064 | 162k|5953 | 0.000000e+00 | 8.000000e+00 |    Inf 
546.81/546.86	c   547s|140000 |   447 |  2042k|  14.6 |  47M|  75 |  26 |3763 |  30k|3763 |2587 |1064 | 175k|6149 | 0.000000e+00 | 8.000000e+00 |    Inf 
586.91/586.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
586.91/586.94	c   587s|150000 |   427 |  2199k|  14.7 |  44M|  75 |   - |3763 |  22k|3763 |2587 |1064 | 188k|6420 | 0.000000e+00 | 8.000000e+00 |    Inf 
625.61/625.61	c   626s|160000 |   439 |  2345k|  14.7 |  44M|  89 |   - |3763 |  23k|   0 |   0 |1065 | 202k|6594 | 0.000000e+00 | 8.000000e+00 |    Inf 
665.91/665.93	c   666s|170000 |   413 |  2507k|  14.7 |  42M|  89 |  40 |3763 |  17k|3763 |2587 |1067 | 214k|6806 | 0.000000e+00 | 8.000000e+00 |    Inf 
704.02/704.08	c   704s|180000 |   464 |  2657k|  14.8 |  45M|  89 |   - |3763 |  22k|3763 |2587 |1067 | 227k|7013 | 0.000000e+00 | 8.000000e+00 |    Inf 
740.92/740.94	c   741s|190000 |   471 |  2797k|  14.7 |  45M|  89 |   - |3763 |  21k|   0 |   0 |1067 | 240k|7181 | 0.000000e+00 | 8.000000e+00 |    Inf 
778.62/778.63	c   779s|200000 |   426 |  2944k|  14.7 |  43M|  89 |  31 |3763 |  16k|3763 |2587 |1067 | 253k|7378 | 0.000000e+00 | 8.000000e+00 |    Inf 
814.82/814.85	c   815s|210000 |   454 |  3091k|  14.7 |  45M|  89 |  17 |3763 |  20k|3763 |2587 |1067 | 266k|7560 | 0.000000e+00 | 8.000000e+00 |    Inf 
852.43/852.44	c   852s|220000 |   522 |  3241k|  14.7 |  46M|  89 |  12 |3763 |  21k|3763 |2587 |1067 | 279k|7741 | 0.000000e+00 | 8.000000e+00 |    Inf 
890.22/890.24	c   890s|230000 |   479 |  3388k|  14.7 |  47M|  89 |   - |3763 |  23k|3763 |2627 |1069 | 292k|7940 | 0.000000e+00 | 8.000000e+00 |    Inf 
931.33/931.36	c   931s|240000 |   507 |  3552k|  14.8 |  47M|  89 |  28 |3763 |  24k|3763 |2587 |1071 | 304k|8149 | 0.000000e+00 | 8.000000e+00 |    Inf 
970.23/970.29	c   970s|250000 |   590 |  3695k|  14.8 |  50M|  89 |  26 |3763 |  28k|3763 |2627 |1073 | 317k|8358 | 0.000000e+00 | 8.000000e+00 |    Inf 
1009.62/1009.63	c  1010s|260000 |   617 |  3834k|  14.7 |  52M|  89 |   - |3763 |  31k|   0 |   0 |1073 | 331k|8542 | 0.000000e+00 | 8.000000e+00 |    Inf 
1050.13/1050.13	c  1050s|270000 |   712 |  3975k|  14.7 |  53M|  89 |  25 |3763 |  33k|3763 |2627 |1074 | 344k|8684 | 0.000000e+00 | 8.000000e+00 |    Inf 
1090.83/1090.84	c  1091s|280000 |   714 |  4125k|  14.7 |  54M|  89 |  28 |3763 |  34k|3763 |2627 |1074 | 357k|8815 | 0.000000e+00 | 8.000000e+00 |    Inf 
1133.23/1133.26	c  1133s|290000 |   716 |  4278k|  14.8 |  54M|  89 |   - |3763 |  33k|3763 |2627 |1074 | 371k|8971 | 0.000000e+00 | 8.000000e+00 |    Inf 
1174.13/1174.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1174.13/1174.14	c  1174s|300000 |   643 |  4427k|  14.8 |  54M|  89 |   - |3763 |  34k|   0 |   0 |1074 | 384k|9088 | 0.000000e+00 | 8.000000e+00 |    Inf 
1213.64/1213.62	c  1214s|310000 |   622 |  4566k|  14.7 |  54M|  89 |   - |3763 |  35k|   0 |   0 |1074 | 398k|9228 | 0.000000e+00 | 8.000000e+00 |    Inf 
1254.84/1254.81	c  1255s|320000 |   653 |  4715k|  14.7 |  54M|  89 |   - |3763 |  34k|3763 |2587 |1074 | 411k|9464 | 0.000000e+00 | 8.000000e+00 |    Inf 
1295.14/1295.12	c  1295s|330000 |   699 |  4855k|  14.7 |  55M|  89 |   - |3763 |  35k|3763 |2587 |1074 | 424k|9568 | 0.000000e+00 | 8.000000e+00 |    Inf 
1335.74/1335.79	c  1336s|340000 |   740 |  4991k|  14.7 |  58M|  89 |   - |3763 |  38k|3763 |2587 |1074 | 437k|9707 | 0.000000e+00 | 8.000000e+00 |    Inf 
1378.14/1378.10	c  1378s|350000 |   775 |  5132k|  14.7 |  58M|  89 |   - |3763 |  38k|3763 |2587 |1074 | 451k|9850 | 0.000000e+00 | 8.000000e+00 |    Inf 
1420.74/1420.70	c  1421s|360000 |   822 |  5276k|  14.7 |  58M|  89 |  24 |3763 |  37k|3763 |2587 |1074 | 464k|9975 | 0.000000e+00 | 8.000000e+00 |    Inf 
1460.04/1460.06	c  1460s|370000 |   869 |  5407k|  14.6 |  60M|  89 |  24 |3763 |  38k|3763 |2587 |1074 | 478k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1501.74/1501.72	c  1502s|380000 |   857 |  5547k|  14.6 |  60M|  89 |  36 |3763 |  39k|3763 |2587 |1074 | 491k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1542.15/1542.11	c  1542s|390000 |   860 |  5681k|  14.6 |  60M|  89 |  42 |3763 |  37k|3763 |2587 |1074 | 505k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1581.75/1581.80	c  1582s|400000 |   866 |  5812k|  14.5 |  60M|  89 |   - |3763 |  36k|   0 |   0 |1074 | 518k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1621.95/1621.92	c  1622s|410000 |   842 |  5948k|  14.5 |  58M|  89 |  28 |3763 |  33k|3763 |2627 |1074 | 533k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1659.75/1659.76	c  1660s|420000 |   852 |  6091k|  14.5 |  58M|  89 |  33 |3763 |  31k|3763 |2587 |1074 | 545k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1698.65/1698.63	c  1699s|430000 |   902 |  6229k|  14.5 |  60M|  89 |   - |3763 |  35k|   0 |   0 |1074 | 558k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1738.15/1738.11	c  1738s|440000 |   854 |  6367k|  14.5 |  61M|  89 |   - |3763 |  37k|3763 |2587 |1074 | 571k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1776.66/1776.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1776.66/1776.61	c  1777s|450000 |   746 |  6508k|  14.5 |  55M|  89 |   - |3763 |  27k|3763 |2587 |1074 | 584k|  11k| 0.000000e+00 | 8.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 456053
1800.05/1800.00	c Primal Bound       : +8.00000000000000e+00 (351 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 x147 
1800.05/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 -x124 x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 
1800.05/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.05/1800.00	v -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.05/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.05/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.14 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447262-1307898940.wbo
1800.05/1800.00	c   Variables        : 2079 (2079 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447262-1307898940.wbo
1800.05/1800.00	c   Variables        : 3763 (1997 binary, 0 integer, 1766 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 4336 initial, 41806 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00         82          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00         82          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0         17          0          0          0
1800.05/1800.00	c   linear           :       0.07          0          0          0       1884          0        121          0        107          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0         82          0          0          0
1800.05/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       3324          -          -       3324          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     239152          0       1518          0        426       3500          0          0     470420
1800.05/1800.00	c   varbound         :          0+         6    2380242       1061          1          0      21869          3    1652196       1061          0          0
1800.05/1800.00	c   setppc           :         28          6    2377024          4          1       1515    1919999       5855    1059605          0          0          0
1800.05/1800.00	c   linear           :       1766+         7    2372096         13          1       1498    4798769      47627    7482605          0          0          0
1800.05/1800.00	c   indicator        :       1766          0    2327022       1061          1       1490      24914          0      46708          0          0          0
1800.05/1800.00	c   logicor          :        776+         6     939240         20          1        331    2661333      37669    1842592          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     254170          0          0          0        430         35        998          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         20          1        333          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      62.55       0.00       0.00      62.51       0.00       0.05       0.00
1800.05/1800.00	c   varbound         :       7.38       0.00       7.32       0.04       0.00       0.00       0.01
1800.05/1800.00	c   setppc           :       9.90       0.00       9.39       0.00       0.00       0.01       0.51
1800.05/1800.00	c   linear           :      72.39       0.00      68.37       0.00       0.00       0.33       3.69
1800.05/1800.00	c   indicator        :      11.56       0.01      10.14       0.14       0.00       1.26       0.01
1800.05/1800.00	c   logicor          :     155.51       0.00     152.55       0.00       0.00       0.02       2.93
1800.05/1800.00	c   bounddisjunction :       0.94       0.00       0.94       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :     195954       4854         13     290120
1800.05/1800.00	c   rootredcost      :         22          0          0       1662
1800.05/1800.00	c   pseudoobj        :    2386171      22579       4824    1649656
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      29.45      29.45       0.00
1800.05/1800.00	c   rootredcost      :       0.44       0.44       0.00
1800.05/1800.00	c   pseudoobj        :      66.40      65.96       0.44
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       6.29      96026      95868     604674       31.6       2423       23.6          -
1800.05/1800.00	c   infeasible LP    :      39.80     136303     136301    1004859       40.2       2063       14.3          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          3          3          4        3.0          1       15.0          -
1800.05/1800.00	c   applied globally :          -          -          -     592728       32.4          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -         50          -    (maximal pool size: 544)
1800.05/1800.00	c   redcost          :      16.62     242056          0     317418          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.47          6          0          0       1363          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.38          6          0          0       2803          0
1800.05/1800.00	c   cmir             :       0.09          6          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.09          6          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.19          1          0          0          0         43
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      62.30     238090        426       3500          0          0     470420
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.01          -         20
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.01          0          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   oneopt           :       0.30         19          0
1800.05/1800.00	c   crossover        :       0.77         15          0
1800.05/1800.00	c   fracdiving       :       1.97         57          0
1800.05/1800.00	c   veclendiving     :       0.84         57          0
1800.05/1800.00	c   linesearchdiving :       0.70         57          0
1800.05/1800.00	c   guideddiving     :       1.08         57          0
1800.05/1800.00	c   coefdiving       :       1.19         57          0
1800.05/1800.00	c   objpscostdiving  :       0.47         29          0
1800.05/1800.00	c   rootsoldiving    :       1.70         29          0
1800.05/1800.00	c   pscostdiving     :       0.69         58          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   shiftandpropagate:       0.41          1          1
1800.05/1800.00	c   simplerounding   :       0.62     239728          2
1800.05/1800.00	c   zirounding       :       0.79       1000          0
1800.05/1800.00	c   rounding         :       1.09       6913          0
1800.05/1800.00	c   shifting         :       1.08       2132          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.04          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.08          0          0
1800.05/1800.00	c   trysol           :       0.57       1099        328
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :    1004.34     376940    6568300      17.43    6539.94
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       5.94       3700      31739       8.58    5345.02
1800.05/1800.00	c   strong branching :      58.32      11128     369620      33.22    6337.33
1800.05/1800.00	c     (at root node) :          -          9       3512     390.22          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     456053
1800.05/1800.00	c   nodes (total)    :     456053
1800.05/1800.00	c   nodes left       :        770
1800.05/1800.00	c   max depth        :         89
1800.05/1800.00	c   max depth (total):         89
1800.05/1800.00	c   backtracks       :      48472 (10.6%)
1800.05/1800.00	c   delayed cutoffs  :      12924
1800.05/1800.00	c   repropagations   :     981727 (1918084 domain reductions, 12342 cutoffs)
1800.05/1800.00	c   avg switch length:       5.81
1800.05/1800.00	c   switching time   :     153.78
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        351 (23 improvements)
1800.05/1800.00	c   First Solution   : +4.55000000000000e+02   (in run 1, after 1 nodes, 0.57 seconds, depth 1892, found by <shiftandpropagate>)
1800.05/1800.00	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 27968 nodes, 131.21 seconds, depth 26, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :        375

Verifier Data

OK	8

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-3447262-1307898940/watcher-3447262-1307898940 -o /var/tmp/evaluation-result-3447262-1307898940/solver-3447262-1307898940 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447262-1307898940.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: 0.92 0.98 1.08 3/176 32355
/proc/meminfo: memFree=1218020/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=10308 CPUtime=0 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 1571 0 0 0 0 0 0 0 25 0 1 0 901493714 10555392 1524 33554432000 4194304 9128323 140733645123856 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32355/statm: 2577 1524 399 1205 0 1368 0

[startup+0.0105319 s]
/proc/loadavg: 0.92 0.98 1.08 3/176 32355
/proc/meminfo: memFree=1218020/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=10860 CPUtime=0 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 1726 0 0 0 0 0 0 0 25 0 1 0 901493714 11120640 1679 33554432000 4194304 9128323 140733645123856 18446744073709551615 6165712 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32355/statm: 2715 1679 399 1205 0 1506 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10860

[startup+0.100517 s]
/proc/loadavg: 0.92 0.98 1.08 3/176 32355
/proc/meminfo: memFree=1218020/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=31736 CPUtime=0.09 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 6907 0 0 0 9 0 0 0 25 0 1 0 901493714 32497664 6601 33554432000 4194304 9128323 140733645123856 18446744073709551615 5266300 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 7934 6601 522 1205 0 6725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31736

[startup+0.300477 s]
/proc/loadavg: 0.92 0.98 1.08 3/176 32355
/proc/meminfo: memFree=1218020/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=38132 CPUtime=0.29 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 8702 0 0 0 28 1 0 0 25 0 1 0 901493714 39047168 8384 33554432000 4194304 9128323 140733645123856 18446744073709551615 5605736 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 9533 8384 617 1205 0 8324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38132

[startup+0.700405 s]
/proc/loadavg: 0.92 0.98 1.08 3/176 32355
/proc/meminfo: memFree=1218020/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=50272 CPUtime=0.69 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 12001 0 0 0 68 1 0 0 25 0 1 0 901493714 51478528 11527 33554432000 4194304 9128323 140733645123856 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 12568 11528 710 1205 0 11359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50272

[startup+1.50025 s]
/proc/loadavg: 0.92 0.98 1.08 3/178 32357
/proc/meminfo: memFree=1120736/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=73788 CPUtime=1.49 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 17975 0 0 0 146 3 0 0 25 0 1 0 901493714 75558912 17122 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 18447 17122 726 1205 0 17238 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73788

[startup+3.10094 s]
/proc/loadavg: 0.92 0.98 1.08 3/178 32357
/proc/meminfo: memFree=1115652/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=76196 CPUtime=3.09 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 18833 0 0 0 303 6 0 0 25 0 1 0 901493714 78024704 17980 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 19049 17980 749 1205 0 17840 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76196

[startup+6.30034 s]
/proc/loadavg: 1.01 1.00 1.08 3/178 32357
/proc/meminfo: memFree=1113304/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=76196 CPUtime=6.29 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 18902 0 0 0 617 12 0 0 25 0 1 0 901493714 78024704 18049 33554432000 4194304 9128323 140733645123856 18446744073709551615 7342748 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 19049 18049 753 1205 0 17840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76196

[startup+12.7001 s]
/proc/loadavg: 1.09 1.02 1.09 3/178 32357
/proc/meminfo: memFree=1111484/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=76196 CPUtime=12.69 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 21565 0 0 0 1245 24 0 0 25 0 1 0 901493714 78024704 18116 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 19049 18116 753 1205 0 17840 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76196

[startup+25.5007 s]
/proc/loadavg: 1.29 1.06 1.10 3/178 32358
/proc/meminfo: memFree=1104556/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=79256 CPUtime=25.49 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 34371 0 0 0 2512 37 0 0 25 0 1 0 901493714 81158144 18845 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 19814 18845 753 1205 0 18605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79256

[startup+51.1008 s]
/proc/loadavg: 1.53 1.14 1.12 3/178 32358
/proc/meminfo: memFree=1081416/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=98348 CPUtime=51.09 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 47111 0 0 0 5045 64 0 0 25 0 1 0 901493714 100708352 23604 33554432000 4194304 9128323 140733645123856 18446744073709551615 7205344 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 24587 23604 754 1205 0 23378 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98348

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.17 3/178 32360
/proc/meminfo: memFree=1051656/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=118272 CPUtime=102.3 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 94363 0 0 0 10083 147 0 0 25 0 1 0 901493714 121110528 28633 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 29568 28633 754 1205 0 28359 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118272

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.22 3/178 32361
/proc/meminfo: memFree=1045800/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=122460 CPUtime=162.3 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 111747 0 0 0 15953 277 0 0 25 0 1 0 901493714 125399040 29654 33554432000 4194304 9128323 140733645123856 18446744073709551615 7177547 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 30615 29654 754 1205 0 29406 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 122460

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.26 3/178 32363
/proc/meminfo: memFree=1041788/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=124868 CPUtime=222.3 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 117491 0 0 0 21839 391 0 0 25 0 1 0 901493714 127864832 30247 33554432000 4194304 9128323 140733645123856 18446744073709551615 6533515 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 31217 30247 754 1205 0 30008 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 124868

[startup+282.301 s]
/proc/loadavg: 2.05 1.61 1.31 3/178 32365
/proc/meminfo: memFree=1035424/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=127952 CPUtime=282.3 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 120198 0 0 0 27726 504 0 0 25 0 1 0 901493714 131022848 31041 33554432000 4194304 9128323 140733645123856 18446744073709551615 5333004 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 31988 31041 754 1205 0 30779 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127952

[startup+342.3 s]
/proc/loadavg: 2.02 1.68 1.35 3/178 32366
/proc/meminfo: memFree=1033644/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=128772 CPUtime=342.3 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 122563 0 0 0 33607 623 0 0 25 0 1 0 901493714 131862528 31256 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 32193 31256 755 1205 0 30984 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 128772

[startup+402.301 s]
/proc/loadavg: 2.00 1.73 1.39 3/178 32368
/proc/meminfo: memFree=1030244/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=130544 CPUtime=402.31 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 122988 0 0 0 39489 742 0 0 25 0 1 0 901493714 133677056 31680 33554432000 4194304 9128323 140733645123856 18446744073709551615 7346252 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 32636 31680 754 1205 0 31427 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 130544

[startup+462.3 s]
/proc/loadavg: 2.00 1.78 1.43 3/178 32369
/proc/meminfo: memFree=1027224/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=132372 CPUtime=462.31 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 123463 0 0 0 45378 853 0 0 25 0 1 0 901493714 135548928 32155 33554432000 4194304 9128323 140733645123856 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 33093 32155 754 1205 0 31884 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 132372

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.46 3/178 32371
/proc/meminfo: memFree=1019860/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=136616 CPUtime=522.31 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 129517 0 0 0 51269 962 0 0 25 0 1 0 901493714 139894784 33228 33554432000 4194304 9128323 140733645123856 18446744073709551615 4207471 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 34154 33228 754 1205 0 32945 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 136616

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.49 3/178 32373
/proc/meminfo: memFree=1017084/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=138376 CPUtime=582.31 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 129867 0 0 0 57157 1074 0 0 25 0 1 0 901493714 141697024 33578 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 34594 33578 754 1205 0 33385 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 138376

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 32379
/proc/meminfo: memFree=1007476/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=139528 CPUtime=822.32 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 130138 0 0 0 80712 1520 0 0 25 0 1 0 901493714 142876672 33849 33554432000 4194304 9128323 140733645123856 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 34882 33849 754 1205 0 33673 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 139528

[startup+882.3 s]
/proc/loadavg: 2.00 1.93 1.62 3/178 32381
/proc/meminfo: memFree=1004708/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=139988 CPUtime=882.32 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 130257 0 0 0 86600 1632 0 0 25 0 1 0 901493714 143347712 33968 33554432000 4194304 9128323 140733645123856 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 34997 33968 754 1205 0 33788 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 139988

[startup+942.301 s]
/proc/loadavg: 2.00 1.94 1.64 3/178 32382
/proc/meminfo: memFree=1002444/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=140408 CPUtime=942.33 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 132412 0 0 0 92486 1747 0 0 25 0 1 0 901493714 143777792 34045 33554432000 4194304 9128323 140733645123856 18446744073709551615 5321200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 35102 34045 754 1205 0 33893 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 140408

[startup+1002.3 s]
/proc/loadavg: 2.00 1.95 1.66 3/178 32384
/proc/meminfo: memFree=999560/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=141532 CPUtime=1002.32 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 132710 0 0 0 98377 1855 0 0 25 0 1 0 901493714 144928768 34343 33554432000 4194304 9128323 140733645123856 18446744073709551615 4552932 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 35383 34343 754 1205 0 34174 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 141532

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.68 3/178 32385
/proc/meminfo: memFree=996044/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=143360 CPUtime=1062.33 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 133187 0 0 0 104272 1961 0 0 25 0 1 0 901493714 146800640 34820 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 35840 34820 754 1205 0 34631 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 143360

[startup+1122.3 s]
/proc/loadavg: 2.00 1.96 1.69 3/178 32387
/proc/meminfo: memFree=991652/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=144272 CPUtime=1122.33 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 133394 0 0 0 110168 2065 0 0 25 0 1 0 901493714 147734528 35027 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 36068 35027 754 1205 0 34859 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 144272

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/178 32389
/proc/meminfo: memFree=991360/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=144540 CPUtime=1182.34 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 133454 0 0 0 116068 2166 0 0 25 0 1 0 901493714 148008960 35087 33554432000 4194304 9128323 140733645123856 18446744073709551615 6713371 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 36135 35087 754 1205 0 34926 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 144540

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/178 32390
/proc/meminfo: memFree=990712/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=145016 CPUtime=1242.33 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 133617 0 0 0 121960 2273 0 0 25 0 1 0 901493714 148496384 35250 33554432000 4194304 9128323 140733645123856 18446744073709551615 7216804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 36254 35250 754 1205 0 35045 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 145016

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 32392
/proc/meminfo: memFree=989936/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=145628 CPUtime=1302.34 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 133753 0 0 0 127859 2375 0 0 25 0 1 0 901493714 149123072 35386 33554432000 4194304 9128323 140733645123856 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 36407 35386 754 1205 0 35198 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 145628

[startup+1362.3 s]
/proc/loadavg: 2.11 2.00 1.76 3/178 32393
/proc/meminfo: memFree=986792/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=148424 CPUtime=1362.34 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 134444 0 0 0 133766 2468 0 0 25 0 1 0 901493714 151986176 36077 33554432000 4194304 9128323 140733645123856 18446744073709551615 5984429 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 37106 36077 754 1205 0 35897 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 148424

[startup+1422.31 s]
/proc/loadavg: 2.04 2.00 1.77 3/178 32433
/proc/meminfo: memFree=873852/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=151164 CPUtime=1422.34 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 135130 0 0 0 139655 2579 0 0 25 0 1 0 901493714 154791936 36744 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 37791 36744 754 1205 0 36582 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 151164

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.79 3/178 32435
/proc/meminfo: memFree=829788/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=152264 CPUtime=1482.34 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 135413 0 0 0 145556 2678 0 0 25 0 1 0 901493714 155918336 37027 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 38066 37027 754 1205 0 36857 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 152264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 32436
/proc/meminfo: memFree=829192/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=152404 CPUtime=1542.34 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 135493 0 0 0 151449 2785 0 0 25 0 1 0 901493714 156061696 37107 33554432000 4194304 9128323 140733645123856 18446744073709551615 4207151 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 38101 37107 754 1205 0 36892 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 152404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 32438
/proc/meminfo: memFree=820224/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=152976 CPUtime=1602.35 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 135605 0 0 0 157337 2898 0 0 25 0 1 0 901493714 156647424 37219 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/32355/statm: 38244 37219 754 1205 0 37035 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 152976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 32439
/proc/meminfo: memFree=814724/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=155516 CPUtime=1662.35 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 136199 0 0 0 163215 3020 0 0 25 0 1 0 901493714 159248384 37813 33554432000 4194304 9128323 140733645123856 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32355/statm: 38879 37813 754 1205 0 37670 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 155516

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/178 32441
/proc/meminfo: memFree=819532/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=155720 CPUtime=1722.35 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 136272 0 0 0 169093 3142 0 0 25 0 1 0 901493714 159457280 37886 33554432000 4194304 9128323 140733645123856 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32355/statm: 38930 37886 754 1205 0 37721 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 155720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/178 32443
/proc/meminfo: memFree=818120/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=156416 CPUtime=1782.35 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 138671 0 0 0 174955 3280 0 0 25 0 1 0 901493714 160169984 38081 33554432000 4194304 9128323 140733645123856 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32355/statm: 39104 38081 754 1205 0 37895 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 156416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.83 3/178 32443
/proc/meminfo: memFree=814268/32950928 swapFree=67055948/67111528
[pid=32355] ppid=32353 vsize=156416 CPUtime=1800.06 cores=1,3,5,7
/proc/32355/stat : 32355 (scip-2.0.1.4.li) R 32353 32355 30857 0 -1 4202496 138673 0 0 0 176686 3320 0 0 25 0 1 0 901493714 160169984 38083 33554432000 4194304 9128323 140733645123856 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32355/statm: 39104 38083 756 1205 0 37895 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 156416

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.08
CPU user time (s): 1766.87
CPU system time (s): 33.2109
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 156416

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

runsolver used 2.44063 second user time and 5.84411 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-12 19:15:40
IDJOB=3447262
IDBENCH=78991
IDSOLVER=1944
FILE ID=node127/3447262-1307898940
RUNJOBID= node127-1307898940-32329
PBS_JOBID= 13559579
Free space on /var/tmp= 2892 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.1900557574--soft-33-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-3447262-1307898940/watcher-3447262-1307898940 -o /var/tmp/evaluation-result-3447262-1307898940/solver-3447262-1307898940 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447262-1307898940.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 571d61a5ea635d7d5a6801ae351f1515
RANDOM SEED=749857416

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1222548 kB
Buffers:         51352 kB
Cached:       30699948 kB
SwapCached:       9120 kB
Active:       15437708 kB
Inactive:     15333032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1222548 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           24104 kB
Writeback:           0 kB
AnonPages:       17000 kB
Mapped:          12840 kB
Slab:           893424 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184680 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 node127 at 2011-06-12 19:45:43