Trace number 3447963

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 597.215 597.206

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh13_wcsp.wbo
MD5SUM3100ea9ba7746ae86daacced189e255b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark0.026995
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-3447963-1307902600.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 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, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/950 (10.6%) - 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, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c     850 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.04
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.00/0.06	c 
0.00/0.06	o 420925
0.00/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.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4957k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   129 |     - |6097k|   0 |  74 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   541 |     - |8751k|   0 |  66 |1800 |2550 |1800 | 877 |  27 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   605 |     - |8897k|   0 |  84 |1800 |2550 |1800 | 906 |  56 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   666 |     - |  11M|   0 |  79 |1800 |2550 |1800 | 919 |  69 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |   981 |     - |  11M|   0 |  67 |1800 |2550 |1800 | 932 |  82 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  1094 |     - |  11M|   0 |  86 |1800 |2550 |1800 | 962 | 112 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  1140 |     - |  13M|   0 |  83 |1800 |2550 |1800 | 968 | 118 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.39/1.40	c   1.4s|     1 |     2 |  1140 |     - |  13M|   0 |  83 |1800 |2550 |1800 | 968 | 118 |   0 |  21 | 0.000000e+00 | 4.209250e+05 |    Inf 
10.09/10.14	o 8697
10.09/10.14	c *10.1s|   544 |   539 | 21914 |  38.3 |  16M|  51 |   - |1800 |2550 |1800 |1050 | 997 |   0 |1255 | 0.000000e+00 | 8.697000e+03 |    Inf 
32.69/32.70	o 4071
32.69/32.70	c *32.7s|  4526 |  4289 |188198 |  41.3 |  21M|  51 |   - |1800 |2550 |1800 |1011 |  11k|   0 |2000 | 0.000000e+00 | 4.071000e+03 |    Inf 
34.00/34.04	o 3969
34.00/34.04	c *34.0s|  4704 |  4453 |198586 |  42.0 |  22M|  51 |   - |1800 |2550 |1800 |1025 |  12k|   0 |2041 | 0.000000e+00 | 3.969000e+03 |    Inf 
37.48/37.59	o 3789
37.48/37.59	c *37.6s|  5199 |  4873 |223739 |  42.8 |  22M|  51 |   - |1800 |2557 |1800 |1000 |  14k|   7 |2113 | 0.000000e+00 | 3.789000e+03 |    Inf 
37.58/37.60	o 3616
37.58/37.60	c *37.6s|  5200 |  4837 |223781 |  42.8 |  22M|  51 |   - |1800 |2557 |1800 |1000 |  14k|   7 |2113 | 0.000000e+00 | 3.616000e+03 |    Inf 
37.68/37.73	o 3340
37.68/37.73	c *37.7s|  5212 |  4760 |224742 |  42.9 |  22M|  51 |   - |1800 |2557 |1800 | 987 |  14k|   7 |2114 | 0.000000e+00 | 3.340000e+03 |    Inf 
40.48/40.58	o 2713
40.48/40.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.48/40.58	c *40.6s|  5611 |  4681 |246017 |  43.7 |  22M|  51 |   - |1800 |2590 |1800 |1011 |  15k|  40 |2157 | 0.000000e+00 | 2.713000e+03 |    Inf 
65.29/65.31	o 2637
65.29/65.31	c *65.3s|  9771 |  7983 |434300 |  44.3 |  27M|  51 |   - |1800 |2990 |1800 | 984 |  26k| 446 |2361 | 0.000000e+00 | 2.637000e+03 |    Inf 
65.29/65.36	o 2101
65.29/65.36	c *65.4s|  9776 |  7095 |434480 |  44.3 |  26M|  51 |   - |1800 |2993 |1800 | 999 |  26k| 449 |2364 | 0.000000e+00 | 2.101000e+03 |    Inf 
66.29/66.36	c  66.4s| 10000 |  7267 |442593 |  44.1 |  26M|  51 |  65 |1800 |3018 |1800 | 958 |  26k| 476 |2367 | 0.000000e+00 | 2.101000e+03 |    Inf 
84.79/84.80	o 1848
84.79/84.80	c *84.8s| 13107 |  8685 |575599 |  43.8 |  28M|  52 |   - |1800 |3373 |1800 | 985 |  34k|1035 |2718 | 0.000000e+00 | 1.848000e+03 |    Inf 
89.49/89.53	o 1771
89.49/89.53	c *89.5s| 13859 |  8827 |608011 |  43.8 |  28M|  52 |   - |1800 |3365 |1800 | 987 |  36k|1231 |2820 | 0.000000e+00 | 1.771000e+03 |    Inf 
126.89/126.99	c   127s| 20000 | 11436 |860789 |  43.0 |  33M|  52 |  12 |1800 |2953 |1800 | 972 |  52k|2852 |3501 | 0.000000e+00 | 1.771000e+03 |    Inf 
142.70/142.76	o 1733
142.70/142.76	c * 143s| 22622 | 12406 |964077 |  42.6 |  35M|  52 |   - |1800 |2935 |1800 | 988 |  59k|3625 |3749 | 0.000000e+00 | 1.733000e+03 |    Inf 
145.29/145.33	o 1693
145.29/145.33	c * 145s| 23032 | 12502 |981531 |  42.6 |  35M|  52 |   - |1800 |2942 |1800 | 985 |  61k|3728 |3800 | 0.000000e+00 | 1.693000e+03 |    Inf 
146.20/146.25	o 1532
146.20/146.25	c * 146s| 23189 | 12070 |987949 |  42.6 |  35M|  52 |   - |1800 |2930 |1800 | 969 |  61k|3774 |3802 | 0.000000e+00 | 1.532000e+03 |    Inf 
182.99/183.01	o 1471
182.99/183.01	c * 183s| 29230 | 13763 |  1229k|  42.0 |  39M|  52 |   - |1800 |2933 |1800 | 995 |  76k|5943 |4403 | 0.000000e+00 | 1.471000e+03 |    Inf 
182.99/183.03	o 1181
182.99/183.03	c * 183s| 29233 | 12783 |  1229k|  42.0 |  37M|  52 |   - |1800 |2932 |1800 | 995 |  76k|5943 |4403 | 0.000000e+00 | 1.181000e+03 |    Inf 
187.19/187.24	c   187s| 30000 | 12905 |  1255k|  41.8 |  38M|  52 |   7 |1800 |2972 |1800 | 968 |  78k|6325 |4447 | 0.000000e+00 | 1.181000e+03 |    Inf 
210.00/210.04	o 1116
210.00/210.04	c * 210s| 34046 | 13242 |  1407k|  41.3 |  41M|  52 |   - |1800 |3050 |1800 | 984 |  85k|8370 |4679 | 0.000000e+00 | 1.116000e+03 |    Inf 
241.80/241.88	c   242s| 40000 | 13863 |  1612k|  40.3 |  46M|  52 |   - |1800 |3200 |1800 | 962 |  95k|  11k|5015 | 0.000000e+00 | 1.116000e+03 |    Inf 
292.00/292.04	o 1003
292.00/292.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.00/292.04	c * 292s| 49711 | 14129 |  1929k|  38.8 |  51M|  54 |   - |1800 |3310 |1800 | 990 | 111k|  17k|5481 | 0.000000e+00 | 1.003000e+03 |    Inf 
293.70/293.71	c   294s| 50000 | 14195 |  1941k|  38.8 |  51M|  54 |   - |1800 |3281 |   0 |   0 | 111k|  17k|5497 | 0.000000e+00 | 1.003000e+03 |    Inf 
348.49/348.50	c   349s| 60000 | 14905 |  2332k|  38.9 |  59M|  54 |   4 |1800 |3531 |1800 | 968 | 122k|  24k|6070 | 0.000000e+00 | 1.003000e+03 |    Inf 
366.30/366.30	o 856
366.30/366.30	c * 366s| 63734 | 14047 |  2447k|  38.4 |  59M|  54 |   - |1800 |3708 |1800 | 980 | 127k|  27k|6211 | 0.000000e+00 | 8.560000e+02 |    Inf 
402.20/402.23	c   402s| 70000 | 13786 |  2710k|  38.7 |  64M|  54 |  22 |1800 |3373 |1800 | 958 | 132k|  32k|6567 | 0.000000e+00 | 8.560000e+02 |    Inf 
457.00/457.02	c   457s| 80000 | 13786 |  3084k|  38.5 |  69M|  54 |   - |1800 |3892 |1800 | 970 | 143k|  40k|7035 | 0.000000e+00 | 8.560000e+02 |    Inf 
510.60/510.67	c   511s| 90000 | 13732 |  3454k|  38.4 |  73M|  54 |   - |1800 |3668 |1800 | 961 | 153k|  49k|7544 | 0.000000e+00 | 8.560000e+02 |    Inf 
564.01/564.00	c   564s|100000 | 13665 |  3825k|  38.2 |  76M|  54 |   5 |1800 |3998 |1800 | 959 | 163k|  57k|7949 | 0.000000e+00 | 8.560000e+02 |    Inf 
594.70/594.71	o 844
594.70/594.71	c * 595s|105715 | 13786 |  4045k|  38.3 |  78M|  54 |   - |1800 |3853 |1800 | 958 | 167k|  62k|8182 | 0.000000e+00 | 8.440000e+02 |    Inf 
595.81/595.87	o 807
595.81/595.87	c * 596s|105910 | 13544 |  4053k|  38.3 |  78M|  54 |   - |1800 |3750 |1800 | 970 | 168k|  63k|8188 | 0.000000e+00 | 8.070000e+02 |    Inf 
596.01/596.08	o 710
596.01/596.08	c * 596s|105944 | 12546 |  4054k|  38.3 |  76M|  54 |   - |1800 |3683 |1800 | 981 | 168k|  63k|8193 | 0.000000e+00 | 7.100000e+02 |    Inf 
596.21/596.26	o 334
596.21/596.26	c * 596s|105967 |  7104 |  4055k|  38.3 |  60M|  54 |   - |1800 |3495 |1800 | 975 | 168k|  63k|8195 | 0.000000e+00 | 3.340000e+02 |    Inf 
596.21/596.26	o 324
596.21/596.26	c * 596s|105968 |  6874 |  4055k|  38.3 |  59M|  54 |   - |1800 |3494 |1800 | 971 | 168k|  63k|8195 | 0.000000e+00 | 3.240000e+02 |    Inf 
596.21/596.29	o 193
596.21/596.29	c * 596s|105969 |  4807 |  4055k|  38.3 |  45M|  54 |   - |1800 |2593 |1800 | 959 | 168k|  63k|8195 | 0.000000e+00 | 1.930000e+02 |    Inf 
596.90/596.99	o 127
596.90/596.99	c * 597s|106083 |   457 |  4060k|  38.3 |  21M|  54 |   - |1800 |1748 |1800 | 958 | 168k|  63k|8197 | 0.000000e+00 | 1.270000e+02 |    Inf 
597.00/597.00	o 109
597.00/597.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.00/597.00	c * 597s|106084 |   440 |  4060k|  38.3 |  21M|  54 |   - |1800 |1748 |1800 | 958 | 168k|  63k|8197 | 0.000000e+00 | 1.090000e+02 |    Inf 
597.10/597.18	c 
597.10/597.18	c SCIP Status        : problem is solved [optimal solution found]
597.10/597.18	c Solving Time (sec) : 597.18
597.10/597.18	c Solving Nodes      : 106112
597.10/597.18	c Primal Bound       : +1.09000000000000e+02 (214 solutions)
597.10/597.18	c Dual Bound         : +1.09000000000000e+02
597.10/597.18	c Gap                : 0.00 %
597.10/597.18	s OPTIMUM FOUND
597.10/597.18	v x200 -x199 -x198 x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 -x188 x187 x186 -x185 x184 -x183 x182 -x181 -x180 x179 -x178 
597.10/597.18	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 -x158 x157 -x156 x155 
597.10/597.18	v x154 -x153 -x152 x151 -x150 x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 -x134 x133 -x132 
597.10/597.18	v x131 -x130 x129 -x128 x127 -x126 x125 x124 -x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 x110 -x109 
597.10/597.18	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 
597.10/597.18	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 
597.10/597.18	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 
597.10/597.18	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 
597.10/597.18	c SCIP Status        : problem is solved [optimal solution found]
597.10/597.18	c Total Time         :     597.18
597.10/597.18	c   solving          :     597.18
597.10/597.18	c   presolving       :       0.04 (included in solving)
597.10/597.18	c   reading          :       0.01 (included in solving)
597.10/597.18	c Original Problem   :
597.10/597.18	c   Problem name     : HOME/instance-3447963-1307902600.wbo
597.10/597.18	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
597.10/597.18	c   Constraints      : 951 initial, 951 maximal
597.10/597.18	c Presolved Problem  :
597.10/597.18	c   Problem name     : t_HOME/instance-3447963-1307902600.wbo
597.10/597.18	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
597.10/597.18	c   Constraints      : 1700 initial, 4434 maximal
597.10/597.18	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
597.10/597.18	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
597.10/597.18	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
597.10/597.18	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
597.10/597.18	c   root node        :          -       1527          -          -       1527          -          -          -          -          -
597.10/597.18	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
597.10/597.18	c   integral         :          0          0          0     233773          0       3622          0        128        450          0          0     130418
597.10/597.18	c   varbound         :          0+         6     459974     168123          0          0      53582         14    3297276     168205          0          0
597.10/597.18	c   linear           :        850          6     460156         25          0       3619     233188      15652     680554          0          0          0
597.10/597.18	c   indicator        :        850          0     444509     168123          0       3614      57424          0      68233          0          0          0
597.10/597.18	c   logicor          :          0+         0     244137          0          0          0     122930       8117     146876          0          0          0
597.10/597.18	c   countsols        :          0          0          0         27          0        189          0          0          0          0          0          0
597.10/597.18	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
597.10/597.18	c   integral         :      20.61       0.00       0.00      20.60       0.00       0.01       0.00
597.10/597.18	c   varbound         :      10.31       0.00       8.16       2.13       0.00       0.00       0.02
597.10/597.18	c   linear           :       8.53       0.00       8.05       0.00       0.00       0.32       0.16
597.10/597.18	c   indicator        :      17.33       0.00       6.95       8.56       0.00       1.80       0.02
597.10/597.18	c   logicor          :       3.43       0.00       3.33       0.00       0.00       0.00       0.10
597.10/597.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
597.10/597.18	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
597.10/597.18	c   vbounds          :     248087     108352         19    9678346
597.10/597.18	c   rootredcost      :         27          0          0        762
597.10/597.18	c   pseudoobj        :     475196      69249      15221    3295983
597.10/597.18	c Propagator Timings :  TotalTime  Propagate    Resprop
597.10/597.18	c   vbounds          :      26.17      26.14       0.03
597.10/597.18	c   rootredcost      :       0.10       0.10       0.00
597.10/597.18	c   pseudoobj        :      10.23       9.64       0.59
597.10/597.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
597.10/597.18	c   propagation      :       1.34      39023      36774      89855       22.4       1364       10.1          -
597.10/597.18	c   infeasible LP    :       0.00         12         12         75       32.7          0        0.0          0
597.10/597.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
597.10/597.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
597.10/597.18	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
597.10/597.18	c   applied globally :          -          -          -      63460       19.1          -          -          -
597.10/597.18	c   applied locally  :          -          -          -          0        0.0          -          -          -
597.10/597.18	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
597.10/597.18	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 1727)
597.10/597.18	c   redcost          :      14.90     198011          0    9636490          0          0
597.10/597.18	c   impliedbounds    :       0.00          6          0          0          0          0
597.10/597.18	c   intobj           :       0.00          0          0          0          0          0
597.10/597.18	c   gomory           :       0.27          6          0          0       1577          0
597.10/597.18	c   cgmip            :       0.00          0          0          0          0          0
597.10/597.18	c   closecuts        :       0.00          0          0          0          0          0
597.10/597.18	c   strongcg         :       0.23          6          0          0       2383          0
597.10/597.18	c   cmir             :       0.08          6          0          0          0          0
597.10/597.18	c   flowcover        :       0.06          6          0          0          0          0
597.10/597.18	c   clique           :       0.00          1          0          0          0          0
597.10/597.18	c   zerohalf         :       0.00          0          0          0          0          0
597.10/597.18	c   mcf              :       0.00          1          0          0          0          0
597.10/597.18	c   oddcycle         :       0.00          0          0          0          0          0
597.10/597.18	c   rapidlearning    :       0.06          1          0          0          0          0
597.10/597.18	c Pricers            :       Time      Calls       Vars
597.10/597.18	c   problem variables:       0.00          0          0
597.10/597.18	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
597.10/597.18	c   relpscost        :      20.51      65650        128        450          0          0     130418
597.10/597.18	c   pscost           :       0.00          0          0          0          0          0          0
597.10/597.18	c   inference        :       0.00          0          0          0          0          0          0
597.10/597.18	c   mostinf          :       0.00          0          0          0          0          0          0
597.10/597.18	c   leastinf         :       0.00          0          0          0          0          0          0
597.10/597.18	c   fullstrong       :       0.00          0          0          0          0          0          0
597.10/597.18	c   allfullstrong    :       0.00          0          0          0          0          0          0
597.10/597.18	c   random           :       0.00          0          0          0          0          0          0
597.10/597.18	c Primal Heuristics  :       Time      Calls      Found
597.10/597.18	c   LP solutions     :       0.04          -         27
597.10/597.18	c   pseudo solutions :       0.00          -          0
597.10/597.18	c   feaspump         :       0.00          0          0
597.10/597.18	c   oneopt           :       0.16         24          0
597.10/597.18	c   crossover        :       0.80         30          0
597.10/597.18	c   objpscostdiving  :       3.45        147          0
597.10/597.18	c   pscostdiving     :       2.38        334          0
597.10/597.18	c   linesearchdiving :       2.59        334          0
597.10/597.18	c   guideddiving     :       2.26        334          0
597.10/597.18	c   coefdiving       :       2.20        334          0
597.10/597.18	c   veclendiving     :       2.29        334          0
597.10/597.18	c   fracdiving       :       2.65        334          0
597.10/597.18	c   rootsoldiving    :       2.58        168          0
597.10/597.18	c   trivial          :       0.00          2          1
597.10/597.18	c   shiftandpropagate:       0.00          0          0
597.10/597.18	c   simplerounding   :       0.20      84264          0
597.10/597.18	c   zirounding       :       0.07       1000          0
597.10/597.18	c   rounding         :       0.29       4076          0
597.10/597.18	c   shifting         :       0.91       1209          0
597.10/597.18	c   intshifting      :       0.00          0          0
597.10/597.18	c   twoopt           :       0.00          0          0
597.10/597.18	c   fixandinfer      :       0.00          0          0
597.10/597.18	c   clique           :       0.00          0          0
597.10/597.18	c   intdiving        :       0.00          0          0
597.10/597.18	c   actconsdiving    :       0.00          0          0
597.10/597.18	c   octane           :       0.00          0          0
597.10/597.18	c   rens             :       0.02          1          0
597.10/597.18	c   rins             :       0.00          0          0
597.10/597.18	c   localbranching   :       0.00          0          0
597.10/597.18	c   mutation         :       0.00          0          0
597.10/597.18	c   dins             :       0.00          0          0
597.10/597.18	c   vbounds          :       0.00          0          0
597.10/597.18	c   undercover       :       0.00          0          0
597.10/597.18	c   subnlp           :       0.02          0          0
597.10/597.18	c   trysol           :       0.19       3416        186
597.10/597.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
597.10/597.18	c   primal LP        :       1.17          0          0       0.00       0.00
597.10/597.18	c   dual LP          :     371.33     288102    3897184      13.53   10495.15
597.10/597.18	c   lex dual LP      :       0.00          0          0       0.00          -
597.10/597.18	c   barrier LP       :       0.00          0          0       0.00          -
597.10/597.18	c   diving/probing LP:      15.15      10251     164530      16.05   10860.72
597.10/597.18	c   strong branching :      19.69       8197     199845      24.38   10152.06
597.10/597.18	c     (at root node) :          -         21       6589     313.76          -
597.10/597.18	c   conflict analysis:       0.00          0          0       0.00          -
597.10/597.18	c B&B Tree           :
597.10/597.18	c   number of runs   :          1
597.10/597.18	c   nodes            :     106112
597.10/597.18	c   nodes (total)    :     106112
597.10/597.18	c   nodes left       :          0
597.10/597.18	c   max depth        :         54
597.10/597.18	c   max depth (total):         54
597.10/597.18	c   backtracks       :      22947 (21.6%)
597.10/597.18	c   delayed cutoffs  :       8429
597.10/597.18	c   repropagations   :      51367 (728113 domain reductions, 1671 cutoffs)
597.10/597.18	c   avg switch length:       5.95
597.10/597.18	c   switching time   :      22.74
597.10/597.18	c Solution           :
597.10/597.18	c   Solutions found  :        214 (28 improvements)
597.10/597.18	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
597.10/597.18	c   Primal Bound     : +1.09000000000000e+02   (in run 1, after 106084 nodes, 596.99 seconds, depth 23, found by <relaxation>)
597.10/597.18	c   Dual Bound       : +1.09000000000000e+02
597.10/597.18	c   Gap              :       0.00 %
597.10/597.18	c   Root Dual Bound  : +0.00000000000000e+00
597.10/597.18	c   Root Iterations  :       1140
597.10/597.20	c Time complete: 597.2.

Verifier Data

OK	109

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-3447963-1307902600/watcher-3447963-1307902600 -o /var/tmp/evaluation-result-3447963-1307902600/solver-3447963-1307902600 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447963-1307902600.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.94 3/177 15568
/proc/meminfo: memFree=1641076/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=9264 CPUtime=0 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 1187 0 0 0 0 0 0 0 25 0 1 0 882675307 9486336 1141 33554432000 4194304 9128323 140735065543344 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15568/statm: 2316 1154 380 1205 0 1107 0

[startup+0.0758071 s]
/proc/loadavg: 1.93 2.00 1.94 3/177 15568
/proc/meminfo: memFree=1641076/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=27012 CPUtime=0.06 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 5949 0 0 0 6 0 0 0 25 0 1 0 882675307 27660288 5607 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 6753 5607 646 1205 0 5544 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27012

[startup+0.10084 s]
/proc/loadavg: 1.93 2.00 1.94 3/177 15568
/proc/meminfo: memFree=1641076/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=27408 CPUtime=0.08 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 6110 0 0 0 8 0 0 0 25 0 1 0 882675307 28065792 5767 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 6852 5767 655 1205 0 5643 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27408

[startup+0.300796 s]
/proc/loadavg: 1.93 2.00 1.94 3/177 15568
/proc/meminfo: memFree=1641076/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=46516 CPUtime=0.29 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 11909 0 0 0 28 1 0 0 25 0 1 0 882675307 47632384 10563 33554432000 4194304 9128323 140735065543344 18446744073709551615 6678121 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 11629 10563 712 1205 0 10420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46516

[startup+0.700725 s]
/proc/loadavg: 1.93 2.00 1.94 3/177 15568
/proc/meminfo: memFree=1641076/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=53972 CPUtime=0.69 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 13824 0 0 0 67 2 0 0 25 0 1 0 882675307 55267328 12478 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 13493 12478 712 1205 0 12284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53972

[startup+1.50059 s]
/proc/loadavg: 1.93 2.00 1.94 3/178 15569
/proc/meminfo: memFree=1591620/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=54036 CPUtime=1.49 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 16344 0 0 0 146 3 0 0 25 0 1 0 882675307 55332864 12529 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 13509 12529 719 1205 0 12300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54036

[startup+3.10027 s]
/proc/loadavg: 1.93 2.00 1.94 3/178 15569
/proc/meminfo: memFree=1591000/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=54036 CPUtime=3.09 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 16344 0 0 0 304 5 0 0 25 0 1 0 882675307 55332864 12529 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 13509 12529 719 1205 0 12300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54036

[startup+6.30073 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 15569
/proc/meminfo: memFree=1590636/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=54036 CPUtime=6.29 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 16344 0 0 0 620 9 0 0 25 0 1 0 882675307 55332864 12529 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 13509 12529 719 1205 0 12300 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54036

[startup+12.7006 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 15570
/proc/meminfo: memFree=1588544/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=55276 CPUtime=12.69 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 20798 0 0 0 1251 18 0 0 25 0 1 0 882675307 56602624 12845 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15568/statm: 13819 12845 721 1205 0 12610 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55276

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 15570
/proc/meminfo: memFree=1585308/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=57592 CPUtime=25.49 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 28276 0 0 0 2520 29 0 0 25 0 1 0 882675307 58974208 13416 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 14398 13416 721 1205 0 13189 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57592

[startup+51.1008 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 15571
/proc/meminfo: memFree=1575544/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=62552 CPUtime=51.09 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 47844 0 0 0 5053 56 0 0 25 0 1 0 882675307 64053248 14680 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 15638 14680 727 1205 0 14429 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62552

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15572
/proc/meminfo: memFree=1557800/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=70216 CPUtime=102.29 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 79831 0 0 0 10122 107 0 0 25 0 1 0 882675307 71901184 16623 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 17554 16623 727 1205 0 16345 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 70216

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15574
/proc/meminfo: memFree=1541480/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=79444 CPUtime=162.29 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 96350 0 0 0 16059 170 0 0 25 0 1 0 882675307 81350656 18929 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 19861 18929 729 1205 0 18652 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79444

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15575
/proc/meminfo: memFree=1522688/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=92488 CPUtime=222.3 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 120536 0 0 0 22005 225 0 0 25 0 1 0 882675307 94707712 22196 33554432000 4194304 9128323 140735065543344 18446744073709551615 4529085 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 23122 22196 729 1205 0 21913 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92488

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15577
/proc/meminfo: memFree=1504036/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=103112 CPUtime=282.29 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 131209 0 0 0 27951 278 0 0 25 0 1 0 882675307 105586688 24875 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 25778 24875 729 1205 0 24569 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103112

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15578
/proc/meminfo: memFree=1483648/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=114592 CPUtime=342.3 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 143652 0 0 0 33895 335 0 0 25 0 1 0 882675307 117342208 27722 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 28648 27722 729 1205 0 27439 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114592

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15580
/proc/meminfo: memFree=1461112/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=129224 CPUtime=402.29 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 158474 0 0 0 39838 391 0 0 25 0 1 0 882675307 132325376 31358 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 32306 31358 734 1205 0 31097 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 129224

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15582
/proc/meminfo: memFree=1443676/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=138584 CPUtime=462.3 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 162066 0 0 0 45788 442 0 0 25 0 1 0 882675307 141910016 33698 33554432000 4194304 9128323 140735065543344 18446744073709551615 4751447 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 34646 33698 734 1205 0 33437 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138584

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 15586
/proc/meminfo: memFree=1426096/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=145096 CPUtime=522.3 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 164911 0 0 0 51734 496 0 0 25 0 1 0 882675307 148578304 35321 33554432000 4194304 9128323 140735065543344 18446744073709551615 7346442 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 36274 35321 734 1205 0 35065 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 145096

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1410220/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=151744 CPUtime=582.3 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 166571 0 0 0 57677 553 0 0 25 0 1 0 882675307 155385856 36981 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 37936 36981 734 1205 0 36727 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 151744

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

[startup+588.701 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1407988/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=153252 CPUtime=588.7 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 166931 0 0 0 58311 559 0 0 25 0 1 0 882675307 156930048 37341 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 38313 37341 734 1205 0 37104 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 153252

[startup+591.9 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1407356/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=153956 CPUtime=591.9 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 167129 0 0 0 58628 562 0 0 25 0 1 0 882675307 157650944 37539 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 38489 37539 734 1205 0 37280 0
Current children cumulated CPU time (s) 591.9
Current children cumulated vsize (KiB) 153956

[startup+595.107 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1405992/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=154368 CPUtime=595.11 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 167235 0 0 0 58946 565 0 0 25 0 1 0 882675307 158072832 37645 33554432000 4194304 9128323 140735065543344 18446744073709551615 7205376 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 38592 37645 734 1205 0 37383 0
Current children cumulated CPU time (s) 595.11
Current children cumulated vsize (KiB) 154368

[startup+595.901 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1405992/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=154368 CPUtime=595.91 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 167236 0 0 0 59025 566 0 0 25 0 1 0 882675307 158072832 37646 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 38592 37646 734 1205 0 37383 0
Current children cumulated CPU time (s) 595.91
Current children cumulated vsize (KiB) 154368

[startup+596.7 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1405992/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=154516 CPUtime=596.7 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 167280 0 0 0 59104 566 0 0 25 0 1 0 882675307 158224384 37690 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 38629 37690 734 1205 0 37420 0
Current children cumulated CPU time (s) 596.7
Current children cumulated vsize (KiB) 154516

[startup+597.1 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1405992/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=154740 CPUtime=597.1 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) R 15566 15568 14185 0 -1 4202496 167312 0 0 0 59144 566 0 0 25 0 1 0 882675307 158453760 37722 33554432000 4194304 9128323 140735065543344 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15568/statm: 38685 37722 734 1205 0 37476 0
Current children cumulated CPU time (s) 597.1
Current children cumulated vsize (KiB) 154740

[startup+597.2 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15588
/proc/meminfo: memFree=1437140/32951124 swapFree=67057920/67111528
[pid=15568] ppid=15566 vsize=0 CPUtime=597.2 cores=0,2,4,6
/proc/15568/stat : 15568 (scip-2.0.1.4.li) Z 15566 15568 14185 0 -1 4202524 167316 0 0 0 59153 567 0 0 25 0 1 0 882675307 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 597.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 597.206
CPU time (s): 597.215
CPU user time (s): 591.539
CPU system time (s): 5.67614
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 154740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 591.539
system time used= 5.67614
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167316
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= 4
involuntary context switches= 664

runsolver used 0.949855 second user time and 1.78073 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 20:16:40
IDJOB=3447963
IDBENCH=79419
IDSOLVER=1944
FILE ID=node140/3447963-1307902600
RUNJOBID= node140-1307897193-14877
PBS_JOBID= 13559568
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-jnh13_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-3447963-1307902600/watcher-3447963-1307902600 -o /var/tmp/evaluation-result-3447963-1307902600/solver-3447963-1307902600 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447963-1307902600.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 3100ea9ba7746ae86daacced189e255b
RANDOM SEED=286945233

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:       1641636 kB
Buffers:         55168 kB
Cached:       30194068 kB
SwapCached:       7412 kB
Active:       15970796 kB
Inactive:     14390184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1641636 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           12064 kB
Writeback:           0 kB
AnonPages:      109428 kB
Mapped:          16160 kB
Slab:           885344 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302008 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 node140 at 2011-06-12 20:26:37