Trace number 3447935

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 216.67 216.664

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh207_wcsp.wbo
MD5SUMa376d7f23eea0592d561601b8922f58b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.005998
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
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-3447935-1307902287.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/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.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.1s|     1 |     0 |     0 |     - |4707k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   124 |     - |5778k|   0 |  76 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   373 |     - |8455k|   0 |  88 |1700 |2400 |1700 | 826 |  26 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   480 |     - |9853k|   0 |  84 |1700 |2400 |1700 | 843 |  43 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   629 |     - |  11M|   0 |  85 |1700 |2400 |1700 | 857 |  57 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |   688 |     - |  11M|   0 |  87 |1700 |2400 |1700 | 869 |  69 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   763 |     - |  12M|   0 |  88 |1700 |2400 |1700 | 879 |  79 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |   841 |     - |  14M|   0 |  85 |1700 |2400 |1700 | 888 |  88 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.99/2.07	c   2.1s|     1 |     2 |   841 |     - |  14M|   0 |  85 |1700 |2400 |1700 | 888 |  88 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
6.70/6.75	o 7044
6.70/6.75	c * 6.7s|   119 |   112 |  6414 |  47.2 |  15M|  45 |   - |1700 |2400 |1700 | 985 | 269 |   0 |1178 | 0.000000e+00 | 7.044000e+03 |    Inf 
8.19/8.25	o 3132
8.19/8.25	c * 8.2s|   397 |   328 | 15747 |  37.6 |  17M|  45 |   - |1700 |2400 |1700 | 961 | 689 |   0 |1353 | 0.000000e+00 | 3.132000e+03 |    Inf 
10.79/10.83	o 3076
10.79/10.83	c *10.8s|   838 |   666 | 34065 |  39.7 |  18M|  45 |   - |1700 |2429 |1700 | 970 |1519 |  29 |1554 | 0.000000e+00 | 3.076000e+03 |    Inf 
50.99/51.04	o 3073
50.99/51.04	c *51.0s|  7967 |  7333 |372485 |  46.7 |  26M|  49 |   - |1700 |2624 |1700 | 966 |  17k| 228 |2257 | 0.000000e+00 | 3.073000e+03 |    Inf 
63.30/63.32	c  63.3s| 10000 |  9173 |467355 |  46.7 |  28M|  51 |   4 |1700 |2691 |1700 | 943 |  23k| 305 |2600 | 0.000000e+00 | 3.073000e+03 |    Inf 
119.59/119.61	o 2926
119.59/119.61	c * 120s| 19612 | 17185 |890715 |  45.4 |  38M|  58 |   - |1700 |3101 |1700 | 947 |  50k| 942 |4195 | 0.000000e+00 | 2.926000e+03 |    Inf 
121.90/121.99	o 2891
121.90/121.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.90/121.99	c * 122s| 19989 | 17476 |907728 |  45.4 |  38M|  58 |   - |1700 |3105 |1700 | 968 |  51k| 971 |4249 | 0.000000e+00 | 2.891000e+03 |    Inf 
121.99/122.03	c   122s| 20000 | 17487 |908080 |  45.4 |  38M|  58 |   4 |1700 |3105 |1700 | 931 |  51k| 971 |4249 | 0.000000e+00 | 2.891000e+03 |    Inf 
129.20/129.27	o 2801
129.20/129.27	c * 129s| 21219 | 18350 |959980 |  45.2 |  39M|  58 |   - |1700 |3130 |1700 | 965 |  55k|1101 |4426 | 0.000000e+00 | 2.801000e+03 |    Inf 
141.60/141.68	o 2726
141.60/141.68	c * 142s| 23348 | 19900 |  1051k|  45.0 |  41M|  58 |   - |1700 |3176 |1700 | 962 |  61k|1309 |4725 | 0.000000e+00 | 2.726000e+03 |    Inf 
146.10/146.17	o 2239
146.10/146.17	c * 146s| 24062 | 20035 |  1081k|  44.9 |  40M|  58 |   - |1700 |3157 |1700 | 966 |  64k|1390 |4851 | 0.000000e+00 | 2.239000e+03 |    Inf 
147.80/147.83	o 2048
147.80/147.83	c * 148s| 24318 | 19747 |  1094k|  45.0 |  40M|  58 |   - |1700 |3157 |1700 | 957 |  64k|1425 |4875 | 0.000000e+00 | 2.048000e+03 |    Inf 
148.39/148.40	o 2028
148.39/148.40	c * 148s| 24422 | 19729 |  1098k|  45.0 |  40M|  58 |   - |1700 |3157 |1700 | 951 |  65k|1438 |4878 | 0.000000e+00 | 2.028000e+03 |    Inf 
148.39/148.49	o 1857
148.39/148.49	c * 148s| 24431 | 18959 |  1099k|  45.0 |  39M|  58 |   - |1700 |3147 |1700 | 950 |  65k|1442 |4879 | 0.000000e+00 | 1.857000e+03 |    Inf 
167.80/167.87	o 1344
167.80/167.87	c * 168s| 27869 | 17320 |  1243k|  44.6 |  38M|  58 |   - |1700 |3145 |1700 | 961 |  73k|2160 |5275 | 0.000000e+00 | 1.344000e+03 |    Inf 
167.90/167.90	o 1113
167.90/167.90	c * 168s| 27870 | 15242 |  1243k|  44.6 |  36M|  58 |   - |1700 |3145 |1700 | 964 |  73k|2160 |5275 | 0.000000e+00 | 1.113000e+03 |    Inf 
171.90/171.95	o 1009
171.90/171.95	c * 172s| 28668 | 14422 |  1275k|  44.5 |  35M|  58 |   - |1700 |2969 |1700 | 945 |  74k|2457 |5308 | 0.000000e+00 | 1.009000e+03 |    Inf 
178.70/178.75	c   179s| 30000 | 14607 |  1327k|  44.2 |  36M|  58 |   8 |1700 |2798 |1700 | 937 |  75k|3031 |5380 | 0.000000e+00 | 1.009000e+03 |    Inf 
186.69/186.79	o 956
186.69/186.79	c * 187s| 31421 | 14049 |  1385k|  44.1 |  37M|  58 |   - |1700 |2757 |1700 | 951 |  77k|3731 |5484 | 0.000000e+00 | 9.560000e+02 |    Inf 
193.29/193.39	o 834
193.29/193.39	c * 193s| 32663 | 12423 |  1435k|  43.9 |  36M|  58 |   - |1700 |2671 |1700 | 945 |  78k|4331 |5546 | 0.000000e+00 | 8.340000e+02 |    Inf 
204.80/204.86	o 816
204.80/204.86	c c 205s| 34503 | 12060 |  1531k|  44.4 |  38M|  58 |   - |1700 |2473 |1700 | 942 |  80k|5599 |5664 | 0.000000e+00 | 8.160000e+02 |    Inf 
206.70/206.78	o 791
206.70/206.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.70/206.78	c * 207s| 34855 | 11631 |  1546k|  44.4 |  38M|  58 |   - |1700 |2458 |1700 | 942 |  80k|5831 |5678 | 0.000000e+00 | 7.910000e+02 |    Inf 
208.00/208.07	o 676
208.00/208.07	c * 208s| 35080 |  9943 |  1555k|  44.3 |  36M|  58 |   - |1700 |2459 |1700 | 938 |  80k|5992 |5687 | 0.000000e+00 | 6.760000e+02 |    Inf 
208.19/208.21	o 616
208.19/208.21	c v 208s| 35104 |  8291 |  1556k|  44.3 |  34M|  58 |   - |1700 |2313 |1700 | 933 |  80k|6020 |5690 | 0.000000e+00 | 6.160000e+02 |    Inf 
208.19/208.26	o 433
208.19/208.26	c * 208s| 35109 |  6652 |  1556k|  44.3 |  32M|  58 |   - |1700 |2172 |1700 | 942 |  80k|6025 |5690 | 0.000000e+00 | 4.330000e+02 |    Inf 
210.80/210.86	o 404
210.80/210.86	c * 211s| 35548 |  5067 |  1576k|  44.3 |  31M|  58 |   - |1700 |2004 |1700 | 932 |  80k|6576 |5731 | 0.000000e+00 | 4.040000e+02 |    Inf 
211.60/211.67	o 371
211.60/211.67	c * 212s| 35680 |  4165 |  1581k|  44.3 |  30M|  58 |   - |1700 |1883 |1700 | 933 |  80k|6714 |5740 | 0.000000e+00 | 3.710000e+02 |    Inf 
215.20/215.26	o 315
215.20/215.26	c * 215s| 36394 |  2211 |  1609k|  44.2 |  27M|  58 |   - |1700 |2081 |1700 | 938 |  80k|7434 |5761 | 0.000000e+00 | 3.150000e+02 |    Inf 
215.50/215.53	o 307
215.50/215.53	c * 216s| 36446 |  2132 |  1611k|  44.2 |  27M|  58 |   - |1700 |1917 |1700 | 934 |  80k|7499 |5761 | 0.000000e+00 | 3.070000e+02 |    Inf 
215.60/215.65	o 294
215.60/215.65	c * 216s| 36475 |  2082 |  1612k|  44.2 |  26M|  58 |   - |1700 |1881 |1700 | 890 |  80k|7537 |5761 | 0.000000e+00 | 2.940000e+02 |    Inf 
215.70/215.71	o 149
215.70/215.71	c * 216s| 36485 |  1651 |  1612k|  44.2 |  24M|  58 |   - |1700 |1844 |1700 | 884 |  81k|7548 |5762 | 0.000000e+00 | 1.490000e+02 |    Inf 
215.70/215.72	o 120
215.70/215.72	c * 216s| 36486 |  1581 |  1612k|  44.2 |  24M|  58 |   - |1700 |1844 |1700 | 875 |  81k|7548 |5762 | 0.000000e+00 | 1.200000e+02 |    Inf 
216.30/216.36	o 106
216.30/216.36	c * 216s| 36618 |   773 |  1618k|  44.2 |  22M|  58 |   - |1700 |1424 |1700 | 931 |  81k|7770 |5762 | 0.000000e+00 | 1.060000e+02 |    Inf 
216.30/216.39	o 9
216.30/216.39	c * 216s| 36623 |   479 |  1618k|  44.2 |  20M|  58 |   - |1700 |1369 |1700 | 931 |  81k|7786 |5762 | 0.000000e+00 | 9.000000e+00 |    Inf 
216.60/216.64	o 0
216.60/216.64	c * 217s| 36697 |     0 |  1620k|  44.1 |  17M|  58 |   - |1700 |1203 |1700 | 932 |  81k|7917 |5762 | 0.000000e+00 | 0.000000e+00 |   0.00%
216.60/216.64	c 
216.60/216.64	c SCIP Status        : problem is solved [optimal solution found]
216.60/216.64	c Solving Time (sec) : 216.64
216.60/216.64	c Solving Nodes      : 36697
216.60/216.64	c Primal Bound       : +0.00000000000000e+00 (287 solutions)
216.60/216.64	c Dual Bound         : +0.00000000000000e+00
216.60/216.64	c Gap                : 0.00 %
216.60/216.64	s OPTIMUM FOUND
216.60/216.64	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 x190 -x189 -x188 x187 x186 -x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
216.60/216.64	v -x176 x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 -x156 x155 
216.60/216.64	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132 
216.60/216.64	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 x112 -x111 -x110 x109 
216.60/216.64	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 
216.60/216.64	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 
216.60/216.64	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 
216.60/216.64	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 
216.60/216.64	c SCIP Status        : problem is solved [optimal solution found]
216.60/216.64	c Total Time         :     216.64
216.60/216.64	c   solving          :     216.64
216.60/216.64	c   presolving       :       0.04 (included in solving)
216.60/216.64	c   reading          :       0.01 (included in solving)
216.60/216.64	c Original Problem   :
216.60/216.64	c   Problem name     : HOME/instance-3447935-1307902287.wbo
216.60/216.64	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
216.60/216.64	c   Constraints      : 901 initial, 901 maximal
216.60/216.64	c Presolved Problem  :
216.60/216.64	c   Problem name     : t_HOME/instance-3447935-1307902287.wbo
216.60/216.64	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
216.60/216.64	c   Constraints      : 1600 initial, 3178 maximal
216.60/216.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
216.60/216.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
216.60/216.64	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
216.60/216.64	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
216.60/216.64	c   root node        :          -       1592          -          -       1592          -          -          -          -          -
216.60/216.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
216.60/216.64	c   integral         :          0          0          0     111385          0       3771          0         20        101          0          0      60600
216.60/216.64	c   varbound         :          0+         6     105436      80994          0          0       6902          7     365146      81039          0          0
216.60/216.64	c   linear           :        800          6     105629         29          0       3768      42979       2783     124849          0          0          0
216.60/216.64	c   indicator        :        800          0     102847      80994          0       3760       8251          0      14738          0          0          0
216.60/216.64	c   logicor          :          0+         0      51051          0          0          0       7953       1040      15732          0          0          0
216.60/216.64	c   countsols        :          0          0          0         30          0        259          0          0          0          0          0          0
216.60/216.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
216.60/216.64	c   integral         :      13.89       0.00       0.00      13.88       0.00       0.01       0.00
216.60/216.64	c   varbound         :       2.54       0.00       1.41       1.13       0.00       0.00       0.00
216.60/216.64	c   linear           :       1.93       0.00       1.67       0.00       0.00       0.23       0.03
216.60/216.64	c   indicator        :       7.36       0.00       1.47       4.11       0.00       1.77       0.00
216.60/216.64	c   logicor          :       0.51       0.00       0.50       0.00       0.00       0.00       0.01
216.60/216.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
216.60/216.64	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
216.60/216.64	c   vbounds          :      33073      16027          3    1627620
216.60/216.64	c   rootredcost      :         31          0          0        796
216.60/216.64	c   pseudoobj        :     107406       8496       1969     364053
216.60/216.64	c Propagator Timings :  TotalTime  Propagate    Resprop
216.60/216.64	c   vbounds          :       3.46       3.45       0.00
216.60/216.64	c   rootredcost      :       0.03       0.03       0.00
216.60/216.64	c   pseudoobj        :       1.79       1.72       0.07
216.60/216.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
216.60/216.64	c   propagation      :       0.16       5802       5366      10212       17.8        168        7.1          -
216.60/216.64	c   infeasible LP    :       0.00          3          3          5       11.8          0        0.0          0
216.60/216.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
216.60/216.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
216.60/216.64	c   pseudo solution  :       0.00          1          1          1        2.0          1        7.0          -
216.60/216.64	c   applied globally :          -          -          -       7917       16.2          -          -          -
216.60/216.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
216.60/216.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
216.60/216.64	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 1885)
216.60/216.64	c   redcost          :       4.09      77713          0    1624321          0          0
216.60/216.64	c   impliedbounds    :       0.00          6          0          0          0          0
216.60/216.64	c   intobj           :       0.00          0          0          0          0          0
216.60/216.64	c   gomory           :       0.27          6          0          0        749          0
216.60/216.64	c   cgmip            :       0.00          0          0          0          0          0
216.60/216.64	c   closecuts        :       0.00          0          0          0          0          0
216.60/216.64	c   strongcg         :       0.25          6          0          0       2250          0
216.60/216.64	c   cmir             :       0.08          6          0          0          0          0
216.60/216.64	c   flowcover        :       0.06          6          0          0          0          0
216.60/216.64	c   clique           :       0.00          1          0          0          0          0
216.60/216.64	c   zerohalf         :       0.00          0          0          0          0          0
216.60/216.64	c   mcf              :       0.00          1          0          0          0          0
216.60/216.64	c   oddcycle         :       0.00          0          0          0          0          0
216.60/216.64	c   rapidlearning    :       0.06          1          0          0          0          0
216.60/216.64	c Pricers            :       Time      Calls       Vars
216.60/216.64	c   problem variables:       0.00          0          0
216.60/216.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
216.60/216.65	c   relpscost        :      13.84      30391         20        101          0          0      60600
216.60/216.65	c   pscost           :       0.00          0          0          0          0          0          0
216.60/216.65	c   inference        :       0.00          0          0          0          0          0          0
216.60/216.65	c   mostinf          :       0.00          0          0          0          0          0          0
216.60/216.65	c   leastinf         :       0.00          0          0          0          0          0          0
216.60/216.65	c   fullstrong       :       0.00          0          0          0          0          0          0
216.60/216.65	c   allfullstrong    :       0.00          0          0          0          0          0          0
216.60/216.65	c   random           :       0.00          0          0          0          0          0          0
216.60/216.65	c Primal Heuristics  :       Time      Calls      Found
216.60/216.65	c   LP solutions     :       0.03          -         30
216.60/216.65	c   pseudo solutions :       0.00          -          0
216.60/216.65	c   oneopt           :       0.18         30          0
216.60/216.65	c   crossover        :       0.62         26          1
216.60/216.65	c   objpscostdiving  :       1.46         76          0
216.60/216.65	c   rootsoldiving    :       1.40        121          0
216.60/216.65	c   guideddiving     :       1.98        419          0
216.60/216.65	c   linesearchdiving :       1.95        419          0
216.60/216.65	c   coefdiving       :       1.77        420          1
216.60/216.65	c   fracdiving       :       1.99        420          0
216.60/216.65	c   pscostdiving     :       1.94        420          0
216.60/216.65	c   veclendiving     :       1.87        420          1
216.60/216.65	c   trivial          :       0.00          2          1
216.60/216.65	c   shiftandpropagate:       0.00          0          0
216.60/216.65	c   simplerounding   :       0.07      34034          0
216.60/216.65	c   zirounding       :       0.06       1000          0
216.60/216.65	c   rounding         :       0.16       2561          0
216.60/216.65	c   shifting         :       0.55        782          0
216.60/216.65	c   intshifting      :       0.00          0          0
216.60/216.65	c   twoopt           :       0.00          0          0
216.60/216.65	c   fixandinfer      :       0.00          0          0
216.60/216.65	c   feaspump         :       0.00          0          0
216.60/216.65	c   clique           :       0.00          0          0
216.60/216.65	c   intdiving        :       0.00          0          0
216.60/216.65	c   actconsdiving    :       0.00          0          0
216.60/216.65	c   octane           :       0.00          0          0
216.60/216.65	c   rens             :       0.02          1          0
216.60/216.65	c   rins             :       0.00          0          0
216.60/216.65	c   localbranching   :       0.00          0          0
216.60/216.65	c   mutation         :       0.00          0          0
216.60/216.65	c   dins             :       0.00          0          0
216.60/216.65	c   vbounds          :       0.00          0          0
216.60/216.65	c   undercover       :       0.00          0          0
216.60/216.65	c   subnlp           :       0.01          0          0
216.60/216.65	c   trysol           :       0.18       3501        253
216.60/216.65	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
216.60/216.65	c   primal LP        :       0.55          0          0       0.00       0.00
216.60/216.65	c   dual LP          :     137.58     120777    1519850      12.58   11046.88
216.60/216.65	c   lex dual LP      :       0.00          0          0       0.00          -
216.60/216.65	c   barrier LP       :       0.00          0          0       0.00          -
216.60/216.65	c   diving/probing LP:      10.16       9070     100549      11.09    9899.04
216.60/216.65	c   strong branching :      13.40       5762     144331      25.05   10769.73
216.60/216.65	c     (at root node) :          -         33      18266     553.52          -
216.60/216.65	c   conflict analysis:       0.00          0          0       0.00          -
216.60/216.65	c B&B Tree           :
216.60/216.65	c   number of runs   :          1
216.60/216.65	c   nodes            :      36697
216.60/216.65	c   nodes (total)    :      36697
216.60/216.65	c   nodes left       :          0
216.60/216.65	c   max depth        :         58
216.60/216.65	c   max depth (total):         58
216.60/216.65	c   backtracks       :       6526 (17.8%)
216.60/216.65	c   delayed cutoffs  :       5838
216.60/216.65	c   repropagations   :      11546 (131507 domain reductions, 488 cutoffs)
216.60/216.65	c   avg switch length:       6.62
216.60/216.65	c   switching time   :       4.77
216.60/216.65	c Solution           :
216.60/216.65	c   Solutions found  :        287 (33 improvements)
216.60/216.65	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
216.60/216.65	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 36697 nodes, 216.64 seconds, depth 5, found by <relaxation>)
216.60/216.65	c   Dual Bound       : +0.00000000000000e+00
216.60/216.65	c   Gap              :       0.00 %
216.60/216.65	c   Root Dual Bound  : +0.00000000000000e+00
216.60/216.65	c   Root Iterations  :        841
216.60/216.66	c Time complete: 216.65.

Verifier Data

OK	0

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-3447935-1307902287/watcher-3447935-1307902287 -o /var/tmp/evaluation-result-3447935-1307902287/solver-3447935-1307902287 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447935-1307902287.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.02 2.02 1.95 3/174 28283
/proc/meminfo: memFree=1345680/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=9988 CPUtime=0 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 1509 0 0 0 0 0 0 0 25 0 1 0 882644582 10227712 1463 33554432000 4194304 9128323 140736941757216 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28283/statm: 2497 1463 396 1205 0 1288 0

[startup+0.105774 s]
/proc/loadavg: 2.02 2.02 1.95 3/174 28283
/proc/meminfo: memFree=1345680/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=27240 CPUtime=0.09 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 6047 0 0 0 9 0 0 0 25 0 1 0 882644582 27893760 5717 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 6810 5717 655 1205 0 5601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27240

[startup+0.20075 s]
/proc/loadavg: 2.02 2.02 1.95 3/174 28283
/proc/meminfo: memFree=1345680/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=49860 CPUtime=0.19 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 11408 0 0 0 18 1 0 0 25 0 1 0 882644582 51056640 11078 33554432000 4194304 9128323 140736941757216 18446744073709551615 4528433 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 12465 11078 695 1205 0 11256 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49860

[startup+0.300727 s]
/proc/loadavg: 2.02 2.02 1.95 3/174 28283
/proc/meminfo: memFree=1345680/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=44632 CPUtime=0.29 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 11470 0 0 0 28 1 0 0 25 0 1 0 882644582 45703168 10081 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 11158 10081 713 1205 0 9949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44632

[startup+0.70069 s]
/proc/loadavg: 2.02 2.02 1.95 3/174 28283
/proc/meminfo: memFree=1345680/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=52088 CPUtime=0.69 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 13261 0 0 0 68 1 0 0 25 0 1 0 882644582 53338112 11871 33554432000 4194304 9128323 140736941757216 18446744073709551615 5160397 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 13022 11871 712 1205 0 11813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52088

[startup+1.50053 s]
/proc/loadavg: 2.02 2.02 1.95 3/175 28284
/proc/meminfo: memFree=1299444/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=53684 CPUtime=1.49 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 16057 0 0 0 146 3 0 0 25 0 1 0 882644582 54972416 12196 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 13421 12196 719 1205 0 12212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53684

[startup+3.10024 s]
/proc/loadavg: 2.02 2.02 1.95 3/175 28284
/proc/meminfo: memFree=1298968/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=53684 CPUtime=3.09 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 16064 0 0 0 304 5 0 0 25 0 1 0 882644582 54972416 12203 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 13421 12203 719 1205 0 12212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53684

[startup+6.30062 s]
/proc/loadavg: 2.02 2.02 1.95 3/175 28284
/proc/meminfo: memFree=1298000/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=53684 CPUtime=6.29 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 16064 0 0 0 621 8 0 0 25 0 1 0 882644582 54972416 12203 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 13421 12203 719 1205 0 12212 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53684

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 1.95 3/175 28285
/proc/meminfo: memFree=1293916/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=57392 CPUtime=12.69 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 22455 0 0 0 1253 16 0 0 25 0 1 0 882644582 58769408 13006 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 14348 13006 727 1205 0 13139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57392

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28285
/proc/meminfo: memFree=1287336/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=61244 CPUtime=25.49 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 29825 0 0 0 2518 31 0 0 25 0 1 0 882644582 62713856 13978 33554432000 4194304 9128323 140736941757216 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 15311 13978 727 1205 0 14102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61244

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 1.95 3/175 28324
/proc/meminfo: memFree=1330416/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=65508 CPUtime=51.09 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 37337 0 0 0 5048 61 0 0 25 0 1 0 882644582 67080192 15065 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 16377 15065 727 1205 0 15168 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65508

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/175 28325
/proc/meminfo: memFree=1311068/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=74868 CPUtime=102.3 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 53774 0 0 0 10112 118 0 0 25 0 1 0 882644582 76664832 17449 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 18717 17449 727 1205 0 17508 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74868

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 28327
/proc/meminfo: memFree=1293524/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=82704 CPUtime=162.29 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 87468 0 0 0 16046 183 0 0 25 0 1 0 882644582 84688896 19432 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 20676 19432 727 1205 0 19467 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82704

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

[startup+179.201 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 28327
/proc/meminfo: memFree=1290540/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=99228 CPUtime=179.19 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 105225 0 0 0 17718 201 0 0 25 0 1 0 882644582 101609472 23180 33554432000 4194304 9128323 140736941757216 18446744073709551615 4825496 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 24807 23180 727 1205 0 23598 0
Current children cumulated CPU time (s) 179.19
Current children cumulated vsize (KiB) 99228

[startup+192 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 28327
/proc/meminfo: memFree=1286316/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=87664 CPUtime=192 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 110274 0 0 0 18987 213 0 0 25 0 1 0 882644582 89767936 20628 33554432000 4194304 9128323 140736941757216 18446744073709551615 7100220 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 21916 20628 727 1205 0 20707 0
Current children cumulated CPU time (s) 192
Current children cumulated vsize (KiB) 87664

[startup+204.801 s]
/proc/loadavg: 2.06 2.02 1.96 3/175 28328
/proc/meminfo: memFree=1282584/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=90748 CPUtime=204.8 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 116205 0 0 0 20253 227 0 0 25 0 1 0 882644582 92925952 21431 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 22687 21431 727 1205 0 21478 0
Current children cumulated CPU time (s) 204.8
Current children cumulated vsize (KiB) 90748

[startup+211.201 s]
/proc/loadavg: 2.05 2.02 1.96 3/175 28328
/proc/meminfo: memFree=1279352/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=93828 CPUtime=211.2 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 122507 0 0 0 20887 233 0 0 25 0 1 0 882644582 96079872 22214 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 23457 22214 727 1205 0 22248 0
Current children cumulated CPU time (s) 211.2
Current children cumulated vsize (KiB) 93828

[startup+214.4 s]
/proc/loadavg: 2.05 2.02 1.96 3/175 28328
/proc/meminfo: memFree=1276624/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=95928 CPUtime=214.39 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 124029 0 0 0 21203 236 0 0 25 0 1 0 882644582 98230272 22589 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 23982 22589 727 1205 0 22773 0
Current children cumulated CPU time (s) 214.39
Current children cumulated vsize (KiB) 95928

[startup+216.001 s]
/proc/loadavg: 2.05 2.02 1.96 3/175 28328
/proc/meminfo: memFree=1276372/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=96412 CPUtime=215.99 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 125334 0 0 0 21362 237 0 0 25 0 1 0 882644582 98725888 22734 33554432000 4194304 9128323 140736941757216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 24103 22734 727 1205 0 22894 0
Current children cumulated CPU time (s) 215.99
Current children cumulated vsize (KiB) 96412

[startup+216.401 s]
/proc/loadavg: 2.05 2.02 1.96 3/175 28328
/proc/meminfo: memFree=1276372/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=96412 CPUtime=216.4 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 125353 0 0 0 21402 238 0 0 25 0 1 0 882644582 98725888 22753 33554432000 4194304 9128323 140736941757216 18446744073709551615 5984458 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 24103 22753 727 1205 0 22894 0
Current children cumulated CPU time (s) 216.4
Current children cumulated vsize (KiB) 96412

[startup+216.601 s]
/proc/loadavg: 2.05 2.02 1.96 3/175 28328
/proc/meminfo: memFree=1276372/32951124 swapFree=67062232/67111528
[pid=28283] ppid=28281 vsize=96412 CPUtime=216.6 cores=0,2,4,6
/proc/28283/stat : 28283 (scip-2.0.1.4.li) R 28281 28283 27059 0 -1 4202496 125357 0 0 0 21422 238 0 0 25 0 1 0 882644582 98725888 22757 33554432000 4194304 9128323 140736941757216 18446744073709551615 4751091 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28283/statm: 24103 22757 727 1205 0 22894 0
Current children cumulated CPU time (s) 216.6
Current children cumulated vsize (KiB) 96412

Child status: 0
Real time (s): 216.664
CPU time (s): 216.67
CPU user time (s): 214.28
CPU system time (s): 2.38964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99228

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

runsolver used 0.346947 second user time and 0.648901 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 20:11:27
IDJOB=3447935
IDBENCH=79391
IDSOLVER=1944
FILE ID=node147/3447935-1307902287
RUNJOBID= node147-1307898650-27345
PBS_JOBID= 13559562
Free space on /var/tmp= 2900 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-jnh207_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-3447935-1307902287/watcher-3447935-1307902287 -o /var/tmp/evaluation-result-3447935-1307902287/solver-3447935-1307902287 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447935-1307902287.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a376d7f23eea0592d561601b8922f58b
RANDOM SEED=1331907582

node147.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.836
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.67
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1346232 kB
Buffers:         54120 kB
Cached:       30492304 kB
SwapCached:       9880 kB
Active:       15814976 kB
Inactive:     14844092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1346232 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           12100 kB
Writeback:           0 kB
AnonPages:      111012 kB
Mapped:          13196 kB
Slab:           883052 kB
PageTables:       4420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272672 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= 2888 MiB
End job on node147 at 2011-06-12 20:15:04