Trace number 3447944

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 508.003 507.994

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh18_wcsp.wbo
MD5SUM11b5917216c9682d33b4eac8f024a9c6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark0.036993
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-3447944-1307902358.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.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.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 |     - |4959k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   141 |     - |6100k|   0 |  64 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   438 |     - |8521k|   0 |  73 |1800 |2550 |1800 | 884 |  34 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   544 |     - |  10M|   0 |  78 |1800 |2550 |1800 | 903 |  53 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.48/0.50	c   0.5s|     1 |     0 |   570 |     - |  11M|   0 |  81 |1800 |2550 |1800 | 912 |  62 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |   626 |     - |  11M|   0 |  77 |1800 |2550 |1800 | 919 |  69 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |   675 |     - |  12M|   0 |  79 |1800 |2550 |1800 | 923 |  73 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.89/1.00	c   1.0s|     1 |     0 |   722 |     - |  13M|   0 |  78 |1800 |2550 |1800 | 928 |  78 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.89/1.93	c   1.9s|     1 |     2 |   722 |     - |  13M|   0 |  78 |1800 |2550 |1800 | 928 |  78 |   0 |  28 | 0.000000e+00 | 4.209250e+05 |    Inf 
5.69/5.79	o 10873
5.69/5.79	c * 5.8s|    73 |    72 |  3322 |  36.1 |  13M|  59 |   - |1800 |2550 |1800 |1018 | 152 |   0 | 804 | 0.000000e+00 | 1.087300e+04 |    Inf 
5.89/5.96	o 7125
5.89/5.96	c * 6.0s|    89 |    78 |  3876 |  35.8 |  13M|  59 |   - |1800 |2550 |1800 |1003 | 211 |   0 | 854 | 0.000000e+00 | 7.125000e+03 |    Inf 
18.39/18.49	o 6570
18.39/18.49	c *18.5s|  3547 |  3487 |100882 |  28.2 |  21M|  59 |   - |1800 |2649 |1800 | 987 |3259 |  99 |1458 | 0.000000e+00 | 6.570000e+03 |    Inf 
18.49/18.50	o 6439
18.49/18.50	c *18.5s|  3548 |  3483 |100904 |  28.2 |  21M|  59 |   - |1800 |2649 |1800 | 984 |3260 |  99 |1458 | 0.000000e+00 | 6.439000e+03 |    Inf 
20.39/20.45	o 5720
20.39/20.45	c *20.4s|  3849 |  3720 |111035 |  28.7 |  21M|  59 |   - |1800 |2652 |1800 | 983 |4545 | 102 |1538 | 0.000000e+00 | 5.720000e+03 |    Inf 
20.39/20.48	o 4798
20.39/20.48	c *20.5s|  3850 |  3593 |111180 |  28.7 |  21M|  59 |   - |1800 |2652 |1800 | 984 |4579 | 102 |1538 | 0.000000e+00 | 4.798000e+03 |    Inf 
46.39/46.41	o 4301
46.39/46.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.39/46.41	c *46.4s|  8289 |  6994 |262247 |  31.6 |  25M|  59 |   - |1800 |2982 |1800 | 989 |  20k| 432 |2094 | 0.000000e+00 | 4.301000e+03 |    Inf 
55.70/55.77	c  55.8s| 10000 |  8439 |324781 |  32.4 |  27M|  59 |   9 |1800 |3137 |1800 | 914 |  25k| 606 |2230 | 0.000000e+00 | 4.301000e+03 |    Inf 
81.19/81.21	o 4040
81.19/81.21	c *81.2s| 14094 | 11605 |468791 |  33.2 |  31M|  61 |   - |1800 |3416 |1800 | 985 |  42k| 961 |3080 | 0.000000e+00 | 4.040000e+03 |    Inf 
89.59/89.65	o 3937
89.59/89.65	c *89.7s| 15357 | 12525 |511751 |  33.3 |  32M|  62 |   - |1800 |3538 |1800 | 987 |  48k|1139 |3289 | 0.000000e+00 | 3.937000e+03 |    Inf 
89.69/89.79	o 3563
89.69/89.79	c *89.8s| 15371 | 12292 |512403 |  33.3 |  31M|  62 |   - |1800 |3536 |1800 | 978 |  48k|1142 |3296 | 0.000000e+00 | 3.563000e+03 |    Inf 
90.20/90.26	o 1863
90.20/90.26	c *90.3s| 15425 |  9013 |514308 |  33.3 |  28M|  62 |   - |1800 |3542 |1800 | 973 |  48k|1150 |3313 | 0.000000e+00 | 1.863000e+03 |    Inf 
111.39/111.47	o 1502
111.39/111.47	c * 111s| 18707 |  8633 |624887 |  33.4 |  28M|  62 |   - |1800 |3169 |1800 | 969 |  63k|2335 |3503 | 0.000000e+00 | 1.502000e+03 |    Inf 
118.59/118.65	c   119s| 20000 |  9010 |665147 |  33.2 |  29M|  62 |  18 |1800 |3016 |1800 | 926 |  67k|2968 |3565 | 0.000000e+00 | 1.502000e+03 |    Inf 
177.10/177.14	o 1156
177.10/177.14	c * 177s| 29370 |  9950 |971076 |  33.0 |  34M|  64 |   - |1800 |3298 |1800 | 965 | 104k|7477 |4306 | 0.000000e+00 | 1.156000e+03 |    Inf 
180.59/180.70	c   181s| 30000 | 10067 |990779 |  33.0 |  34M|  64 |   - |1800 |3067 |1800 | 944 | 105k|7838 |4345 | 0.000000e+00 | 1.156000e+03 |    Inf 
230.30/230.31	o 1101
230.30/230.31	c * 230s| 39245 | 11218 |  1268k|  32.3 |  42M|  64 |   - |1800 |3541 |1800 | 968 | 130k|  13k|4983 | 0.000000e+00 | 1.101000e+03 |    Inf 
234.30/234.36	c   234s| 40000 | 11231 |  1293k|  32.3 |  42M|  64 |   4 |1800 |3427 |1800 | 906 | 131k|  14k|5046 | 0.000000e+00 | 1.101000e+03 |    Inf 
246.59/246.63	o 1095
246.59/246.63	c * 247s| 42517 | 11463 |  1362k|  32.0 |  44M|  64 |   - |1800 |3272 |1800 | 947 | 136k|  15k|5196 | 0.000000e+00 | 1.095000e+03 |    Inf 
282.79/282.89	c   283s| 50000 | 11990 |  1570k|  31.4 |  48M|  64 |   7 |1800 |3471 |1800 | 944 | 149k|  21k|5696 | 0.000000e+00 | 1.095000e+03 |    Inf 
283.09/283.16	o 1013
283.09/283.16	c * 283s| 50069 | 11398 |  1572k|  31.4 |  47M|  64 |   - |1800 |3453 |1800 | 964 | 149k|  21k|5699 | 0.000000e+00 | 1.013000e+03 |    Inf 
328.49/328.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.49/328.52	c   329s| 60000 | 11749 |  1830k|  30.5 |  54M|  64 |   - |1800 |3518 |1800 | 948 | 163k|  29k|6138 | 0.000000e+00 | 1.013000e+03 |    Inf 
348.80/348.87	o 849
348.80/348.87	c * 349s| 64190 | 10604 |  1937k|  30.2 |  54M|  64 |   - |1800 |3633 |1800 | 948 | 172k|  32k|6312 | 0.000000e+00 | 8.490000e+02 |    Inf 
357.60/357.64	o 787
357.60/357.64	c * 358s| 65918 |  9948 |  1984k|  30.1 |  57M|  64 |   - |1800 |3184 |1800 | 948 | 174k|  33k|6431 | 0.000000e+00 | 7.870000e+02 |    Inf 
378.70/378.74	c   379s| 70000 |  8955 |  2118k|  30.3 |  58M|  64 |   8 |1800 |3483 |1800 | 957 | 178k|  37k|6691 | 0.000000e+00 | 7.870000e+02 |    Inf 
415.40/415.44	o 736
415.40/415.44	c * 415s| 77139 |  8838 |  2330k|  30.2 |  59M|  64 |   - |1800 |3789 |1800 | 951 | 186k|  43k|7118 | 0.000000e+00 | 7.360000e+02 |    Inf 
428.30/428.39	c   428s| 80000 |  8756 |  2403k|  30.0 |  59M|  64 |   - |1800 |3734 |1800 | 949 | 189k|  46k|7287 | 0.000000e+00 | 7.360000e+02 |    Inf 
437.10/437.15	o 718
437.10/437.15	c * 437s| 81665 |  8705 |  2454k|  30.0 |  59M|  64 |   - |1800 |4092 |1800 | 964 | 191k|  47k|7395 | 0.000000e+00 | 7.180000e+02 |    Inf 
468.90/468.96	o 692
468.90/468.96	c * 469s| 88016 |  8036 |  2657k|  30.2 |  59M|  64 |   - |1800 |4117 |1800 | 953 | 197k|  53k|7763 | 0.000000e+00 | 6.920000e+02 |    Inf 
470.60/470.61	o 618
470.60/470.61	c * 471s| 88369 |  7432 |  2667k|  30.2 |  57M|  64 |   - |1800 |3914 |1800 | 957 | 197k|  53k|7771 | 0.000000e+00 | 6.180000e+02 |    Inf 
471.10/471.16	o 566
471.10/471.16	c * 471s| 88470 |  7080 |  2670k|  30.2 |  56M|  64 |   - |1800 |3512 |1800 | 955 | 197k|  53k|7783 | 0.000000e+00 | 5.660000e+02 |    Inf 
473.01/473.00	o 515
473.01/473.00	c * 473s| 88820 |  6638 |  2682k|  30.2 |  54M|  64 |   - |1800 |2904 |1800 | 950 | 197k|  54k|7811 | 0.000000e+00 | 5.150000e+02 |    Inf 
479.20/479.25	c   479s| 90000 |  4262 |  2725k|  30.3 |  46M|  64 |   - |1800 |3014 |1800 | 947 | 198k|  56k|7882 | 0.000000e+00 | 5.150000e+02 |    Inf 
503.20/503.26	o 375
503.20/503.26	c * 503s| 95518 |  2317 |  2883k|  30.2 |  36M|  64 |   - |1800 |4321 |1800 | 912 | 201k|  62k|8255 | 0.000000e+00 | 3.750000e+02 |    Inf 
503.20/503.28	o 336
503.20/503.28	c * 503s| 95520 |  2228 |  2883k|  30.2 |  36M|  64 |   - |1800 |3993 |1800 | 908 | 201k|  62k|8255 | 0.000000e+00 | 3.360000e+02 |    Inf 
503.60/503.69	o 179
503.60/503.69	c * 504s| 95630 |  1799 |  2886k|  30.2 |  31M|  64 |   - |1800 |3255 |1800 | 915 | 201k|  62k|8255 | 0.000000e+00 | 1.790000e+02 |    Inf 
505.30/505.38	o 173
505.30/505.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.30/505.38	c * 505s| 96087 |   116 |  2899k|  30.2 |  20M|  64 |   - |1800 |2068 |1800 | 944 | 201k|  63k|8257 | 0.000000e+00 | 1.730000e+02 |    Inf 
506.10/506.18	o 130
506.10/506.18	c * 506s| 96361 |    59 |  2906k|  30.2 |  19M|  64 |   - |1800 |2222 |1800 | 944 | 201k|  63k|8260 | 0.000000e+00 | 1.300000e+02 |    Inf 
507.90/507.97	c 
507.90/507.97	c SCIP Status        : problem is solved [optimal solution found]
507.90/507.97	c Solving Time (sec) : 507.97
507.90/507.97	c Solving Nodes      : 96973
507.90/507.97	c Primal Bound       : +1.30000000000000e+02 (451 solutions)
507.90/507.97	c Dual Bound         : +1.30000000000000e+02
507.90/507.97	c Gap                : 0.00 %
507.90/507.97	s OPTIMUM FOUND
507.90/507.97	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 
507.90/507.97	v x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
507.90/507.97	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 x138 -x137 x136 -x135 x134 -x133 x132 
507.90/507.97	v -x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
507.90/507.97	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 
507.90/507.97	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 
507.90/507.97	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 
507.90/507.97	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 
507.90/507.97	c SCIP Status        : problem is solved [optimal solution found]
507.90/507.97	c Total Time         :     507.97
507.90/507.97	c   solving          :     507.97
507.90/507.97	c   presolving       :       0.04 (included in solving)
507.90/507.97	c   reading          :       0.01 (included in solving)
507.90/507.97	c Original Problem   :
507.90/507.97	c   Problem name     : HOME/instance-3447944-1307902358.wbo
507.90/507.97	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
507.90/507.97	c   Constraints      : 951 initial, 951 maximal
507.90/507.97	c Presolved Problem  :
507.90/507.97	c   Problem name     : t_HOME/instance-3447944-1307902358.wbo
507.90/507.97	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
507.90/507.97	c   Constraints      : 1700 initial, 4341 maximal
507.90/507.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
507.90/507.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
507.90/507.97	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
507.90/507.97	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
507.90/507.97	c   root node        :          -       1481          -          -       1481          -          -          -          -          -
507.90/507.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
507.90/507.97	c   integral         :          0          0          0     263068          0       3576          0        124        480          0          0     122368
507.90/507.97	c   varbound         :          0+         6     435934     201471          0          0      57079         19    2975521     201513          0          0
507.90/507.97	c   linear           :        850          6     436117         26          0       3573     301245      13211     608328          0          0          0
507.90/507.97	c   indicator        :        850          0     422907     201471          0       3559      70624          0      76055          0          0          0
507.90/507.97	c   logicor          :          0+         0     231617          0          0          0     121562       6540     130747          0          0          0
507.90/507.97	c   countsols        :          0          0          0         29          0        424          0          0          0          0          0          0
507.90/507.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
507.90/507.97	c   integral         :      17.08       0.00       0.00      17.07       0.00       0.01       0.00
507.90/507.97	c   varbound         :       9.72       0.00       6.80       2.90       0.00       0.00       0.02
507.90/507.97	c   linear           :       7.22       0.00       6.69       0.00       0.00       0.35       0.18
507.90/507.97	c   indicator        :      18.27       0.00       6.14      10.40       0.00       1.70       0.02
507.90/507.97	c   logicor          :       2.98       0.00       2.87       0.00       0.00       0.00       0.11
507.90/507.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
507.90/507.97	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
507.90/507.97	c   vbounds          :     227515      88140         11    6567921
507.90/507.97	c   rootredcost      :         29          0          0        740
507.90/507.97	c   pseudoobj        :     451645      70006      15689    2974147
507.90/507.97	c Propagator Timings :  TotalTime  Propagate    Resprop
507.90/507.97	c   vbounds          :      22.45      22.43       0.02
507.90/507.97	c   rootredcost      :       0.09       0.09       0.00
507.90/507.97	c   pseudoobj        :       9.85       9.25       0.60
507.90/507.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
507.90/507.97	c   propagation      :       1.37      35470      33934     101208       22.6       1503       11.5          -
507.90/507.97	c   infeasible LP    :       0.00          9          9         45       23.1          0        0.0          0
507.90/507.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
507.90/507.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
507.90/507.97	c   pseudo solution  :       0.00          4          4         11       18.6          0        0.0          -
507.90/507.97	c   applied globally :          -          -          -      64247       19.6          -          -          -
507.90/507.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
507.90/507.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
507.90/507.97	c   cut pool         :       0.00          5          -          -         22          -    (maximal pool size: 1582)
507.90/507.97	c   redcost          :      11.53     171736          0    6528193          0          0
507.90/507.97	c   impliedbounds    :       0.00          6          0          0          0          0
507.90/507.97	c   intobj           :       0.00          0          0          0          0          0
507.90/507.97	c   gomory           :       0.33          6          0          0        377          0
507.90/507.97	c   cgmip            :       0.00          0          0          0          0          0
507.90/507.97	c   closecuts        :       0.00          0          0          0          0          0
507.90/507.97	c   strongcg         :       0.28          6          0          0       1505          0
507.90/507.97	c   cmir             :       0.12          6          0          0          0          0
507.90/507.97	c   flowcover        :       0.07          6          0          0          0          0
507.90/507.97	c   clique           :       0.00          1          0          0          0          0
507.90/507.97	c   zerohalf         :       0.00          0          0          0          0          0
507.90/507.97	c   mcf              :       0.00          1          0          0          0          0
507.90/507.97	c   oddcycle         :       0.00          0          0          0          0          0
507.90/507.97	c   rapidlearning    :       0.06          1          0          0          0          0
507.90/507.97	c Pricers            :       Time      Calls       Vars
507.90/507.97	c   problem variables:       0.00          0          0
507.90/507.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
507.90/507.97	c   relpscost        :      16.98      61597        124        480          0          0     122368
507.90/507.97	c   pscost           :       0.00          0          0          0          0          0          0
507.90/507.97	c   inference        :       0.00          0          0          0          0          0          0
507.90/507.97	c   mostinf          :       0.00          0          0          0          0          0          0
507.90/507.97	c   leastinf         :       0.00          0          0          0          0          0          0
507.90/507.97	c   fullstrong       :       0.00          0          0          0          0          0          0
507.90/507.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
507.90/507.97	c   random           :       0.00          0          0          0          0          0          0
507.90/507.97	c Primal Heuristics  :       Time      Calls      Found
507.90/507.97	c   LP solutions     :       0.03          -         29
507.90/507.97	c   pseudo solutions :       0.00          -          0
507.90/507.97	c   feaspump         :       0.00          0          0
507.90/507.97	c   intshifting      :       0.00          0          0
507.90/507.97	c   oneopt           :       0.18         27          0
507.90/507.97	c   coefdiving       :       2.83        312          0
507.90/507.97	c   veclendiving     :       2.73        312          0
507.90/507.97	c   linesearchdiving :       2.60        312          0
507.90/507.97	c   guideddiving     :       2.56        312          0
507.90/507.97	c   fracdiving       :       2.54        312          0
507.90/507.97	c   pscostdiving     :       2.38        312          0
507.90/507.97	c   rootsoldiving    :       2.06        157          0
507.90/507.97	c   objpscostdiving  :       1.79        157          0
507.90/507.97	c   trivial          :       0.00          2          1
507.90/507.97	c   shiftandpropagate:       0.00          0          0
507.90/507.97	c   simplerounding   :       0.18      72536          0
507.90/507.97	c   zirounding       :       0.07       1000          0
507.90/507.97	c   rounding         :       0.28       3781          0
507.90/507.97	c   shifting         :       0.88       1156          0
507.90/507.97	c   twoopt           :       0.00          0          0
507.90/507.97	c   fixandinfer      :       0.00          0          0
507.90/507.97	c   clique           :       0.00          0          0
507.90/507.97	c   intdiving        :       0.00          0          0
507.90/507.97	c   actconsdiving    :       0.00          0          0
507.90/507.97	c   octane           :       0.00          0          0
507.90/507.97	c   rens             :       0.02          1          0
507.90/507.97	c   rins             :       0.00          0          0
507.90/507.97	c   localbranching   :       0.00          0          0
507.90/507.97	c   mutation         :       0.00          0          0
507.90/507.97	c   crossover        :       1.05         38          0
507.90/507.97	c   dins             :       0.00          0          0
507.90/507.97	c   vbounds          :       0.00          0          0
507.90/507.97	c   undercover       :       0.00          0          0
507.90/507.97	c   subnlp           :       0.01          0          0
507.90/507.97	c   trysol           :       0.32       3129        421
507.90/507.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
507.90/507.97	c   primal LP        :       1.01          0          0       0.00       0.00
507.90/507.97	c   dual LP          :     302.91     300409    2776655       9.24    9166.46
507.90/507.97	c   lex dual LP      :       0.00          0          0       0.00          -
507.90/507.97	c   barrier LP       :       0.00          0          0       0.00          -
507.90/507.97	c   diving/probing LP:      13.66      12199     145273      11.91   10638.36
507.90/507.97	c   strong branching :      16.23       8272     140797      17.02    8674.98
507.90/507.97	c     (at root node) :          -         28      12129     433.18          -
507.90/507.97	c   conflict analysis:       0.00          0          0       0.00          -
507.90/507.97	c B&B Tree           :
507.90/507.97	c   number of runs   :          1
507.90/507.97	c   nodes            :      96973
507.90/507.97	c   nodes (total)    :      96973
507.90/507.97	c   nodes left       :          0
507.90/507.97	c   max depth        :         64
507.90/507.97	c   max depth (total):         64
507.90/507.97	c   backtracks       :      21154 (21.8%)
507.90/507.97	c   delayed cutoffs  :      12984
507.90/507.97	c   repropagations   :      56346 (888052 domain reductions, 2907 cutoffs)
507.90/507.97	c   avg switch length:       6.37
507.90/507.97	c   switching time   :      18.15
507.90/507.97	c Solution           :
507.90/507.97	c   Solutions found  :        451 (30 improvements)
507.90/507.97	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
507.90/507.97	c   Primal Bound     : +1.30000000000000e+02   (in run 1, after 96361 nodes, 506.18 seconds, depth 13, found by <relaxation>)
507.90/507.97	c   Dual Bound       : +1.30000000000000e+02
507.90/507.97	c   Gap              :       0.00 %
507.90/507.97	c   Root Dual Bound  : +0.00000000000000e+00
507.90/507.97	c   Root Iterations  :        722
507.90/507.99	c Time complete: 507.99.

Verifier Data

OK	130

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-3447944-1307902358/watcher-3447944-1307902358 -o /var/tmp/evaluation-result-3447944-1307902358/solver-3447944-1307902358 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447944-1307902358.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.01 2.01 1.91 3/177 25719
/proc/meminfo: memFree=1132720/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 1520 0 0 0 0 0 0 0 25 0 1 0 882651893 10366976 1473 33554432000 4194304 9128323 140734858699968 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25719/statm: 2531 1473 399 1205 0 1322 0

[startup+0.0945799 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25719
/proc/meminfo: memFree=1132720/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=27196 CPUtime=0.08 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 6043 0 0 0 8 0 0 0 25 0 1 0 882651893 27848704 5709 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 6799 5709 655 1205 0 5590 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27196

[startup+0.10058 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25719
/proc/meminfo: memFree=1132720/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=27196 CPUtime=0.09 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 6071 0 0 0 9 0 0 0 25 0 1 0 882651893 27848704 5737 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 6799 5737 655 1205 0 5590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27196

[startup+0.300547 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25719
/proc/meminfo: memFree=1132720/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=45544 CPUtime=0.29 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 11656 0 0 0 28 1 0 0 25 0 1 0 882651893 46637056 10318 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 11386 10318 713 1205 0 10177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45544

[startup+0.700477 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25719
/proc/meminfo: memFree=1132720/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=52972 CPUtime=0.69 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 13405 0 0 0 67 2 0 0 25 0 1 0 882651893 54243328 12067 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 13243 12067 713 1205 0 12034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52972

[startup+1.50033 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25720
/proc/meminfo: memFree=1086732/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=53112 CPUtime=1.49 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 15290 0 0 0 144 5 0 0 25 0 1 0 882651893 54386688 12127 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 13278 12127 719 1205 0 12069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53112

[startup+3.10105 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25720
/proc/meminfo: memFree=1085740/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=53112 CPUtime=3.09 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 15298 0 0 0 295 14 0 0 25 0 1 0 882651893 54386688 12135 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 13278 12135 719 1205 0 12069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53112

[startup+6.30049 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25720
/proc/meminfo: memFree=1085640/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=53112 CPUtime=6.29 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 15299 0 0 0 602 27 0 0 25 0 1 0 882651893 54386688 12136 33554432000 4194304 9128323 140734858699968 18446744073709551615 6505824 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 13278 12136 720 1205 0 12069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53112

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25758
/proc/meminfo: memFree=1111592/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=53828 CPUtime=12.69 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 19906 0 0 0 1214 55 0 0 25 0 1 0 882651893 55119872 12307 33554432000 4194304 9128323 140734858699968 18446744073709551615 7217931 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 13457 12307 727 1205 0 12248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53828

[startup+25.5001 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 25759
/proc/meminfo: memFree=1102616/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=57288 CPUtime=25.49 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 32509 0 0 0 2450 99 0 0 25 0 1 0 882651893 58662912 13203 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 14322 13203 727 1205 0 13113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57288

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25759
/proc/meminfo: memFree=1092752/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=61788 CPUtime=51.1 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 45223 0 0 0 4939 171 0 0 25 0 1 0 882651893 63270912 14312 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 15447 14312 727 1205 0 14238 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 61788

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25761
/proc/meminfo: memFree=1077340/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=68964 CPUtime=102.29 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 63440 0 0 0 9897 332 0 0 25 0 1 0 882651893 70619136 16122 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 17241 16122 727 1205 0 16032 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68964

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25762
/proc/meminfo: memFree=1063528/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=75200 CPUtime=162.29 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 81731 0 0 0 15706 523 0 0 25 0 1 0 882651893 77004800 17677 33554432000 4194304 9128323 140734858699968 18446744073709551615 4793433 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 18800 17677 727 1205 0 17591 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75200

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25764
/proc/meminfo: memFree=1043400/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=85960 CPUtime=222.29 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 99142 0 0 0 21525 704 0 0 25 0 1 0 882651893 88023040 20376 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 21490 20376 727 1205 0 20281 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 85960

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25766
/proc/meminfo: memFree=1015452/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=99364 CPUtime=282.3 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 124095 0 0 0 27339 891 0 0 25 0 1 0 882651893 101748736 23712 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 24841 23712 727 1205 0 23632 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 99364

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25767
/proc/meminfo: memFree=981808/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=114036 CPUtime=342.3 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 139075 0 0 0 33157 1073 0 0 25 0 1 0 882651893 116772864 27405 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 28509 27405 727 1205 0 27300 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114036

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25769
/proc/meminfo: memFree=954488/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=127752 CPUtime=402.3 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 158244 0 0 0 38979 1251 0 0 25 0 1 0 882651893 130818048 30812 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 31938 30812 736 1205 0 30729 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127752

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25770
/proc/meminfo: memFree=933616/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=134468 CPUtime=462.3 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 177680 0 0 0 44792 1438 0 0 25 0 1 0 882651893 137695232 32473 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 33617 32473 736 1205 0 32408 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 134468

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

[startup+486.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25771
/proc/meminfo: memFree=925040/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138232 CPUtime=486.3 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 193264 0 0 0 47119 1511 0 0 25 0 1 0 882651893 141549568 33415 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34558 33415 737 1205 0 33349 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 138232

[startup+499.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25771
/proc/meminfo: memFree=922304/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138388 CPUtime=499.1 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 194457 0 0 0 48362 1548 0 0 25 0 1 0 882651893 141709312 33440 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34597 33440 737 1205 0 33388 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 138388

[startup+502.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25771
/proc/meminfo: memFree=921436/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138476 CPUtime=502.3 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 197361 0 0 0 48672 1558 0 0 25 0 1 0 882651893 141799424 33481 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34619 33481 737 1205 0 33410 0
Current children cumulated CPU time (s) 502.3
Current children cumulated vsize (KiB) 138476

[startup+505.501 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25772
/proc/meminfo: memFree=920320/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138784 CPUtime=505.5 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 198693 0 0 0 48980 1570 0 0 25 0 1 0 882651893 142114816 33566 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34696 33566 737 1205 0 33487 0
Current children cumulated CPU time (s) 505.5
Current children cumulated vsize (KiB) 138784

[startup+507.107 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25772
/proc/meminfo: memFree=919948/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138940 CPUtime=507.1 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 198748 0 0 0 49135 1575 0 0 25 0 1 0 882651893 142274560 33621 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34735 33621 737 1205 0 33526 0
Current children cumulated CPU time (s) 507.1
Current children cumulated vsize (KiB) 138940

[startup+507.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25772
/proc/meminfo: memFree=919948/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138940 CPUtime=507.5 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 198748 0 0 0 49173 1577 0 0 25 0 1 0 882651893 142274560 33621 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34735 33621 737 1205 0 33526 0
Current children cumulated CPU time (s) 507.5
Current children cumulated vsize (KiB) 138940

[startup+507.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25772
/proc/meminfo: memFree=919948/32951124 swapFree=67055536/67111528
[pid=25719] ppid=25717 vsize=138940 CPUtime=507.9 cores=1,3,5,7
/proc/25719/stat : 25719 (scip-2.0.1.4.li) R 25717 25719 24685 0 -1 4202496 198748 0 0 0 49211 1579 0 0 25 0 1 0 882651893 142274560 33621 33554432000 4194304 9128323 140734858699968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25719/statm: 34735 33621 737 1205 0 33526 0
Current children cumulated CPU time (s) 507.9
Current children cumulated vsize (KiB) 138940

Child status: 0
Real time (s): 507.994
CPU time (s): 508.003
CPU user time (s): 492.197
CPU system time (s): 15.8056
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 139476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.197
system time used= 15.8056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 962

runsolver used 0.640902 second user time and 1.69074 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-12 20:12:38
IDJOB=3447944
IDBENCH=79400
IDSOLVER=1944
FILE ID=node144/3447944-1307902358
RUNJOBID= node144-1307898941-25435
PBS_JOBID= 13559564
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-jnh18_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-3447944-1307902358/watcher-3447944-1307902358 -o /var/tmp/evaluation-result-3447944-1307902358/solver-3447944-1307902358 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447944-1307902358.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 11b5917216c9682d33b4eac8f024a9c6
RANDOM SEED=1254376909

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1132776 kB
Buffers:         54976 kB
Cached:       30719352 kB
SwapCached:       9228 kB
Active:       15591536 kB
Inactive:     15269128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1132776 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           12080 kB
Writeback:           0 kB
AnonPages:       83660 kB
Mapped:          16124 kB
Slab:           893308 kB
PageTables:       4448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276076 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 node144 at 2011-06-12 20:21:06