Trace number 3447327

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.4OPTIMUM 1749.89 1749.84

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.7635
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447327-1307900921.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 137244
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.00/0.05	c presolving:
0.04/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, 0 impls, 0 clqs
0.04/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   360 |     - |  18M|   0 |  51 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   403 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2740 |  33 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.89/1.00	c   1.0s|     1 |     0 |   451 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2747 |  40 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |   490 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2755 |  48 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.79/1.80	c   1.8s|     1 |     0 |   548 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2761 |  54 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
2.19/2.22	c   2.2s|     1 |     0 |   644 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
3.70/3.77	c   3.8s|     1 |     2 |   644 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2770 |  63 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
16.29/16.40	o 754
16.29/16.40	c *16.4s|   119 |   118 | 14591 | 118.2 |  23M|  37 |   - |5645 |8121 |5645 |2801 | 162 |   0 |1060 | 0.000000e+00 | 7.540000e+02 |    Inf 
339.10/339.18	c   339s| 10000 |  9917 |  2149k| 214.9 |  59M|  63 |   5 |5645 |8605 |5645 |2774 |  24k| 502 |3335 | 0.000000e+00 | 7.540000e+02 |    Inf 
620.11/620.18	o 709
620.11/620.18	c * 620s| 17053 | 16896 |  3915k| 229.6 |  79M|  75 |   - |5645 |9092 |5645 |2759 |  55k|1017 |4621 | 0.000000e+00 | 7.090000e+02 |    Inf 
620.21/620.21	o 692
620.21/620.21	c * 620s| 17054 | 16890 |  3915k| 229.6 |  79M|  75 |   - |5645 |9092 |5645 |2759 |  55k|1017 |4621 | 0.000000e+00 | 6.920000e+02 |    Inf 
734.32/734.36	o 660
734.32/734.36	c * 734s| 19775 | 19472 |  4590k| 232.1 |  86M|  92 |   - |5645 |9462 |5645 |2916 |  70k|1431 |5089 | 0.000000e+00 | 6.600000e+02 |    Inf 
739.82/739.82	o 338
739.82/739.82	c * 740s| 19852 | 16956 |  4616k| 232.5 |  77M|  92 |   - |5645 |9467 |5645 |2940 |  71k|1439 |5101 | 0.000000e+00 | 3.380000e+02 |    Inf 
741.52/741.51	o 318
741.52/741.51	c * 742s| 19917 | 16629 |  4627k| 232.3 |  77M|  92 |   - |5645 |9497 |5645 |2804 |  71k|1472 |5109 | 0.000000e+00 | 3.180000e+02 |    Inf 
743.11/743.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
743.11/743.16	c   743s| 20000 | 16690 |  4639k| 231.9 |  77M|  92 |  23 |5645 |9515 |5645 |2763 |  71k|1498 |5114 | 0.000000e+00 | 3.180000e+02 |    Inf 
757.21/757.22	o 282
757.21/757.22	c * 757s| 20513 | 16117 |  4731k| 230.7 |  76M|  92 |   - |5645 |9765 |5645 |2870 |  72k|1776 |5130 | 0.000000e+00 | 2.820000e+02 |    Inf 
757.52/757.54	o 276
757.52/757.54	c * 758s| 20522 | 15964 |  4732k| 230.6 |  76M|  92 |   - |5645 |9771 |5645 |2777 |  72k|1785 |5136 | 0.000000e+00 | 2.760000e+02 |    Inf 
757.52/757.56	o 274
757.52/757.56	c * 758s| 20523 | 15909 |  4732k| 230.6 |  76M|  92 |   - |5645 |9771 |5645 |2777 |  72k|1785 |5136 | 0.000000e+00 | 2.740000e+02 |    Inf 
777.82/777.80	o 268
777.82/777.80	c * 778s| 21220 | 16119 |  4861k| 229.1 |  78M|  98 |   - |5645 |  10k|5645 |2797 |  74k|2148 |5214 | 0.000000e+00 | 2.680000e+02 |    Inf 
821.72/821.71	o 206
821.72/821.71	c * 822s| 22679 | 14113 |  5120k| 225.8 |  73M|  98 |   - |5645 |  10k|5645 |2847 |  79k|2898 |5377 | 0.000000e+00 | 2.060000e+02 |    Inf 
836.12/836.19	o 205
836.12/836.19	c * 836s| 23038 | 14172 |  5194k| 225.4 |  75M|  98 |   - |5645 |  10k|5645 |2824 |  82k|3098 |5395 | 0.000000e+00 | 2.050000e+02 |    Inf 
837.21/837.22	o 198
837.21/837.22	c * 837s| 23083 | 13710 |  5199k| 225.2 |  74M|  98 |   - |5645 |  10k|5645 |2765 |  82k|3123 |5396 | 0.000000e+00 | 1.980000e+02 |    Inf 
864.32/864.38	o 192
864.32/864.38	c * 864s| 24150 | 13810 |  5359k| 221.9 |  77M|  98 |   - |5645 |9589 |5645 |2773 |  84k|3738 |5545 | 0.000000e+00 | 1.920000e+02 |    Inf 
877.52/877.54	o 187
877.52/877.54	c * 878s| 24735 | 13793 |  5443k| 220.0 |  79M|  98 |   - |5645 |9202 |5645 |2898 |  86k|4083 |5569 | 0.000000e+00 | 1.870000e+02 |    Inf 
877.52/877.58	o 163
877.52/877.58	c * 878s| 24736 | 11277 |  5443k| 220.0 |  70M|  98 |   - |5645 |9195 |5645 |2898 |  86k|4083 |5569 | 0.000000e+00 | 1.630000e+02 |    Inf 
877.83/877.87	o 142
877.83/877.87	c * 878s| 24753 |  9156 |  5444k| 219.9 |  64M|  98 |   - |5645 |9185 |5645 |2785 |  86k|4089 |5569 | 0.000000e+00 | 1.420000e+02 |    Inf 
878.02/878.07	o 99
878.02/878.07	c * 878s| 24763 |  6461 |  5444k| 219.9 |  53M|  98 |   - |5645 |9156 |5645 |2797 |  86k|4092 |5569 | 0.000000e+00 | 9.900000e+01 |    Inf 
878.22/878.26	o 97
878.22/878.26	c * 878s| 24777 |  6360 |  5445k| 219.7 |  53M|  98 |   - |5645 |9006 |5645 |2765 |  86k|4101 |5569 | 0.000000e+00 | 9.700000e+01 |    Inf 
878.72/878.79	o 94
878.72/878.79	c * 879s| 24850 |  6031 |  5446k| 219.2 |  52M|  98 |   - |5645 |8854 |5645 |2739 |  86k|4149 |5569 | 0.000000e+00 | 9.400000e+01 |    Inf 
878.82/878.82	o 91
878.82/878.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.82/878.82	c * 879s| 24851 |  5962 |  5446k| 219.2 |  52M|  98 |   - |5645 |8854 |5645 |2739 |  86k|4149 |5569 | 0.000000e+00 | 9.100000e+01 |    Inf 
879.93/879.95	o 87
879.93/879.95	c * 880s| 24955 |  5522 |  5450k| 218.4 |  51M|  98 |   - |5645 |8450 |5645 |2777 |  86k|4209 |5571 | 0.000000e+00 | 8.700000e+01 |    Inf 
889.62/889.64	o 86
889.62/889.64	c * 890s| 25885 |  5660 |  5478k| 211.6 |  54M|  98 |   - |5645 |8674 |5645 |2773 |  86k|5004 |5580 | 0.000000e+00 | 8.600000e+01 |    Inf 
890.92/890.94	o 82
890.92/890.94	c * 891s| 26019 |  5546 |  5483k| 210.7 |  54M|  98 |   - |5645 |8644 |5645 |2765 |  86k|5081 |5593 | 0.000000e+00 | 8.200000e+01 |    Inf 
891.62/891.61	o 80
891.62/891.61	c * 892s| 26089 |  5448 |  5484k| 210.2 |  54M|  98 |   - |5645 |8486 |5645 |2770 |  86k|5146 |5593 | 0.000000e+00 | 8.000000e+01 |    Inf 
892.72/892.76	o 76
892.72/892.76	c * 893s| 26230 |  2851 |  5487k| 209.2 |  44M|  98 |   - |5645 |8426 |5645 |2767 |  86k|5294 |5605 | 0.000000e+00 | 7.600000e+01 |    Inf 
911.93/911.95	c   912s| 30000 |  2974 |  5512k| 183.7 |  48M| 104 |   - |5645 |8976 |   0 |   0 |  86k|8955 |5650 | 0.000000e+00 | 7.600000e+01 |    Inf 
915.13/915.19	o 59
915.13/915.19	c * 915s| 30430 |  2623 |  5518k| 181.3 |  48M| 104 |   - |5645 |8874 |5645 |2776 |  86k|9498 |5666 | 0.000000e+00 | 5.900000e+01 |    Inf 
916.52/916.52	o 57
916.52/916.52	c * 917s| 30618 |  2604 |  5521k| 180.3 |  48M| 104 |   - |5645 |7883 |5645 |2769 |  86k|9761 |5671 | 0.000000e+00 | 5.700000e+01 |    Inf 
916.52/916.58	o 48
916.52/916.58	c * 917s| 30620 |  2298 |  5521k| 180.3 |  47M| 104 |   - |5645 |7712 |5645 |2764 |  86k|9761 |5671 | 0.000000e+00 | 4.800000e+01 |    Inf 
919.53/919.60	o 45
919.53/919.60	c * 920s| 30979 |  2187 |  5528k| 178.4 |  48M| 104 |   - |5645 |6529 |5645 |2764 |  86k|  10k|5680 | 0.000000e+00 | 4.500000e+01 |    Inf 
920.92/920.99	o 40
920.92/920.99	c * 921s| 31193 |  2011 |  5532k| 177.3 |  48M| 104 |   - |5645 |6196 |5645 |2744 |  86k|  10k|5685 | 0.000000e+00 | 4.000000e+01 |    Inf 
921.02/921.05	o 39
921.02/921.05	c * 921s| 31195 |  2003 |  5532k| 177.3 |  48M| 104 |   - |5645 |5915 |5645 |2744 |  86k|  10k|5685 | 0.000000e+00 | 3.900000e+01 |    Inf 
921.02/921.10	o 37
921.02/921.10	c * 921s| 31197 |  1981 |  5532k| 177.3 |  48M| 104 |   - |5645 |5846 |5645 |2744 |  86k|  10k|5685 | 0.000000e+00 | 3.700000e+01 |    Inf 
921.12/921.11	o 22
921.12/921.11	c * 921s| 31198 |  1776 |  5532k| 177.3 |  46M| 104 |   - |5645 |5846 |5645 |2745 |  86k|  10k|5685 | 0.000000e+00 | 2.200000e+01 |    Inf 
924.42/924.49	o 14
924.42/924.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.42/924.49	c * 924s| 31570 |  1404 |  5546k| 175.7 |  44M| 104 |   - |5645 |4899 |5645 |2764 |  86k|  11k|5693 | 0.000000e+00 | 1.400000e+01 |    Inf 
933.12/933.13	o 12
933.12/933.13	c * 933s| 32688 |   685 |  5585k| 170.8 |  40M| 104 |   - |5645 |4782 |5645 |2738 |  86k|  12k|5718 | 0.000000e+00 | 1.200000e+01 |    Inf 
937.02/937.04	o 10
937.02/937.04	c * 937s| 33230 |   540 |  5603k| 168.6 |  38M| 104 |   - |5645 |4695 |5645 |2763 |  86k|  12k|5726 | 0.000000e+00 | 1.000000e+01 |    Inf 
950.22/950.28	o 5
950.22/950.28	c * 950s| 35714 |   385 |  5657k| 158.4 |  38M| 104 |   - |5645 |6006 |5645 |2766 |  86k|  16k|5748 | 0.000000e+00 | 5.000000e+00 |    Inf 
956.42/956.49	o 4
956.42/956.49	c * 956s| 36868 |   333 |  5685k| 154.2 |  37M| 104 |   - |5645 |5175 |5645 |2763 |  86k|  17k|5765 | 0.000000e+00 | 4.000000e+00 |    Inf 
973.02/973.04	c   973s| 40000 |   311 |  5760k| 144.0 |  37M| 104 |   - |5645 |6826 |5645 |2763 |  86k|  21k|5822 | 0.000000e+00 | 4.000000e+00 |    Inf 
1025.02/1025.01	c  1025s| 50000 |   294 |  5987k| 119.7 |  40M| 104 |  38 |5645 |  11k|5645 |2763 |  86k|  33k|5991 | 0.000000e+00 | 4.000000e+00 |    Inf 
1081.03/1081.01	c  1081s| 60000 |   325 |  6233k| 103.9 |  42M| 104 |  59 |5645 |  15k|5645 |2763 |  86k|  45k|6218 | 0.000000e+00 | 4.000000e+00 |    Inf 
1136.33/1136.31	c  1136s| 70000 |   389 |  6461k|  92.3 |  43M| 104 |   - |5645 |  13k|   0 |   0 |  86k|  59k|6360 | 0.000000e+00 | 4.000000e+00 |    Inf 
1188.33/1188.37	c  1188s| 80000 |   345 |  6682k|  83.5 |  42M| 104 |  41 |5645 |  11k|5645 |2763 |  86k|  74k|6480 | 0.000000e+00 | 4.000000e+00 |    Inf 
1243.63/1243.65	c  1244s| 90000 |   305 |  6916k|  76.8 |  42M| 104 |   - |5645 |  13k|5645 |2763 |  86k|  87k|6630 | 0.000000e+00 | 4.000000e+00 |    Inf 
1297.13/1297.19	c  1297s|100000 |   287 |  7148k|  71.5 |  44M| 104 |  40 |5645 |  18k|5645 |2763 |  86k| 100k|6759 | 0.000000e+00 | 4.000000e+00 |    Inf 
1350.74/1350.74	c  1351s|110000 |   260 |  7374k|  67.0 |  42M| 104 |  21 |5645 |  13k|5645 |2763 |  86k| 113k|6933 | 0.000000e+00 | 4.000000e+00 |    Inf 
1390.83/1390.85	o 3
1390.83/1390.85	c *1391s|117924 |   241 |  7546k|  64.0 |  42M| 104 |   - |5645 |  13k|5645 |2740 |  86k| 122k|6991 | 0.000000e+00 | 3.000000e+00 |    Inf 
1401.93/1401.91	c  1402s|120000 |   230 |  7592k|  63.3 |  41M| 104 |  36 |5645 |  11k|5645 |2763 |  86k| 125k|7053 | 0.000000e+00 | 3.000000e+00 |    Inf 
1456.03/1456.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1456.03/1456.08	c  1456s|130000 |   192 |  7832k|  60.2 |  40M| 104 |  47 |5645 |  10k|5645 |2737 |  86k| 137k|7187 | 0.000000e+00 | 3.000000e+00 |    Inf 
1508.74/1508.76	c  1509s|140000 |   175 |  8069k|  57.6 |  41M| 104 |  31 |5645 |  13k|5645 |2763 |  86k| 149k|7336 | 0.000000e+00 | 3.000000e+00 |    Inf 
1510.84/1510.83	o 1
1510.84/1510.83	c *1511s|140393 |   173 |  8077k|  57.5 |  41M| 104 |   - |5645 |  13k|5645 |2765 |  86k| 150k|7349 | 0.000000e+00 | 1.000000e+00 |    Inf 
1563.05/1563.07	c  1563s|150000 |   163 |  8313k|  55.4 |  40M| 104 |   - |5645 |  11k|   0 |   0 |  86k| 162k|7460 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.44/1613.47	c  1613s|160000 |   114 |  8536k|  53.4 |  41M| 104 |   - |5645 |  14k|5645 |2763 |  86k| 175k|7582 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.65/1663.67	c  1664s|170000 |    89 |  8748k|  51.5 |  41M| 104 |  31 |5645 |  16k|5645 |2737 |  86k| 188k|7738 | 0.000000e+00 | 1.000000e+00 |    Inf 
1715.75/1715.70	c  1716s|180000 |    37 |  8975k|  49.9 |  39M| 104 |   - |5645 |  14k|   0 |   0 |  86k| 201k|7887 | 0.000000e+00 | 1.000000e+00 |    Inf 
1749.74/1749.79	c 
1749.74/1749.79	c SCIP Status        : problem is solved [optimal solution found]
1749.74/1749.79	c Solving Time (sec) : 1749.79
1749.74/1749.79	c Solving Nodes      : 186617
1749.74/1749.79	c Primal Bound       : +1.00000000000000e+00 (327 solutions)
1749.74/1749.79	c Dual Bound         : +1.00000000000000e+00
1749.74/1749.79	c Gap                : 0.00 %
1749.74/1749.79	s OPTIMUM FOUND
1749.74/1749.79	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1749.74/1749.79	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 
1749.74/1749.79	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1749.74/1749.79	v x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1749.74/1749.79	v -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1749.74/1749.79	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1749.74/1749.79	v x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1749.74/1749.79	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 
1749.74/1749.79	v -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1749.74/1749.79	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 
1749.74/1749.79	v x1 
1749.74/1749.79	c SCIP Status        : problem is solved [optimal solution found]
1749.74/1749.79	c Total Time         :    1749.79
1749.74/1749.79	c   solving          :    1749.79
1749.74/1749.79	c   presolving       :       0.09 (included in solving)
1749.74/1749.79	c   reading          :       0.02 (included in solving)
1749.74/1749.79	c Original Problem   :
1749.74/1749.79	c   Problem name     : HOME/instance-3447327-1307900921.wbo
1749.74/1749.79	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1749.74/1749.79	c   Constraints      : 2708 initial, 2708 maximal
1749.74/1749.79	c Presolved Problem  :
1749.74/1749.79	c   Problem name     : t_HOME/instance-3447327-1307900921.wbo
1749.74/1749.79	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1749.74/1749.79	c   Constraints      : 5414 initial, 19401 maximal
1749.74/1749.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1749.74/1749.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1749.74/1749.79	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1749.74/1749.79	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1749.74/1749.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1749.74/1749.79	c   integral         :          0          0          0     193847          0       7818          0        102       1109          0          0     212308
1749.74/1749.79	c   varbound         :          0+         6     665875      86866          0          0      13034          0    1552832      86878          0          0
1749.74/1749.79	c   linear           :       2707          6     918255         30          0       7814    2445153      22177    3528130          0          0          0
1749.74/1749.79	c   indicator        :       2707          0     649987      86866          0       7799      24026          0      31066          0          0          0
1749.74/1749.79	c   logicor          :          0+         0     278512          0          0          0     494417       3113     153378          0          0          0
1749.74/1749.79	c   bounddisjunction :          0+         0     108413          0          0          0       1197         33       2938          0          0          0
1749.74/1749.79	c   countsols        :          0          0          0         41          0        288          0          0          0          0          0          0
1749.74/1749.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1749.74/1749.79	c   integral         :      76.87       0.00       0.00      76.83       0.00       0.04       0.00
1749.74/1749.79	c   varbound         :      14.97       0.00       8.31       6.65       0.00       0.00       0.01
1749.74/1749.79	c   linear           :      48.50       0.00      45.44       0.00       0.00       1.40       1.66
1749.74/1749.79	c   indicator        :      58.85       0.00      12.98      32.95       0.00      12.90       0.01
1749.74/1749.79	c   logicor          :      26.06       0.00      25.29       0.00       0.00       0.00       0.77
1749.74/1749.79	c   bounddisjunction :       0.97       0.00       0.97       0.00       0.00       0.00       0.00
1749.74/1749.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1749.74/1749.79	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1749.74/1749.79	c   vbounds          :      90093       7883          1     284748
1749.74/1749.79	c   rootredcost      :         41          0          0       2707
1749.74/1749.79	c   pseudoobj        :     922503      13206       4279    1548293
1749.74/1749.79	c Propagator Timings :  TotalTime  Propagate    Resprop
1749.74/1749.79	c   vbounds          :      24.26      24.26       0.00
1749.74/1749.79	c   rootredcost      :       0.19       0.19       0.00
1749.74/1749.79	c   pseudoobj        :      38.16      37.77       0.39
1749.74/1749.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1749.74/1749.79	c   propagation      :       2.09      29603      29543     147743       29.4        762       27.5          -
1749.74/1749.79	c   infeasible LP    :      21.94      52126      52119     334578       37.0       1058       14.8          0
1749.74/1749.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1749.74/1749.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1749.74/1749.79	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1749.74/1749.79	c   applied globally :          -          -          -     209493       31.5          -          -          -
1749.74/1749.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1749.74/1749.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1749.74/1749.79	c   cut pool         :       0.00          5          -          -         31          -    (maximal pool size: 154)
1749.74/1749.79	c   redcost          :      15.74     134747          0     292937          0          0
1749.74/1749.79	c   impliedbounds    :       0.00          6          0          0          0          0
1749.74/1749.79	c   intobj           :       0.00          0          0          0          0          0
1749.74/1749.79	c   gomory           :       0.76          6          0          0       1002          0
1749.74/1749.79	c   cgmip            :       0.00          0          0          0          0          0
1749.74/1749.79	c   closecuts        :       0.00          0          0          0          0          0
1749.74/1749.79	c   strongcg         :       0.68          6          0          0       1103          0
1749.74/1749.79	c   cmir             :       0.19          6          0          0          1          0
1749.74/1749.79	c   flowcover        :       0.13          6          0          0          1          0
1749.74/1749.79	c   clique           :       0.00          1          0          0          0          0
1749.74/1749.79	c   zerohalf         :       0.00          0          0          0          0          0
1749.74/1749.79	c   mcf              :       0.00          1          0          0          0          0
1749.74/1749.79	c   oddcycle         :       0.00          0          0          0          0          0
1749.74/1749.79	c   rapidlearning    :       0.20          1          0          0          0          0
1749.74/1749.79	c Pricers            :       Time      Calls       Vars
1749.74/1749.79	c   problem variables:       0.00          0          0
1749.74/1749.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1749.74/1749.79	c   relpscost        :      76.67     106977        102       1109          0          0     212308
1749.74/1749.79	c   pscost           :       0.00          0          0          0          0          0          0
1749.74/1749.79	c   inference        :       0.00          0          0          0          0          0          0
1749.74/1749.79	c   mostinf          :       0.00          0          0          0          0          0          0
1749.74/1749.79	c   leastinf         :       0.00          0          0          0          0          0          0
1749.74/1749.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1749.74/1749.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1749.74/1749.79	c   random           :       0.00          0          0          0          0          0          0
1749.74/1749.79	c Primal Heuristics  :       Time      Calls      Found
1749.74/1749.79	c   LP solutions     :       0.06          -         41
1749.74/1749.79	c   pseudo solutions :       0.00          -          0
1749.74/1749.79	c   feaspump         :       0.01          0          0
1749.74/1749.79	c   oneopt           :       0.63         36          0
1749.74/1749.79	c   crossover        :       1.71         29          0
1749.74/1749.79	c   rootsoldiving    :      11.65         83          0
1749.74/1749.79	c   objpscostdiving  :      10.78         84          0
1749.74/1749.79	c   pscostdiving     :      17.26        348          0
1749.74/1749.79	c   fracdiving       :      14.43        348          0
1749.74/1749.79	c   veclendiving     :       7.66        348          0
1749.74/1749.79	c   linesearchdiving :      12.92        349          0
1749.74/1749.79	c   guideddiving     :      17.45        349          0
1749.74/1749.79	c   coefdiving       :      19.30        349          0
1749.74/1749.79	c   trivial          :       0.01          2          1
1749.74/1749.79	c   shiftandpropagate:       0.00          0          0
1749.74/1749.79	c   simplerounding   :       5.77     108755          0
1749.74/1749.79	c   zirounding       :       0.36       1000          0
1749.74/1749.79	c   rounding         :       1.45       4637          0
1749.74/1749.79	c   shifting         :       1.89       1433          0
1749.74/1749.79	c   intshifting      :       0.00          0          0
1749.74/1749.79	c   twoopt           :       0.00          0          0
1749.74/1749.79	c   fixandinfer      :       0.00          0          0
1749.74/1749.79	c   clique           :       0.00          0          0
1749.74/1749.79	c   intdiving        :       0.00          0          0
1749.74/1749.79	c   actconsdiving    :       0.00          0          0
1749.74/1749.79	c   octane           :       0.00          0          0
1749.74/1749.79	c   rens             :       0.05          1          0
1749.74/1749.79	c   rins             :       0.00          0          0
1749.74/1749.79	c   localbranching   :       0.00          0          0
1749.74/1749.79	c   mutation         :       0.00          0          0
1749.74/1749.79	c   dins             :       0.00          0          0
1749.74/1749.79	c   vbounds          :       0.00          0          0
1749.74/1749.79	c   undercover       :       0.00          0          0
1749.74/1749.79	c   subnlp           :       0.05          0          0
1749.74/1749.79	c   trysol           :       0.65       5865        285
1749.74/1749.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1749.74/1749.79	c   primal LP        :       3.25          0          0       0.00       0.00
1749.74/1749.79	c   dual LP          :    1133.42     250217    8571644      34.26    7562.63
1749.74/1749.79	c   lex dual LP      :       0.00          0          0       0.00          -
1749.74/1749.79	c   barrier LP       :       0.00          0          0       0.00          -
1749.74/1749.79	c   diving/probing LP:      84.72      18402     554605      30.14    6546.06
1749.74/1749.79	c   strong branching :      74.46       7913     484372      61.21    6505.04
1749.74/1749.79	c     (at root node) :          -         33      13660     413.94          -
1749.74/1749.79	c   conflict analysis:       0.00          0          0       0.00          -
1749.74/1749.79	c B&B Tree           :
1749.74/1749.79	c   number of runs   :          1
1749.74/1749.79	c   nodes            :     186617
1749.74/1749.79	c   nodes (total)    :     186617
1749.74/1749.79	c   nodes left       :          0
1749.74/1749.79	c   max depth        :        104
1749.74/1749.79	c   max depth (total):        104
1749.74/1749.79	c   backtracks       :      19438 (10.4%)
1749.74/1749.79	c   delayed cutoffs  :       5024
1749.74/1749.79	c   repropagations   :     330724 (918919 domain reductions, 3560 cutoffs)
1749.74/1749.79	c   avg switch length:       5.38
1749.74/1749.79	c   switching time   :      52.76
1749.74/1749.79	c Solution           :
1749.74/1749.79	c   Solutions found  :        327 (42 improvements)
1749.74/1749.79	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1749.74/1749.79	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 140393 nodes, 1510.83 seconds, depth 37, found by <relaxation>)
1749.74/1749.79	c   Dual Bound       : +1.00000000000000e+00
1749.74/1749.79	c   Gap              :       0.00 %
1749.74/1749.79	c   Root Dual Bound  : +0.00000000000000e+00
1749.74/1749.79	c   Root Iterations  :        644
1749.84/1749.83	c Time complete: 1749.88.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447327-1307900921/watcher-3447327-1307900921 -o /var/tmp/evaluation-result-3447327-1307900921/solver-3447327-1307900921 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447327-1307900921.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.92 2/177 4206
/proc/meminfo: memFree=1210736/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=10288 CPUtime=0 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 1557 0 0 0 0 0 0 0 25 0 1 0 901692881 10534912 1511 33554432000 4194304 9128323 140735086747184 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4206/statm: 2572 1511 399 1205 0 1363 0

[startup+0.059607 s]
/proc/loadavg: 1.93 1.99 1.92 2/177 4206
/proc/meminfo: memFree=1210736/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=34696 CPUtime=0.04 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 7346 0 0 0 4 0 0 0 25 0 1 0 901692881 35528704 7298 33554432000 4194304 9128323 140735086747184 18446744073709551615 7414747 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 8674 7298 508 1205 0 7465 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34696

[startup+0.100589 s]
/proc/loadavg: 1.93 1.99 1.92 2/177 4206
/proc/meminfo: memFree=1210736/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=35720 CPUtime=0.09 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 7948 0 0 0 8 1 0 0 25 0 1 0 901692881 36577280 7643 33554432000 4194304 9128323 140735086747184 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 8930 7643 531 1205 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35720

[startup+0.300556 s]
/proc/loadavg: 1.93 1.99 1.92 2/177 4206
/proc/meminfo: memFree=1210736/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=72880 CPUtime=0.29 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 17548 0 0 0 27 2 0 0 18 0 1 0 901692881 74629120 17144 33554432000 4194304 9128323 140735086747184 18446744073709551615 8014580 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 18220 17144 699 1205 0 17011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72880

[startup+0.700483 s]
/proc/loadavg: 1.93 1.99 1.92 2/177 4206
/proc/meminfo: memFree=1210736/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=53128 CPUtime=0.69 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 21286 0 0 0 67 2 0 0 18 0 1 0 901692881 54403072 12162 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 13282 12162 717 1205 0 12073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53128

[startup+1.50036 s]
/proc/loadavg: 1.93 1.99 1.92 3/178 4207
/proc/meminfo: memFree=1161532/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=56504 CPUtime=1.49 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 22165 0 0 0 147 2 0 0 19 0 1 0 901692881 57860096 13032 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 14126 13032 722 1205 0 12917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56504

[startup+3.10108 s]
/proc/loadavg: 1.93 1.99 1.92 3/178 4207
/proc/meminfo: memFree=1160040/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=57804 CPUtime=3.09 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 28615 0 0 0 305 4 0 0 24 0 1 0 901692881 59191296 13367 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 14451 13367 736 1205 0 13242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57804

[startup+6.30045 s]
/proc/loadavg: 1.94 1.99 1.92 3/178 4207
/proc/meminfo: memFree=1157728/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=60848 CPUtime=6.29 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 29171 0 0 0 623 6 0 0 25 0 1 0 901692881 62308352 13923 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 15212 13923 737 1205 0 14003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60848

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.92 3/178 4207
/proc/meminfo: memFree=1158052/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=60848 CPUtime=12.69 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 29191 0 0 0 1257 12 0 0 25 0 1 0 901692881 62308352 13935 33554432000 4194304 9128323 140735086747184 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 15212 13935 729 1205 0 14003 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60848

[startup+25.501 s]
/proc/loadavg: 1.95 1.99 1.92 3/178 4207
/proc/meminfo: memFree=1151668/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=74008 CPUtime=25.49 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 34585 0 0 0 2527 22 0 0 25 0 1 0 901692881 75784192 17140 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 18502 17140 741 1205 0 17293 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74008

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.92 3/178 4208
/proc/meminfo: memFree=1149536/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=76648 CPUtime=51.09 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 37437 0 0 0 5067 42 0 0 25 0 1 0 901692881 78487552 17791 33554432000 4194304 9128323 140735086747184 18446744073709551615 6416831 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 19162 17791 741 1205 0 17953 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76648

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.92 3/178 4209
/proc/meminfo: memFree=1141212/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=80516 CPUtime=102.3 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 44514 0 0 0 10147 83 0 0 25 0 1 0 901692881 82448384 18785 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 20129 18785 741 1205 0 18920 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80516

[startup+162.301 s]
/proc/loadavg: 2.06 2.01 1.93 3/178 4211
/proc/meminfo: memFree=1128524/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=85968 CPUtime=162.3 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 51961 0 0 0 16096 134 0 0 25 0 1 0 901692881 88031232 20157 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 21492 20157 741 1205 0 20283 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85968

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 1.93 3/178 4213
/proc/meminfo: memFree=1120428/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=91932 CPUtime=222.3 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 59558 0 0 0 22044 186 0 0 25 0 1 0 901692881 94138368 21614 33554432000 4194304 9128323 140735086747184 18446744073709551615 4893623 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 22983 21614 741 1205 0 21774 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91932

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 4214
/proc/meminfo: memFree=1115304/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=96476 CPUtime=282.3 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 60743 0 0 0 27996 234 0 0 25 0 1 0 901692881 98791424 22794 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 24119 22794 741 1205 0 22910 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96476

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4216
/proc/meminfo: memFree=1109068/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=102932 CPUtime=342.3 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 62269 0 0 0 33948 282 0 0 25 0 1 0 901692881 105402368 24317 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 25733 24317 741 1205 0 24524 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102932

[startup+402.301 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 4256
/proc/meminfo: memFree=1336980/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=106556 CPUtime=402.3 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 63164 0 0 0 39897 333 0 0 25 0 1 0 901692881 109113344 25212 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 26639 25212 741 1205 0 25430 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 106556

[startup+462.301 s]
/proc/loadavg: 1.97 1.98 1.92 3/178 4258
/proc/meminfo: memFree=1295780/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=112520 CPUtime=462.31 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 70626 0 0 0 45847 384 0 0 25 0 1 0 901692881 115220480 26731 33554432000 4194304 9128323 140735086747184 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 28130 26731 741 1205 0 26921 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 112520

[startup+522.301 s]
/proc/loadavg: 2.06 2.00 1.93 3/178 4260
/proc/meminfo: memFree=1282852/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=115524 CPUtime=522.31 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 71402 0 0 0 51803 428 0 0 25 0 1 0 901692881 118296576 27507 33554432000 4194304 9128323 140735086747184 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 28881 27507 741 1205 0 27672 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 115524

[startup+582.301 s]
/proc/loadavg: 2.02 2.00 1.93 3/178 4261
/proc/meminfo: memFree=1276484/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=120956 CPUtime=582.31 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 72768 0 0 0 57757 474 0 0 25 0 1 0 901692881 123858944 28873 33554432000 4194304 9128323 140735086747184 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 30239 28873 741 1205 0 29030 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 120956

[startup+642.301 s]

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

/proc/meminfo: memFree=1170228/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=189804 CPUtime=1122.33 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 232816 0 0 0 111380 853 0 0 25 0 1 0 901692881 194359296 46181 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47451 46181 753 1205 0 46242 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 189804

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4289
/proc/meminfo: memFree=1163248/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=190148 CPUtime=1182.33 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 232948 0 0 0 117343 890 0 0 25 0 1 0 901692881 194711552 46313 33554432000 4194304 9128323 140735086747184 18446744073709551615 5201157 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47537 46313 753 1205 0 46328 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 190148

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4291
/proc/meminfo: memFree=1153148/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=190276 CPUtime=1242.33 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 235207 0 0 0 123308 925 0 0 25 0 1 0 901692881 194842624 46340 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47569 46340 753 1205 0 46360 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 190276

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4292
/proc/meminfo: memFree=1125680/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=191400 CPUtime=1302.34 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 235482 0 0 0 129273 961 0 0 25 0 1 0 901692881 195993600 46615 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47850 46615 753 1205 0 46641 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 191400

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4294
/proc/meminfo: memFree=1071172/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=191552 CPUtime=1362.34 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 235547 0 0 0 135234 1000 0 0 25 0 1 0 901692881 196149248 46680 33554432000 4194304 9128323 140735086747184 18446744073709551615 7217840 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47888 46680 753 1205 0 46679 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 191552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4296
/proc/meminfo: memFree=1042088/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=191824 CPUtime=1422.35 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 250497 0 0 0 141196 1039 0 0 25 0 1 0 901692881 196427776 46734 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47956 46734 753 1205 0 46747 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 191824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4297
/proc/meminfo: memFree=1027780/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=191972 CPUtime=1482.34 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 254925 0 0 0 147159 1075 0 0 25 0 1 0 901692881 196579328 46778 33554432000 4194304 9128323 140735086747184 18446744073709551615 7192348 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 47993 46778 753 1205 0 46784 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 191972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4299
/proc/meminfo: memFree=1026112/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=192364 CPUtime=1542.34 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 270536 0 0 0 153117 1117 0 0 25 0 1 0 901692881 196980736 46860 33554432000 4194304 9128323 140735086747184 18446744073709551615 7346479 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48091 46860 753 1205 0 46882 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 192364

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4300
/proc/meminfo: memFree=1024436/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=192800 CPUtime=1602.34 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 278275 0 0 0 159076 1158 0 0 25 0 1 0 901692881 197427200 46977 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48200 46977 753 1205 0 46991 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 192800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4302
/proc/meminfo: memFree=1022540/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1662.34 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 165037 1197 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 193348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1021476/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1722.35 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 170999 1236 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 193348

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

[startup+1727.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1021352/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1727.94 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 171555 1239 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1727.94
Current children cumulated vsize (KiB) 193348

[startup+1740.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1021080/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1740.74 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 172826 1248 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 6712744 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1740.74
Current children cumulated vsize (KiB) 193348

[startup+1743.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1020088/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1743.94 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 173144 1250 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1743.94
Current children cumulated vsize (KiB) 193348

[startup+1747.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1019964/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1747.15 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 173462 1253 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1747.15
Current children cumulated vsize (KiB) 193348

[startup+1748.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1019716/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1748.75 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 173621 1254 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1748.75
Current children cumulated vsize (KiB) 193348

[startup+1749.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1019592/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1749.54 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 173700 1254 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1749.54
Current children cumulated vsize (KiB) 193348

[startup+1749.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1019592/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1749.74 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283913 0 0 0 173720 1254 0 0 25 0 1 0 901692881 197988352 47146 33554432000 4194304 9128323 140735086747184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47146 753 1205 0 47128 0
Current children cumulated CPU time (s) 1749.74
Current children cumulated vsize (KiB) 193348

[startup+1749.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4304
/proc/meminfo: memFree=1019592/32951124 swapFree=67056684/67111528
[pid=4206] ppid=4204 vsize=193348 CPUtime=1749.84 cores=0,2,4,6
/proc/4206/stat : 4206 (scip-2.0.1.4.li) R 4204 4206 2586 0 -1 4202496 283915 0 0 0 173730 1254 0 0 18 0 1 0 901692881 197988352 47148 33554432000 4194304 9128323 140735086747184 18446744073709551615 6885312 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4206/statm: 48337 47148 755 1205 0 47128 0
Current children cumulated CPU time (s) 1749.84
Current children cumulated vsize (KiB) 193348

Child status: 0
Real time (s): 1749.84
CPU time (s): 1749.89
CPU user time (s): 1737.34
CPU system time (s): 12.5541
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 209568

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

runsolver used 2.51962 second user time and 5.49916 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-12 19:48:41
IDJOB=3447327
IDBENCH=79288
IDSOLVER=1944
FILE ID=node109/3447327-1307900921
RUNJOBID= node109-1307897711-3964
PBS_JOBID= 13559594
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447327-1307900921/watcher-3447327-1307900921 -o /var/tmp/evaluation-result-3447327-1307900921/solver-3447327-1307900921 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447327-1307900921.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=1804947285

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1211296 kB
Buffers:         54348 kB
Cached:       30432068 kB
SwapCached:       8608 kB
Active:       15926156 kB
Inactive:     14860120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1211296 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           12488 kB
Writeback:           0 kB
AnonPages:      297256 kB
Mapped:          15836 kB
Slab:           889532 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   499820 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= 2864 MiB
End job on node109 at 2011-06-12 20:17:51