Trace number 3447949

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 656.921 656.918

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh309_wcsp.wbo
MD5SUM9ccb130e1efb7ba02e23bcfacb5f0a47
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark0.242962
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-3447949-1307902449.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 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, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/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.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.4
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1800
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.05/0.06	c 
0.05/0.06	o 444854
0.05/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.05/0.06	c t 0.1s|     1 |     0 |     0 |     - |5215k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   153 |     - |6425k|   0 |  73 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   533 |     - |7993k|   0 |  84 |1900 |2700 |1900 | 935 |  35 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.28/0.37	c   0.4s|     1 |     0 |   748 |     - |  10M|   0 |  80 |1900 |2700 |1900 | 967 |  67 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   844 |     - |  11M|   0 |  85 |1900 |2700 |1900 | 993 |  93 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |   905 |     - |  13M|   0 |  89 |1900 |2700 |1900 |1005 | 105 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |   989 |     - |  15M|   0 |  92 |1900 |2700 |1900 |1018 | 118 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |  1025 |     - |  18M|   0 |  92 |1900 |2700 |1900 |1023 | 123 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.39/1.40	c   1.4s|     1 |     2 |  1025 |     - |  19M|   0 |  92 |1900 |2700 |1900 |1023 | 123 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
8.89/8.95	o 9289
8.89/8.95	c * 8.9s|   392 |   391 | 14563 |  34.6 |  21M|  51 |   - |1900 |2700 |1900 |1109 | 675 |   0 | 918 | 0.000000e+00 | 9.289000e+03 |    Inf 
62.89/62.95	c  63.0s| 10000 |  9997 |377167 |  37.6 |  34M|  53 |   4 |1900 |2721 |1900 |1017 |  26k|  21 |2199 | 0.000000e+00 | 9.289000e+03 |    Inf 
71.50/71.58	o 7264
71.50/71.58	c *71.6s| 11213 | 11173 |429147 |  38.2 |  35M|  53 |   - |1900 |2721 |1900 |1105 |  31k|  21 |2419 | 0.000000e+00 | 7.264000e+03 |    Inf 
118.18/118.20	o 3685
118.18/118.20	c * 118s| 17048 | 16013 |709402 |  41.6 |  41M|  53 |   - |1900 |2732 |1900 |1093 |  58k|  32 |3840 | 0.000000e+00 | 3.685000e+03 |    Inf 
141.69/141.72	c   142s| 20000 | 18343 |836996 |  41.8 |  44M|  58 |   5 |1900 |2956 |1900 |1023 |  73k| 259 |4536 | 0.000000e+00 | 3.685000e+03 |    Inf 
214.99/215.08	c   215s| 30000 | 25678 |  1237k|  41.2 |  54M|  58 |   6 |1900 |3422 |1900 |1020 | 119k|1083 |6172 | 0.000000e+00 | 3.685000e+03 |    Inf 
287.69/287.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.69/287.74	c   288s| 40000 | 33105 |  1629k|  40.7 |  63M|  62 |   6 |1900 |3302 |1900 | 984 | 165k|2101 |7570 | 0.000000e+00 | 3.685000e+03 |    Inf 
332.29/332.36	o 3533
332.29/332.36	c * 332s| 46322 | 37216 |  1878k|  40.5 |  69M|  62 |   - |1900 |3103 |1900 |1071 | 192k|2880 |8509 | 0.000000e+00 | 3.533000e+03 |    Inf 
359.70/359.74	c   360s| 50000 | 39559 |  2027k|  40.5 |  72M|  62 |   6 |1900 |3057 |1900 | 984 | 209k|3390 |8984 | 0.000000e+00 | 3.533000e+03 |    Inf 
398.90/398.96	o 3450
398.90/398.96	c * 399s| 55307 | 42962 |  2243k|  40.5 |  76M|  62 |   - |1900 |2963 |1900 |1038 | 233k|4028 |9897 | 0.000000e+00 | 3.450000e+03 |    Inf 
399.09/399.17	o 3085
399.09/399.17	c * 399s| 55332 | 42130 |  2244k|  40.5 |  75M|  62 |   - |1900 |2962 |1900 |1045 | 233k|4029 |9901 | 0.000000e+00 | 3.085000e+03 |    Inf 
427.90/427.99	c   428s| 60000 | 45266 |  2411k|  40.2 |  79M|  62 |   - |1900 |3020 |1900 |1020 | 250k|4677 |  10k| 0.000000e+00 | 3.085000e+03 |    Inf 
428.40/428.48	o 2575
428.40/428.48	c * 428s| 60089 | 42315 |  2415k|  40.2 |  74M|  62 |   - |1900 |3013 |1900 |1056 | 250k|4683 |  10k| 0.000000e+00 | 2.575000e+03 |    Inf 
430.00/430.05	o 2500
430.00/430.05	c * 430s| 60349 | 41592 |  2424k|  40.2 |  73M|  62 |   - |1900 |3004 |1900 |1066 | 251k|4743 |  10k| 0.000000e+00 | 2.500000e+03 |    Inf 
430.29/430.32	o 2215
430.29/430.32	c * 430s| 60375 | 37675 |  2426k|  40.2 |  69M|  62 |   - |1900 |3003 |1900 |1075 | 251k|4744 |  10k| 0.000000e+00 | 2.215000e+03 |    Inf 
430.40/430.49	o 1487
430.40/430.49	c * 430s| 60398 | 25881 |  2427k|  40.2 |  56M|  62 |   - |1900 |2997 |1900 |1068 | 251k|4744 |  10k| 0.000000e+00 | 1.487000e+03 |    Inf 
439.39/439.42	o 1435
439.39/439.42	c * 439s| 61953 | 25473 |  2476k|  40.0 |  56M|  62 |   - |1900 |3203 |1900 |1048 | 256k|5342 |  10k| 0.000000e+00 | 1.435000e+03 |    Inf 
439.39/439.49	o 1302
439.39/439.49	c * 439s| 61962 | 23381 |  2477k|  40.0 |  54M|  62 |   - |1900 |3207 |1900 |1049 | 256k|5347 |  10k| 0.000000e+00 | 1.302000e+03 |    Inf 
464.49/464.56	o 1269
464.49/464.56	c * 465s| 66052 | 24006 |  2622k|  39.7 |  57M|  62 |   - |1900 |3260 |1900 |1042 | 268k|7018 |  10k| 0.000000e+00 | 1.269000e+03 |    Inf 
470.39/470.43	o 1223
470.39/470.43	c * 470s| 67009 | 23432 |  2655k|  39.6 |  57M|  62 |   - |1900 |3195 |1900 |1031 | 271k|7489 |  10k| 0.000000e+00 | 1.223000e+03 |    Inf 
489.09/489.14	c   489s| 70000 | 23938 |  2760k|  39.4 |  60M|  62 |   3 |1900 |3342 |1900 |1022 | 280k|9029 |  10k| 0.000000e+00 | 1.223000e+03 |    Inf 
496.89/496.95	o 900
496.89/496.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.89/496.95	c * 497s| 71317 | 18093 |  2805k|  39.3 |  54M|  62 |   - |1900 |3317 |1900 |1032 | 283k|9786 |  10k| 0.000000e+00 | 9.000000e+02 |    Inf 
511.79/511.85	o 892
511.79/511.85	c * 512s| 73894 | 16305 |  2889k|  39.1 |  61M|  62 |   - |1900 |3243 |1900 |1026 | 288k|  12k|  11k| 0.000000e+00 | 8.920000e+02 |    Inf 
517.70/517.78	o 804
517.70/517.78	c * 518s| 74846 | 13505 |  2923k|  39.0 |  58M|  62 |   - |1900 |3124 |1900 |1030 | 290k|  12k|  11k| 0.000000e+00 | 8.040000e+02 |    Inf 
528.29/528.39	o 759
528.29/528.39	c * 528s| 76595 | 11488 |  2979k|  38.9 |  57M|  62 |   - |1900 |3226 |1900 |1018 | 293k|  14k|  11k| 0.000000e+00 | 7.590000e+02 |    Inf 
543.59/543.61	o 742
543.59/543.61	c * 544s| 79387 |  9075 |  3064k|  38.6 |  56M|  62 |   - |1900 |3566 |1900 |1011 | 297k|  17k|  11k| 0.000000e+00 | 7.420000e+02 |    Inf 
543.59/543.64	o 644
543.59/543.64	c * 544s| 79389 |  7305 |  3064k|  38.6 |  52M|  62 |   - |1900 |3497 |1900 |1014 | 297k|  17k|  11k| 0.000000e+00 | 6.440000e+02 |    Inf 
547.00/547.07	c   547s| 80000 |  6565 |  3083k|  38.5 |  51M|  62 |   - |1900 |3008 |1900 | 985 | 298k|  18k|  11k| 0.000000e+00 | 6.440000e+02 |    Inf 
600.70/600.72	c   601s| 90000 |  4846 |  3379k|  37.5 |  49M|  62 |   - |1900 |4482 |1900 |1019 | 314k|  29k|  11k| 0.000000e+00 | 6.440000e+02 |    Inf 
601.89/601.93	o 635
601.89/601.93	c * 602s| 90262 |  4675 |  3386k|  37.5 |  48M|  62 |   - |1900 |4345 |1900 | 985 | 314k|  30k|  11k| 0.000000e+00 | 6.350000e+02 |    Inf 
624.19/624.20	o 585
624.19/624.20	c * 624s| 94749 |  4076 |  3520k|  37.1 |  48M|  62 |   - |1900 |4558 |1900 |1008 | 320k|  34k|  12k| 0.000000e+00 | 5.850000e+02 |    Inf 
631.19/631.22	o 457
631.19/631.22	c * 631s| 96131 |  3425 |  3562k|  37.1 |  45M|  62 |   - |1900 |3740 |1900 |1020 | 321k|  36k|  12k| 0.000000e+00 | 4.570000e+02 |    Inf 
642.30/642.35	o 402
642.30/642.35	c * 642s| 98568 |  2485 |  3629k|  36.8 |  41M|  62 |   - |1900 |3400 |1900 |1012 | 324k|  39k|  12k| 0.000000e+00 | 4.020000e+02 |    Inf 
648.19/648.26	o 276
648.19/648.26	c * 648s| 99730 |  1392 |  3674k|  36.8 |  34M|  62 |   - |1900 |2957 |1900 |1004 | 325k|  40k|  12k| 0.000000e+00 | 2.760000e+02 |    Inf 
650.19/650.24	c   650s|100000 |   429 |  3690k|  36.9 |  28M|  62 |   - |1900 |1903 |   0 |   0 | 325k|  41k|  12k| 0.000000e+00 | 2.760000e+02 |    Inf 
656.80/656.89	c 
656.80/656.89	c SCIP Status        : problem is solved [optimal solution found]
656.80/656.89	c Solving Time (sec) : 656.89
656.80/656.89	c Solving Nodes      : 101433
656.80/656.89	c Primal Bound       : +2.76000000000000e+02 (427 solutions)
656.80/656.89	c Dual Bound         : +2.76000000000000e+02
656.80/656.89	c Gap                : 0.00 %
656.80/656.89	s OPTIMUM FOUND
656.80/656.89	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 
656.80/656.89	v x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
656.80/656.89	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 x134 -x133 -x132 
656.80/656.89	v x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
656.80/656.89	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 
656.80/656.89	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 
656.80/656.89	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 
656.80/656.89	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 
656.80/656.89	c SCIP Status        : problem is solved [optimal solution found]
656.80/656.89	c Total Time         :     656.89
656.80/656.89	c   solving          :     656.89
656.80/656.89	c   presolving       :       0.05 (included in solving)
656.80/656.89	c   reading          :       0.01 (included in solving)
656.80/656.89	c Original Problem   :
656.80/656.89	c   Problem name     : HOME/instance-3447949-1307902449.wbo
656.80/656.89	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
656.80/656.89	c   Constraints      : 1001 initial, 1001 maximal
656.80/656.89	c Presolved Problem  :
656.80/656.89	c   Problem name     : t_HOME/instance-3447949-1307902449.wbo
656.80/656.89	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
656.80/656.89	c   Constraints      : 1800 initial, 4726 maximal
656.80/656.89	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
656.80/656.89	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
656.80/656.89	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
656.80/656.89	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
656.80/656.89	c   root node        :          -       1319          -          -       1319          -          -          -          -          -
656.80/656.89	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
656.80/656.89	c   integral         :          0          0          0     403695          0       6503          0         74        309          0          0     156108
656.80/656.89	c   varbound         :          0+         6     332202     325365          0          0      26089         23    1566935     325455          0          0
656.80/656.89	c   linear           :        900          6     332380         25          0       6500     211532       9032     394665          0          0          0
656.80/656.89	c   indicator        :        900          0     323348     325365          0       6485      39829          0      57571          0          0          0
656.80/656.89	c   logicor          :          0+         0     161134          0          0          0      96200       3373     104921          0          0          0
656.80/656.89	c   countsols        :          0          0          0         25          0        404          0          0          0          0          0          0
656.80/656.89	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
656.80/656.89	c   integral         :      26.39       0.00       0.00      26.37       0.00       0.01       0.00
656.80/656.89	c   varbound         :       9.65       0.00       4.67       4.98       0.00       0.00       0.01
656.80/656.89	c   linear           :       5.54       0.00       4.99       0.00       0.00       0.43       0.12
656.80/656.89	c   indicator        :      26.21       0.00       4.76      18.01       0.00       3.43       0.01
656.80/656.89	c   logicor          :       2.36       0.00       2.29       0.00       0.00       0.00       0.07
656.80/656.89	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
656.80/656.89	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
656.80/656.89	c   vbounds          :     128953      48163         19    4580912
656.80/656.89	c   rootredcost      :         25          0          0        654
656.80/656.89	c   pseudoobj        :     342381      32368      10177    1566055
656.80/656.89	c Propagator Timings :  TotalTime  Propagate    Resprop
656.80/656.89	c   vbounds          :      14.10      14.08       0.01
656.80/656.89	c   rootredcost      :       0.07       0.07       0.00
656.80/656.89	c   pseudoobj        :       7.05       6.76       0.29
656.80/656.89	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
656.80/656.89	c   propagation      :       0.78      22624      22071      70269       20.5       1119       10.9          -
656.80/656.89	c   infeasible LP    :       0.00          5          5         22       18.1          0        0.0          0
656.80/656.89	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
656.80/656.89	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
656.80/656.89	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
656.80/656.89	c   applied globally :          -          -          -      42801       17.2          -          -          -
656.80/656.89	c   applied locally  :          -          -          -          0        0.0          -          -          -
656.80/656.89	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
656.80/656.89	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2613)
656.80/656.89	c   redcost          :      12.07     204083          0    4551708          0          0
656.80/656.89	c   impliedbounds    :       0.00          6          0          0          0          0
656.80/656.89	c   intobj           :       0.00          0          0          0          0          0
656.80/656.89	c   gomory           :       0.34          6          0          0       1295          0
656.80/656.89	c   cgmip            :       0.00          0          0          0          0          0
656.80/656.89	c   closecuts        :       0.00          0          0          0          0          0
656.80/656.89	c   strongcg         :       0.30          6          0          0       2663          0
656.80/656.89	c   cmir             :       0.07          6          0          0          0          0
656.80/656.89	c   flowcover        :       0.04          6          0          0          0          0
656.80/656.89	c   clique           :       0.00          1          0          0          0          0
656.80/656.89	c   zerohalf         :       0.00          0          0          0          0          0
656.80/656.89	c   mcf              :       0.00          1          0          0          0          0
656.80/656.89	c   oddcycle         :       0.00          0          0          0          0          0
656.80/656.89	c   rapidlearning    :       0.06          1          0          0          0          0
656.80/656.89	c Pricers            :       Time      Calls       Vars
656.80/656.89	c   problem variables:       0.00          0          0
656.80/656.89	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
656.80/656.89	c   relpscost        :      26.24      78330         74        309          0          0     156108
656.80/656.89	c   pscost           :       0.00          0          0          0          0          0          0
656.80/656.89	c   inference        :       0.00          0          0          0          0          0          0
656.80/656.89	c   mostinf          :       0.00          0          0          0          0          0          0
656.80/656.89	c   leastinf         :       0.00          0          0          0          0          0          0
656.80/656.89	c   fullstrong       :       0.00          0          0          0          0          0          0
656.80/656.89	c   allfullstrong    :       0.00          0          0          0          0          0          0
656.80/656.89	c   random           :       0.00          0          0          0          0          0          0
656.80/656.89	c Primal Heuristics  :       Time      Calls      Found
656.80/656.89	c   LP solutions     :       0.07          -         25
656.80/656.89	c   pseudo solutions :       0.00          -          0
656.80/656.89	c   feaspump         :       0.00          0          0
656.80/656.89	c   oneopt           :       0.20         26          0
656.80/656.89	c   rootsoldiving    :       3.03        229          0
656.80/656.89	c   objpscostdiving  :       3.46        257          0
656.80/656.89	c   veclendiving     :       4.12        743          0
656.80/656.89	c   linesearchdiving :       4.61        743          0
656.80/656.89	c   guideddiving     :       4.23        743          0
656.80/656.89	c   pscostdiving     :       4.38        743          0
656.80/656.89	c   fracdiving       :       4.60        743          0
656.80/656.89	c   coefdiving       :       4.41        744          0
656.80/656.89	c   trivial          :       0.00          2          1
656.80/656.89	c   shiftandpropagate:       0.00          0          0
656.80/656.89	c   simplerounding   :       0.24      86230          0
656.80/656.89	c   zirounding       :       0.07       1000          0
656.80/656.89	c   rounding         :       0.32       4079          0
656.80/656.89	c   shifting         :       1.00       1236          0
656.80/656.89	c   intshifting      :       0.00          0          0
656.80/656.89	c   twoopt           :       0.00          0          0
656.80/656.89	c   fixandinfer      :       0.00          0          0
656.80/656.89	c   clique           :       0.00          0          0
656.80/656.89	c   intdiving        :       0.00          0          0
656.80/656.89	c   actconsdiving    :       0.00          0          0
656.80/656.89	c   octane           :       0.00          0          0
656.80/656.89	c   rens             :       0.02          1          0
656.80/656.89	c   rins             :       0.00          0          0
656.80/656.89	c   localbranching   :       0.00          0          0
656.80/656.89	c   mutation         :       0.00          0          0
656.80/656.89	c   crossover        :       1.14         43          0
656.80/656.89	c   dins             :       0.00          0          0
656.80/656.89	c   vbounds          :       0.00          0          0
656.80/656.89	c   undercover       :       0.00          0          0
656.80/656.89	c   subnlp           :       0.01          0          0
656.80/656.89	c   trysol           :       0.36       6076        401
656.80/656.89	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
656.80/656.89	c   primal LP        :       2.01          0          0       0.00       0.00
656.80/656.89	c   dual LP          :     414.62     425939    3525584       8.28    8503.18
656.80/656.89	c   lex dual LP      :       0.00          0          0       0.00          -
656.80/656.89	c   barrier LP       :       0.00          0          0       0.00          -
656.80/656.89	c   diving/probing LP:      23.03      20215     219049      10.84    9513.51
656.80/656.89	c   strong branching :      25.16      12228     220906      18.07    8780.59
656.80/656.89	c     (at root node) :          -         33       3826     115.94          -
656.80/656.89	c   conflict analysis:       0.00          0          0       0.00          -
656.80/656.89	c B&B Tree           :
656.80/656.89	c   number of runs   :          1
656.80/656.89	c   nodes            :     101433
656.80/656.89	c   nodes (total)    :     101433
656.80/656.89	c   nodes left       :          0
656.80/656.89	c   max depth        :         62
656.80/656.89	c   max depth (total):         62
656.80/656.89	c   backtracks       :      18680 (18.4%)
656.80/656.89	c   delayed cutoffs  :      16121
656.80/656.89	c   repropagations   :      38563 (769748 domain reductions, 2823 cutoffs)
656.80/656.89	c   avg switch length:       5.49
656.80/656.89	c   switching time   :      14.86
656.80/656.89	c Solution           :
656.80/656.89	c   Solutions found  :        427 (26 improvements)
656.80/656.89	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
656.80/656.89	c   Primal Bound     : +2.76000000000000e+02   (in run 1, after 99730 nodes, 648.26 seconds, depth 22, found by <relaxation>)
656.80/656.89	c   Dual Bound       : +2.76000000000000e+02
656.80/656.89	c   Gap              :       0.00 %
656.80/656.89	c   Root Dual Bound  : +0.00000000000000e+00
656.80/656.89	c   Root Iterations  :       1025
656.89/656.91	c Time complete: 656.91.

Verifier Data

OK	276

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9539
/proc/meminfo: memFree=2689952/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=10116 CPUtime=0 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 1516 0 0 0 0 0 0 0 25 0 1 0 901842637 10358784 1470 33554432000 4194304 9128323 140735899840272 18446744073709551615 4821219 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9539/statm: 2529 1471 399 1205 0 1320 0

[startup+0.063877 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9539
/proc/meminfo: memFree=2689952/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=23544 CPUtime=0.05 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 4910 0 0 0 5 0 0 0 18 0 1 0 901842637 24109056 4606 33554432000 4194304 9128323 140735899840272 18446744073709551615 7980885 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 5886 4634 549 1205 0 4677 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23544

[startup+0.100871 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9539
/proc/meminfo: memFree=2689952/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=27944 CPUtime=0.09 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 6240 0 0 0 9 0 0 0 18 0 1 0 901842637 28614656 5898 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 6986 5898 655 1205 0 5777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27944

[startup+0.300833 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9539
/proc/meminfo: memFree=2689952/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=46408 CPUtime=0.28 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 11906 0 0 0 27 1 0 0 18 0 1 0 901842637 47521792 10536 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 11602 10536 712 1205 0 10393 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46408

[startup+0.700765 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 9539
/proc/meminfo: memFree=2689952/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=46492 CPUtime=0.69 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 12010 0 0 0 67 2 0 0 18 0 1 0 901842637 47607808 10640 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 11623 10640 712 1205 0 10414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46492

[startup+1.50061 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9540
/proc/meminfo: memFree=2646940/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=50544 CPUtime=1.49 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 16360 0 0 0 144 5 0 0 19 0 1 0 901842637 51757056 11599 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 12636 11599 719 1205 0 11427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50544

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9540
/proc/meminfo: memFree=2645596/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=50544 CPUtime=3.09 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 16382 0 0 0 296 13 0 0 25 0 1 0 901842637 51757056 11621 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 12636 11621 719 1205 0 11427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50544

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9540
/proc/meminfo: memFree=2644728/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=50544 CPUtime=6.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 16382 0 0 0 600 29 0 0 25 0 1 0 901842637 51757056 11621 33554432000 4194304 9128323 140735899840272 18446744073709551615 7267340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/9539/statm: 12636 11621 719 1205 0 11427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50544

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9541
/proc/meminfo: memFree=2640244/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=54704 CPUtime=12.69 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 22199 0 0 0 1216 53 0 0 25 0 1 0 901842637 56016896 12645 33554432000 4194304 9128323 140735899840272 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 13676 12645 721 1205 0 12467 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54704

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9541
/proc/meminfo: memFree=2635036/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=59284 CPUtime=25.48 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 33793 0 0 0 2442 106 0 0 25 0 1 0 901842637 60706816 13762 33554432000 4194304 9128323 140735899840272 18446744073709551615 7343074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 14821 13762 721 1205 0 13612 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59284

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9542
/proc/meminfo: memFree=2628188/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=64512 CPUtime=51.08 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 38591 0 0 0 4905 203 0 0 25 0 1 0 901842637 66060288 15111 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 16128 15111 727 1205 0 14919 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64512

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9543
/proc/meminfo: memFree=2607984/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=73024 CPUtime=102.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 54521 0 0 0 9837 392 0 0 25 0 1 0 901842637 74776576 17273 33554432000 4194304 9128323 140735899840272 18446744073709551615 7346414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 18256 17273 727 1205 0 17047 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 73024

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 9545
/proc/meminfo: memFree=2592324/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=81416 CPUtime=162.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 68232 0 0 0 15635 594 0 0 25 0 1 0 901842637 83369984 19398 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 20354 19398 727 1205 0 19145 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 81416

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 9546
/proc/meminfo: memFree=2566724/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=88792 CPUtime=222.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 77152 0 0 0 21442 787 0 0 25 0 1 0 901842637 90923008 21264 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 22198 21264 727 1205 0 20989 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 88792

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9548
/proc/meminfo: memFree=2547452/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=96780 CPUtime=282.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 79155 0 0 0 27236 993 0 0 25 0 1 0 901842637 99102720 23267 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 24195 23267 727 1205 0 22986 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 96780

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9549
/proc/meminfo: memFree=2511296/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=106536 CPUtime=342.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 92143 0 0 0 33038 1191 0 0 25 0 1 0 901842637 109092864 25772 33554432000 4194304 9128323 140735899840272 18446744073709551615 7205152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 26634 25772 727 1205 0 25425 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 106536

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9551
/proc/meminfo: memFree=2473436/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=113624 CPUtime=402.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 105646 0 0 0 38844 1385 0 0 25 0 1 0 901842637 116350976 27535 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 28406 27535 727 1205 0 27197 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 113624

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9553
/proc/meminfo: memFree=2451320/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=119496 CPUtime=462.3 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 138965 0 0 0 44650 1580 0 0 25 0 1 0 901842637 122363904 29028 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 29874 29028 729 1205 0 28665 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 119496

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9554
/proc/meminfo: memFree=2405636/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=140984 CPUtime=522.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 173440 0 0 0 50462 1767 0 0 25 0 1 0 901842637 144367616 34382 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9539/statm: 35246 34382 729 1205 0 34037 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 140984

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9556
/proc/meminfo: memFree=2371600/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=151852 CPUtime=582.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 195083 0 0 0 56279 1950 0 0 25 0 1 0 901842637 155496448 37115 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 37963 37115 734 1205 0 36754 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 151852

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9557
/proc/meminfo: memFree=2359764/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156028 CPUtime=642.3 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 216906 0 0 0 62100 2130 0 0 25 0 1 0 901842637 159772672 38160 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 39007 38160 734 1205 0 37798 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 156028

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

[startup+646.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9558
/proc/meminfo: memFree=2357780/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156348 CPUtime=646.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 218156 0 0 0 62486 2143 0 0 25 0 1 0 901842637 160100352 38230 33554432000 4194304 9128323 140735899840272 18446744073709551615 4771458 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 39087 38230 734 1205 0 37878 0
Current children cumulated CPU time (s) 646.29
Current children cumulated vsize (KiB) 156348

[startup+652.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9558
/proc/meminfo: memFree=2357628/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156520 CPUtime=652.7 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 218180 0 0 0 63104 2166 0 0 25 0 1 0 901842637 160276480 38254 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 39130 38254 734 1205 0 37921 0
Current children cumulated CPU time (s) 652.7
Current children cumulated vsize (KiB) 156520

[startup+654.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9558
/proc/meminfo: memFree=2358372/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156520 CPUtime=654.29 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 218180 0 0 0 63256 2173 0 0 25 0 1 0 901842637 160276480 38254 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 39130 38254 734 1205 0 37921 0
Current children cumulated CPU time (s) 654.29
Current children cumulated vsize (KiB) 156520

[startup+655.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9558
/proc/meminfo: memFree=2358000/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156520 CPUtime=655.89 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 218180 0 0 0 63411 2178 0 0 25 0 1 0 901842637 160276480 38254 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 39130 38254 734 1205 0 37921 0
Current children cumulated CPU time (s) 655.89
Current children cumulated vsize (KiB) 156520

[startup+656.706 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9558
/proc/meminfo: memFree=2356756/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156520 CPUtime=656.7 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 218180 0 0 0 63489 2181 0 0 25 0 1 0 901842637 160276480 38254 33554432000 4194304 9128323 140735899840272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9539/statm: 39130 38254 734 1205 0 37921 0
Current children cumulated CPU time (s) 656.7
Current children cumulated vsize (KiB) 156520

[startup+656.901 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9558
/proc/meminfo: memFree=2356756/32951124 swapFree=67076880/67111528
[pid=9539] ppid=9537 vsize=156520 CPUtime=656.89 cores=1,3,5,7
/proc/9539/stat : 9539 (scip-2.0.1.4.li) R 9537 9539 8865 0 -1 4202496 218182 0 0 0 63507 2182 0 0 18 0 1 0 901842637 160276480 38256 33554432000 4194304 9128323 140735899840272 18446744073709551615 4336752 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9539/statm: 39130 38256 736 1205 0 37921 0
Current children cumulated CPU time (s) 656.89
Current children cumulated vsize (KiB) 156520

Child status: 0
Real time (s): 656.918
CPU time (s): 656.921
CPU user time (s): 635.088
CPU system time (s): 21.8327
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 169404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 635.088
system time used= 21.8327
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 4653

runsolver used 0.894863 second user time and 2.18167 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 20:14:09
IDJOB=3447949
IDBENCH=79405
IDSOLVER=1944
FILE ID=node139/3447949-1307902449
RUNJOBID= node139-1307898232-9192
PBS_JOBID= 13559516
Free space on /tmp= 2680 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-jnh309_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 /tmp/evaluation-result-3447949-1307902449/watcher-3447949-1307902449 -o /tmp/evaluation-result-3447949-1307902449/solver-3447949-1307902449 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447949-1307902449.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 9ccb130e1efb7ba02e23bcfacb5f0a47
RANDOM SEED=482996534

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2690132 kB
Buffers:         56264 kB
Cached:       29049156 kB
SwapCached:       3400 kB
Active:       14595328 kB
Inactive:     14746892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2690132 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           12088 kB
Writeback:           0 kB
AnonPages:      234812 kB
Mapped:          17184 kB
Slab:           853760 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   414236 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 /tmp at the end= 2668 MiB
End job on node139 at 2011-06-12 20:25:06