Trace number 3447276

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.13 1800.1

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564824--soft-0-100-0.wbo
MD5SUM67acad5bcb13fd291a4cc974e7f18780
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark39.443
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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-3447276-1307900487.wbo>
0.02/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.02/0.02	c problem read
0.02/0.02	c presolving settings loaded
0.02/0.05	o 138261
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.02/0.05	c presolving:
0.02/0.06	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.02/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.382610e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   415 |     - |  18M|   0 |  27 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   581 |     - |  18M|   0 |  33 |5645 |8121 |5645 |2776 |  69 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   637 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2793 |  86 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.89/0.99	c   1.0s|     1 |     0 |   673 |     - |  19M|   0 |  45 |5645 |8121 |5645 |2800 |  93 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.19/1.28	c   1.3s|     1 |     0 |   705 |     - |  19M|   0 |  45 |5645 |8121 |5645 |2804 |  97 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.49/1.58	c   1.6s|     1 |     0 |   743 |     - |  19M|   0 |  46 |5645 |8121 |5645 |2809 | 102 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
2.29/2.32	c   2.3s|     1 |     2 |   743 |     - |  20M|   0 |  46 |5645 |8121 |5645 |2809 | 102 |   0 |  22 | 0.000000e+00 | 1.382610e+05 |    Inf 
20.99/21.05	o 298
20.99/21.05	c *21.1s|   216 |   197 | 40348 | 184.2 |  27M|  35 |   - |5645 |8121 |5645 |3004 |1074 |   0 |1308 | 0.000000e+00 | 2.980000e+02 |    Inf 
44.79/44.81	o 295
44.79/44.81	c *44.8s|   762 |   670 |177529 | 232.3 |  34M|  66 |   - |5645 |8224 |5645 |2786 |3283 | 103 |1689 | 0.000000e+00 | 2.950000e+02 |    Inf 
45.00/45.04	o 271
45.00/45.04	c *45.0s|   770 |   670 |178967 | 231.8 |  34M|  67 |   - |5645 |8226 |5645 |2792 |3316 | 105 |1689 | 0.000000e+00 | 2.710000e+02 |    Inf 
47.99/48.06	o 180
47.99/48.06	c *48.1s|   880 |   681 |195773 | 221.9 |  33M|  76 |   - |5645 |8272 |5645 |2874 |3697 | 151 |1726 | 0.000000e+00 | 1.800000e+02 |    Inf 
49.29/49.34	o 126
49.29/49.34	c *49.3s|   933 |   548 |203877 | 218.0 |  33M|  78 |   - |5645 |8299 |5645 |2801 |3799 | 178 |1732 | 0.000000e+00 | 1.260000e+02 |    Inf 
49.29/49.39	o 124
49.29/49.39	c *49.4s|   936 |   546 |204006 | 217.4 |  33M|  78 |   - |5645 |8299 |5645 |2760 |3800 | 178 |1732 | 0.000000e+00 | 1.240000e+02 |    Inf 
49.39/49.48	o 111
49.39/49.48	c *49.5s|   942 |   484 |204208 | 216.2 |  33M|  78 |   - |5645 |8299 |5645 |2767 |3808 | 178 |1732 | 0.000000e+00 | 1.110000e+02 |    Inf 
50.19/50.22	o 110
50.19/50.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.19/50.22	c *50.2s|   977 |   502 |206708 | 211.0 |  33M|  78 |   - |5645 |8330 |5645 |2755 |3875 | 209 |1742 | 0.000000e+00 | 1.100000e+02 |    Inf 
50.19/50.30	o 86
50.19/50.30	c *50.3s|   981 |   448 |206793 | 210.3 |  33M|  78 |   - |5645 |8330 |5645 |2765 |3897 | 209 |1742 | 0.000000e+00 | 8.600000e+01 |    Inf 
51.20/51.30	o 72
51.20/51.30	c *51.3s|  1137 |   247 |208179 | 182.6 |  32M|  78 |   - |5645 |7546 |5645 |2771 |3909 | 327 |1743 | 0.000000e+00 | 7.200000e+01 |    Inf 
78.19/78.22	o 65
78.19/78.22	c *78.2s|  5587 |   830 |247853 |  44.2 |  43M|  78 |   - |5645 |8025 |5645 |2764 |4481 |4030 |1826 | 0.000000e+00 | 6.500000e+01 |    Inf 
101.99/102.02	c   102s| 10000 |  1298 |280273 |  28.0 |  51M|  78 |   - |5645 |8053 |   0 |   0 |4908 |7693 |1881 | 0.000000e+00 | 6.500000e+01 |    Inf 
115.39/115.42	o 58
115.39/115.42	c * 115s| 12573 |  1473 |294773 |  23.4 |  54M|  78 |   - |5645 |8456 |5645 |2762 |5186 |  10k|1895 | 0.000000e+00 | 5.800000e+01 |    Inf 
150.70/150.75	c   151s| 20000 |  1888 |337736 |  16.9 |  62M|  85 |   1 |5645 |9815 |5645 |2759 |5565 |  17k|1919 | 0.000000e+00 | 5.800000e+01 |    Inf 
157.39/157.44	o 52
157.39/157.44	c * 157s| 21426 |  1935 |344796 |  16.1 |  63M|  85 |   - |5645 |9394 |5645 |2762 |5598 |  19k|1923 | 0.000000e+00 | 5.200000e+01 |    Inf 
165.19/165.29	o 48
165.19/165.29	c * 165s| 23019 |  1977 |351361 |  15.2 |  64M|  85 |   - |5645 |8756 |5645 |2760 |5631 |  20k|1925 | 0.000000e+00 | 4.800000e+01 |    Inf 
169.00/169.07	o 37
169.00/169.07	c * 169s| 23735 |  1928 |356197 |  15.0 |  62M|  85 |   - |5645 |7429 |5645 |2745 |5659 |  21k|1927 | 0.000000e+00 | 3.700000e+01 |    Inf 
190.90/190.95	o 36
190.90/190.95	c * 191s| 27816 |  1974 |397304 |  14.3 |  66M|  85 |   - |5645 |7075 |5645 |2745 |5820 |  26k|1940 | 0.000000e+00 | 3.600000e+01 |    Inf 
202.10/202.15	c   202s| 30000 |  2039 |416177 |  13.8 |  67M|  85 |   1 |5645 |6730 |5645 |2759 |5917 |  28k|1948 | 0.000000e+00 | 3.600000e+01 |    Inf 
216.90/216.92	o 35
216.90/216.92	c * 217s| 32907 |  2147 |440674 |  13.4 |  69M|  85 |   - |5645 |7774 |5645 |2759 |6068 |  32k|1994 | 0.000000e+00 | 3.500000e+01 |    Inf 
228.80/228.86	o 31
228.80/228.86	c * 229s| 35253 |  2250 |458728 |  13.0 |  70M|  85 |   - |5645 |7695 |5645 |2760 |6165 |  35k|2039 | 0.000000e+00 | 3.100000e+01 |    Inf 
253.79/253.88	c   254s| 40000 |  2375 |500637 |  12.5 |  73M|  85 |  26 |5645 |7198 |5645 |2743 |6325 |  41k|2120 | 0.000000e+00 | 3.100000e+01 |    Inf 
303.50/303.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.50/303.54	c   304s| 50000 |  2610 |582184 |  11.6 |  77M|  85 |   1 |5645 |8542 |5645 |2759 |6754 |  53k|2291 | 0.000000e+00 | 3.100000e+01 |    Inf 
317.30/317.35	o 27
317.30/317.35	c * 317s| 52592 |  2710 |606390 |  11.5 |  79M|  85 |   - |5645 |9126 |5645 |2763 |6853 |  57k|2304 | 0.000000e+00 | 2.700000e+01 |    Inf 
353.80/353.84	c   354s| 60000 |  2958 |671048 |  11.2 |  82M|  95 |   - |5645 |8372 |   0 |   0 |7029 |  65k|2500 | 0.000000e+00 | 2.700000e+01 |    Inf 
402.20/402.23	c   402s| 70000 |  3469 |757943 |  10.8 |  89M|  95 |   1 |5645 |8777 |5645 |2759 |7286 |  78k|2673 | 0.000000e+00 | 2.700000e+01 |    Inf 
426.30/426.32	o 26
426.30/426.32	c * 426s| 75148 |  3636 |802378 |  10.7 |  92M|  95 |   - |5645 |9361 |5645 |2767 |7450 |  84k|2745 | 0.000000e+00 | 2.600000e+01 |    Inf 
449.00/449.01	c   449s| 80000 |  3933 |849086 |  10.6 |  94M|  95 |  14 |5645 |7931 |5645 |2759 |7578 |  90k|2826 | 0.000000e+00 | 2.600000e+01 |    Inf 
493.40/493.49	o 22
493.40/493.49	c * 493s| 89182 |  4017 |930245 |  10.4 |  94M|  95 |   - |5645 |9434 |5645 |2760 |7935 | 102k|3014 | 0.000000e+00 | 2.200000e+01 |    Inf 
497.90/497.91	c   498s| 90000 |  4018 |939817 |  10.4 |  94M|  95 |   1 |5645 |8432 |5645 |2759 |7948 | 103k|3018 | 0.000000e+00 | 2.200000e+01 |    Inf 
559.80/559.86	c   560s|100000 |  4401 |  1082k|  10.8 | 102M|  95 |   - |5645 |7365 |   0 |   0 |8115 | 116k|3247 | 0.000000e+00 | 2.200000e+01 |    Inf 
607.90/607.93	c   608s|110000 |  4444 |  1185k|  10.8 | 104M|  95 |  12 |5645 |9843 |5645 |2759 |8370 | 129k|3404 | 0.000000e+00 | 2.200000e+01 |    Inf 
658.91/658.98	c   659s|120000 |  4512 |  1298k|  10.8 | 106M|  95 |   - |5645 |9777 |   0 |   0 |8599 | 141k|3615 | 0.000000e+00 | 2.200000e+01 |    Inf 
695.10/695.13	o 20
695.10/695.13	c * 695s|127490 |  4435 |  1375k|  10.8 | 105M|  95 |   - |5645 |  10k|5645 |2760 |8739 | 151k|3720 | 0.000000e+00 | 2.000000e+01 |    Inf 
711.61/711.67	c   712s|130000 |  4484 |  1418k|  10.9 | 105M|  95 |  18 |5645 |7799 |5645 |2759 |8759 | 154k|3799 | 0.000000e+00 | 2.000000e+01 |    Inf 
719.31/719.33	o 14
719.31/719.33	c * 719s|131179 |  4142 |  1439k|  11.0 |  95M|  95 |   - |5645 |7818 |5645 |2761 |8776 | 155k|3833 | 0.000000e+00 | 1.400000e+01 |    Inf 
766.30/766.37	c   766s|140000 |  4058 |  1593k|  11.4 |  97M|  95 |  33 |5645 |7444 |5645 |2759 |8798 | 166k|4036 | 0.000000e+00 | 1.400000e+01 |    Inf 
821.61/821.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.61/821.64	c   822s|150000 |  4069 |  1784k|  11.9 | 100M|  95 |  18 |5645 |8895 |5645 |2759 |8830 | 177k|4304 | 0.000000e+00 | 1.400000e+01 |    Inf 
876.71/876.76	c   877s|160000 |  4253 |  1963k|  12.3 | 104M|  95 |  35 |5645 |9721 |5645 |2759 |8872 | 189k|4509 | 0.000000e+00 | 1.400000e+01 |    Inf 
938.71/938.70	c   939s|170000 |  4383 |  2174k|  12.8 | 108M|  95 |   - |5645 |  10k|5645 |2759 |8891 | 200k|4738 | 0.000000e+00 | 1.400000e+01 |    Inf 
996.51/996.52	c   997s|180000 |  4454 |  2375k|  13.2 | 111M|  95 |   - |5645 |9155 |5645 |2759 |8924 | 212k|4956 | 0.000000e+00 | 1.400000e+01 |    Inf 
998.11/998.12	o 13
998.11/998.12	c * 998s|180287 |  4280 |  2379k|  13.2 | 107M|  95 |   - |5645 |9268 |5645 |2759 |8924 | 212k|4962 | 0.000000e+00 | 1.300000e+01 |    Inf 
1047.01/1047.05	c  1047s|190000 |  4364 |  2542k|  13.4 | 110M|  95 |  27 |5645 |  13k|5645 |2759 |8932 | 224k|5121 | 0.000000e+00 | 1.300000e+01 |    Inf 
1058.01/1058.05	o 9
1058.01/1058.05	c *1058s|192211 |  3647 |  2576k|  13.4 |  93M|  95 |   - |5645 |  14k|5645 |2759 |8941 | 226k|5152 | 0.000000e+00 | 9.000000e+00 |    Inf 
1091.61/1091.67	c  1092s|200000 |  3715 |  2693k|  13.5 |  93M|  95 |   - |5645 |  13k|5645 |2759 |8942 | 236k|5275 | 0.000000e+00 | 9.000000e+00 |    Inf 
1133.51/1133.55	c  1134s|210000 |  3727 |  2833k|  13.5 |  93M|  95 |   - |5645 |  11k|5645 |2759 |8942 | 249k|5442 | 0.000000e+00 | 9.000000e+00 |    Inf 
1174.91/1174.96	c  1175s|220000 |  3679 |  2974k|  13.5 |  92M|  95 |  25 |5645 |9673 |5645 |2759 |8942 | 262k|5602 | 0.000000e+00 | 9.000000e+00 |    Inf 
1218.91/1218.91	c  1219s|230000 |  3668 |  3128k|  13.6 |  93M|  95 |  37 |5645 |  11k|5645 |2759 |8943 | 275k|5720 | 0.000000e+00 | 9.000000e+00 |    Inf 
1264.01/1264.03	c  1264s|240000 |  3629 |  3292k|  13.7 |  94M|  95 |   - |5645 |  12k|5645 |2759 |8946 | 287k|5868 | 0.000000e+00 | 9.000000e+00 |    Inf 
1309.81/1309.83	c  1310s|250000 |  3635 |  3457k|  13.8 |  96M|  95 |  22 |5645 |  17k|5645 |2759 |8950 | 299k|6028 | 0.000000e+00 | 9.000000e+00 |    Inf 
1352.62/1352.64	c  1353s|260000 |  3644 |  3601k|  13.8 |  98M|  95 |   - |5645 |  20k|5645 |2759 |8950 | 311k|6174 | 0.000000e+00 | 9.000000e+00 |    Inf 
1395.41/1395.45	c  1395s|270000 |  3620 |  3746k|  13.9 |  95M|  95 |   - |5645 |  14k|   0 |   0 |8950 | 325k|6313 | 0.000000e+00 | 9.000000e+00 |    Inf 
1440.72/1440.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1440.72/1440.72	c  1441s|280000 |  3589 |  3910k|  14.0 |  94M|  95 |  25 |5645 |  11k|5645 |2759 |8955 | 337k|6434 | 0.000000e+00 | 9.000000e+00 |    Inf 
1484.92/1484.99	c  1485s|290000 |  3610 |  4079k|  14.1 |  95M|  95 |  42 |5645 |  13k|5645 |2743 |8961 | 348k|6536 | 0.000000e+00 | 9.000000e+00 |    Inf 
1527.02/1527.09	c  1527s|300000 |  3612 |  4222k|  14.1 |  97M|  95 |   - |5645 |  17k|5645 |2743 |8962 | 361k|6638 | 0.000000e+00 | 9.000000e+00 |    Inf 
1563.31/1563.32	o 8
1563.31/1563.32	c *1563s|308814 |  3453 |  4340k|  14.1 |  92M|  95 |   - |5645 |  15k|5645 |2743 |8962 | 372k|6759 | 0.000000e+00 | 8.000000e+00 |    Inf 
1568.52/1568.50	c  1569s|310000 |  3438 |  4358k|  14.1 |  91M|  95 |   - |5645 |  13k|5645 |2743 |8962 | 373k|6760 | 0.000000e+00 | 8.000000e+00 |    Inf 
1610.62/1610.60	c  1611s|320000 |  3455 |  4508k|  14.1 |  92M|  95 |  35 |5645 |  15k|5645 |2759 |8962 | 385k|6883 | 0.000000e+00 | 8.000000e+00 |    Inf 
1653.41/1653.42	c  1653s|330000 |  3452 |  4656k|  14.1 |  94M|  95 |   - |5645 |  18k|5645 |2743 |8962 | 397k|6984 | 0.000000e+00 | 8.000000e+00 |    Inf 
1693.92/1693.98	c  1694s|340000 |  3451 |  4790k|  14.1 |  93M|  95 |  30 |5645 |  14k|5645 |2743 |8968 | 410k|7105 | 0.000000e+00 | 8.000000e+00 |    Inf 
1734.22/1734.25	c  1734s|350000 |  3485 |  4925k|  14.1 |  93M|  95 |  20 |5645 |  12k|5645 |2743 |8968 | 424k|7201 | 0.000000e+00 | 8.000000e+00 |    Inf 
1775.82/1775.84	c  1776s|360000 |  3497 |  5080k|  14.1 |  93M|  95 |   - |5645 |  12k|5645 |2759 |8968 | 436k|7291 | 0.000000e+00 | 8.000000e+00 |    Inf 
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time (sec) : 1800.01
1800.03/1800.01	c Solving Nodes      : 366304
1800.03/1800.01	c Primal Bound       : +8.00000000000000e+00 (1027 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.01	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.01	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.01	v -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1800.03/1800.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.01	v -x104 -x103 -x102 x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.03/1800.01	v -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.03/1800.01	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.01	v -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.01	v x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Total Time         :    1800.01
1800.03/1800.01	c   solving          :    1800.01
1800.03/1800.01	c   presolving       :       0.09 (included in solving)
1800.03/1800.01	c   reading          :       0.02 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3447276-1307900487.wbo
1800.03/1800.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3447276-1307900487.wbo
1800.03/1800.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 5414 initial, 22014 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -       5010          -          -       5010          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0     202545          0       4387          0        136       1400          0          0     384866
1800.03/1800.01	c   varbound         :          0+         6    2220355       8892          0          0      72084         43    6550876       8956          0          0
1800.03/1800.01	c   linear           :       2707          6    2226979         12          0       4383    5752006      68101    9057527          0          0          0
1800.03/1800.01	c   indicator        :       2707          0    2155942       8892          0       4298     106083          0     134467          0          0          0
1800.03/1800.01	c   logicor          :          0+         0     663651          0          0          0     845799      14996     425074          0          0          0
1800.03/1800.01	c   bounddisjunction :          0+         0     237771          0          0          0       2300        190       4831          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0         26          0       1003          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      50.25       0.00       0.00      50.14       0.00       0.11       0.00
1800.03/1800.01	c   varbound         :      23.30       0.00      22.76       0.51       0.00       0.00       0.04
1800.03/1800.01	c   linear           :      97.32       0.00      91.24       0.00       0.00       1.70       4.38
1800.03/1800.01	c   indicator        :      34.83       0.01      28.95       1.64       0.00       4.18       0.04
1800.03/1800.01	c   logicor          :      52.71       0.00      51.26       0.00       0.00       0.00       1.45
1800.03/1800.01	c   bounddisjunction :       1.87       0.00       1.87       0.00       0.00       0.00       0.01
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :     685998      41776        213    1853593
1800.03/1800.01	c   rootredcost      :         26          0          0       2505
1800.03/1800.01	c   pseudoobj        :    2256205      76003      29118    6544955
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :     166.20     166.18       0.02
1800.03/1800.01	c   rootredcost      :       0.46       0.46       0.00
1800.03/1800.01	c   pseudoobj        :     108.80     106.53       2.26
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       8.40     112661     112450     669016       29.9       3414       24.6          -
1800.03/1800.01	c   infeasible LP    :      26.76      63473      63466     452174       41.0        986       17.1          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00         15         15         23        7.1          1       10.0          -
1800.03/1800.01	c   applied globally :          -          -          -     444967       29.6          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 192)
1800.03/1800.01	c   redcost          :      26.66     223144          0    1937802          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.43          6          0          0       2215          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.40          6          0          0       2243          0
1800.03/1800.01	c   cmir             :       0.15          6          0          0          2          0
1800.03/1800.01	c   flowcover        :       0.13          6          0          0          3          0
1800.03/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.20          1          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      49.93     193649        136       1400          0          0     384866
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.03          -         26
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   feaspump         :       0.01          0          0
1800.03/1800.01	c   oneopt           :       0.43         26          0
1800.03/1800.01	c   coefdiving       :       1.58         47          0
1800.03/1800.01	c   fracdiving       :       1.52         47          0
1800.03/1800.01	c   linesearchdiving :       0.72         47          0
1800.03/1800.01	c   pscostdiving     :       1.15         47          0
1800.03/1800.01	c   veclendiving     :       0.87         47          0
1800.03/1800.01	c   objpscostdiving  :       1.08         24          0
1800.03/1800.01	c   rootsoldiving    :       2.04         24          0
1800.03/1800.01	c   guideddiving     :       0.77         48          0
1800.03/1800.01	c   crossover        :       3.65         78          0
1800.03/1800.01	c   trivial          :       0.01          2          1
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       1.43     208103          0
1800.03/1800.01	c   zirounding       :       0.59       1000          0
1800.03/1800.01	c   rounding         :       2.51       6414          0
1800.03/1800.01	c   shifting         :       1.93       2000          0
1800.03/1800.01	c   intshifting      :       0.01          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.05          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.08          0          0
1800.03/1800.01	c   trysol           :       1.61       3004       1000
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.17          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :     909.92     289789    5133587      17.71    5641.80
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       6.55       2302      35936      15.61    5490.23
1800.03/1800.01	c   strong branching :      46.69       7327     276462      37.73    5920.88
1800.03/1800.01	c     (at root node) :          -         22       6267     284.86          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     366304
1800.03/1800.01	c   nodes (total)    :     366304
1800.03/1800.01	c   nodes left       :       3552
1800.03/1800.01	c   max depth        :         95
1800.03/1800.01	c   max depth (total):         95
1800.03/1800.01	c   backtracks       :      38211 (10.4%)
1800.03/1800.01	c   delayed cutoffs  :      12675
1800.03/1800.01	c   repropagations   :     702223 (3292561 domain reductions, 12012 cutoffs)
1800.03/1800.01	c   avg switch length:       5.76
1800.03/1800.01	c   switching time   :     114.38
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :       1027 (27 improvements)
1800.03/1800.01	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 308814 nodes, 1563.32 seconds, depth 53, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        743
1800.03/1800.09	c Time complete: 1800.12.

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447276-1307900487/watcher-3447276-1307900487 -o /tmp/evaluation-result-3447276-1307900487/solver-3447276-1307900487 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447276-1307900487.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.04 2.03 1.96 2/172 3347
/proc/meminfo: memFree=28583196/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=9992 CPUtime=0 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 1488 0 0 0 0 0 0 0 25 0 1 0 901648371 10231808 1442 33554432000 4194304 9128323 140733724670416 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3347/statm: 2498 1442 399 1205 0 1289 0

[startup+0.0236071 s]
/proc/loadavg: 2.04 2.03 1.96 2/172 3347
/proc/meminfo: memFree=28583196/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=13668 CPUtime=0.02 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 2408 0 0 0 2 0 0 0 25 0 1 0 901648371 13996032 2362 33554432000 4194304 9128323 140733724670416 18446744073709551615 7998111 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3347/statm: 3417 2362 399 1205 0 2208 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13668

[startup+0.100597 s]
/proc/loadavg: 2.04 2.03 1.96 2/172 3347
/proc/meminfo: memFree=28583196/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 901648371 36585472 7644 33554432000 4194304 9128323 140733724670416 18446744073709551615 5973224 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300563 s]
/proc/loadavg: 2.04 2.03 1.96 2/172 3347
/proc/meminfo: memFree=28583196/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=72888 CPUtime=0.29 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 17406 0 0 0 28 1 0 0 18 0 1 0 901648371 74637312 17002 33554432000 4194304 9128323 140733724670416 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 18222 17035 699 1205 0 17013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72888

[startup+0.700494 s]
/proc/loadavg: 2.04 2.03 1.96 2/172 3347
/proc/meminfo: memFree=28583196/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=51692 CPUtime=0.69 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 20973 0 0 0 67 2 0 0 18 0 1 0 901648371 52932608 11849 33554432000 4194304 9128323 140733724670416 18446744073709551615 6694295 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 12923 11849 717 1205 0 11714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51692

[startup+1.50034 s]
/proc/loadavg: 2.03 2.03 1.96 3/173 3348
/proc/meminfo: memFree=28532784/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=59500 CPUtime=1.49 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 22767 0 0 0 145 4 0 0 19 0 1 0 901648371 60928000 13637 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 14875 13637 711 1205 0 13666 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59500

[startup+3.10112 s]
/proc/loadavg: 2.03 2.03 1.96 3/173 3348
/proc/meminfo: memFree=28526956/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=65168 CPUtime=3.09 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 30272 0 0 0 301 8 0 0 25 0 1 0 901648371 66732032 14984 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 16292 14984 724 1205 0 15083 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65168

[startup+6.30055 s]
/proc/loadavg: 2.19 2.06 1.97 3/173 3348
/proc/meminfo: memFree=28525544/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=65168 CPUtime=6.29 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 30303 0 0 0 612 17 0 0 25 0 1 0 901648371 66732032 15015 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 16292 15015 724 1205 0 15083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65168

[startup+12.7005 s]
/proc/loadavg: 2.18 2.06 1.97 3/173 3348
/proc/meminfo: memFree=28523892/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=67868 CPUtime=12.69 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 30882 0 0 0 1238 31 0 0 25 0 1 0 901648371 69496832 15594 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 16967 15594 725 1205 0 15758 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67868

[startup+25.5003 s]
/proc/loadavg: 2.14 2.06 1.97 3/173 3348
/proc/meminfo: memFree=28516148/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=76188 CPUtime=25.49 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 38870 0 0 0 2491 58 0 0 25 0 1 0 901648371 78016512 17711 33554432000 4194304 9128323 140733724670416 18446744073709551615 7342424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 19047 17711 728 1205 0 17838 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76188

[startup+51.101 s]
/proc/loadavg: 2.09 2.05 1.97 3/173 3350
/proc/meminfo: memFree=28506772/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=84472 CPUtime=51.1 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 43150 0 0 0 4992 118 0 0 25 0 1 0 901648371 86499328 19867 33554432000 4194304 9128323 140733724670416 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 21118 19867 737 1205 0 19909 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 84472

[startup+102.306 s]
/proc/loadavg: 2.04 2.04 1.97 3/173 3350
/proc/meminfo: memFree=28463624/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=127600 CPUtime=102.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 82420 0 0 0 10074 156 0 0 25 0 1 0 901648371 130662400 30627 33554432000 4194304 9128323 140733724670416 18446744073709551615 4528508 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 31900 30627 739 1205 0 30691 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 127600

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/173 3353
/proc/meminfo: memFree=28431992/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=159676 CPUtime=162.29 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 124593 0 0 0 16036 193 0 0 25 0 1 0 901648371 163508224 38556 33554432000 4194304 9128323 140733724670416 18446744073709551615 7217931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 39919 38556 740 1205 0 38710 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 159676

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/173 3355
/proc/meminfo: memFree=28403948/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=179844 CPUtime=222.29 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 186237 0 0 0 21985 244 0 0 25 0 1 0 901648371 184160256 43557 33554432000 4194304 9128323 140733724670416 18446744073709551615 5604780 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 44961 43557 751 1205 0 43752 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 179844

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/173 3357
/proc/meminfo: memFree=28391284/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=190096 CPUtime=282.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 219103 0 0 0 27937 293 0 0 25 0 1 0 901648371 194658304 46119 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 47524 46119 751 1205 0 46315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 190096

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/173 3357
/proc/meminfo: memFree=28380868/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=199920 CPUtime=342.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 248565 0 0 0 33886 344 0 0 25 0 1 0 901648371 204718080 48584 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 49980 48584 753 1205 0 48771 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 199920

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/173 3359
/proc/meminfo: memFree=28357056/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=218184 CPUtime=402.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 255721 0 0 0 39838 392 0 0 25 0 1 0 901648371 223420416 53213 33554432000 4194304 9128323 140733724670416 18446744073709551615 7205364 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 54546 53213 753 1205 0 53337 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 218184

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/173 3361
/proc/meminfo: memFree=28349348/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=220208 CPUtime=462.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 277455 0 0 0 45784 446 0 0 25 0 1 0 901648371 225492992 53598 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 55052 53598 753 1205 0 53843 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220208

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/173 3363
/proc/meminfo: memFree=28338048/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=228296 CPUtime=522.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 306354 0 0 0 51726 504 0 0 25 0 1 0 901648371 233775104 55639 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 57074 55639 753 1205 0 55865 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 228296

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/173 3365
/proc/meminfo: memFree=28325016/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=236488 CPUtime=582.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 319606 0 0 0 57666 564 0 0 25 0 1 0 901648371 242163712 57707 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 59122 57707 753 1205 0 57913 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 236488

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3371
/proc/meminfo: memFree=28282176/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=249220 CPUtime=822.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 381021 0 0 0 81379 851 0 0 25 0 1 0 901648371 255201280 60846 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 62305 60846 753 1205 0 61096 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 249220

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3374
/proc/meminfo: memFree=28269024/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=253516 CPUtime=882.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 387921 0 0 0 87296 935 0 0 25 0 1 0 901648371 259600384 61930 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 63379 61930 753 1205 0 62170 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 253516

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3374
/proc/meminfo: memFree=28258968/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=257520 CPUtime=942.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 388935 0 0 0 93217 1014 0 0 25 0 1 0 901648371 263700480 62944 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 64380 62944 753 1205 0 63171 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 257520

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/173 3376
/proc/meminfo: memFree=28246308/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=261768 CPUtime=1002.3 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 401114 0 0 0 99126 1104 0 0 25 0 1 0 901648371 268050432 64033 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 65442 64033 753 1205 0 64233 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 261768

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/173 3378
/proc/meminfo: memFree=28234516/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=263540 CPUtime=1062.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 428202 0 0 0 105042 1189 0 0 25 0 1 0 901648371 269864960 64431 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 65885 64431 753 1205 0 64676 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 263540

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/173 3380
/proc/meminfo: memFree=28229296/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=263804 CPUtime=1122.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 450046 0 0 0 110957 1274 0 0 25 0 1 0 901648371 270135296 64527 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 65951 64527 753 1205 0 64742 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 263804

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3392
/proc/meminfo: memFree=28221292/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=264576 CPUtime=1182.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 455761 0 0 0 116868 1363 0 0 25 0 1 0 901648371 270925824 64737 33554432000 4194304 9128323 140733724670416 18446744073709551615 4751107 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 66144 64737 753 1205 0 64935 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 264576

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3392
/proc/meminfo: memFree=28217564/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=264576 CPUtime=1242.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 455762 0 0 0 122783 1448 0 0 25 0 1 0 901648371 270925824 64738 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 66144 64738 753 1205 0 64935 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 264576

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3394
/proc/meminfo: memFree=28213092/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=265188 CPUtime=1302.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 461615 0 0 0 128692 1540 0 0 25 0 1 0 901648371 271552512 64845 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 66297 64845 753 1205 0 65088 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 265188

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3397
/proc/meminfo: memFree=28201424/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=267732 CPUtime=1362.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 462187 0 0 0 134608 1623 0 0 25 0 1 0 901648371 274157568 65417 33554432000 4194304 9128323 140733724670416 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 66933 65417 753 1205 0 65724 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 267732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3399
/proc/meminfo: memFree=28184680/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=268256 CPUtime=1422.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 462405 0 0 0 140523 1709 0 0 25 0 1 0 901648371 274694144 65635 33554432000 4194304 9128323 140733724670416 18446744073709551615 6732544 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67064 65635 753 1205 0 65855 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 268256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3404
/proc/meminfo: memFree=28175216/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=268584 CPUtime=1482.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 462464 0 0 0 146430 1802 0 0 25 0 1 0 901648371 275030016 65694 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67146 65694 753 1205 0 65937 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 268584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3404
/proc/meminfo: memFree=28165652/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=268812 CPUtime=1542.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 468265 0 0 0 152341 1891 0 0 25 0 1 0 901648371 275263488 65758 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67203 65758 753 1205 0 65994 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 268812

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/173 3447
/proc/meminfo: memFree=28503648/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=269628 CPUtime=1602.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 495311 0 0 0 158246 1986 0 0 25 0 1 0 901648371 276099072 65997 33554432000 4194304 9128323 140733724670416 18446744073709551615 6416658 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67407 65997 753 1205 0 66198 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 269628

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28546016/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=269544 CPUtime=1662.31 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 500743 0 0 0 164164 2067 0 0 25 0 1 0 901648371 276013056 65976 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67386 65976 753 1205 0 66177 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 269544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3496
/proc/meminfo: memFree=28524336/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=269544 CPUtime=1722.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 506335 0 0 0 170065 2167 0 0 25 0 1 0 901648371 276013056 65976 33554432000 4194304 9128323 140733724670416 18446744073709551615 5089377 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67386 65976 753 1205 0 66177 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 269544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3498
/proc/meminfo: memFree=28521284/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=269344 CPUtime=1782.32 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 512024 0 0 0 175959 2273 0 0 25 0 1 0 901648371 275808256 65906 33554432000 4194304 9128323 140733724670416 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67336 65906 753 1205 0 66127 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 269344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3498
/proc/meminfo: memFree=28518060/32951132 swapFree=67061148/67111528
[pid=3347] ppid=3345 vsize=269344 CPUtime=1800.03 cores=1,3,5,7
/proc/3347/stat : 3347 (scip-2.0.1.4.li) R 3345 3347 2091 0 -1 4202496 512032 0 0 0 177699 2304 0 0 25 0 1 0 901648371 275808256 65914 33554432000 4194304 9128323 140733724670416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3347/statm: 67336 65914 753 1205 0 66127 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 269344

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.1
CPU time (s): 1800.13
CPU user time (s): 1777.07
CPU system time (s): 23.0535
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 293172

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

runsolver used 2.30965 second user time and 5.8981 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-12 19:41:27
IDJOB=3447276
IDBENCH=79264
IDSOLVER=1944
FILE ID=node129/3447276-1307900487
RUNJOBID= node129-1307897167-2528
PBS_JOBID= 13559577
Free space on /tmp= 74040 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.1900564824--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 /tmp/evaluation-result-3447276-1307900487/watcher-3447276-1307900487 -o /tmp/evaluation-result-3447276-1307900487/solver-3447276-1307900487 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447276-1307900487.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 67acad5bcb13fd291a4cc974e7f18780
RANDOM SEED=82658950

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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	: 5332.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28584128 kB
Buffers:        447036 kB
Cached:        3322848 kB
SwapCached:      13132 kB
Active:        1458368 kB
Inactive:      2623608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28584128 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           12532 kB
Writeback:           0 kB
AnonPages:      309104 kB
Mapped:          12048 kB
Slab:           221068 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   476816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74032 MiB
End job on node129 at 2011-06-12 20:11:30