Trace number 3447956

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.08 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh308_wcsp.wbo
MD5SUM9e4ae11dd0361dce6825f0168cc6adb2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark0.013997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-3447956-1307902588.wbo>
0.01/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 constraints
0.01/0.01	c problem read
0.01/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1100 implications, 0 cliques
0.01/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.01/0.06	c     900 constraints of type <linear>
0.01/0.06	c     900 constraints of type <indicator>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.05
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1800
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 444854
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.1s|     1 |     0 |     0 |     - |5216k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   126 |     - |6429k|   0 |  76 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   425 |     - |9075k|   0 |  83 |1900 |2700 |1900 | 932 |  32 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.37	c   0.4s|     1 |     0 |   548 |     - |9805k|   0 |  81 |1900 |2700 |1900 | 954 |  54 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   667 |     - |  11M|   0 |  72 |1900 |2700 |1900 | 972 |  72 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   782 |     - |  11M|   0 |  72 |1900 |2700 |1900 | 979 |  79 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.69/0.75	c   0.8s|     1 |     0 |  1023 |     - |  11M|   0 |  69 |1900 |2700 |1900 | 986 |  86 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |  1565 |     - |  11M|   0 |  45 |1900 |2700 |1900 |1014 | 114 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.10/1.17	c   1.2s|     1 |     2 |  1565 |     - |  11M|   0 |  45 |1900 |2700 |1900 |1014 | 114 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
7.59/7.60	o 11408
7.59/7.60	c * 7.6s|   191 |   190 |  7899 |  33.3 |  13M|  59 |   - |1900 |2700 |1900 |1103 | 594 |   0 |1122 | 0.000000e+00 | 1.140800e+04 |    Inf 
65.39/65.46	c  65.5s| 10000 |  9999 |442160 |  44.1 |  26M|  59 |   9 |1900 |2700 |1900 |1072 |  25k|   0 |2984 | 0.000000e+00 | 1.140800e+04 |    Inf 
133.10/133.15	c   133s| 20000 | 19999 |913935 |  45.6 |  38M|  59 |  24 |1900 |2700 |1900 |1053 |  59k|   0 |5212 | 0.000000e+00 | 1.140800e+04 |    Inf 
211.20/211.24	o 4593
211.20/211.24	c * 211s| 29692 | 28611 |  1411k|  47.5 |  47M|  59 |   - |1900 |2700 |1900 |1096 |  94k|   0 |7326 | 0.000000e+00 | 4.593000e+03 |    Inf 
212.10/212.15	o 4169
212.10/212.15	c * 212s| 29809 | 27965 |  1416k|  47.5 |  47M|  59 |   - |1900 |2711 |1900 |1089 |  95k|  11 |7341 | 0.000000e+00 | 4.169000e+03 |    Inf 
213.70/213.72	c   214s| 30000 | 28124 |  1424k|  47.4 |  48M|  59 |  12 |1900 |2719 |1900 |1074 |  96k|  19 |7393 | 0.000000e+00 | 4.169000e+03 |    Inf 
292.40/292.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.40/292.44	c   292s| 40000 | 37132 |  1918k|  47.9 |  59M|  59 |  19 |1900 |3007 |1900 |1078 | 129k| 315 |9046 | 0.000000e+00 | 4.169000e+03 |    Inf 
305.90/305.90	o 4100
305.90/305.90	c * 306s| 41508 | 38303 |  1999k|  48.1 |  60M|  59 |   - |1900 |3058 |1900 |1101 | 135k| 371 |9323 | 0.000000e+00 | 4.100000e+03 |    Inf 
373.30/373.36	c   373s| 50000 | 46255 |  2420k|  48.4 |  70M|  59 |   6 |1900 |3204 |1900 | 984 | 165k| 572 |  10k| 0.000000e+00 | 4.100000e+03 |    Inf 
394.41/394.44	o 3041
394.41/394.44	c * 394s| 52645 | 43354 |  2548k|  48.4 |  67M|  59 |   - |1900 |3259 |1900 |1064 | 175k| 650 |  10k| 0.000000e+00 | 3.041000e+03 |    Inf 
450.91/450.93	c   451s| 60000 | 49199 |  2891k|  48.2 |  74M|  59 |   - |1900 |3506 |1900 |1079 | 200k|1256 |  11k| 0.000000e+00 | 3.041000e+03 |    Inf 
531.01/531.07	c   531s| 70000 | 56805 |  3392k|  48.4 |  84M|  59 |   7 |1900 |3413 |1900 |1044 | 235k|2233 |  12k| 0.000000e+00 | 3.041000e+03 |    Inf 
611.32/611.31	c   611s| 80000 | 63887 |  3880k|  48.5 |  94M|  59 |  35 |1900 |3012 |1900 |1077 | 270k|3298 |  13k| 0.000000e+00 | 3.041000e+03 |    Inf 
698.81/698.84	c   699s| 90000 | 70335 |  4386k|  48.7 | 103M|  59 |   6 |1900 |2931 |1900 |1058 | 312k|4584 |  15k| 0.000000e+00 | 3.041000e+03 |    Inf 
794.22/794.27	c   794s|100000 | 76109 |  4895k|  48.9 | 111M|  59 |   - |1900 |2929 |1900 |1026 | 365k|6084 |  16k| 0.000000e+00 | 3.041000e+03 |    Inf 
894.02/894.05	c   894s|110000 | 81855 |  5414k|  49.2 | 119M|  59 |  11 |1900 |2921 |1900 | 983 | 422k|7495 |  17k| 0.000000e+00 | 3.041000e+03 |    Inf 
991.43/991.44	c   991s|120000 | 87753 |  5923k|  49.3 | 127M|  59 |   - |1900 |2969 |1900 |1068 | 476k|8845 |  17k| 0.000000e+00 | 3.041000e+03 |    Inf 
1081.93/1081.91	c  1082s|130000 | 94261 |  6399k|  49.2 | 136M|  59 |   8 |1900 |2910 |1900 |1005 | 525k|  10k|  19k| 0.000000e+00 | 3.041000e+03 |    Inf 
1134.93/1134.94	o 2992
1134.93/1134.94	c *1135s|136091 | 98179 |  6698k|  49.2 | 141M|  59 |   - |1900 |2923 |1900 |1041 | 552k|  10k|  19k| 0.000000e+00 | 2.992000e+03 |    Inf 
1135.03/1135.06	o 2643
1135.03/1135.06	c *1135s|136098 | 93464 |  6699k|  49.2 | 135M|  59 |   - |1900 |2923 |1900 |1046 | 552k|  10k|  19k| 0.000000e+00 | 2.643000e+03 |    Inf 
1166.63/1166.69	c  1167s|140000 | 95958 |  6879k|  49.1 | 138M|  59 |   2 |1900 |2882 |1900 |1047 | 567k|  11k|  19k| 0.000000e+00 | 2.643000e+03 |    Inf 
1247.14/1247.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1247.14/1247.18	c  1247s|150000 |103109 |  7339k|  48.9 | 148M|  59 |   6 |1900 |2949 |1900 | 989 | 608k|  12k|  20k| 0.000000e+00 | 2.643000e+03 |    Inf 
1313.64/1313.66	o 2509
1313.64/1313.66	c *1314s|158402 |107099 |  7723k|  48.8 | 153M|  59 |   - |1900 |2969 |1900 |1097 | 641k|  13k|  21k| 0.000000e+00 | 2.509000e+03 |    Inf 
1326.54/1326.51	c  1327s|160000 |108183 |  7798k|  48.7 | 154M|  59 |  12 |1900 |2924 |1900 | 989 | 647k|  13k|  21k| 0.000000e+00 | 2.509000e+03 |    Inf 
1410.14/1410.18	c  1410s|170000 |114153 |  8259k|  48.6 | 162M|  59 |  17 |1900 |2937 |1900 |1011 | 691k|  15k|  21k| 0.000000e+00 | 2.509000e+03 |    Inf 
1495.25/1495.26	c  1495s|180000 |119957 |  8712k|  48.4 | 171M|  59 |   - |1900 |2942 |1900 | 994 | 736k|  17k|  22k| 0.000000e+00 | 2.509000e+03 |    Inf 
1579.44/1579.42	c  1579s|190000 |125926 |  9182k|  48.3 | 179M|  59 |   8 |1900 |2944 |1900 |1001 | 778k|  19k|  23k| 0.000000e+00 | 2.509000e+03 |    Inf 
1660.55/1660.54	c  1661s|200000 |132261 |  9641k|  48.2 | 187M|  59 |   5 |1900 |2923 |1900 |1049 | 817k|  20k|  23k| 0.000000e+00 | 2.509000e+03 |    Inf 
1745.75/1745.76	c  1746s|210000 |137619 | 10146k|  48.3 | 195M|  59 |   8 |1900 |2974 |1900 |1019 | 855k|  22k|  24k| 0.000000e+00 | 2.509000e+03 |    Inf 
1767.45/1767.47	o 2496
1767.45/1767.47	c *1767s|212561 |138795 | 10266k|  48.3 | 197M|  59 |   - |1900 |2931 |1900 |1075 | 865k|  22k|  24k| 0.000000e+00 | 2.496000e+03 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 216344
1800.05/1800.00	c Primal Bound       : +2.49600000000000e+03 (108 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 -x192 x191 x190 -x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 x180 -x179 -x178 
1800.05/1800.00	v x177 -x176 x175 -x174 x173 x172 -x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
1800.05/1800.00	v x154 -x153 x152 -x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 x132 
1800.05/1800.00	v -x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 x118 -x117 -x116 x115 x114 -x113 -x112 x111 x110 -x109 
1800.05/1800.00	v x108 -x107 x106 -x105 x104 -x103 -x102 x101 x100 -x99 x98 -x97 -x96 x95 x94 -x93 x92 -x91 -x90 x89 -x88 x87 x86 -x85 -x84 
1800.05/1800.00	v x83 -x82 x81 x80 -x79 x78 -x77 x76 -x75 -x74 x73 x72 -x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 -x62 x61 x60 -x59 -x58 x57 -x56 
1800.05/1800.00	v x55 -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 -x28 
1800.05/1800.00	v 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 x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.05 (included in solving)
1800.05/1800.00	c   reading          :       0.01 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447956-1307902588.wbo
1800.05/1800.00	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1001 initial, 1001 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447956-1307902588.wbo
1800.05/1800.00	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1800 initial, 3550 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0    1068541          0      17836          0        106        294          0          0     372240
1800.05/1800.00	c   varbound         :          0+         6     418235     882096          1          0       9018          0     442579     882191          0          0
1800.05/1800.00	c   linear           :        900          6     418436          9          0      17833      90303      14583     460650          0          0          0
1800.05/1800.00	c   indicator        :        900          0     403853     882096          0      17830      32661          0      95735          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     135894          0          0          0      11423       1833      30465          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          9          1        101          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      56.84       0.00       0.00      56.83       0.00       0.01       0.00
1800.05/1800.00	c   varbound         :      23.34       0.00       7.53      15.81       0.00       0.00       0.00
1800.05/1800.00	c   linear           :       8.47       0.00       7.60       0.00       0.00       0.78       0.08
1800.05/1800.00	c   indicator        :      76.13       0.01       8.25      56.86       0.00      10.99       0.01
1800.05/1800.00	c   logicor          :       1.26       0.00       1.25       0.00       0.00       0.00       0.01
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      92332      63363         35   10617044
1800.05/1800.00	c   rootredcost      :          9          0          0          0
1800.05/1800.00	c   pseudoobj        :     423212      11068       4976     442514
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      16.23      16.20       0.02
1800.05/1800.00	c   rootredcost      :       0.11       0.11       0.00
1800.05/1800.00	c   pseudoobj        :       7.20       7.08       0.12
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       0.40      21427      20486      23775       13.5        149        7.2          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -      23353       13.1          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -         18          -    (maximal pool size: 1345)
1800.05/1800.00	c   redcost          :      34.44     527406          0   10626472          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.27          6          0          0       1076          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.25          6          0          0       1793          0
1800.05/1800.00	c   cmir             :       0.07          6          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.04          6          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0

Verifier Data

OK	2496

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-3447956-1307902588/watcher-3447956-1307902588 -o /var/tmp/evaluation-result-3447956-1307902588/solver-3447956-1307902588 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447956-1307902588.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: 2.00 2.00 1.96 2/177 13408
/proc/meminfo: memFree=1042468/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 1540 0 0 0 0 0 0 0 25 0 1 0 980489447 10362880 1493 33554432000 4194304 9128323 140737125848608 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13408/statm: 2530 1497 399 1205 0 1321 0

[startup+0.0125019 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13408
/proc/meminfo: memFree=1042468/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=11172 CPUtime=0.01 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 1803 0 0 0 1 0 0 0 25 0 1 0 980489447 11440128 1756 33554432000 4194304 9128323 140737125848608 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13408/statm: 2793 1756 399 1205 0 1584 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11172

[startup+0.100501 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13408
/proc/meminfo: memFree=1042468/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=27860 CPUtime=0.09 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 6235 0 0 0 9 0 0 0 18 0 1 0 980489447 28528640 5892 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 6965 5892 655 1205 0 5756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27860

[startup+0.300456 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13408
/proc/meminfo: memFree=1042468/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=33512 CPUtime=0.29 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 12108 0 0 0 28 1 0 0 18 0 1 0 980489447 34316288 7416 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 8378 7416 715 1205 0 7169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33512

[startup+0.700382 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 13408
/proc/meminfo: memFree=1042468/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=39056 CPUtime=0.69 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 13440 0 0 0 68 1 0 0 18 0 1 0 980489447 39993344 8742 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 9764 8742 713 1205 0 8555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39056

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13409
/proc/meminfo: memFree=1006524/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=42664 CPUtime=1.49 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 17820 0 0 0 147 2 0 0 20 0 1 0 980489447 43687936 9607 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 10666 9607 719 1205 0 9457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42664

[startup+3.10093 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13409
/proc/meminfo: memFree=1006152/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=42664 CPUtime=3.09 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 17820 0 0 0 305 4 0 0 25 0 1 0 980489447 43687936 9607 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 10666 9607 719 1205 0 9457 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42664

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13409
/proc/meminfo: memFree=1005044/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=42848 CPUtime=6.29 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 17864 0 0 0 621 8 0 0 25 0 1 0 980489447 43876352 9651 33554432000 4194304 9128323 140737125848608 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 10712 9651 719 1205 0 9503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42848

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13410
/proc/meminfo: memFree=1001016/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=47388 CPUtime=12.69 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 21530 0 0 0 1255 14 0 0 25 0 1 0 980489447 48525312 10753 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 11847 10753 721 1205 0 10638 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47388

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13410
/proc/meminfo: memFree=996092/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=50860 CPUtime=25.49 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 29199 0 0 0 2522 27 0 0 25 0 1 0 980489447 52080640 11610 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 12715 11610 721 1205 0 11506 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50860

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13411
/proc/meminfo: memFree=986808/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=55408 CPUtime=51.09 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 33827 0 0 0 5057 52 0 0 25 0 1 0 980489447 56737792 12747 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 13852 12747 721 1205 0 12643 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55408

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 13412
/proc/meminfo: memFree=968356/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=64232 CPUtime=102.3 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 39552 0 0 0 10130 100 0 0 25 0 1 0 980489447 65773568 14953 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13408/statm: 16058 14953 721 1205 0 14849 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64232

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13414
/proc/meminfo: memFree=947848/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=73280 CPUtime=162.3 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 41963 0 0 0 16070 160 0 0 25 0 1 0 980489447 75038720 17293 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 18320 17293 721 1205 0 17111 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73280

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13415
/proc/meminfo: memFree=925332/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=82740 CPUtime=222.29 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 54797 0 0 0 22008 221 0 0 25 0 1 0 980489447 84725760 19726 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 20685 19726 727 1205 0 19476 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82740

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13417
/proc/meminfo: memFree=907900/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=90632 CPUtime=282.3 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 67251 0 0 0 27951 279 0 0 25 0 1 0 980489447 92807168 21706 33554432000 4194304 9128323 140737125848608 18446744073709551615 7217931 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 22658 21706 727 1205 0 21449 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90632

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13418
/proc/meminfo: memFree=892224/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=99352 CPUtime=342.3 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 81152 0 0 0 33894 336 0 0 25 0 1 0 980489447 101736448 23922 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 24838 23922 727 1205 0 23629 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99352

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13420
/proc/meminfo: memFree=874804/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=105588 CPUtime=402.3 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 93193 0 0 0 39839 391 0 0 25 0 1 0 980489447 108122112 25500 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 26397 25500 727 1205 0 25188 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 105588

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13422
/proc/meminfo: memFree=861232/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=109936 CPUtime=462.31 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 104754 0 0 0 45787 444 0 0 25 0 1 0 980489447 112574464 26617 33554432000 4194304 9128323 140737125848608 18446744073709551615 6856688 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 27484 26617 727 1205 0 26275 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 109936

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13423
/proc/meminfo: memFree=837108/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=119200 CPUtime=522.31 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 108335 0 0 0 51728 503 0 0 25 0 1 0 980489447 122060800 28931 33554432000 4194304 9128323 140737125848608 18446744073709551615 7216749 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 29800 28931 727 1205 0 28591 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 119200

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13425
/proc/meminfo: memFree=810152/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=125464 CPUtime=582.31 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 109899 0 0 0 57675 556 0 0 25 0 1 0 980489447 128475136 30495 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 31366 30495 727 1205 0 30157 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125464

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.13 1.64 1.83 2/172 13455
/proc/meminfo: memFree=988680/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=149936 CPUtime=822.32 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 119118 0 0 0 81465 767 0 0 25 0 1 0 980489447 153534464 36201 33554432000 4194304 9128323 140737125848608 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 37484 36201 727 1205 0 36275 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 149936

[startup+882.3 s]
/proc/loadavg: 1.05 1.52 1.77 2/172 13457
/proc/meminfo: memFree=982556/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=156048 CPUtime=882.32 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 124171 0 0 0 87412 820 0 0 25 0 1 0 980489447 159793152 37735 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 39012 37735 727 1205 0 37803 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 156048

[startup+942.301 s]
/proc/loadavg: 1.02 1.43 1.72 2/172 13458
/proc/meminfo: memFree=975668/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=162724 CPUtime=942.33 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 125896 0 0 0 93363 870 0 0 25 0 1 0 980489447 166629376 39445 33554432000 4194304 9128323 140737125848608 18446744073709551615 4893816 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 40681 39445 731 1205 0 39472 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 162724

[startup+1002.3 s]
/proc/loadavg: 1.00 1.35 1.67 2/172 13460
/proc/meminfo: memFree=970792/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=167632 CPUtime=1002.32 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 127133 0 0 0 99309 923 0 0 25 0 1 0 980489447 171655168 40656 33554432000 4194304 9128323 140737125848608 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 41908 40656 727 1205 0 40699 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 167632

[startup+1062.3 s]
/proc/loadavg: 1.00 1.28 1.63 2/172 13462
/proc/meminfo: memFree=964896/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=173804 CPUtime=1062.33 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 128712 0 0 0 105258 975 0 0 25 0 1 0 980489447 177975296 42227 33554432000 4194304 9128323 140737125848608 18446744073709551615 7191234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 43451 42227 727 1205 0 42242 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 173804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.23 1.59 2/172 13463
/proc/meminfo: memFree=958620/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=179692 CPUtime=1122.33 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 130194 0 0 0 111205 1028 0 0 25 0 1 0 980489447 184004608 43688 33554432000 4194304 9128323 140737125848608 18446744073709551615 7346398 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 44923 43688 727 1205 0 43714 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 179692

[startup+1182.3 s]
/proc/loadavg: 1.00 1.18 1.55 2/172 13465
/proc/meminfo: memFree=955708/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=182224 CPUtime=1182.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 144700 0 0 0 117155 1079 0 0 25 0 1 0 980489447 186597376 44364 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 45556 44364 727 1205 0 44347 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 182224

[startup+1242.3 s]
/proc/loadavg: 1.00 1.15 1.51 2/172 13466
/proc/meminfo: memFree=948232/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=189752 CPUtime=1242.33 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 153408 0 0 0 123107 1126 0 0 25 0 1 0 980489447 194306048 46223 33554432000 4194304 9128323 140737125848608 18446744073709551615 7343020 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 47438 46223 727 1205 0 46229 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 189752

[startup+1302.3 s]
/proc/loadavg: 1.00 1.12 1.47 2/172 13468
/proc/meminfo: memFree=942340/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=195548 CPUtime=1302.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 154914 0 0 0 129052 1182 0 0 25 0 1 0 980489447 200241152 47714 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 48887 47714 727 1205 0 47678 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 195548

[startup+1362.3 s]
/proc/loadavg: 1.00 1.09 1.44 2/172 13473
/proc/meminfo: memFree=934804/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=202716 CPUtime=1362.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 168056 0 0 0 135000 1234 0 0 25 0 1 0 980489447 207581184 49544 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 50679 49544 727 1205 0 49470 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 202716

[startup+1422.31 s]
/proc/loadavg: 1.00 1.07 1.41 2/172 13474
/proc/meminfo: memFree=929120/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=207880 CPUtime=1422.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 173952 0 0 0 140950 1284 0 0 25 0 1 0 980489447 212869120 50833 33554432000 4194304 9128323 140737125848608 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 51970 50833 727 1205 0 50761 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 207880

[startup+1482.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/172 13476
/proc/meminfo: memFree=923356/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=214096 CPUtime=1482.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 175552 0 0 0 146901 1333 0 0 25 0 1 0 980489447 219234304 52399 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 53524 52399 727 1205 0 52315 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 214096

[startup+1542.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/172 13477
/proc/meminfo: memFree=917732/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=220132 CPUtime=1542.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 178313 0 0 0 152850 1384 0 0 25 0 1 0 980489447 225415168 53950 33554432000 4194304 9128323 140737125848608 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 55033 53950 727 1205 0 53824 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 220132

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/172 13479
/proc/meminfo: memFree=910988/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=226804 CPUtime=1602.35 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 180024 0 0 0 158797 1438 0 0 25 0 1 0 980489447 232247296 55603 33554432000 4194304 9128323 140737125848608 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 56701 55603 727 1205 0 55492 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 226804

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/172 13481
/proc/meminfo: memFree=905720/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=231980 CPUtime=1662.34 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 181429 0 0 0 164745 1489 0 0 25 0 1 0 980489447 237547520 56948 33554432000 4194304 9128323 140737125848608 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 57995 56948 727 1205 0 56786 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 231980

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/172 13482
/proc/meminfo: memFree=899216/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=238568 CPUtime=1722.35 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 183082 0 0 0 170693 1542 0 0 25 0 1 0 980489447 244293632 58581 33554432000 4194304 9128323 140737125848608 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 59642 58581 727 1205 0 58433 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 238568

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/172 13484
/proc/meminfo: memFree=892340/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=244520 CPUtime=1782.35 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 195896 0 0 0 176639 1596 0 0 25 0 1 0 980489447 250388480 60085 33554432000 4194304 9128323 140737125848608 18446744073709551615 4792770 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13408/statm: 61130 60085 727 1205 0 59921 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 244520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.01 1.26 2/172 13484
/proc/meminfo: memFree=890848/32950928 swapFree=67056212/67111528
[pid=13408] ppid=13406 vsize=246556 CPUtime=1800.06 cores=0,2,4,6
/proc/13408/stat : 13408 (scip-2.0.1.4.li) R 13406 13408 11872 0 -1 4202496 196411 0 0 0 178395 1611 0 0 25 0 1 0 980489447 252473344 60600 33554432000 4194304 9128323 140737125848608 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13408/statm: 61639 60600 729 1205 0 60430 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 246556

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.08
CPU user time (s): 1783.95
CPU system time (s): 16.1275
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 246556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.95
system time used= 16.1275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3785

runsolver used 2.6166 second user time and 5.58015 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 20:16:28
IDJOB=3447956
IDBENCH=79412
IDSOLVER=1944
FILE ID=node115/3447956-1307902588
RUNJOBID= node115-1307897170-12488
PBS_JOBID= 13559590
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/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh308_wcsp.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-3447956-1307902588/watcher-3447956-1307902588 -o /var/tmp/evaluation-result-3447956-1307902588/solver-3447956-1307902588 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447956-1307902588.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 9e4ae11dd0361dce6825f0168cc6adb2
RANDOM SEED=726548793

node115.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.811
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.62
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:       1042896 kB
Buffers:         57740 kB
Cached:       30794224 kB
SwapCached:       9240 kB
Active:       16077488 kB
Inactive:     14869984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1042896 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:       92516 kB
Mapped:          16144 kB
Slab:           895672 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   284968 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= 2872 MiB
End job on node115 at 2011-06-12 20:46:30