Trace number 3447843

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.12 1800.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567024--soft-66-100-0.wbo
MD5SUM7129b2638275c1b1b14ce0a3da71735e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark27.6158
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints927
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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-3447843-1307898652.wbo>
0.00/0.02	c original problem has 1158 variables (1158 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.03/0.07	c (round 2) 0 del vars, 166 del conss, 0 add conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.03/0.09	c (round 3) 108 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.03/0.10	c (round 4) 128 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.10	c (round 5) 128 del vars, 235 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1094 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  128 deleted vars, 235 deleted constraints, 0 added constraints, 937 tightened bounds, 0 added holes, 103 changed sides, 0 changed coefficients
0.09/0.14	c  1077 implications, 14 cliques
0.09/0.14	c presolved problem has 1957 variables (1094 bin, 0 int, 863 impl, 0 cont) and 3400 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      72 constraints of type <setppc>
0.09/0.14	c     863 constraints of type <linear>
0.09/0.14	c     863 constraints of type <indicator>
0.09/0.14	c    1601 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.17	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.17	c   0.2s|     1 |     0 |    96 |     - |8318k|   0 |  45 |1957 |4305 |1957 |2537 |   0 |  42 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.60	o 42427
0.49/0.60	c y 0.6s|     1 |     0 |  3796 |     - |8446k|   0 |  45 |1957 |4305 |1957 |2537 |   0 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |  3831 |     - |9087k|   0 |  45 |1957 |4330 |1957 |2544 |   7 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |  3912 |     - |9587k|   0 |  49 |1957 |4330 |1957 |2556 |  19 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
0.99/1.08	c   1.1s|     1 |     0 |  3934 |     - |  10M|   0 |  52 |1957 |4330 |1957 |2563 |  26 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  3944 |     - |  10M|   0 |  54 |1957 |4330 |1957 |2567 |  30 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.59/1.61	c   1.6s|     1 |     0 |  3979 |     - |  10M|   0 |  54 |1957 |4330 |1957 |2571 |  34 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.79/1.86	c   1.9s|     1 |     0 |  3985 |     - |  10M|   0 |  54 |1957 |4330 |1957 |2574 |  37 |  42 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
2.19/2.25	c   2.3s|     1 |     2 |  3985 |     - |  10M|   0 |  54 |1957 |4330 |1957 |2574 |  37 |  42 |   9 | 0.000000e+00 | 4.242700e+04 |    Inf 
3.30/3.36	o 714
3.30/3.36	c * 3.4s|    15 |    14 |  4771 |  56.1 |  11M|  11 |   - |1957 |4330 |1957 |2587 |  45 |  42 | 148 | 0.000000e+00 | 7.140000e+02 |    Inf 
5.40/5.43	o 308
5.40/5.43	c * 5.4s|    52 |    34 |  6033 |  40.2 |  11M|  14 |   - |1957 |4348 |1957 |2580 |  48 |  60 | 490 | 0.000000e+00 | 3.080000e+02 |    Inf 
5.40/5.46	o 306
5.40/5.46	c r 5.5s|    53 |    33 |  6093 |  40.5 |  11M|  14 |   1 |1957 |4348 |1957 |2587 |  55 |  60 | 496 | 0.000000e+00 | 3.060000e+02 |    Inf 
5.40/5.47	o 261
5.40/5.47	c * 5.5s|    55 |    33 |  6111 |  39.4 |  12M|  14 |   - |1957 |4348 |1957 |2587 |  55 |  60 | 496 | 0.000000e+00 | 2.610000e+02 |    Inf 
6.29/6.38	o 192
6.29/6.38	c * 6.4s|    75 |    36 |  6873 |  39.0 |  12M|  14 |   - |1957 |4357 |1957 |2566 |  66 |  69 | 655 | 0.000000e+00 | 1.920000e+02 |    Inf 
14.19/14.24	o 124
14.19/14.24	c *14.2s|  1146 |   204 | 19986 |  14.0 |  16M|  46 |   - |1957 |5319 |1957 |2586 | 146 |1232 |1734 | 0.000000e+00 | 1.240000e+02 |    Inf 
20.49/20.50	o 109
20.49/20.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.49/20.50	c *20.5s|  3745 |   285 | 37484 |   8.9 |  18M|  64 |   - |1957 |6806 |1957 |2580 | 248 |4345 |1836 | 0.000000e+00 | 1.090000e+02 |    Inf 
22.79/22.82	o 101
22.79/22.82	c *22.8s|  4872 |   299 | 43853 |   8.2 |  19M|  64 |   - |1957 |7634 |1957 |2558 | 321 |5829 |1845 | 0.000000e+00 | 1.010000e+02 |    Inf 
32.29/32.38	o 97
32.29/32.38	c *32.4s|  8517 |   481 | 74159 |   8.2 |  21M|  68 |   - |1957 |6617 |1957 |2580 | 497 |  10k|1966 | 0.000000e+00 | 9.700000e+01 |    Inf 
34.39/34.47	o 95
34.39/34.47	c *34.5s|  9220 |   526 | 81753 |   8.4 |  22M|  68 |   - |1957 |6444 |1957 |2580 | 548 |  10k|1976 | 0.000000e+00 | 9.500000e+01 |    Inf 
36.39/36.40	c  36.4s| 10000 |   553 | 87126 |   8.3 |  22M|  68 |   - |1957 |6310 |1957 |2558 | 571 |  11k|1992 | 0.000000e+00 | 9.500000e+01 |    Inf 
39.28/39.30	o 82
39.28/39.30	c *39.3s| 11041 |   595 | 96598 |   8.4 |  23M|  68 |   - |1957 |6140 |1957 |2580 | 608 |  12k|2008 | 0.000000e+00 | 8.200000e+01 |    Inf 
46.68/46.70	o 68
46.68/46.70	c *46.7s| 13546 |   653 |124522 |   8.9 |  24M|  68 |   - |1957 |6156 |1957 |2584 | 679 |  15k|2041 | 0.000000e+00 | 6.800000e+01 |    Inf 
51.19/51.22	o 66
51.19/51.22	c *51.2s| 15611 |   702 |139672 |   8.7 |  25M|  68 |   - |1957 |7038 |1957 |2559 | 709 |  18k|2047 | 0.000000e+00 | 6.600000e+01 |    Inf 
52.08/52.13	o 42
52.08/52.13	c *52.1s| 16076 |   622 |142136 |   8.6 |  24M|  68 |   - |1957 |7284 |1957 |2558 | 720 |  19k|2047 | 0.000000e+00 | 4.200000e+01 |    Inf 
53.18/53.24	o 41
53.18/53.24	c *53.2s| 16488 |   595 |146540 |   8.6 |  24M|  68 |   - |1957 |6606 |1957 |2558 | 722 |  19k|2051 | 0.000000e+00 | 4.100000e+01 |    Inf 
53.79/53.87	o 38
53.79/53.87	c *53.9s| 16682 |   580 |149594 |   8.7 |  23M|  68 |   - |1957 |6090 |1957 |2562 | 726 |  19k|2054 | 0.000000e+00 | 3.800000e+01 |    Inf 
56.58/56.67	o 37
56.58/56.67	c *56.7s| 17897 |   567 |160502 |   8.7 |  23M|  68 |   - |1957 |6418 |1957 |2558 | 737 |  21k|2057 | 0.000000e+00 | 3.700000e+01 |    Inf 
61.89/61.97	c  62.0s| 20000 |   579 |183027 |   9.0 |  23M|  68 |   - |1957 |6412 |1957 |2580 | 755 |  24k|2067 | 0.000000e+00 | 3.700000e+01 |    Inf 
68.20/68.29	o 34
68.20/68.29	c *68.3s| 22415 |   590 |210775 |   9.2 |  24M|  68 |   - |1957 |7942 |1957 |2580 | 777 |  26k|2067 | 0.000000e+00 | 3.400000e+01 |    Inf 
75.89/75.92	o 31
75.89/75.92	c *75.9s| 25501 |   613 |245313 |   9.5 |  24M|  68 |   - |1957 |7729 |1957 |2580 | 800 |  29k|2067 | 0.000000e+00 | 3.100000e+01 |    Inf 
80.38/80.40	o 15
80.38/80.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.38/80.40	c *80.4s| 27267 |   493 |267179 |   9.7 |  22M|  68 |   - |1957 |7350 |1957 |2580 | 814 |  31k|2067 | 0.000000e+00 | 1.500000e+01 |    Inf 
88.00/88.09	c  88.1s| 30000 |   397 |304925 |  10.0 |  21M|  68 |  18 |1957 |6186 |1957 |2558 | 815 |  35k|2153 | 0.000000e+00 | 1.500000e+01 |    Inf 
120.79/120.80	c   121s| 40000 |   412 |470265 |  11.7 |  23M|  68 |   - |1957 |  10k|1957 |2558 | 818 |  47k|2686 | 0.000000e+00 | 1.500000e+01 |    Inf 
153.20/153.22	c   153s| 50000 |   440 |632161 |  12.6 |  25M|  68 |  35 |1957 |  12k|1957 |2558 | 827 |  61k|3108 | 0.000000e+00 | 1.500000e+01 |    Inf 
185.69/185.73	c   186s| 60000 |   592 |792237 |  13.1 |  28M|  79 |   - |1957 |  16k|   0 |   0 | 827 |  75k|3536 | 0.000000e+00 | 1.500000e+01 |    Inf 
218.69/218.75	c   219s| 70000 |   509 |954087 |  13.6 |  27M|  79 |   - |1957 |  14k|1957 |2558 | 827 |  89k|3897 | 0.000000e+00 | 1.500000e+01 |    Inf 
252.20/252.28	c   252s| 80000 |   449 |  1122k|  14.0 |  26M|  79 |   - |1957 |  12k|1957 |2558 | 827 | 102k|4227 | 0.000000e+00 | 1.500000e+01 |    Inf 
284.60/284.69	c   285s| 90000 |   372 |  1288k|  14.3 |  26M|  79 |   - |1957 |  12k|1957 |2558 | 828 | 115k|4514 | 0.000000e+00 | 1.500000e+01 |    Inf 
316.89/316.97	c   317s|100000 |   260 |  1444k|  14.4 |  25M|  79 |  38 |1957 |  11k|1957 |2580 | 830 | 128k|4962 | 0.000000e+00 | 1.500000e+01 |    Inf 
348.30/348.32	c   348s|110000 |   268 |  1605k|  14.6 |  27M|  79 |  30 |1957 |  16k|1957 |2558 | 830 | 141k|5202 | 0.000000e+00 | 1.500000e+01 |    Inf 
382.50/382.52	c   383s|120000 |   361 |  1775k|  14.8 |  28M|  79 |  38 |1957 |  17k|1957 |2580 | 832 | 154k|5531 | 0.000000e+00 | 1.500000e+01 |    Inf 
416.59/416.61	c   417s|130000 |   531 |  1947k|  14.9 |  31M|  79 |  36 |1957 |  20k|1957 |2580 | 833 | 168k|5750 | 0.000000e+00 | 1.500000e+01 |    Inf 
449.60/449.63	c   450s|140000 |   472 |  2104k|  15.0 |  30M|  79 |   - |1957 |  19k|1957 |2580 | 834 | 182k|6008 | 0.000000e+00 | 1.500000e+01 |    Inf 
483.40/483.43	c   483s|150000 |   435 |  2266k|  15.1 |  32M|  79 |  21 |1957 |  22k|1957 |2558 | 835 | 195k|6280 | 0.000000e+00 | 1.500000e+01 |    Inf 
505.50/505.53	o 13
505.50/505.53	c * 506s|156676 |   365 |  2368k|  15.1 |  31M|  79 |   - |1957 |  23k|1957 |2582 | 837 | 204k|6420 | 0.000000e+00 | 1.300000e+01 |    Inf 
517.20/517.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.20/517.24	c   517s|160000 |   323 |  2422k|  15.1 |  29M|  79 |   - |1957 |  18k|1957 |2558 | 837 | 209k|6526 | 0.000000e+00 | 1.300000e+01 |    Inf 
548.50/548.57	c   549s|170000 |   385 |  2565k|  15.1 |  31M|  79 |  24 |1957 |  21k|1957 |2558 | 837 | 222k|6728 | 0.000000e+00 | 1.300000e+01 |    Inf 
580.00/580.03	c   580s|180000 |   377 |  2711k|  15.0 |  31M|  79 |   - |1957 |  21k|1957 |2558 | 837 | 236k|6922 | 0.000000e+00 | 1.300000e+01 |    Inf 
611.41/611.46	c   611s|190000 |   407 |  2857k|  15.0 |  31M|  79 |  31 |1957 |  22k|1957 |2558 | 837 | 250k|7110 | 0.000000e+00 | 1.300000e+01 |    Inf 
641.80/641.81	c   642s|200000 |   355 |  2996k|  15.0 |  30M|  79 |   - |1957 |  19k|1957 |2558 | 837 | 264k|7266 | 0.000000e+00 | 1.300000e+01 |    Inf 
672.80/672.86	c   673s|210000 |   259 |  3134k|  14.9 |  29M|  79 |  39 |1957 |  19k|1957 |2558 | 837 | 277k|7517 | 0.000000e+00 | 1.300000e+01 |    Inf 
705.90/705.90	c   706s|220000 |   265 |  3289k|  14.9 |  31M|  79 |  22 |1957 |  24k|1957 |2558 | 839 | 290k|7709 | 0.000000e+00 | 1.300000e+01 |    Inf 
738.50/738.51	c   739s|230000 |   283 |  3435k|  14.9 |  33M|  79 |   - |1957 |  26k|1957 |2558 | 841 | 304k|7880 | 0.000000e+00 | 1.300000e+01 |    Inf 
772.31/772.34	c   772s|240000 |   297 |  3583k|  14.9 |  35M|  79 |  36 |1957 |  31k|1957 |2558 | 842 | 317k|8058 | 0.000000e+00 | 1.300000e+01 |    Inf 
806.71/806.74	c   807s|250000 |   254 |  3735k|  14.9 |  33M|  79 |  30 |1957 |  27k|1957 |2558 | 844 | 330k|8217 | 0.000000e+00 | 1.300000e+01 |    Inf 
838.51/838.58	c   839s|260000 |   371 |  3871k|  14.9 |  35M|  79 |  35 |1957 |  29k|1957 |2558 | 845 | 343k|8346 | 0.000000e+00 | 1.300000e+01 |    Inf 
869.41/869.43	c   869s|270000 |   454 |  3993k|  14.8 |  36M|  79 |   - |1957 |  30k|1957 |2558 | 845 | 357k|8517 | 0.000000e+00 | 1.300000e+01 |    Inf 
900.11/900.16	c   900s|280000 |   697 |  4121k|  14.7 |  39M|  79 |   - |1957 |  31k|   0 |   0 | 845 | 370k|8678 | 0.000000e+00 | 1.300000e+01 |    Inf 
931.72/931.79	c   932s|290000 |   710 |  4252k|  14.7 |  39M|  79 |   - |1957 |  31k|   0 |   0 | 845 | 384k|8788 | 0.000000e+00 | 1.300000e+01 |    Inf 
964.62/964.65	c   965s|300000 |   523 |  4387k|  14.6 |  39M|  79 |  29 |1957 |  31k|1957 |2558 | 853 | 398k|9060 | 0.000000e+00 | 1.300000e+01 |    Inf 
1000.51/1000.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1000.51/1000.55	c  1001s|310000 |   603 |  4549k|  14.7 |  40M|  79 |  25 |1957 |  33k|1957 |2558 | 855 | 411k|9188 | 0.000000e+00 | 1.300000e+01 |    Inf 
1035.31/1035.30	c  1035s|320000 |   560 |  4697k|  14.7 |  40M|  79 |   - |1957 |  32k|1957 |2558 | 857 | 424k|9304 | 0.000000e+00 | 1.300000e+01 |    Inf 
1067.72/1067.79	c  1068s|330000 |   705 |  4830k|  14.6 |  41M|  79 |  24 |1957 |  33k|1957 |2558 | 857 | 438k|9473 | 0.000000e+00 | 1.300000e+01 |    Inf 
1101.12/1101.18	c  1101s|340000 |   670 |  4961k|  14.6 |  42M|  79 |   - |1957 |  35k|   0 |   0 | 857 | 451k|9620 | 0.000000e+00 | 1.300000e+01 |    Inf 
1133.71/1133.71	c  1134s|350000 |   625 |  5093k|  14.5 |  43M|  79 |  25 |1957 |  38k|1957 |2558 | 858 | 465k|9704 | 0.000000e+00 | 1.300000e+01 |    Inf 
1169.23/1169.25	c  1169s|360000 |   745 |  5238k|  14.5 |  43M|  79 |   - |1957 |  36k|   0 |   0 | 858 | 479k|9870 | 0.000000e+00 | 1.300000e+01 |    Inf 
1206.32/1206.34	c  1206s|370000 |   897 |  5392k|  14.6 |  45M|  79 |   - |1957 |  38k|1957 |2558 | 861 | 493k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1241.92/1241.99	c  1242s|380000 |  1066 |  5536k|  14.6 |  45M|  90 |  32 |1957 |  37k|1957 |2558 | 861 | 508k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1273.62/1273.65	o 12
1273.62/1273.65	c *1274s|389086 |  1056 |  5670k|  14.6 |  46M|  90 |   - |1957 |  38k|1957 |2558 | 865 | 521k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1276.62/1276.64	c  1277s|390000 |  1070 |  5683k|  14.6 |  45M|  90 |   - |1957 |  37k|1957 |2558 | 865 | 522k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1311.13/1311.16	c  1311s|400000 |  1027 |  5821k|  14.5 |  45M|  90 |   - |1957 |  37k|1957 |2558 | 866 | 537k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1343.22/1343.26	c  1343s|410000 |   972 |  5949k|  14.5 |  45M|  90 |  37 |1957 |  37k|1957 |2558 | 866 | 552k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1377.93/1377.93	c  1378s|420000 |  1031 |  6092k|  14.5 |  46M|  91 |   - |1957 |  38k|   0 |   0 | 866 | 568k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1413.02/1413.08	c  1413s|430000 |   975 |  6232k|  14.5 |  46M|  91 |   - |1957 |  38k|1957 |2558 | 867 | 583k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1448.63/1448.67	c  1449s|440000 |   916 |  6379k|  14.5 |  45M|  91 |  33 |1957 |  37k|1957 |2558 | 868 | 597k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1483.03/1483.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.03/1483.01	c  1483s|450000 |   819 |  6517k|  14.5 |  45M|  91 |  34 |1957 |  38k|1957 |2558 | 868 | 612k|  10k| 0.000000e+00 | 1.200000e+01 |    Inf 
1519.04/1519.02	c  1519s|460000 |   788 |  6666k|  14.5 |  45M|  91 |  40 |1957 |  38k|1957 |2558 | 869 | 625k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1553.73/1553.78	c  1554s|470000 |   780 |  6802k|  14.5 |  46M|  91 |  37 |1957 |  41k|1957 |2558 | 870 | 639k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1589.33/1589.35	c  1589s|480000 |   849 |  6945k|  14.5 |  47M|  91 |  31 |1957 |  43k|1957 |2558 | 870 | 653k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1623.93/1623.99	c  1624s|490000 |   821 |  7077k|  14.4 |  47M|  91 |   - |1957 |  43k|1957 |2558 | 870 | 667k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1658.63/1658.68	c  1659s|500000 |   869 |  7214k|  14.4 |  48M|  91 |  39 |1957 |  43k|1957 |2558 | 870 | 681k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1695.73/1695.77	c  1696s|510000 |   848 |  7356k|  14.4 |  48M|  91 |  40 |1957 |  42k|1957 |2558 | 870 | 695k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1730.74/1730.71	c  1731s|520000 |   819 |  7489k|  14.4 |  49M|  91 |  26 |1957 |  44k|1957 |2558 | 870 | 708k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1765.84/1765.80	c  1766s|530000 |   851 |  7628k|  14.4 |  50M|  91 |  32 |1957 |  47k|1957 |2558 | 872 | 722k|  11k| 0.000000e+00 | 1.200000e+01 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 539364
1800.05/1800.00	c Primal Bound       : +1.20000000000000e+01 (268 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 
1800.05/1800.00	v -x80 -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 
1800.05/1800.00	v -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.12 (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-3447843-1307898652.wbo
1800.05/1800.00	c   Variables        : 1158 (1158 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-3447843-1307898652.wbo
1800.05/1800.00	c   Variables        : 1957 (1094 binary, 0 integer, 863 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 3400 initial, 47264 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         64          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00         64          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.03          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   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0         10          0          0          0
1800.05/1800.00	c   linear           :       0.06          0          0          0        937          0        161          0        103          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0         64          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        :          -       1524          -          -       1524          -          -          -          -          -
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     281505          0       1825          0        463       3880          0          0     555632
1800.05/1800.00	c   varbound         :          0+         6    2669047        855          1          0      18962         13    1577345        850          0          0
1800.05/1800.00	c   knapsack         :          1          6    2662318          8          1       1822     715593      11320    4453746          4          0          0
1800.05/1800.00	c   setppc           :         72          6    2659323          4          1       1814    3209828      28028    2004964          0          0          0
1800.05/1800.00	c   linear           :        863+         7    2632385          8          1       1797    3212684      27457    2216736          0          0          0
1800.05/1800.00	c   indicator        :        863          0    2602644        855          1       1797      28010          0      59808          0          0          0
1800.05/1800.00	c   logicor          :       1601+         6    1222817         21          1        247    4241075      41391    3759870          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     295630          0          0          0        258         35        519          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         21          1        249          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         :      63.08       0.00       0.00      63.05       0.00       0.03       0.00
1800.05/1800.00	c   varbound         :       6.35       0.00       6.32       0.01       0.00       0.00       0.01
1800.05/1800.00	c   knapsack         :      13.12       0.00      12.35       0.00       0.00       0.00       0.76
1800.05/1800.00	c   setppc           :      15.24       0.00      14.42       0.00       0.00       0.01       0.81
1800.05/1800.00	c   linear           :      29.49       0.00      27.73       0.00       0.00       0.18       1.58
1800.05/1800.00	c   indicator        :       9.13       0.01       8.27       0.04       0.00       0.79       0.01
1800.05/1800.00	c   logicor          :     192.05       0.00     188.48       0.00       0.00       0.02       3.55
1800.05/1800.00	c   bounddisjunction :       1.15       0.00       1.15       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          :     140387       3774         14     187927
1800.05/1800.00	c   rootredcost      :         23          0          0        762
1800.05/1800.00	c   pseudoobj        :    2677073      19474       5429    1575846
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      11.39      11.39       0.00
1800.05/1800.00	c   rootredcost      :       0.44       0.44       0.00
1800.05/1800.00	c   pseudoobj        :      41.08      40.90       0.19
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       6.19     113687     113563     668775       32.4       3063       26.8          -
1800.05/1800.00	c   infeasible LP    :      29.63     161833     161826    1119524       42.6       2266       15.4          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          3          3          3        2.7          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     735603       34.0          -          -          -
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          -          -         20          -    (maximal pool size: 487)
1800.05/1800.00	c   redcost          :      10.57     283952          0     204878          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.53          6          0          0       1000          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.43          6          0          0       2025          0
1800.05/1800.00	c   cmir             :       0.07          6          0          0          4          0
1800.05/1800.01	c   flowcover        :       0.06          6          0          0          3          0
1800.05/1800.01	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.13          1          0          0          0         25
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      62.82     280647        463       3880          0          0     555632
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.01          -         21
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   feaspump         :       0.44          1          0
1800.05/1800.01	c   oneopt           :       0.29         22          0
1800.05/1800.01	c   linesearchdiving :       0.57         67          0
1800.05/1800.01	c   guideddiving     :       1.54         67          0
1800.05/1800.01	c   objpscostdiving  :       0.30         34          0
1800.05/1800.01	c   rootsoldiving    :       0.65         34          0
1800.05/1800.01	c   coefdiving       :       1.13         68          0
1800.05/1800.01	c   pscostdiving     :       0.62         68          0
1800.05/1800.01	c   fracdiving       :       1.83         68          0
1800.05/1800.01	c   veclendiving     :       1.29         68          0
1800.05/1800.01	c   crossover        :       1.15         29          1
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   shiftandpropagate:       0.01          1          0
1800.05/1800.01	c   simplerounding   :       0.47     281626          1
1800.05/1800.01	c   zirounding       :       0.60       1000          0
1800.05/1800.01	c   rounding         :       1.11       7429          0
1800.05/1800.01	c   shifting         :       0.97       2296          0
1800.05/1800.01	c   intshifting      :       0.01          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.05          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.11          0          0
1800.05/1800.01	c   trysol           :       0.30       1491        245
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.01          0          0       0.00          -
1800.05/1800.01	c   dual LP          :    1054.96     443907    7722585      17.40    7320.24
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       6.18       4714      34916       7.41    5652.19
1800.05/1800.01	c   strong branching :      58.91      11909     422561      35.48    7173.01
1800.05/1800.01	c     (at root node) :          -          9       2726     302.89          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     539364
1800.05/1800.01	c   nodes (total)    :     539364
1800.05/1800.01	c   nodes left       :        766
1800.05/1800.01	c   max depth        :         91
1800.05/1800.01	c   max depth (total):         91
1800.05/1800.01	c   backtracks       :      61968 (11.5%)
1800.05/1800.01	c   delayed cutoffs  :      15055
1800.05/1800.01	c   repropagations   :    1097542 (2171691 domain reductions, 14598 cutoffs)
1800.05/1800.01	c   avg switch length:       5.68
1800.05/1800.01	c   switching time   :     163.86
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        268 (23 improvements)
1800.05/1800.01	c   First Solution   : +4.24270000000000e+04   (in run 1, after 1 nodes, 0.59 seconds, depth 0, found by <trysol>)
1800.05/1800.01	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 389086 nodes, 1273.65 seconds, depth 50, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :       3985
1800.05/1800.07	c Time complete: 1800.11.

Verifier Data

OK	12

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447843-1307898652/watcher-3447843-1307898652 -o /tmp/evaluation-result-3447843-1307898652/solver-3447843-1307898652 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447843-1307898652.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: 2.00 2.00 1.85 2/175 11903
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=10332 CPUtime=0 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 1567 0 0 0 0 0 0 0 20 0 1 0 901463375 10579968 1521 33554432000 4194304 9128323 140735966805440 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11903/statm: 2583 1521 399 1205 0 1374 0

[startup+0.0469469 s]
/proc/loadavg: 2.00 2.00 1.85 2/175 11903
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=28132 CPUtime=0.03 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 6025 0 0 0 3 0 0 0 20 0 1 0 901463375 28807168 5720 33554432000 4194304 9128323 140735966805440 18446744073709551615 5192607 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11903/statm: 7033 5720 514 1205 0 5824 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28132

[startup+0.100937 s]
/proc/loadavg: 2.00 2.00 1.85 2/175 11903
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=28416 CPUtime=0.09 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 6127 0 0 0 9 0 0 0 20 0 1 0 901463375 29097984 5822 33554432000 4194304 9128323 140735966805440 18446744073709551615 4336761 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11903/statm: 7104 5824 543 1205 0 5895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28416

[startup+0.300902 s]
/proc/loadavg: 2.00 2.00 1.85 2/175 11903
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=34248 CPUtime=0.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 7893 0 0 0 28 1 0 0 21 0 1 0 901463375 35069952 7503 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11903/statm: 8562 7503 683 1205 0 7353 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34248

[startup+0.700844 s]
/proc/loadavg: 2.00 2.00 1.85 2/175 11903
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=58280 CPUtime=0.69 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 13731 0 0 0 67 2 0 0 22 0 1 0 901463375 59678720 13338 33554432000 4194304 9128323 140735966805440 18446744073709551615 4336752 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11903/statm: 14570 13338 727 1205 0 13361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58280

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 11907
/proc/meminfo: memFree=1556472/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=58012 CPUtime=1.49 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 14286 0 0 0 146 3 0 0 25 0 1 0 901463375 59404288 13539 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11903/statm: 14503 13539 742 1205 0 13294 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58012

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1554584/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=57760 CPUtime=3.09 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 15559 0 0 0 302 7 0 0 25 0 1 0 901463375 59146240 13559 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11903/statm: 14440 13559 752 1205 0 13231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57760

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 11907
/proc/meminfo: memFree=1555604/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=57760 CPUtime=6.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 15560 0 0 0 614 15 0 0 25 0 1 0 901463375 59146240 13560 33554432000 4194304 9128323 140735966805440 18446744073709551615 7361797 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11903/statm: 14440 13560 753 1205 0 13231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57760

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1555208/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=57760 CPUtime=12.69 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 20528 0 0 0 1237 32 0 0 25 0 1 0 901463375 59146240 13572 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 14440 13572 758 1205 0 13231 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57760

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1548376/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=65704 CPUtime=25.48 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 39369 0 0 0 2495 53 0 0 25 0 1 0 901463375 67280896 15531 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 16426 15531 758 1205 0 15217 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65704

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11908
/proc/meminfo: memFree=1533552/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=80560 CPUtime=51.09 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 82078 0 0 0 5012 97 0 0 25 0 1 0 901463375 82493440 19262 33554432000 4194304 9128323 140735966805440 18446744073709551615 4207186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 20140 19262 758 1205 0 18931 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80560

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 11909
/proc/meminfo: memFree=1526020/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=84296 CPUtime=102.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 120323 0 0 0 10034 195 0 0 25 0 1 0 901463375 86319104 20180 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 21074 20180 758 1205 0 19865 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 84296

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.86 4/179 11911
/proc/meminfo: memFree=1521020/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=88360 CPUtime=162.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 122684 0 0 0 15915 314 0 0 25 0 1 0 901463375 90480640 21183 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 22090 21183 758 1205 0 20881 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 11913
/proc/meminfo: memFree=1515532/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=91216 CPUtime=222.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 127572 0 0 0 21796 433 0 0 25 0 1 0 901463375 93405184 21935 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 22804 21935 758 1205 0 21595 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91216

[startup+282.301 s]
/proc/loadavg: 2.16 2.03 1.88 4/179 11914
/proc/meminfo: memFree=1512140/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=92648 CPUtime=282.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 129223 0 0 0 27677 552 0 0 25 0 1 0 901463375 94871552 22266 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 23162 22266 758 1205 0 21953 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 92648

[startup+342.301 s]
/proc/loadavg: 2.14 2.04 1.90 4/179 11916
/proc/meminfo: memFree=1510860/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=93148 CPUtime=342.29 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 129361 0 0 0 33558 671 0 0 25 0 1 0 901463375 95383552 22404 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 23287 22404 758 1205 0 22078 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93148

[startup+402.301 s]
/proc/loadavg: 2.05 2.03 1.90 4/179 11917
/proc/meminfo: memFree=1506472/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=95060 CPUtime=402.3 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 129852 0 0 0 39444 786 0 0 25 0 1 0 901463375 97341440 22895 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 23765 22895 758 1205 0 22556 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 95060

[startup+462.301 s]
/proc/loadavg: 2.05 2.04 1.91 4/179 11919
/proc/meminfo: memFree=1503692/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=95492 CPUtime=462.3 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 131516 0 0 0 45332 898 0 0 25 0 1 0 901463375 97783808 23004 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 23873 23004 758 1205 0 22664 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 95492

[startup+522.301 s]
/proc/loadavg: 2.11 2.06 1.92 4/179 11921
/proc/meminfo: memFree=1500172/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=97468 CPUtime=522.3 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 139497 0 0 0 51217 1013 0 0 25 0 1 0 901463375 99807232 23432 33554432000 4194304 9128323 140735966805440 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 24367 23432 758 1205 0 23158 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 97468

[startup+582.301 s]
/proc/loadavg: 2.04 2.04 1.92 4/179 11922
/proc/meminfo: memFree=1499996/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=97716 CPUtime=582.3 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 142731 0 0 0 57106 1124 0 0 25 0 1 0 901463375 100061184 23542 33554432000 4194304 9128323 140735966805440 18446744073709551615 6583289 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 24429 23542 758 1205 0 23220 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 97716

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 11967
/proc/meminfo: memFree=1243344/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=102872 CPUtime=822.31 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 150911 0 0 0 80684 1547 0 0 25 0 1 0 901463375 105340928 24822 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 25718 24822 758 1205 0 24509 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 102872

[startup+882.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/179 11968
/proc/meminfo: memFree=1241472/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=104668 CPUtime=882.31 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 152932 0 0 0 86587 1644 0 0 25 0 1 0 901463375 107180032 25284 33554432000 4194304 9128323 140735966805440 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 26167 25284 758 1205 0 24958 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 104668

[startup+942.3 s]
/proc/loadavg: 2.07 2.03 1.93 3/179 11970
/proc/meminfo: memFree=1238032/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=108024 CPUtime=942.31 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 153749 0 0 0 92493 1738 0 0 25 0 1 0 901463375 110616576 26101 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 27006 26101 758 1205 0 25797 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 108024

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 1.93 3/179 11971
/proc/meminfo: memFree=1236856/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=108952 CPUtime=1002.31 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 154024 0 0 0 98382 1849 0 0 25 0 1 0 901463375 111566848 26376 33554432000 4194304 9128323 140735966805440 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 27238 26376 758 1205 0 26029 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 108952

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/179 11973
/proc/meminfo: memFree=1236612/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=109724 CPUtime=1062.32 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 154185 0 0 0 104292 1940 0 0 25 0 1 0 901463375 112357376 26537 33554432000 4194304 9128323 140735966805440 18446744073709551615 4784819 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 27431 26537 758 1205 0 26222 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 109724

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/179 11975
/proc/meminfo: memFree=1234704/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=111396 CPUtime=1122.32 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 154599 0 0 0 110201 2031 0 0 25 0 1 0 901463375 114069504 26951 33554432000 4194304 9128323 140735966805440 18446744073709551615 5332920 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 27849 26951 758 1205 0 26640 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 111396

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/179 11976
/proc/meminfo: memFree=1229512/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=116204 CPUtime=1182.32 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 156558 0 0 0 116092 2140 0 0 25 0 1 0 901463375 118992896 28156 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 29051 28156 758 1205 0 27842 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 116204

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 11978
/proc/meminfo: memFree=1229108/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=116204 CPUtime=1242.32 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 156565 0 0 0 121986 2246 0 0 25 0 1 0 901463375 118992896 28163 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 29051 28163 758 1205 0 27842 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 116204

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 11979
/proc/meminfo: memFree=1228396/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=114540 CPUtime=1302.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 172025 0 0 0 127876 2357 0 0 25 0 1 0 901463375 117288960 27747 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 28635 27747 758 1205 0 27426 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 114540

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 11981
/proc/meminfo: memFree=1227452/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=115140 CPUtime=1362.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 180353 0 0 0 133773 2460 0 0 25 0 1 0 901463375 117903360 27903 33554432000 4194304 9128323 140735966805440 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 28785 27903 758 1205 0 27576 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 115140

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 11983
/proc/meminfo: memFree=1225636/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=117236 CPUtime=1422.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 180864 0 0 0 139666 2567 0 0 25 0 1 0 901463375 120049664 28411 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 29309 28411 758 1205 0 28100 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 117236

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 11984
/proc/meminfo: memFree=1224880/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=117776 CPUtime=1482.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 182986 0 0 0 145560 2673 0 0 25 0 1 0 901463375 120602624 28583 33554432000 4194304 9128323 140735966805440 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 29444 28583 758 1205 0 28235 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 117776

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 11986
/proc/meminfo: memFree=1224264/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=118732 CPUtime=1542.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 183214 0 0 0 151442 2791 0 0 25 0 1 0 901463375 121581568 28811 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 29683 28811 758 1205 0 28474 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 118732

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/179 11987
/proc/meminfo: memFree=1212192/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=119288 CPUtime=1602.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 183351 0 0 0 157337 2896 0 0 25 0 1 0 901463375 122150912 28948 33554432000 4194304 9128323 140735966805440 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 29822 28948 758 1205 0 28613 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 119288

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 11989
/proc/meminfo: memFree=1204500/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=120044 CPUtime=1662.33 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 187695 0 0 0 163233 3000 0 0 25 0 1 0 901463375 122925056 29143 33554432000 4194304 9128323 140735966805440 18446744073709551615 4240102 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 30011 29143 758 1205 0 28802 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 120044

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/179 11991
/proc/meminfo: memFree=1194056/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=120892 CPUtime=1722.34 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 187882 0 0 0 169129 3105 0 0 25 0 1 0 901463375 123793408 29330 33554432000 4194304 9128323 140735966805440 18446744073709551615 6416635 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 30223 29330 758 1205 0 29014 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 120892

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 1.96 3/179 11992
/proc/meminfo: memFree=1176216/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=123068 CPUtime=1782.34 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 188446 0 0 0 175026 3208 0 0 25 0 1 0 901463375 126021632 29894 33554432000 4194304 9128323 140735966805440 18446744073709551615 4552907 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 30767 29894 758 1205 0 29558 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 123068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.03 1.96 3/179 11993
/proc/meminfo: memFree=1171296/32951124 swapFree=67063552/67111528
[pid=11903] ppid=11900 vsize=123216 CPUtime=1800.05 cores=1,3,5,7
/proc/11903/stat : 11903 (scip-2.0.1.4.li) R 11900 11903 11440 0 -1 4202496 188470 0 0 0 176763 3242 0 0 25 0 1 0 901463375 126173184 29918 33554432000 4194304 9128323 140735966805440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11903/statm: 30804 29918 758 1205 0 29595 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 123216

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.12
CPU user time (s): 1767.69
CPU system time (s): 32.4241
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 135620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.69
system time used= 32.4241
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 4117

runsolver used 2.75358 second user time and 6.86596 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 19:10:52
IDJOB=3447843
IDBENCH=78960
IDSOLVER=1944
FILE ID=node134/3447843-1307898652
RUNJOBID= node134-1307898651-11879
PBS_JOBID= 13559572
Free space on /tmp= 1424 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.1900567024--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447843-1307898652/watcher-3447843-1307898652 -o /tmp/evaluation-result-3447843-1307898652/solver-3447843-1307898652 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447843-1307898652.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 7129b2638275c1b1b14ce0a3da71735e
RANDOM SEED=1673656871

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1672916 kB
Buffers:         57924 kB
Cached:       30255236 kB
SwapCached:      10044 kB
Active:       15428140 kB
Inactive:     14903092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1672916 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:           24188 kB
Writeback:           0 kB
AnonPages:       15204 kB
Mapped:           9840 kB
Slab:           883528 kB
PageTables:       3524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   158320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1400 MiB
End job on node134 at 2011-06-12 19:40:54